Rename u32-mbtouc -> u32-mbtouc-unsafe, u32_mbtouc -> u32_mbtouc_unsafe.
[pspp] / ChangeLog
1 2007-01-27  Bruno Haible  <bruno@clisp.org>
2
3         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
4         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
5         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6         modules/unistr/u32-mbtouc.
7         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
8         * lib/unistr.h: Update.
9
10 2007-01-27  Bruno Haible  <bruno@clisp.org>
11
12         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
13         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
14         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
15         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
16         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
17         * modules/unistr/u16-mbtouc-unsafe: Renamed from
18         modules/unistr/u16-mbtouc.
19         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20         * lib/unistr.h: Update.
21         * lib/linebreak.c: Update.
22         * modules/linebreak: Update.
23         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
24         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
25         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
26         * modules/unistr/u16-mbtouc: Renamed from
27         modules/unistr/u16-mbtouc-safe.
28         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
29         * lib/unistr.h: Update.
30         * lib/unistr/u16-to-u8.c: Update.
31         * modules/unistr/u16-to-u8: Update.
32         * lib/unistr/u16-to-u32.c: Update.
33         * modules/unistr/u16-to-u32: Update.
34
35 2007-01-27  Bruno Haible  <bruno@clisp.org>
36
37         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
38         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
40         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
41         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
42         * modules/unistr/u8-mbtouc-unsafe: Renamed from
43         modules/unistr/u8-mbtouc.
44         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
45         * lib/unistr.h: Update.
46         * lib/striconveh.c: Update.
47         * modules/striconveh: Update.
48         * lib/linebreak.c: Update.
49         * modules/linebreak: Update.
50         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
51         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
52         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
53         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
54         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
55         * lib/unistr.h: Update.
56         * lib/striconveh.c: Update.
57         * modules/striconveh: Update.
58         * lib/unistr/u8-to-u16.c: Update.
59         * modules/unistr/u8-to-u16: Update.
60         * lib/unistr/u8-to-u32.c: Update.
61         * modules/unistr/u8-to-u32: Update.
62
63 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
64
65         Sync from Libtool.
66         * lib/argz.c: Do not include strings.h nor memory.h, include
67         string.h unconditionally.  Patch by Simon Josefsson.
68
69 2007-01-27  Bruno Haible  <bruno@clisp.org>
70
71         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
72         from gl_HEADER_STRING_H_BODY.
73         (gl_HEADER_STRING_H_BODY): Require it.
74         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
75         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
76         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
77         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
78         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
79         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
80         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
81         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
82         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
83         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
84         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
85         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
86         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
87         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
88         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
89
90 2007-01-27  Bruno Haible  <bruno@clisp.org>
91
92         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
93         check_PROGRAMS into noinst_PROGRAMS.
94         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
95         check_PROGRAMS in this case.
96         (func_import): Set for_test to false.
97         (func_create_testdir): Set for_test to true.
98
99 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
100             Bruno Haible  <bruno@clisp.org>
101
102         * modules/strcasestr (Files): Remove lib/strcasestr.h.
103         (Depends-on): Add string.
104         (Includes): Use <string.h> instead of strcasestr.h.
105         * modules/string (Makefile.am): Also substitute the value of
106         REPLACE_STRCASESTR.
107         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
108         assume strcasestr is declared in <string.h> not <strings.h>. Also
109         set REPLACE_STRCASESTR.
110         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
111         REPLACE_STRCASESTR.
112         * lib/strcasestr.h: Remove file.
113         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
114         * lib/string_.h (strcasestr): New declaration.
115
116 2007-01-27  Bruno Haible  <bruno@clisp.org>
117
118         * lib/string_.h: Use 'extern'.
119
120 2007-01-27  Jim Meyering  <jim@meyering.net>
121
122         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
123         of set-but-not-used local, "q".
124
125         * lib/mempcpy.c: Include <config.h> before <string.h>.
126         This fixes a compilation error on HP-UX, due to the system's
127         "restrict"-using mempcpy prototype.
128
129 2007-01-26  Bruno Haible  <bruno@clisp.org>
130
131         Small optimization.
132         * lib/javacomp.c: Include c-strstr.h.
133          (is_envjavac_gcj): Use c_strstr instead of strstr.
134         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
135
136 2007-01-26  Bruno Haible  <bruno@clisp.org>
137
138         * MODULES.html.sh (Unicode string functions): Add the new modules.
139
140         * modules/uniconv/u32-strconv-to-locale: New file.
141         * lib/uniconv/u32-strconv-to-locale.c: New file.
142
143         * modules/uniconv/u16-strconv-to-locale: New file.
144         * lib/uniconv/u16-strconv-to-locale.c: New file.
145
146         * modules/uniconv/u8-strconv-to-locale: New file.
147         * lib/uniconv/u8-strconv-to-locale.c: New file.
148
149         * modules/uniconv/u32-strconv-from-locale: New file.
150         * lib/uniconv/u32-strconv-from-locale.c: New file.
151
152         * modules/uniconv/u16-strconv-from-locale: New file.
153         * lib/uniconv/u16-strconv-from-locale.c: New file.
154
155         * modules/uniconv/u8-strconv-from-locale: New file.
156         * lib/uniconv/u8-strconv-from-locale.c: New file.
157
158         * modules/uniconv/u32-strconv-to-enc: New file.
159         * lib/uniconv/u32-strconv-to-enc.c: New file.
160         * modules/uniconv/u32-strconv-to-enc-tests: New file.
161         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
162
163         * modules/uniconv/u16-strconv-to-enc: New file.
164         * lib/uniconv/u16-strconv-to-enc.c: New file.
165         * lib/uniconv/u-strconv-to-enc.h: New file.
166         * modules/uniconv/u16-strconv-to-enc-tests: New file.
167         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
168
169         * modules/uniconv/u8-strconv-to-enc: New file.
170         * lib/uniconv/u8-strconv-to-enc.c: New file.
171         * modules/uniconv/u8-strconv-to-enc-tests: New file.
172         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
173
174         * modules/uniconv/u32-strconv-from-enc: New file.
175         * lib/uniconv/u32-strconv-from-enc.c: New file.
176         * modules/uniconv/u32-strconv-from-enc-tests: New file.
177         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
178
179         * modules/uniconv/u16-strconv-from-enc: New file.
180         * lib/uniconv/u16-strconv-from-enc.c: New file.
181         * modules/uniconv/u16-strconv-from-enc-tests: New file.
182         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
183
184         * modules/uniconv/u8-strconv-from-enc: New file.
185         * lib/uniconv/u8-strconv-from-enc.c: New file.
186         * lib/uniconv/u-strconv-from-enc.h: New file.
187         * modules/uniconv/u8-strconv-from-enc-tests: New file.
188         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
189
190         * modules/uniconv/u32-conv-from-enc: New file.
191         * lib/uniconv/u32-conv-from-enc.c: New file.
192         * modules/uniconv/u32-conv-from-enc-tests: New file.
193         * tests/uniconv/test-u32-conv-from-enc.c: New file.
194
195         * modules/uniconv/u16-conv-from-enc: New file.
196         * lib/uniconv/u16-conv-from-enc.c: New file.
197         * lib/uniconv/u-conv-from-enc.h: New file.
198         * modules/uniconv/u16-conv-from-enc-tests: New file.
199         * tests/uniconv/test-u16-conv-from-enc.c: New file.
200
201         * modules/uniconv/u8-conv-from-enc: New file.
202         * lib/uniconv/u8-conv-from-enc.c: New file.
203         * modules/uniconv/u8-conv-from-enc-tests: New file.
204         * tests/uniconv/test-u8-conv-from-enc.c: New file.
205
206         * modules/uniconv/base: New file.
207         * lib/uniconv.h: New file.
208
209 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
210
211         * doc/gnulib-tool.texi (Initial import): Update to match current
212         behavior with strdup module.
213         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
214         * lib/memmem.h: Remove; all uses removed.  This is now done
215         by <string.h>.
216         * lib/mempcpy.h: Likewise.
217         * lib/memrchr.h: Likewise.
218         * lib/stpcpy.h: Likewise.
219         * lib/stpncpy.h: Likewise.
220         * lib/strcase.h: Likewise.
221         * lib/strchrnul.h: Likewise.
222         * lib/strdup.h: Likewise.
223         * lib/strndup.h: Likewise.
224         * lib/strnlen.h: Likewise.
225         * lib/strpbrk.h: Likewise.
226         * lib/strsep.h: Likewise.
227         * lib/strstr.h: Likewise.
228         * lib/strtok_r.h: Likewise.
229         * lib/string_.h: New file.
230         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
231         Rely on <string.h> instead.
232         * lib/canon-host.c: Likewise.
233         * lib/chdir-long.c: Likewise.
234         * lib/concatpath.c: Likewise.
235         * lib/exclude.c: Likewise.
236         * lib/fchdir.c: Likewise.
237         * lib/getaddrinfo.c: Likewise.
238         * lib/getcwd.c: Likewise.
239         * lib/getsubopt.c: Likewise.
240         * lib/glob.c: Likewise.
241         * lib/hard-locale.c: Likewise.
242         * lib/iconvme.c: Likewise.
243         * lib/javacomp.c: Likewise.
244         * lib/mempcpy.c: Likewise.
245         * lib/memrchr.c: Likewise.
246         * lib/regex_internal.h: Likewise.
247         * lib/stpncpy.c: Likewise.
248         * lib/strcasecmp.c: Likewise.
249         * lib/strchrnul.c: Likewise.
250         * lib/strdup.c: Likewise.
251         * lib/striconv.c: Likewise.
252         * lib/striconveh.c: Likewise.
253         * lib/striconveha.c: Likewise.
254         * lib/strncasecmp.c: Likewise.
255         * lib/strndup.c: Likewise.
256         * lib/strnlen.c: Likewise.
257         * lib/strsep.c: Likewise.
258         * lib/strstr.c: Likewise.
259         * lib/strtok_r.c: Likewise.
260         * lib/userspec.c: Likewise.
261         * lib/w32spawn.h: Likewise.
262         * lib/xstrndup.c: Likewise.
263         * lib/mountlist.c (strstr): Remove decl.
264         * m4/string_h.m4: New file.
265         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
266         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
267         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
268         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
269         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
270         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
271         Set REPLACE_STRCASECMP if necessary.
272         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
273         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
274         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
275         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
276         HAVE_DECL_STRDUP if necessary.
277         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
278         since gl_FUNC_STRNDUP does that now.
279         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
280         Check for decl here...
281         (gl_PREREQ_STRNLEN): ... not here.
282         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
283         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
284         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
285         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
286         necessary.
287         * modules/string: New file.
288         * modules/memmem (Files): Remove special-purpose include file.
289         (Depends-on): Add string.
290         (Include): Include <string.h>, not the removed file.
291         * modules/mempcpy: Likewise.
292         * modules/memrchr: Likewise.
293         * modules/stpcpy: Likewise.
294         * modules/stpncpy: Likewise.
295         * modules/strcase: Likewise.
296         * modules/strchrnul: Likewise.
297         * modules/strdup: Likewise.
298         * modules/strndup: Likewise.
299         * modules/strnlen: Likewise.
300         * modules/strpbrk: Likewise.
301         * modules/strsep: Likewise.
302         * modules/strstr: Likewise.
303         * modules/strtok_r: Likewise.
304         * tests/test-dirname.c: Don't include "strdup.h", since
305         <string.h> now suffices.
306         * tests/test-memmem.c: Don't include "memmem.h", since
307         <string.h> now suffices.
308
309 2007-01-25  Bruno Haible  <bruno@clisp.org>
310
311         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
312         *resultp is 0.
313
314         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
315         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
316         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
317         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
318
319         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
320         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
321         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
322         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
323         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
324         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
325
326 2007-01-24  Bruno Haible  <bruno@clisp.org>
327
328         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
329         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
330         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
331         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
332         gl_FUNC_FTS_CORE.
333         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
334         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
335         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
336         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
337         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
338         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
339         gl_FUNC_FCHOWNAT.
340         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
341         gl_FUNC_STRFTIME.
342         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
343         Reported by Ralf Wildenhues.
344
345 2007-01-24  Bruno Haible  <bruno@clisp.org>
346
347         Drop AC_REQUIRE calls that are redundant with the module dependencies.
348         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
349         gl_GETADDRINFO.
350         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
351         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
352         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
353
354 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
355
356         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
357         Don't use 'exit'; just return from 'main'.
358         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
359
360         * lib/fnmatch_.h: Readjust white space and comments to match
361         glibc, to avoid spurious diffs.
362
363 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
364
365         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
366         2004-12-01 change by Jakub Jelinek, since this code won't compile
367         if !LIBC.  Problem reported by Bob Proulx.
368
369 2007-01-23  Bruno Haible  <bruno@clisp.org>
370
371         * lib/striconveh.c: Include c-strcaseeq.h.
372         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
373         * modules/striconveh (Depends-on): Add c-strcaseeq.
374
375 2007-01-23  Bruno Haible  <bruno@clisp.org>
376
377         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
378
379         * modules/c-strcaseeq: New file.
380         * lib/c-strcaseeq.h: New file.
381
382         * modules/streq: New file.
383         * lib/streq.h: New file.
384
385 2007-01-23  Bruno Haible  <bruno@clisp.org>
386
387         * modules/striconveha-tests: New file.
388         * tests/test-striconveha.c: New file.
389
390         * lib/striconveha.h: Include <stdbool.h>.
391         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
392         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
393         (mem_iconveha_notranslit): Renamed from mem_iconveha.
394         (mem_iconveha): New function.
395         (str_iconveha_notranslit): Renamed from str_iconveha.
396         (str_iconveha): New function.
397         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
398         c-strcase.
399
400 2007-01-23  Bruno Haible  <bruno@clisp.org>
401
402         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
403         encodings without forgiving before trying any encoding with handler.
404         (str_iconveha): Try all encodings without forgiving before trying any
405         encoding with handler.
406
407 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
408
409         Import the following changes from libc.
410
411         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
412
413         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
414
415         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
416
417         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
418         normal_bracket label.
419
420         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
421
422         [BZ #361]
423         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
424         to normal_bracket after fetching the next character.
425
426 2007-01-22  Bruno Haible  <bruno@clisp.org>
427
428         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
429         argument.
430         * lib/striconveh.c (iconv_carefully_1): New function.
431         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
432         argument.
433         (str_cd_iconveh): Update.
434         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
435         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
436         * tests/test-striconveh.c (MAGIC): New macro.
437         (new_offsets): New function.
438         (main): Test call with and without offsets.
439
440 2007-01-22  Bruno Haible  <bruno@clisp.org>
441
442         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
443         * modules/sys_select (Makefile.am): Likewise.
444         * modules/sys_socket (Makefile.am): Likewise.
445         * modules/sys_time (Makefile.am): Likewise.
446
447 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
448
449         * modules/gettimeofday (License): Change from GPL to LGPL, since
450         gettimeofday is a library function.
451
452 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
453
454         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
455
456 2007-01-21  Bruno Haible  <bruno@clisp.org>
457
458         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
459
460 2007-01-21  Bruno Haible  <bruno@clisp.org>
461
462         * modules/striconveha: New file.
463         * lib/striconveha.h: New file.
464         * lib/striconveha.c: New file.
465         * MODULES.html.sh (Internationalization functions): Add striconveha.
466         * lib/striconv.c (str_iconv): Optimize the case of an empty input
467         string.
468         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
469
470 2007-01-21  Bruno Haible  <bruno@clisp.org>
471
472         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
473         * lib/striconveh.c (str_iconveh): Likewise.
474
475 2007-01-21  Bruno Haible  <bruno@clisp.org>
476
477         * lib/striconveh.h (mem_iconveh): New declaration.
478         * lib/striconveh.c (mem_iconveh): New function.
479         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
480
481 2007-01-21  Bruno Haible  <bruno@clisp.org>
482
483         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
484
485         * lib/striconveh.h (mem_cd_iconveh): Change specification.
486         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
487         original result buffer.
488         (str_cd_iconveh): Update.
489         * tests/test-striconveh.c (main): Update.
490
491         * lib/striconv.h (mem_cd_iconv): Change specification.
492         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
493         result buffer.
494         (str_cd_iconv): Update.
495         * tests/test-striconv.c (main): Update.
496
497 2007-01-21  Bruno Haible  <bruno@clisp.org>
498
499         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
500
501 2007-01-20  Jim Meyering  <jim@meyering.net>
502
503         * lib/userspec.c (parse_with_separator): If a user or group string
504         starts with "+", skip the corresponding name-to-ID look-up, since
505         such a look-up must fail: user and group names may not include "+".
506
507 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
508
509         * lib/poll.c: Include sys/time.h and time.h unconditionally,
510         since we now assume the sys_time module.
511         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
512         check for sys/time.h; no longer needed.
513         * modules/poll (Depends-on): Depend on sys_time.
514
515 2007-01-18  Bruno Haible  <bruno@clisp.org>
516
517         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
518         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
519
520         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
521         gettimeofday.
522
523         * tests/test-gettimeofday.c: Include <time.h>.
524         (dummy): Remove variable.
525
526         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
527         gl_HEADER_SYS_TIME_H.
528         (gl_HEADER_SYS_TIME_H): New macro.
529
530         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
531         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
532         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
533         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
534         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
535         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
536         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
537         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
538         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
539         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
540         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
541
542         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
543         last change; it caused a compilation error when cross-compiling to
544         Cygwin.
545
546 2007-01-18  Jim Meyering  <jim@meyering.net>
547
548         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
549         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
550         than the race-prone "test -d sys || mkdir sys".
551         (configure.ac): Use AC_PROG_MKDIR_P.
552         * modules/sys_select: Likewise.
553         * modules/sys_socket: Likewise.
554         * modules/sys_time: Likewise.
555
556 2007-01-18  Eric Blake  <ebb9@byu.net>
557
558         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
559         replace gettimeofday.
560         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
561         name, to avoid infinite recursion.
562
563 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
564
565         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
566         module sys_time.
567         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
568         assume timespec.h defines struct timeval.
569         * lib/settime.c: Likewise.
570         * lib/utimens.c: Likewise.
571         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
572         since we now assume the gettimeofday module.
573         * lib/tempname.c (__gen_tempname): Likewise.
574         * lib/gettimeofday.h: Remove.
575         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
576         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
577         Include <time.h>, for 'time()'.
578         (localtime_buffer_addr): Also use this workaround if
579         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
580         to simplify the uses.  All uses changed.
581         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
582         that #undef is inside {}, and 'const' follows type name consistently.
583         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
584         (gettimeofday): Do not use the maximum possible value for
585         tv->tv_usec, since that might break usages other than ls.c.
586         Instead, we'll leave ls.c alone.  This undoes today's patch
587         by Bruno.  Add a compile-time warning for 1s-clock resolution;
588         we've never observed the problem but might as well keep the
589         canary.
590         * lib/nanosleep.c: Include timespec.h first, for interface check.
591         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
592         now assume the sys_time module.
593         * lib/tempname.c: Likewise.
594         * lib/timespec.h: Likewise.
595         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
596         needed.
597         * lib/strftime.c: Likewise.
598         * lib/timespec.h: Likewise.
599         * lib/posixtm.c: Include posixtm.h first, for interface check.
600         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
601         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
602         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
603         * lib/sys_time_.h: New file.
604         * lib/timespec.h (struct timespec): Use long int, not long.
605         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
606         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
607         Remove obsolescent call to AC_HEADER_TIME.
608         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
609         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
610         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
611         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
612         Likewise.
613         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
614         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
615         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
616         into the sys_time module.  Check for gettimeofday just once.
617         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
618         for gettimeofday signature to just check the signature.  Merely
619         compile it, since linking doesn't test signature.  Improve test for
620         whether gettimeofday.o is actually needed.
621         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
622         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
623         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
624         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
625         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
626         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
627         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
628         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
629         than worrying about sys/time.h.
630         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
631         Don't bother worrying about TIME_WITH_SYS_TIME.
632         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
633         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
634         * m4/sys_time_h.m4: New file.
635         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
636         Don't include sys/time.h.  Return from main rather than exiting.
637         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
638         all uses changed.
639         * modules/gethrxtime (Depends-on): Add sys_time.
640         * modules/gettime (Depends-on): Likewise.
641         * modules/gettimeofday (Depends-on): Likewise.
642         * modules/nanosleep (Depends-on): Likewise.
643         * modules/settime (Depends-on): Likewise.
644         * modules/tempname (Depends-on): Likewise.
645         * modules/utimens (Depends-on): Likewise.
646         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
647         (Include:) Change back to <sys/time.h>.
648         (Maintainer:) Add self.
649         * modules/sys_time: New file.
650         * modules/tempname (Depends-on): Add gettimeofday.
651         * tests/test-gettimeofday.c: Include <sys/time.h>
652         rather than gettimeofday.h.
653
654 2007-01-17  Bruno Haible  <bruno@clisp.org>
655
656         * gnulib-tool (func_get_license): Revert last patch. Instead, let
657         the license default to GPL.
658         (func_create_testdir): Don't complain if a module is LGPL and its
659         tests module depends on GPLed modules.
660
661 2007-01-17  Bruno Haible  <bruno@clisp.org>
662
663         * lib/gettimeofday.c (gettimeofday): Add code for the case
664         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
665         maximum possible value for tv->tv_usec, rather than the minimum one.
666
667 2005-10-08  Martin Lambers  <marlam@marlam.de>
668 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
669 2007-01-16  Bruno Haible  <bruno@clisp.org>
670
671         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
672         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
673         gl_FUNC_GETTIMEOFDAY.
674         (Include): Add gettimeofday.h.
675         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
676         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
677         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
678         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
679         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
680         * lib/gettimeofday.h: New file.
681         * lib/gettimeofday.c: Include <sys/timeb.h>.
682         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
683         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
684         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
685         fall back on time().
686
687         * tests/test-gettimeofday.c: New file.
688         * modules/gettimeofday-tests: New file.
689
690 2007-01-16  Eric Blake  <ebb9@byu.net>
691
692         * modules/fnmatch (Depends-on): Depend on wchar.
693         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
694         * m4/fnmatch.m4: Likewise.
695         * modules/mbchar (Makefile.am): Assume <wchar.h>.
696         * m4/mbchar.m4: Likewise.
697         * modules/mbswidth (Depends-on): Depend on wchar.
698         * lib/mbswidth.c: Assume <wchar.h>.
699         * m4/mbswidth.m4: Likewise.
700         * modules/quotearg (Depends-on): Depend on wchar.
701         * lib/quotearg.c: Assume <wchar.h>.
702         * m4/quotearg.m4: Likewise.
703         * modules/regex (Depends-on): Depend on wchar.
704         * lib/regex_internal.h: Assume <wchar.h>.
705         * m4/regex.m4: Likewise.
706         * modules/stdint (Depends-on): Depend on wchar.
707         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
708         * m4/stdint.m4: Likewise.
709         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
710         * modules/strftime (Depends-on): Depend on wchar.
711         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
712         * modules/strtol (Depends-on): Depend on wchar.
713         * lib/strtol.c: Assume <wchar.h>.
714         * modules/wcwidth (Depends-on): Depend on wchar.
715         * lib/wcwidth.h: Assume <wchar.h>.
716         * m4/wcwidth.m4: Likewise.
717
718 2007-01-16  Bruno Haible  <bruno@clisp.org>
719
720         * modules/csharpexec-script: New, created from...
721         * modules/csharpexec: ... this.
722
723 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
724
725         * modules/javaexec-script: New, created from...
726         * modules/javaexec: ... this.
727
728 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
729
730         * modules/poll (Dependencies): Add sys_select.
731
732 2007-01-15  Jim Meyering  <jim@meyering.net>
733
734         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
735         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
736         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
737         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
738
739 2007-01-15  Bruno Haible  <bruno@clisp.org>
740
741         * modules/striconveh: New file.
742         * lib/striconveh.h: New file.
743         * lib/striconveh.c: New file.
744         * MODULES.html.sh (Internationalization functions): Add striconveh.
745
746         * modules/striconveh-tests: New file.
747         * tests/test-striconveh.c: New file.
748
749 2007-01-15  Bruno Haible  <bruno@clisp.org>
750
751         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
752         not from GNU libiconv or GNU libc.
753
754 2007-01-15  Bruno Haible  <bruno@clisp.org>
755
756         * doc/gnulib-intro.texi (Copyright): Explain the different license
757         terms for module descriptions, autoconf macros, tests, documentation.
758
759 2007-01-14  Bruno Haible  <bruno@clisp.org>
760
761         * modules/striconv-tests: New file.
762         * tests/test-striconv.c: New file.
763
764 2007-01-14  Bruno Haible  <bruno@clisp.org>
765
766         * modules/iconv-tests: New file.
767         * tests/test-iconv.c: New file.
768
769 2007-01-14  Bruno Haible  <bruno@clisp.org>
770
771         * gnulib-tool (func_get_license): For test modules, use the license of
772         the main module.
773
774 2007-01-14  Bruno Haible  <bruno@clisp.org>
775
776         * modules/iconv (Include): Clarify that <iconv.h> can only be included
777         if iconv is found to exist.
778
779 2007-01-14  Bruno Haible  <bruno@clisp.org>
780
781         * modules/c-ctype-tests: New file.
782         * tests/test-c-ctype.c: New file.
783
784 2007-01-14  Bruno Haible  <bruno@clisp.org>
785
786         * modules/binary-io-tests: New file.
787         * tests/test-binary-io.sh: New file.
788         * tests/test-binary-io.c: New file.
789
790 2007-01-14  Bruno Haible  <bruno@clisp.org>
791
792         * modules/array-oset-tests: New file.
793         * tests/test-array_oset.c: New file.
794
795 2007-01-14  Bruno Haible  <bruno@clisp.org>
796
797         * modules/array-list-tests: New file.
798         * tests/test-array_list.c: New file.
799
800 2007-01-14  Bruno Haible  <bruno@clisp.org>
801
802         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
803         and make.
804         Reported by Simon Josefsson in
805         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
806
807 2007-01-14  Bruno Haible  <bruno@clisp.org>
808
809         * modules/allocsa-tests: New file.
810         * tests/test-allocsa.c: New file.
811
812 2007-01-14  Bruno Haible  <bruno@clisp.org>
813
814         * modules/fchdir (Depends-on): Add absolute-header.
815         * modules/unistd (Depends-on): Likewise.
816
817 2006-12-30  Bruno Haible  <bruno@clisp.org>
818
819         * modules/fchdir: New file.
820         * modules/unistd (Files): Add lib/unistd_.h.
821         (Makefile.am): Generate unistd.h from unistd_.h.
822         * lib/fchdir.c: New file.
823         * lib/dirent_.h: New file.
824         * lib/unistd_.h: New file.
825         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
826         * m4/fchdir.m4: New file.
827         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
828         (gl_HEADER_UNISTD): Invoke it.
829         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
830         function.
831         * lib/backupfile.c (opendir, closedir): Undefine.
832         * lib/chown.c (open, close): Undefine.
833         * lib/clean-temp.c (open, close): Undefine.
834         * lib/copy-file.c (open, close): Undefine.
835         * lib/execute.c (open, close): Undefine.
836         * lib/fsusage.c (open, close): Undefine.
837         * lib/gc-gnulib.c (open, close): Undefine.
838         * lib/getcwd.c (opendir, closedir): Undefine.
839         * lib/glob.c (opendir, closedir): Undefine.
840         * lib/javacomp.c (open, close): Undefine.
841         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
842         * lib/openat-proc.c (open, close): Undefine.
843         * lib/pagealign_alloc.c (open, close): Undefine.
844         * lib/pipe.c (open, close): Undefine.
845         * lib/progreloc.c (open, close): Undefine.
846         * lib/savedir.c (opendir, closedir): Undefine.
847         * lib/utime.c (open, close): Undefine.
848         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
849
850 2007-01-10  Bruno Haible  <bruno@clisp.org>
851
852         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
853
854 2007-01-12  Eric Blake  <ebb9@byu.net>
855
856         Provide a robust <wchar.h>.  Further simplifications are now
857         possible in other modules, but not included here.
858         * modules/wchar: New module.
859         * m4/wchar.m4: New file.
860         * lib/wchar_.h: Likewise.
861         * modules/mbchar (Depends-on): Depend on wchar, as the first use
862         of the new module.
863         * MODULES.html.sh (Extended multibyte and wide character utilities):
864         New section.
865
866 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
867
868         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
869         to a reasonable default for memory allocation.
870         (xreadlink): Don't allocate a huge buffer, to work around a buggy
871         file system that reports garbage st_size values for symlinks.
872         Problem reported by Liyang Hu.
873
874 2007-01-11  Simon Josefsson  <simon@josefsson.org>
875
876         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
877         Emacs .#* auto-save files).
878
879 2007-01-11  Bruno Haible  <bruno@clisp.org>
880
881         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
882         directory.
883
884 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
885
886         Use @...@ consistently in lib/wctype_.h.
887         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
888         on it being set to 1 or 0.
889         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
890         go back to AC_SUBSTing it.
891         * modules/wctype (Makefile.am): Undo previous change.
892
893 2007-01-10  Eric Blake  <ebb9@byu.net>
894
895         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
896         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
897         * modules/wctype (Makefile.am): Likewise.
898         Reported by Chris McGuire.
899
900 2007-01-10  Jim Meyering  <jim@meyering.net>
901
902         fts.c: a small readability/maintainability improvement
903         * lib/fts.c (fts_read): Make this code slightly more readable and
904         maintainable by hoisting the "sp->fts_cur = p" assignments to
905         immediately follow the statements that set P.  Derived from
906         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
907
908 2007-01-10  Eric Blake  <ebb9@byu.net>
909
910         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
911         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
912         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
913         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
914         Reported by Chris McGuire.
915
916 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
917
918         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
919         in sed script.
920
921 2007-01-09  Bruno Haible  <bruno@clisp.org>
922
923         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
924         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
925         variables.
926         (func_module): Use them.
927
928 2007-01-09  Bruno Haible  <bruno@clisp.org>
929
930         * modules/unistr/base: New file.
931         * lib/unistr.h: New file.
932
933         * modules/unistr/u8-to-u16: New file.
934         * lib/unistr/u8-to-u16.c: New file.
935
936         * modules/unistr/u8-to-u32: New file.
937         * lib/unistr/u8-to-u32.c: New file.
938
939         * modules/unistr/u16-to-u8: New file.
940         * lib/unistr/u16-to-u8.c: New file.
941
942         * modules/unistr/u16-to-u32: New file.
943         * lib/unistr/u16-to-u32.c: New file.
944
945         * modules/unistr/u32-to-u8: New file.
946         * lib/unistr/u32-to-u8.c: New file.
947
948         * modules/unistr/u32-to-u16: New file.
949         * lib/unistr/u32-to-u16.c: New file.
950
951         * modules/unistr/u8-check: New file.
952         * modules/unistr/u16-check: New file.
953         * modules/unistr/u32-check: New file.
954         * lib/unistr/u8-check.c: New file.
955         * lib/unistr/u16-check.c: New file.
956         * lib/unistr/u32-check.c: New file.
957
958         * modules/unistr/u8-chr: New file.
959         * modules/unistr/u16-chr: New file.
960         * modules/unistr/u32-chr: New file.
961         * lib/unistr/u8-chr.c: New file.
962         * lib/unistr/u16-chr.c: New file.
963         * lib/unistr/u32-chr.c: New file.
964
965         * modules/unistr/u8-cmp: New file.
966         * modules/unistr/u16-cmp: New file.
967         * modules/unistr/u32-cmp: New file.
968         * lib/unistr/u8-cmp.c: New file.
969         * lib/unistr/u16-cmp.c: New file.
970         * lib/unistr/u32-cmp.c: New file.
971
972         * modules/unistr/u8-cpy: New file.
973         * modules/unistr/u16-cpy: New file.
974         * modules/unistr/u32-cpy: New file.
975         * lib/unistr/u8-cpy.c: New file.
976         * lib/unistr/u16-cpy.c: New file.
977         * lib/unistr/u32-cpy.c: New file.
978         * lib/unistr/u-cpy.h: New file.
979
980         * modules/unistr/u8-cpy-alloc: New file.
981         * modules/unistr/u16-cpy-alloc: New file.
982         * modules/unistr/u32-cpy-alloc: New file.
983         * lib/unistr/u8-cpy-alloc.c: New file.
984         * lib/unistr/u16-cpy-alloc.c: New file.
985         * lib/unistr/u32-cpy-alloc.c: New file.
986         * lib/unistr/u-cpy-alloc.h: New file.
987
988         * modules/unistr/u8-endswith: New file.
989         * modules/unistr/u16-endswith: New file.
990         * modules/unistr/u32-endswith: New file.
991         * lib/unistr/u8-endswith.c: New file.
992         * lib/unistr/u16-endswith.c: New file.
993         * lib/unistr/u32-endswith.c: New file.
994         * lib/unistr/u-endswith.h: New file.
995
996         * modules/unistr/u8-mblen: New file.
997         * modules/unistr/u16-mblen: New file.
998         * modules/unistr/u32-mblen: New file.
999         * lib/unistr/u8-mblen.c: New file.
1000         * lib/unistr/u16-mblen.c: New file.
1001         * lib/unistr/u32-mblen.c: New file.
1002
1003         * modules/unistr/u8-mbtouc: New file.
1004         * modules/unistr/u16-mbtouc: New file.
1005         * modules/unistr/u32-mbtouc: New file.
1006         * lib/unistr/u8-mbtouc.c: New file.
1007         * lib/unistr/u16-mbtouc.c: New file.
1008         * lib/unistr/u32-mbtouc.c: New file.
1009
1010         * modules/unistr/u8-mbtouc-safe: New file.
1011         * modules/unistr/u16-mbtouc-safe: New file.
1012         * modules/unistr/u32-mbtouc-safe: New file.
1013         * lib/unistr/u8-mbtouc-safe.c: New file.
1014         * lib/unistr/u16-mbtouc-safe.c: New file.
1015         * lib/unistr/u32-mbtouc-safe.c: New file.
1016
1017         * modules/unistr/u8-move: New file.
1018         * modules/unistr/u16-move: New file.
1019         * modules/unistr/u32-move: New file.
1020         * lib/unistr/u8-move.c: New file.
1021         * lib/unistr/u16-move.c: New file.
1022         * lib/unistr/u32-move.c: New file.
1023         * lib/unistr/u-move.h: New file.
1024
1025         * modules/unistr/u8-next: New file.
1026         * modules/unistr/u16-next: New file.
1027         * modules/unistr/u32-next: New file.
1028         * lib/unistr/u8-next.c: New file.
1029         * lib/unistr/u16-next.c: New file.
1030         * lib/unistr/u32-next.c: New file.
1031
1032         * modules/unistr/u8-prev: New file.
1033         * modules/unistr/u16-prev: New file.
1034         * modules/unistr/u32-prev: New file.
1035         * lib/unistr/u8-prev.c: New file.
1036         * lib/unistr/u16-prev.c: New file.
1037         * lib/unistr/u32-prev.c: New file.
1038
1039         * modules/unistr/u8-set: New file.
1040         * modules/unistr/u16-set: New file.
1041         * modules/unistr/u32-set: New file.
1042         * lib/unistr/u8-set.c: New file.
1043         * lib/unistr/u16-set.c: New file.
1044         * lib/unistr/u32-set.c: New file.
1045         * lib/unistr/u-set.h: New file.
1046
1047         * modules/unistr/u8-startswith: New file.
1048         * modules/unistr/u16-startswith: New file.
1049         * modules/unistr/u32-startswith: New file.
1050         * lib/unistr/u8-startswith.c: New file.
1051         * lib/unistr/u16-startswith.c: New file.
1052         * lib/unistr/u32-startswith.c: New file.
1053         * lib/unistr/u-startswith.h: New file.
1054
1055         * modules/unistr/u8-stpcpy: New file.
1056         * modules/unistr/u16-stpcpy: New file.
1057         * modules/unistr/u32-stpcpy: New file.
1058         * lib/unistr/u8-stpcpy.c: New file.
1059         * lib/unistr/u16-stpcpy.c: New file.
1060         * lib/unistr/u32-stpcpy.c: New file.
1061         * lib/unistr/u-stpcpy.h: New file.
1062
1063         * modules/unistr/u8-stpncpy: New file.
1064         * modules/unistr/u16-stpncpy: New file.
1065         * modules/unistr/u32-stpncpy: New file.
1066         * lib/unistr/u8-stpncpy.c: New file.
1067         * lib/unistr/u16-stpncpy.c: New file.
1068         * lib/unistr/u32-stpncpy.c: New file.
1069         * lib/unistr/u-stpncpy.h: New file.
1070
1071         * modules/unistr/u8-strcat: New file.
1072         * modules/unistr/u16-strcat: New file.
1073         * modules/unistr/u32-strcat: New file.
1074         * lib/unistr/u8-strcat.c: New file.
1075         * lib/unistr/u16-strcat.c: New file.
1076         * lib/unistr/u32-strcat.c: New file.
1077         * lib/unistr/u-strcat.h: New file.
1078
1079         * modules/unistr/u8-strchr: New file.
1080         * modules/unistr/u16-strchr: New file.
1081         * modules/unistr/u32-strchr: New file.
1082         * lib/unistr/u8-strchr.c: New file.
1083         * lib/unistr/u16-strchr.c: New file.
1084         * lib/unistr/u32-strchr.c: New file.
1085
1086         * modules/unistr/u8-strcmp: New file.
1087         * modules/unistr/u16-strcmp: New file.
1088         * modules/unistr/u32-strcmp: New file.
1089         * lib/unistr/u8-strcmp.c: New file.
1090         * lib/unistr/u16-strcmp.c: New file.
1091         * lib/unistr/u32-strcmp.c: New file.
1092
1093         * modules/unistr/u8-strcpy: New file.
1094         * modules/unistr/u16-strcpy: New file.
1095         * modules/unistr/u32-strcpy: New file.
1096         * lib/unistr/u8-strcpy.c: New file.
1097         * lib/unistr/u16-strcpy.c: New file.
1098         * lib/unistr/u32-strcpy.c: New file.
1099         * lib/unistr/u-strcpy.h: New file.
1100
1101         * modules/unistr/u8-strcspn: New file.
1102         * modules/unistr/u16-strcspn: New file.
1103         * modules/unistr/u32-strcspn: New file.
1104         * lib/unistr/u8-strcspn.c: New file.
1105         * lib/unistr/u16-strcspn.c: New file.
1106         * lib/unistr/u32-strcspn.c: New file.
1107         * lib/unistr/u-strcspn.h: New file.
1108
1109         * modules/unistr/u8-strdup: New file.
1110         * modules/unistr/u16-strdup: New file.
1111         * modules/unistr/u32-strdup: New file.
1112         * lib/unistr/u8-strdup.c: New file.
1113         * lib/unistr/u16-strdup.c: New file.
1114         * lib/unistr/u32-strdup.c: New file.
1115         * lib/unistr/u-strdup.h: New file.
1116
1117         * modules/unistr/u8-strlen: New file.
1118         * modules/unistr/u16-strlen: New file.
1119         * modules/unistr/u32-strlen: New file.
1120         * lib/unistr/u8-strlen.c: New file.
1121         * lib/unistr/u16-strlen.c: New file.
1122         * lib/unistr/u32-strlen.c: New file.
1123         * lib/unistr/u-strlen.h: New file.
1124
1125         * modules/unistr/u8-strmblen: New file.
1126         * modules/unistr/u16-strmblen: New file.
1127         * modules/unistr/u32-strmblen: New file.
1128         * lib/unistr/u8-strmblen.c: New file.
1129         * lib/unistr/u16-strmblen.c: New file.
1130         * lib/unistr/u32-strmblen.c: New file.
1131
1132         * modules/unistr/u8-strmbtouc: New file.
1133         * modules/unistr/u16-strmbtouc: New file.
1134         * modules/unistr/u32-strmbtouc: New file.
1135         * lib/unistr/u8-strmbtouc.c: New file.
1136         * lib/unistr/u16-strmbtouc.c: New file.
1137         * lib/unistr/u32-strmbtouc.c: New file.
1138
1139         * modules/unistr/u8-strncat: New file.
1140         * modules/unistr/u16-strncat: New file.
1141         * modules/unistr/u32-strncat: New file.
1142         * lib/unistr/u8-strncat.c: New file.
1143         * lib/unistr/u16-strncat.c: New file.
1144         * lib/unistr/u32-strncat.c: New file.
1145         * lib/unistr/u-strncat.h: New file.
1146
1147         * modules/unistr/u8-strncmp: New file.
1148         * modules/unistr/u16-strncmp: New file.
1149         * modules/unistr/u32-strncmp: New file.
1150         * lib/unistr/u8-strncmp.c: New file.
1151         * lib/unistr/u16-strncmp.c: New file.
1152         * lib/unistr/u32-strncmp.c: New file.
1153
1154         * modules/unistr/u8-strncpy: New file.
1155         * modules/unistr/u16-strncpy: New file.
1156         * modules/unistr/u32-strncpy: New file.
1157         * lib/unistr/u8-strncpy.c: New file.
1158         * lib/unistr/u16-strncpy.c: New file.
1159         * lib/unistr/u32-strncpy.c: New file.
1160         * lib/unistr/u-strncpy.h: New file.
1161
1162         * modules/unistr/u8-strnlen: New file.
1163         * modules/unistr/u16-strnlen: New file.
1164         * modules/unistr/u32-strnlen: New file.
1165         * lib/unistr/u8-strnlen.c: New file.
1166         * lib/unistr/u16-strnlen.c: New file.
1167         * lib/unistr/u32-strnlen.c: New file.
1168         * lib/unistr/u-strnlen.h: New file.
1169
1170         * modules/unistr/u8-strpbrk: New file.
1171         * modules/unistr/u16-strpbrk: New file.
1172         * modules/unistr/u32-strpbrk: New file.
1173         * lib/unistr/u8-strpbrk.c: New file.
1174         * lib/unistr/u16-strpbrk.c: New file.
1175         * lib/unistr/u32-strpbrk.c: New file.
1176         * lib/unistr/u-strpbrk.h: New file.
1177
1178         * modules/unistr/u8-strrchr: New file.
1179         * modules/unistr/u16-strrchr: New file.
1180         * modules/unistr/u32-strrchr: New file.
1181         * lib/unistr/u8-strrchr.c: New file.
1182         * lib/unistr/u16-strrchr.c: New file.
1183         * lib/unistr/u32-strrchr.c: New file.
1184
1185         * modules/unistr/u8-strspn: New file.
1186         * modules/unistr/u16-strspn: New file.
1187         * modules/unistr/u32-strspn: New file.
1188         * lib/unistr/u8-strspn.c: New file.
1189         * lib/unistr/u16-strspn.c: New file.
1190         * lib/unistr/u32-strspn.c: New file.
1191         * lib/unistr/u-strspn.h: New file.
1192
1193         * modules/unistr/u8-strstr: New file.
1194         * modules/unistr/u16-strstr: New file.
1195         * modules/unistr/u32-strstr: New file.
1196         * lib/unistr/u8-strstr.c: New file.
1197         * lib/unistr/u16-strstr.c: New file.
1198         * lib/unistr/u32-strstr.c: New file.
1199         * lib/unistr/u-strstr.h: New file.
1200
1201         * modules/unistr/u8-strtok: New file.
1202         * modules/unistr/u16-strtok: New file.
1203         * modules/unistr/u32-strtok: New file.
1204         * lib/unistr/u8-strtok.c: New file.
1205         * lib/unistr/u16-strtok.c: New file.
1206         * lib/unistr/u32-strtok.c: New file.
1207         * lib/unistr/u-strtok.h: New file.
1208
1209         * modules/unistr/u8-uctomb: New file.
1210         * modules/unistr/u16-uctomb: New file.
1211         * modules/unistr/u32-uctomb: New file.
1212         * lib/unistr/u8-uctomb.c: New file.
1213         * lib/unistr/u16-uctomb.c: New file.
1214         * lib/unistr/u32-uctomb.c: New file.
1215
1216         * MODULES.html.sh (Unicode string functions): Add the new modules.
1217
1218 2007-01-08  Bruno Haible  <bruno@clisp.org>
1219
1220         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1221         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1222         subdirectories.
1223
1224 2007-01-08  Karl Berry  <karl@gnu.org>
1225
1226         * doc/error.texi: mention that main() fns must set program_name
1227         when progname is used.
1228
1229 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1230
1231         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1232         WCTYPE_H is empty, for the benefit of builds from non-distclean
1233         directories.  Problem reported by Eric Blake in
1234         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1235
1236 2007-01-08  Bruno Haible  <bruno@clisp.org>
1237
1238         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1239         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1240         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1241         PROVIDE_CANONICALIZE_FILENAME_MODE.
1242         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1243
1244 2007-01-08  Bruno Haible  <bruno@clisp.org>
1245
1246         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1247         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1248         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1249         * lib/fts.c: Likewise.
1250         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1251
1252 2006-12-25  Bruno Haible  <bruno@clisp.org>
1253
1254         * modules/utf8-ucs4-safe: New file.
1255         * lib/utf8-ucs4-safe.h: New file.
1256         * lib/unistr/utf8-ucs4-safe.c: New file.
1257
1258         * modules/utf16-ucs4-safe: New file.
1259         * lib/utf16-ucs4-safe.h: New file.
1260         * lib/unistr/utf16-ucs4-safe.c: New file.
1261
1262         * MODULES.html.sh (Unicode string functions): Add the new modules.
1263
1264 2007-01-08  Bruno Haible  <bruno@clisp.org>
1265
1266         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1267         (Depends-on): Add unitypes.
1268         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1269         (u8_mbtouc_aux): Move out to separate file.
1270         (u8_mbtouc): Use ucs4_t, uint8_t types.
1271         * lib/unistr/utf8-ucs4.c: New file.
1272
1273         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1274         (Depends-on): Add unitypes.
1275         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1276         (u16_mbtouc_aux): Move out to separate file.
1277         (u16_mbtouc): Use ucs4_t, uint16_t types.
1278         * lib/unistr/utf16-ucs4.c: New file.
1279
1280         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1281         (Depends-on): Add unitypes.
1282         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1283         (u8_uctomb_aux): Move out to separate file.
1284         (u8_uctomb): Use ucs4_t, uint8_t types.
1285         * lib/unistr/ucs4-utf8.c: New file.
1286
1287         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1288         (Depends-on): Add unitypes.
1289         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1290         (u16_uctomb_aux): Move out to separate file.
1291         (u16_uctomb): Use ucs4_t, uint16_t types.
1292         * lib/unistr/ucs4-utf16.c: New file.
1293
1294 2006-12-25  Bruno Haible  <bruno@clisp.org>
1295
1296         * modules/unitypes: New file.
1297         * lib/unitypes.h: New file.
1298         * MODULES.html.sh (func_all_modules): New section "Unicode string
1299         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1300         this section. Add unitypes.
1301
1302 2007-01-08  Bruno Haible  <bruno@clisp.org>
1303
1304         Avoid variable names that conflict with those from libtool.
1305         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1306         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1307         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1308         library_names_spec to acl_library_names_spec, hardcode_* to
1309         acl_hardcode_*.
1310         Reported by Ralf Wildenhues.
1311
1312 2007-01-08  Bruno Haible  <bruno@clisp.org>
1313
1314         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1315         definition.
1316         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1317         definition.
1318         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1319         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1320         definition.
1321         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1322         definition.
1323         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1324         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1325         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1326         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1327         definition.
1328         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1329         definition.
1330         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1331         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1332         GC_USE_<algorithm>.
1333         * lib/gc-libgcrypt.c: Likewise.
1334         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1335         * modules/gc-arctwo (configure.ac): Likewise.
1336         * modules/gc-des (configure.ac): Likewise.
1337         * modules/gc-hmac-md5 (configure.ac): Likewise.
1338         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1339         * modules/gc-md2 (configure.ac): Likewise.
1340         * modules/gc-md4 (configure.ac): Likewise.
1341         * modules/gc-md5 (configure.ac): Likewise.
1342         * modules/gc-random (configure.ac): Likewise.
1343         * modules/gc-rijndael (configure.ac): Likewise.
1344         * modules/gc-sha1 (configure.ac): Likewise.
1345
1346 2007-01-08  Bruno Haible  <bruno@clisp.org>
1347
1348         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1349         macro definition.
1350         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1351         definition.
1352         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1353         definition.
1354         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1355         * modules/fcntl-safer (configure.ac): Likewise.
1356         * modules/fopen-safer (configure.ac): Likewise.
1357         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1358         GNULIB_FWRITEERROR macro definition.
1359
1360 2007-01-08  Bruno Haible  <bruno@clisp.org>
1361
1362         * m4/gnulib-common.m4: New file.
1363         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1364         (func_get_filelist): Add m4/gnulib-common.m4.
1365
1366 2007-01-08  Bruno Haible  <bruno@clisp.org>
1367
1368         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1369         command.
1370
1371 2007-01-08  Jim Meyering  <jim@meyering.net>
1372
1373         Use a more robust test for a "can't happen" condition.
1374         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1375         narrowed the st_size value.  Presuming the "can't happen" condition
1376         is true, that narrowing could conceivably convert an invalid st_size
1377         value into a valid one.  Instead, use a change based on Matthew
1378         Woehlke's original patch.
1379
1380         Slight readability improvement: use an assert-like macro
1381         in place of literal "abort ()" uses.
1382         * lib/fts.c (fts_assert): Define.
1383         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1384         Use this macro instead of a bare 'abort'.
1385
1386 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1387
1388         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1389         simply work around them.
1390         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1391         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1392         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1393         Don't bother to define as macros, since the standard doesn't require it.
1394         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1395         longer worry about IRIX 5.3.
1396         (HAVE_WCTYPE_CTMP_BUG): Remove.
1397
1398 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1399
1400         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1401         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1402         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1403         Problems reported by Georg Schwarz for IRIX 5.3.
1404
1405         * gnulib-tool (autoconf_minversion): Take the maximum version number
1406         found, not the minimum.  Problem reported by James Youngman.
1407
1408 2007-01-03  Karl Berry  <karl@gnu.org>
1409
1410         * doc/error.texi: new file, explaining interaction with progname.
1411         * doc/gnulib.texi: include it.  Update copyright.
1412
1413 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1414
1415         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1416         AC_CANONICAL_HOST, to improve autobuild outputs.
1417
1418 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1419             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1420
1421         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1422         sockets, server sockets, and other file descriptors.  Count errors
1423         to compute the return value.  Reorder the code a bit to be easier
1424         to follow.  Don't set event bits that were not requested (except
1425         POLLERR and POLLHUP).
1426
1427 2007-01-01  Bruno Haible  <bruno@clisp.org>
1428
1429         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1430
1431 2007-01-03  Jim Meyering  <jim@meyering.net>
1432
1433         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1434
1435 2007-01-02  Bruno Haible  <bruno@clisp.org>
1436
1437         * modules/settime (Include): Require timespec.h.
1438         * modules/nanosleep (Include): Likewise.
1439
1440 2007-01-01  Bruno Haible  <bruno@clisp.org>
1441
1442         * gnulib-tool (func_emit_copyright_notice): Bump year.
1443         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1444
1445 2007-01-01  Bruno Haible  <bruno@clisp.org>
1446
1447         Improve support for OpenBSD.
1448         * build-aux/config.rpath (libname_spec): Export.
1449         (library_names_spec): New variable. Export.
1450         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1451         library_names_spec from the config.rpath output. Locate shared library
1452         through the name pattern in library_names_spec.
1453
1454 2007-01-01  Eric Blake  <ebb9@byu.net>
1455
1456         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1457
1458 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1459
1460         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1461         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1462         assume the C locale, and avoid an "eval" that could cause trouble.
1463         Problem with SORT reported by Bob Proulx.
1464
1465         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1466         Define.  Trivial patch from Henning Nielsen Lund, originally
1467         sent to bug-grep@gnu.org today.
1468
1469 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1470
1471         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1472         struct stat.  Problem reported by Henning Nielsen Lund.
1473         * lib/acl.c: Include acl.h first, to check interface.  Don't
1474         bother to include sys/types.h and sys/stat.h again.
1475
1476 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1477
1478         Import the following change from libc; problem reported by
1479         Sven Verdoolaege.
1480
1481         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1482
1483         [BZ #1373]
1484         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1485
1486 2006-12-28  Jim Meyering  <jim@meyering.net>
1487
1488         * build-aux/announce-gen: Do not assume that the package
1489         builds any of tar.gz, tar.bz2, and .xdelta files.
1490         Suggestion from Simon Josefsson.
1491
1492 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1493
1494         * modules/announce-gen: New file.
1495
1496 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1497
1498         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1499         handles its gotchas now.
1500         * lib/mbswidth.c: Likewise.
1501         * lib/wcwidth.h: Likewise.
1502         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1503         and iswcntrl; the wctype module does this stuff now.
1504         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1505         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1506         * modules/mbchar (Depends-on): Add wctype.
1507         * modules/mbswidth (Depends-on): Likewise.
1508         * modules/wcwidth (Depends-on): Likewise.
1509
1510 2006-12-27  Eric Blake  <ebb9@byu.net>
1511
1512         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1513         module uses more than what <wctype.h> is required to provide.
1514
1515 2006-12-26  Eric Blake  <ebb9@byu.net>
1516
1517         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1518
1519 2006-12-26  Eric Blake  <ebb9@byu.net>
1520
1521         * modules/absolute-header: New module.
1522         * modules/fcntl (Depends-on): Depend on it.
1523         * modules/inttypes (Depends-on): Likewise.
1524         * modules/stdint (Depends-on): Likewise.
1525         * modules/sys_stat (Depends-on): Likewise.
1526         * modules/wctype (Depends-on): Likewise.
1527         * MODULES.html.sh (Support for building libraries and
1528         executables): Document it.
1529
1530 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1531
1532         * gnulib-tool (SED): Remove, undoing previous change.
1533         The problem was that it broke coreutils on Solaris, because
1534         "sed --posix" leaked into a makefile.
1535         (sed): New alias, if 'alias' and GNU sed.
1536
1537 2006-12-24  Jim Meyering  <jim@meyering.net>
1538
1539         Work around an fchownat bug in glibc-2.4:
1540         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1541         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1542         in spite of the -P option.
1543         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1544         New macros.
1545         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1546         * modules/openat (Files): Add lib/fchownat.c.
1547         * lib/openat.c (fchownat): Don't define here.  Move to...
1548         * lib/fchownat.c: ...this new file.
1549
1550 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1551
1552         Fix bug reported by Bruno Haible in
1553         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1554         where quotearg.c didn't compile on Mac OS X 10.2 because it
1555         lacks <wchar.h> and wint_t.
1556         * lib/wctype_.h (__wctype_wint_t): New type.
1557         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1558         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1559         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1560         Arg is now of type __wctype_wint_t, not wint_t.
1561         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1562         substitute HAVE_WINT_T.
1563         * modules/wctype (Files): Add m4/wint_t.m4.
1564         (wctype.h): Substitute HAVE_WINT_T.
1565
1566 2006-12-23  Bruno Haible  <bruno@clisp.org>
1567
1568         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1569
1570 2006-12-23  Bruno Haible  <bruno@clisp.org>
1571
1572         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1573         S_ISLNK.
1574         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1575         mingw.
1576
1577 2006-12-22  Bruno Haible  <bruno@clisp.org>
1578
1579         * lib/copy-file.c: Include acl.h.
1580         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1581         Close the file descriptors only after being done with copy_acl.
1582         * modules/copy-file (Depends-on): Add acl.
1583
1584 2006-12-22  Bruno Haible  <bruno@clisp.org>
1585
1586         * gnulib-tool (SED): New variable.
1587         Use $SED instead of sed everywhere.
1588
1589 2006-12-22  Bruno Haible  <bruno@clisp.org>
1590
1591         * modules/no-c++: New file.
1592         * m4/no-c++.m4: New file.
1593         * MODULES.html.sh (Support for building libraries and executables):
1594         Add no-c++.
1595
1596 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1597
1598         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1599         Include <limits.h>, and use its INT_MAX to rewrite the
1600         j loop so that it does not overflow 'int'.  Problem reported by
1601         Ralf Wildenhues in
1602         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1603         Play it safe by shifting left by 1 rather than multiplying by 2,
1604         as GCC is less likely to optimize this away when the value
1605         is signed (when it assumes overflow leads to undefined behavior).
1606         Also, don't assume time_t uses two's complement.
1607
1608 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1609
1610         * MODULES.html.sh: New module wctype.
1611         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1612         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1613         <wctype.h>, since the new wctype module should fix this.
1614         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1615         the wctype module should arrange for it.
1616         * lib/regex_internal.h: Likewise.
1617         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1618         since the wctype module should handle this now.
1619         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1620         * modules/fnmatch (Depends-on): Add wctype.
1621         * modules/quotearg (Depends-on): Likewise.
1622         * modules/regex (Depends-on): Likewise.
1623
1624 2006-12-19  Bruno Haible  <bruno@clisp.org>
1625
1626         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1627         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1628
1629 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1630
1631         * modules/savewd (Depends-on): Fix dependency on fcntl.
1632
1633 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1634
1635         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1636         conforms to C99, rather than relying on the user's environment
1637         setting of STDINT_H.
1638
1639 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1640         and Eric Blake  <ebb9@byu.net>
1641
1642         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1643         This is more consistent with the other defines here.
1644         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1645         Port to z/OS.  Problem reported by Paul Gilmartin.
1646         Change local vars to use gl_ prefix rather than ac_.
1647         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1648         with other defines.
1649         * modules/double-slash-root: New module.
1650         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1651         (Depends-on): Add double-slash-root.
1652         * MODULES.html.sh (File system functions): Mention new module.
1653
1654 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1655
1656         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1657         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1658         This is for the benefit of gzip, which doesn't do i18n.
1659
1660 2006-12-12  Jim Meyering  <jim@meyering.net>
1661
1662         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1663         Reported by Andreas Schwab <schwab@suse.de>.
1664
1665 2006-12-12  Bruno Haible  <bruno@clisp.org>
1666
1667         Merge these changes.
1668         2006-09-05  Bruno Haible  <bruno@clisp.org>
1669         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1670         iconv_alloc succeeded.
1671         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1672         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1673         test for " && dest " at the end - dest is always != NULL there. Call
1674         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1675         with 2xNULL arguments, also to flush the state storage. Handle the
1676         IRIX iconv behaviour. Realloc the final result, to throw away unused
1677         memory.
1678
1679 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1680
1681         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1682         and fchmodat unconditionally, since glibc 2.4 has them.
1683         Problem reported by Arkadiusz Miskiewicz.
1684
1685 2006-12-10  Bruno Haible  <bruno@clisp.org>
1686
1687         * gnulib-tool (func_import): Show the include files only for those
1688         modules that are copied and specified.
1689         Reported by Karl Berry.
1690
1691 2006-12-08  Jim Meyering  <jim@meyering.net>
1692
1693         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1694         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1695
1696         * build-aux/announce-gen: Add two new options, both optional:
1697         --bootstrap-tools=TOOL_LIST
1698               a comma-separated list of tools, e.g.,
1699               autoconf,automake,bison,gnulib
1700         --gnulib-snapshot-date=DATE
1701               if gnulib is in the bootstrap tool list,
1702               then report this as the snapshot date.
1703               If not specified, use the current date/time.
1704               If you specify a date here, be sure it's UTC.
1705
1706 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1707
1708         * tests/test-argp-2.sh: Fix test to match actual output.
1709         (func_compare): Fix sed script to be portable.
1710
1711 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1712
1713         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1714         workaround for this case.  It is not autoconfigured now; offhand
1715         it's hard to see how to autoconfigure it.
1716
1717 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1718
1719         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1720         a directory that is about to be chowned.  Such a directory's
1721         initial file permissions should permit the owner only and this
1722         should not be changed until after the chown, since the group and
1723         other bits would be incorrect if they granted permission before
1724         the chown.
1725
1726         Fix porting problem for iswctype reported by Georg Schwarz in:
1727         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1728         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1729         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1730         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1731         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1732
1733 2006-12-03  Jim Meyering  <jim@meyering.net>
1734
1735         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1736         p->fts_statp may not yet be defined.
1737         (fts_read): Instead, set it in the caller, once p->fts_statp is
1738         sure to be defined, and corresponds to a top-level directory.
1739         This bug made du -x fail.  Here's the coreutils test case:
1740         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1741         Reported by Mike Frysinger.
1742
1743 2006-12-01  Jim Meyering  <jim@meyering.net>
1744
1745         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1746         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1747         Reported by Simon Josefsson.
1748
1749 2006-11-30  Jim Meyering  <jim@meyering.net>
1750
1751         * m4/warning.m4: Use the all-permissive copyright notice
1752         recommended by RMS (rather than LGPL).
1753         * m4/vararrays.m4: Likewise.
1754         * m4/flexmember.m4: Likewise.
1755
1756 2006-11-29  Bruno Haible  <bruno@clisp.org>
1757
1758         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1759         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1760         using +=.
1761         Reported by Simon Josefsson <simon@josefsson.org>.
1762
1763 2006-11-28  James Youngman <jay@gnu.org>
1764
1765         * README: Advise users that they might find the bug-gnulib@gnu.org
1766         and autotools-announce@gnu.org mailing lists useful.
1767
1768 2006-11-28  Bruno Haible  <bruno@clisp.org>
1769
1770         * m4/ptrdiff_max.m4: Remove file.
1771
1772 2006-11-21  Bruno Haible  <bruno@clisp.org>
1773
1774         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1775         _AC_COMPUTE_INT.
1776         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1777         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1778         _AC_COMPUTE_INT.
1779         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1780         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1781         _AC_COMPUTE_INT.
1782         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1783
1784 2006-11-28  Jim Meyering  <jim@meyering.net>
1785
1786         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1787         warning from "gcc -Wshadow" about shadowing the builtin.
1788
1789 2006-11-27  Bruno Haible  <bruno@clisp.org>
1790
1791         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1792         _AC_COMPUTE_INT.
1793         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1794
1795 2006-11-27  Bruno Haible  <bruno@clisp.org>
1796             Paul Eggert  <eggert@cs.ucla.edu>
1797
1798         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1799
1800 2006-11-26  Bruno Haible  <bruno@clisp.org>
1801
1802         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1803         noinst_LTLIBRARIES.
1804
1805 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1806             Bruno Haible  <bruno@clisp.org>
1807
1808         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1809         if compiling with "gcc -ansi".
1810
1811 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1812
1813         Fix some incompatibilities with gcc -ansi -pedantic.
1814         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1815         if compiling pedantically with GCC, unless it's C99 or later.
1816         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1817         it mishandles gcc -ansi -pedantic as well.
1818         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1819         if gcc -pedantic.
1820         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1821         initializers for struct if -pedantic, unless it's C99 or later.
1822
1823 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1824
1825         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1826         Don't close an fd more than once. Identical atimes indicate
1827         success, not failure.
1828
1829 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1830
1831         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1832
1833 2006-11-23  Jim Meyering  <jim@meyering.net>
1834
1835         * build-aux/announce-gen: New file.  From coreutils.
1836
1837 2006-11-22  Jim Meyering  <jim@meyering.net>
1838
1839         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1840         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1841         (fts_read): Use a temporary to narrow the overused st_size member
1842         before using it in a switch statement.  Reported by Matthew Woehlke.
1843
1844         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1845         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1846
1847 2006-11-20  Bruno Haible  <bruno@clisp.org>
1848
1849         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1850         changequote instead of pairs of brackets.
1851         Reported by Andreas Schwab <schwab@suse.de>.
1852
1853 2006-11-21  Jim Meyering  <jim@meyering.net>
1854
1855         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1856         so as to remain compatible with older compilers.
1857         Patch from Michael Deutschmann.
1858
1859 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1860
1861         * MODULES.html.sh (File system functions): Add openat.
1862
1863         * lib/openat.h (rpl_fstatat): New macro, if
1864         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1865         (fstatat): Define to rpl_fstatat under the same conditions,
1866         unless COMPILING_FSTATAT.
1867         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1868         seems to have the bug.
1869         * lib/fstatat.c: New file.
1870         * modules/openat (Files): Add it.
1871
1872 2006-11-20  Bruno Haible  <bruno@clisp.org>
1873
1874         * Makefile: New file.
1875
1876 2006-11-20  Jim Meyering  <jim@meyering.net>
1877
1878         The beginnings of syntax-related checks for gnulib.
1879         * lib/Makefile: New file.
1880         * lib/t-idcache: New script.  Ensure that the two halves of
1881         idcache.c stay in sync.
1882
1883         * lib/idcache.c: Adjust comments in user- and group- portions to
1884         be more accurate, and to be consistent with one another.
1885
1886 2006-11-20  Jim Meyering  <jim@meyering.net>
1887
1888         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1889         continue using the flexible array member (thus, this module performs
1890         half as many malloc calls), with the addition that...
1891         (getgroup, getuser): Consistently record a non-match via an empty
1892         "name" string, and map an empty string match to a NULL return value.
1893         * modules/idcache (Depends-on): Re-add flexmember.
1894
1895         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1896         (getuidbyname, getgroup, getgidbyname): Likewise.
1897
1898         Use cleaner syntax: NULL rather than 0.
1899         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1900
1901 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1902
1903         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1904         It mishandled the case where the group was missing.
1905         Problem reported by Greg Schafer.
1906         * modules/idcache: Likewise.
1907
1908 2006-11-18  Jim Meyering  <jim@meyering.net>
1909
1910         * check-module (%exempt_header): Add exception for some
1911         conditionally-included headers.
1912
1913         * modules/i-ring (Depends-on): Add verify.
1914         (License): Change to LGPL.
1915
1916 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1917
1918         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1919         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1920         and inttostr.h.  Use snprintf rather than uinttostr, so that
1921         LGPLed code doesn't depend on GPLed.
1922
1923 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1924
1925         * modules/inline (License): Change from GPL to LGPL.
1926
1927 2006-11-17  Jim Meyering  <jim@meyering.net>
1928
1929         * modules/d-type (License): Switch to LGPL.
1930
1931 2006-11-15  Bruno Haible  <bruno@clisp.org>
1932
1933         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1934
1935 2006-11-15  Eric Blake  <ebb9@byu.net>
1936
1937         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1938         the module dependency.
1939
1940 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1941             Bruno Haible  <bruno@clisp.org>
1942
1943         * gnulib-tool (func_create_testdir): Add license consistency check.
1944
1945 2006-11-15  Eric Blake  <ebb9@byu.net>
1946
1947         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1948         random "(cached)" in configure output.
1949
1950 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1951
1952         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1953         test for conforming inttypes.h is both announced and cached.
1954
1955         * MODULES.html.sh (seen_modules, seen_files): New variables.
1956         (func_module): Rewrite to use a few less gnulib-tool and sed
1957         invocations.  Avoid a couple of quadratic algorithms for ...
1958         (missed_modules, missed_files): ... these, with ...
1959         (func_append, func_tmpdir): ... these new functions, from
1960         gnulib-tool.  Analogously, install traps for cleanup.
1961
1962         * tests/test-gc.c (main): Remove unused variables.
1963         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1964
1965 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1966
1967         * modules/inttostr (License): Change to LGPL.
1968
1969 2006-11-14  Eric Blake  <ebb9@byu.net>
1970
1971         * modules/tempname (License): Change to LGPL.
1972
1973 2006-11-14  Eric Blake  <ebb9@byu.net>
1974
1975         * doc/functions.texi (Function Portability): *printf functions on
1976         Cygwin now understand all POSIX size specifiers.
1977
1978 2006-11-14  Bruno Haible  <bruno@clisp.org>
1979
1980         * modules/c-ctype (License): Change to LGPL.
1981
1982 2006-11-12  Bruno Haible  <bruno@clisp.org>
1983
1984         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1985         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1986         for GNOME libraries, for which the include files are installed in
1987         subdirectories of $prefix/include.
1988
1989 2006-11-12  Bruno Haible  <bruno@clisp.org>
1990
1991         * m4/lib-link.m4: Require at least autoconf-2.54.
1992         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1993         name to underscores for the --with option.
1994
1995 2006-11-13  Bruno Haible  <bruno@clisp.org>
1996
1997         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1998         the tests directory.
1999         Reported by Ralf Wildenhues.
2000
2001 2006-11-13  Bruno Haible  <bruno@clisp.org>
2002
2003         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2004         (func_emit_initmacro_end): Undo the override here.
2005         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2006         Works around the famous automake error in coreutils.
2007
2008 2006-11-13  Eric Blake  <ebb9@byu.net>
2009
2010         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2011         element, not its node.
2012
2013 2006-11-12  Bruno Haible  <bruno@clisp.org>
2014
2015         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2016         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2017
2018 2006-11-12  Bruno Haible  <bruno@clisp.org>
2019
2020         * gnulib-tool: New option --local-symlink.
2021         (func_usage): Document it.
2022         (lsymbolic): New variable.
2023         (func_import, func_create_testdir): If --symlink was not specified,
2024         test whether --local-symlink was specified and the file comes from
2025         the local_gnulib_dir.
2026
2027 2006-11-12  Bruno Haible  <bruno@clisp.org>
2028
2029         * gnulib-tool (func_ln): New function.
2030         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2031
2032 2006-11-12  Bruno Haible  <bruno@clisp.org>
2033
2034         Finish support for source files in subdirectories.
2035         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2036         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2037         AUTOMAKE_OPTIONS.
2038         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2039
2040 2006-11-12  Bruno Haible  <bruno@clisp.org>
2041
2042         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2043         EXTRA_lib_SOURCES augmentation.
2044         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2045
2046 2006-11-12  Jim Meyering  <jim@meyering.net>
2047
2048         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2049         file descriptors.  This also averts a failure on systems with
2050         native openat support when a traversed directory lacks "x" access.
2051         * lib/fts_.h: Include "i-ring.h"
2052         (struct FTS) [fts_fd_ring]: New member.
2053         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2054         (FCHDIR): Add parentheses.
2055         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2056         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2057         When descending, rather than simply closing the previous
2058         fts_cwd_fd value, push that file descriptor onto the ring.
2059         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2060         (fts_open): Initialize the new fd_ring member.
2061         (fts_close): Clear the ring.
2062         (fts_safe_changedir): When possible, use our new fd_ring to skip
2063         the diropen and fstat and dev/ino comparison that would normally
2064         accompany a virtual `chdir ("..")'.
2065
2066         * modules/fts (Depends-on): Add i-ring.
2067         * modules/i-ring: New module.
2068         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2069         * m4/i-ring.m4: New file.
2070
2071 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2072
2073         * gnulib-tool (func_create_testdir): Fix replacement of
2074         `build-aux' in configure.ac.  Run autotools in gltests
2075         subdirectory.
2076         (func_create_testdir, func_create_megatestdir, test): There is
2077         no need for '--force' in most autotool invocations in a new
2078         tree.  Actually fail the whole test if any of the tools, or the
2079         configure or make stages fail.
2080
2081         Sync from Automake.
2082         * build-aux/gnupload: Revert last change.  Add pointer to upload
2083         instructions of the GNU Maintenance Instructions.
2084         Suggestion by Karl Berry.
2085
2086 2006-11-10  Jim Meyering  <jim@meyering.net>
2087
2088         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2089
2090 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2091
2092         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2093         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2094         (bind_textdomain_codeset) [! ENABLE_NLS]:
2095         Evaluate all the arguments.  That way, callers get compatible behavior
2096         if the arguments have side effects.  Also, it avoids some GCC
2097         diagnostics in some cases; Joel E. Denny reported problems when Bison
2098         was configured with --enable-gcc-warnigs.
2099
2100 2006-11-10  Jim Meyering  <jim@meyering.net>
2101
2102         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2103         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2104         account.
2105
2106 2006-11-10  Jim Meyering  <jim@meyering.net>
2107
2108         * modules/inline: New file/module.
2109         * modules/xalloc (Files): Remove m4/inline.m4.
2110         (Depends-on): Add inline, instead.
2111         * modules/oset: Likewise.
2112         * modules/list: Likewise.
2113
2114 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2115
2116         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2117         Problem reported by Matthew Woehlke.
2118
2119 2006-11-09  Bruno Haible  <bruno@clisp.org>
2120
2121         * lib/tempname.c (gen_tempname): Remove variant that invokes
2122         __gen_tempname.
2123         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2124         __gen_tempname.
2125
2126 2006-11-08  Bruno Haible  <bruno@clisp.org>
2127
2128         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2129         to 'yes' instead of 'cross-compiling'.
2130
2131 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2132
2133         * lib/quotearg.h (quotearg_free): New decl.
2134         * lib/quotearg.c (quotearg_free): New function.
2135         (slot0, nslots, slotvec0, slotvec):
2136         Now file-scope so that quotearg_free can get at them.
2137
2138 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2139
2140         Sync from Automake.
2141         * build-aux/gnupload: Add missing 'gnu' to example URL.
2142         Report by Karl Berry.
2143
2144 2006-11-08  Bruno Haible  <bruno@clisp.org>
2145
2146         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2147         Suggested by Paul Eggert.
2148
2149 2006-11-08  Jim Meyering  <jim@meyering.net>
2150
2151         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2152         It's already included if !_LIBC.
2153         (fts_safe_changedir): Add a comment.
2154
2155 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2156
2157         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2158         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2159         Matthew Woehlke.
2160
2161         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2162         definitions up, to avoid colliding with change below.
2163         (static_inline) [HAVE_INLINE]: New macro.
2164         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2165         Provide extern decls when !HAVE_INLINE.  Do not define unless
2166         static_inline is defined, either by us or by xmalloc.c.  Use
2167         static_inline rather than static inline.
2168         (XCALLOC): Optimize sizeof(T) = 1 case.
2169         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2170
2171 2006-11-07  Bruno Haible  <bruno@clisp.org>
2172
2173         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2174         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2175         AC_C_INLINE.
2176         * modules/xalloc (Files): Add m4/inline.m4.
2177
2178 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2179
2180         * README: Fix typo.
2181         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2182         (Miscellanous Notes): ...from this.
2183
2184 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2185
2186         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2187         Mention that offsetof should be used instead of sizeof.
2188         From Bruno Haible.
2189
2190 2006-11-07  Bruno Haible  <bruno@clisp.org>
2191
2192         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2193
2194 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2195
2196         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2197         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2198         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2199         (gl_tree_add_before, gl_tree_add_after):
2200         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2201         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2202         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2203         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2204         (gl_linked_add_after, gl_linked_add_at): Likewise.
2205         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2206         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2207         (gl_tree_add_before, gl_tree_add_after): Likewise.
2208         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2209         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2210         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2211
2212 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2213
2214         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2215
2216 2006-11-06  Bruno Haible  <bruno@clisp.org>
2217
2218         * m4/inline.m4: New file.
2219         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2220         * modules/list (Files): Add m4/inline.m4.
2221         * modules/oset (Files): Likewise.
2222
2223 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2224
2225         * lib/idcache.c: Include <stddef.h>, for offsetof.
2226         (struct userid.name): Change from char * to a flexible array member.
2227         All uses changed.
2228         * modules/idcache (Depends-on): Add flexmember.
2229
2230         * MODULES.html.sh (Core language properties): New module flexmember.
2231         * modules/flexmember, m4/flexmember.m4: New files.
2232
2233         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2234         inline functions that are identical with the old xnmalloc_inline,
2235         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2236         that we can avoid some unnecessary integer multiplications and
2237         divisions in the common case where the element size is known at
2238         compile time.
2239         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2240         needed.
2241         (xnboundedmalloc): Remove.
2242         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2243         arguments, for consistency with rest of this header.
2244         (xcharalloc): Rewrite using XNMALLOC.
2245         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2246         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2247         versions have been moved to lib/xalloc.h and renamed to be the
2248         non-*_inline versions.
2249         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2250         and xnrealloc functions, since those functions are now inline and
2251         now call us.
2252         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2253         renaming described above.
2254         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2255         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2256         captures the dependency in AC_C_INLINE.
2257
2258         New module canonicalize-lgpl, proposed by Charles Wilson in
2259         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2260         with a few small changes afterwards.
2261         * MODULES.html.sh (File system functions): New module
2262         canonicalize-lgpl.
2263         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2264         and canonicalize_file_name.
2265         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2266         * modules/canonicalize-lgpl: New files.
2267
2268 2006-11-05  Bruno Haible  <bruno@clisp.org>
2269
2270         * gnulib-tool (func_import, func_create_testdir): Create directories
2271         also for files in subdirectories of lib/.
2272
2273 2006-11-05  Bruno Haible  <bruno@clisp.org>
2274
2275         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2276         ANSI C compliant.
2277
2278 2006-11-03  Bruno Haible  <bruno@clisp.org>
2279
2280         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2281         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2282         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2283         (xnboundedmalloc): New inline function.
2284         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2285         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2286         xmalloc.
2287         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2288         xmalloc.
2289         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2290         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2291         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2292         xmalloc.
2293         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2294         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2295         xmalloc.
2296         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2297         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2298         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2299         xmalloc.
2300         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2301         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2302         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2303         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2304         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2305         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2306         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2307
2308 2006-11-03  Bruno Haible  <bruno@clisp.org>
2309
2310         * lib/c-ctype.h [C++]: Define functions without name mangling.
2311         * lib/fwriteerror.h [C++]: Likewise.
2312         * lib/gcd.h [C++]: Likewise.
2313         * lib/linebreak.h [C++]: Likewise.
2314
2315 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2316
2317         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2318         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2319         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2320         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2321         Check for functions and headers just once.
2322         Check for declaration of canonicalize_file_name.
2323         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2324
2325 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2326
2327         * gnulib-tool (func_import): Fix typo in actioncmd.
2328
2329 2006-11-02  Bruno Haible  <bruno@clisp.org>
2330
2331         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2332         newline sequence in the Makefile.am snippet as a space, like "make"
2333         does.
2334         Reported by Roger Persson <perrog@gmail.com>.
2335
2336 2006-11-01  Bruno Haible  <bruno@clisp.org>
2337
2338         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2339         already declared in <string.h>.
2340         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2341
2342 2006-11-01  Bruno Haible  <bruno@clisp.org>
2343
2344         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2345         * lib/strcase.h: Include <string.h>.
2346         (strcasecmp): Define to rpl_strcasecmp here.
2347
2348 2006-11-01  Bruno Haible  <bruno@clisp.org>
2349
2350         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2351
2352 2006-11-01  Eric Blake  <ebb9@byu.net>
2353
2354         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2355
2356         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2357
2358 2006-10-29  Bruno Haible  <bruno@clisp.org>
2359
2360         Make it compile in C++ mode.
2361         * lib/full-write.c (full_rw): Add a cast.
2362
2363 2006-11-01  Bruno Haible  <bruno@clisp.org>
2364
2365         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2366         be POSIX compliant.
2367         Reported by Roger Persson <perrog@gmail.com>.
2368
2369 2006-11-01  Eric Blake  <ebb9@byu.net>
2370
2371         * lib/getopt_.h: Fix comments.
2372
2373 2006-10-31  Eric Blake  <ebb9@byu.net>
2374
2375         * modules/tmpdir (Depends-on): Add sys_stat.
2376         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2377         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2378         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2379         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2380         tempname.
2381
2382 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2383
2384         Avoid some C++ diagnostics reported by Bruno Haible.
2385         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2386         xmalloc.
2387         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2388         (struct slotvec): Move to top level.
2389         (quotearg_n_options): Rewrite to avoid xmalloc.
2390         * lib/xalloc.h (xcharalloc): New function.
2391         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2392         [defined __cplusplus]: Add function template that provides result
2393         type propagation.  This part of the change is from Bruno Haible.
2394
2395 2006-10-29  Bruno Haible  <bruno@clisp.org>
2396
2397         Make it compile in C++ mode.
2398         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2399         * lib/strnlen1.c (strnlen1): Cast memchr result.
2400         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2401         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2402         (create_temp_dir): Rename local variable 'template'.
2403         (compile_csharp_using_sscli): Add cast.
2404         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2405         * lib/findprog.c (find_in_path): Likewise.
2406         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2407         * lib/wait-process.c (register_slave_subprocess): Likewise.
2408
2409 2006-10-22  Bruno Haible  <bruno@clisp.org>
2410
2411         * modules/tsearch: New file.
2412         * lib/tsearch.h: New file.
2413         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2414         * m4/tsearch.m4: New file.
2415         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2416
2417 2006-10-29  Eric Blake  <ebb9@byu.net>
2418
2419         * lib/arcfour.c: Assume config.h.
2420         * lib/arctwo.c: Likewise.
2421         * lib/base64.c: Likewise.
2422         * lib/check-version.c: Likewise.
2423         * lib/crc.c: Likewise.
2424         * lib/des.c: Likewise.
2425         * lib/gc-gnulib.c: Likewise.
2426         * lib/gc-libgcrypt.c: Likewise.
2427         * lib/gc-pbkdf2-sha1.c: Likewise.
2428         * lib/getaddrinfo.c: Likewise.
2429         * lib/getdelim.c: Likewise.
2430         * lib/getline.c: Likewise.
2431         * lib/hmac-md5.c: Likewise.
2432         * lib/hmac-sha1.c: Likewise.
2433         * lib/iconvme.c: Likewise.
2434         * lib/md2.c: Likewise.
2435         * lib/md4.c: Likewise.
2436         * lib/memxor.c: Likewise.
2437         * lib/read-file.c: Likewise.
2438         * lib/readline.c: Likewise.
2439         * lib/rijndael-alg-fst.c: Likewise.
2440         * lib/rijndael-api-fst.c: Likewise.
2441         * lib/xgetdomainname.c: Likewise.
2442
2443 2006-10-28  Eric Blake  <ebb9@byu.net>
2444
2445         * lib/xstrndup.c: Assume config.h.
2446
2447 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2448
2449         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2450         stat-macros.h is now for our own macros, whereas stat_h is for
2451         macros in the <sys/stat.h> name space.
2452         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2453         (STAT_MACROS_H): Remove.
2454         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2455         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2456         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2457         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2458         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2459         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2460         Move these macros to ...
2461         * lib/stat_.h: here.  Don't include stat-macros.h.
2462         * lib/canonicalize.c: Don't include stat-macros.h.
2463         * lib/chown.c: Likewise.
2464         * lib/euidaccess.c: Likewise.
2465         * lib/file-type.c: Likewise.
2466         * lib/filemode.c: Likewise.
2467         * lib/glob.c: Likewise.
2468         * lib/isapipe.c: Likewise.
2469         * lib/lchown.c: Likewise.
2470         * lib/lstat.c: Likewise.
2471         * lib/mkdir-p.c: Likewise.
2472         * lib/rmdir.c: Likewise.
2473         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2474         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2475         unless mkdir isn't declared, to speed up 'configure'.
2476         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2477         would define all the S_* symbols.
2478         * modules/canonicalize (Depends-on):
2479         Depend on sys_stat, not stat-macros.
2480         * modules/chown: Likewise.
2481         * modules/euidaccess: Likewise.
2482         * modules/filemode: Likewise.
2483         * modules/file-type: Likewise.
2484         * modules/glob: Likewise.
2485         * modules/isapipe: Likewise.
2486         * modules/lchown: Likewise.
2487         * modules/lstat: Likewise.
2488         * modules/mkancesdirs: Likewise.
2489         * modules/rmdir: Likewise.
2490         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2491         * modules/modechange: Likewise.
2492         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2493         (configure.ac): Remove gl_STAT_MACROS.
2494         * modules/sys_stat (Depends-on): Remove stat-macros.
2495
2496 2006-10-27  Bruno Haible  <bruno@clisp.org>
2497
2498         * m4/signed.m4: Remove file.
2499         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2500         invocation.
2501         * modules/vasnprintf (Files): Remove m4/signed.m4.
2502
2503 2006-10-27  Bruno Haible  <bruno@clisp.org>
2504
2505         Update to GNU gettext 0.16.
2506         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2507         m4/inttypes-h.m4, m4/signed.m4.
2508         * m4/gettext.m4: Update to GNU gettext 0.16.
2509         * m4/intl.m4: New file, from GNU gettext.
2510         * m4/intldir.m4: New file, from GNU gettext.
2511         * config/srclist.txt: Update
2512
2513 2006-10-27  Eric Blake  <ebb9@byu.net>
2514
2515         * MODULES.html.sh: Document tempname.
2516         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2517         dependencies.
2518         (Files): Move lib/tempname.c...
2519         * modules/tempname: ...to this new module.
2520         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2521         (gl_PREREQ_TEMPNAME): Move...
2522         * m4/tempname.m4: ...to this new file.
2523         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2524         * modules/sys_stat (Depends-on): Add stat-macros.
2525         * lib/stat_.h (includes): Pick up stat macros.
2526         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2527         if stat macros are broken.
2528         * lib/tempname.c (includes): No need to include "stat-macros.h".
2529         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2530         (direxists, __path_search) [!_LIBC]: Don't compile these in
2531         gnulib; the tmpdir module covers that.
2532         * lib/tempname.h: New file.
2533
2534 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2535
2536         * COPYING: Explain how gnulib-tool converts licence headers.
2537         Almost all wording by Eric Blake.
2538
2539 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2540
2541         * lib/mbchar.h (is_basic_table): Make read-only.
2542         * lib/mbchar.c (is_basic_table): Likewise.
2543         Reported by John Darrington.
2544
2545 2006-10-25  Bruno Haible  <bruno@clisp.org>
2546
2547         * lib/progname.h (set_program_name): Undefine before defining.
2548
2549 2006-10-25  Bruno Haible  <bruno@clisp.org>
2550
2551         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2552         false for non-gcc C++ compilers.
2553         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2554
2555 2006-10-24  Bruno Haible  <bruno@clisp.org>
2556
2557         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2558         iconv implementations like Irix iconv.
2559
2560 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2561
2562         * modules/vararrays: New file.
2563         * m4/vararrays.m4: New file, taken from diffutils.
2564         * MODULES.html.sh: New module vararrays.
2565
2566 2006-10-24  Karl Berry  <karl@gnu.org>
2567
2568         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2569         Don't call GNU Unix.
2570
2571 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2572
2573         * users.txt: Add Libtool.
2574
2575         Sync from Libtool:
2576
2577         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2578
2579         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2580         to gnulib's policy of including config.h unconditionally.
2581
2582 2006-10-24  Bruno Haible  <bruno@clisp.org>
2583
2584         * modules/wcwidth (Files): Add m4/wint_t.m4.
2585         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2586         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2587
2588 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2589
2590         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2591         to pacify GCC with some -W flags enabled.  Problem reported by
2592         Bruno Haible.
2593
2594 2006-10-24  Jim Meyering  <jim@meyering.net>
2595
2596         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2597         Reported by Karl Berry.
2598
2599 2006-10-23  Bruno Haible  <bruno@clisp.org>
2600
2601         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2602
2603 2006-10-24  Bruno Haible  <bruno@clisp.org>
2604
2605         * lib/gl_list.h: Use C comment style, not C++ comment style.
2606
2607 2006-10-23  Eric Blake  <ebb9@byu.net>
2608
2609         * lib/getaddrinfo.c (includes): Add missing include.
2610
2611 2006-10-23  Bruno Haible  <bruno@clisp.org>
2612             Paul Eggert  <eggert@cs.ucla.edu>
2613
2614         Ability to rename obstack_free.
2615         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2616         obstack_free.
2617         (obstack_free): Invoke the __obstack_free macro.
2618         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2619
2620 2006-10-23  Bruno Haible  <bruno@clisp.org>
2621             Paul Eggert  <eggert@cs.ucla.edu>
2622
2623         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2624         __argc, __argv from the declaration. (They are defined as macros on
2625         mingw.)
2626
2627 2006-10-22  Bruno Haible  <bruno@clisp.org>
2628
2629         * doc/gnulib-intro.texi: New file.
2630         * doc/gnulib.texi: Include it.
2631
2632 2006-10-21  Bruno Haible  <bruno@clisp.org>
2633
2634         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2635         "Introduction", "Miscellanous Notes", "Particular Modules".
2636
2637 2006-10-21  Bruno Haible  <bruno@clisp.org>
2638
2639         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2640         Change mostlyclean-local rule to avoid sh syntax error from bash
2641         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2642
2643 2006-10-23  Jim Meyering  <jim@meyering.net>
2644
2645         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2646         in place of snprintf.
2647
2648         * modules/inttostr (Files): Add lib/uinttostr.c.
2649         * lib/uinttostr.c (inttostr): New file/function.
2650         * lib/inttostr.h (uinttostr): Declare.
2651         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2652         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2653         Add uinttostr.
2654         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2655
2656 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2657
2658         * lib/canonicalize.c (ELOOP): Define if not already defined.
2659         Problem reported by Bruno Haible in
2660         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2661
2662 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2663
2664         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2665         Problem reported by Perry Smith and Ville Laurikari.
2666
2667         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2668         uses.
2669
2670 2006-10-19  Bruno Haible  <bruno@clisp.org>
2671
2672         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2673         for mingw.
2674
2675 2006-10-19  Bruno Haible  <bruno@clisp.org>
2676
2677         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2678         Needed for mingw.
2679
2680 2006-10-19  Bruno Haible  <bruno@clisp.org>
2681
2682         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2683
2684 2006-10-19  Bruno Haible  <bruno@clisp.org>
2685
2686         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2687         it.
2688
2689 2006-10-19  Bruno Haible  <bruno@clisp.org>
2690
2691         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2692         invocation.
2693
2694 2006-10-19  Bruno Haible  <bruno@clisp.org>
2695
2696         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2697         mountlist by default.
2698
2699 2006-10-16  Bruno Haible  <bruno@clisp.org>
2700
2701         * lib/c-strstr.c: Include c-strstr.h.
2702
2703 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2704
2705         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2706         in a slash.
2707
2708 2006-10-18  Bruno Haible  <bruno@clisp.org>
2709
2710         * lib/lock.h [C++]: Wrap definitions in extern "C".
2711
2712 2006-10-18  Bruno Haible  <bruno@clisp.org>
2713
2714         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2715         gl_LIBOBJS list.
2716
2717 2006-10-18  Bruno Haible  <bruno@clisp.org>
2718
2719         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2720
2721 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2722
2723         * lib/xstrtol.h: Include gettext.h.
2724         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2725         Problem reported by Eric Blake.
2726         * modules/xstrtol (Depends-on): Add gettext-h.
2727
2728 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2729
2730         * lib/strftime.c (advance): New macro.
2731         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2732         incomplete type, so you can't add 0 to it.  Problem and patch
2733         reported by Eelco Dolstra for dietlibc.
2734
2735 2006-10-18  Jim Meyering  <jim@meyering.net>
2736
2737         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2738         type for a local, and rename it: s/up/user_proc/.
2739
2740 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2741
2742         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2743         READ_UTMP_USER_PROCESS.
2744         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2745
2746 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2747
2748         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2749         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2750
2751 2006-10-17  Eric Blake  <ebb9@byu.net>
2752
2753         * lib/sigprocmask.c (sigprocmask): Fix typo.
2754
2755         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2756
2757         * modules/clean-temp (Makefile.am): Don't add to make output...
2758         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2759         config.h.
2760
2761 2006-10-17  Bruno Haible  <bruno@clisp.org>
2762
2763         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2764         differently if DEFAULT_TEXT_DOMAIN is set.
2765
2766 2006-10-16  Bruno Haible  <bruno@clisp.org>
2767
2768         * lib/clean-temp.c: Include fwriteerror.h.
2769
2770 2006-10-16  Bruno Haible  <bruno@clisp.org>
2771
2772         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2773
2774 2006-10-16  Bruno Haible  <bruno@clisp.org>
2775
2776         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2777         * lib/sigprocmask.h: Include <sys/types.h>.
2778         (sigset_t): Use the system's definition if present.
2779
2780 2006-10-17  Eric Blake  <ebb9@byu.net>
2781
2782         * lib/xvasprintf.c (includes): Assume config.h.
2783         * lib/xasprintf.c (includes): Likewise.
2784
2785 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2786
2787         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2788         at least as wide as intmax_t.
2789
2790 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2791
2792         (Imported from Automake.)
2793         * build-aux/gnupload: Update to version 1.1 of directive file.
2794
2795 2006-10-16  Eric Blake  <ebb9@byu.net>
2796
2797         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2798         match Automake 1.10a.
2799
2800 2006-10-14  Bruno Haible  <bruno@clisp.org>
2801
2802         * modules/sigprocmask: New file.
2803         * lib/sigprocmask.h: New file.
2804         * lib/sigprocmask.c: New file.
2805         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2806         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2807         request sigprocmask.o.
2808         (gl_PREREQ_SIGPROCMASK): New macro.
2809         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2810         (Depends-on): Add sigprocmask.
2811         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2812         gt_SIGNALBLOCKING. Test for 'raise' only once.
2813         * lib/fatal-signal.c: Include sigprocmask.h.
2814         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2815         unblock_fatal_signals): Define always.
2816         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2817         sigprocmask.
2818
2819 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2820
2821         Sync from Automake.
2822         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2823         which incorrectly sets the mode of an existing destination
2824         directory.  In some cases the unpatched install-sh could do the
2825         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2826         system.  We hope this is rare in practice, but it's clearly worth
2827         fixing.  Problem reported by Alex Unleashed in
2828         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2829         Also, don't bother to check for -m bugs unless we're using -m;
2830         suggested by Stepan Kasal.
2831
2832 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2833
2834         Sync from Automake.
2835         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2836         `-c' flag, so they appear at the same position as in %FASTDEP%
2837         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2838         which ignores unknown options only after the first non-option.
2839         Bug report against M4 by Nelson H. F. Beebe.
2840
2841 2006-10-13  Jim Meyering  <jim@meyering.net>
2842
2843         Fix a bug in yesterday's change.
2844         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2845         p->fts_statp->st_dev would be used uninitialized.
2846         Ensures that we always call fts_stat on the very first entry.
2847         Miklos Szeredi reported that find -xdev stopped working.
2848
2849 2006-10-12  Bruno Haible  <bruno@clisp.org>
2850
2851         * gnulib-tool (func_get_automake_snippet): Append an automatically
2852         computed EXTRA_DIST augmentation.
2853         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2854         * modules/alloca-opt (Makefile.am): Likewise.
2855         * modules/allocsa (Makefile.am): Likewise.
2856         * modules/arcfour (Makefile.am): Likewise.
2857         * modules/arctwo (Makefile.am): Likewise.
2858         * modules/argmatch (Makefile.am): Likewise.
2859         * modules/argz (Makefile.am): Likewise.
2860         * modules/atexit (Makefile.am): Likewise.
2861         * modules/backupfile (Makefile.am): Likewise.
2862         * modules/byteswap (Makefile.am): Likewise.
2863         * modules/c-strtod (Makefile.am): Likewise.
2864         * modules/c-strtold (Makefile.am): Likewise.
2865         * modules/calloc (Makefile.am): Likewise.
2866         * modules/canon-host (Makefile.am): Likewise.
2867         * modules/canonicalize (Makefile.am): Likewise.
2868         * modules/chdir-long (Makefile.am): Likewise.
2869         * modules/chdir-safer (Makefile.am): Likewise.
2870         * modules/check-version (Makefile.am): Likewise.
2871         * modules/chown (Makefile.am): Likewise.
2872         * modules/cloexec (Makefile.am): Likewise.
2873         * modules/close-stream (Makefile.am): Likewise.
2874         * modules/closeout (Makefile.am): Likewise.
2875         * modules/crc (Makefile.am): Likewise.
2876         * modules/csharpexec (Makefile.am): Likewise.
2877         * modules/cycle-check (Makefile.am): Likewise.
2878         * modules/des (Makefile.am): Likewise.
2879         * modules/dev-ino (Makefile.am): Likewise.
2880         * modules/dirfd (Makefile.am): Likewise.
2881         * modules/dirname (Makefile.am): Likewise.
2882         * modules/dup2 (Makefile.am): Likewise.
2883         * modules/eealloc (Makefile.am): Likewise.
2884         * modules/error (Makefile.am): Likewise.
2885         * modules/euidaccess (Makefile.am): Likewise.
2886         * modules/exclude (Makefile.am): Likewise.
2887         * modules/exitfail (Makefile.am): Likewise.
2888         * modules/fcntl-safer (Makefile.am): Likewise.
2889         * modules/fcntl (Makefile.am): Likewise.
2890         * modules/file-type (Makefile.am): Likewise.
2891         * modules/fileblocks (Makefile.am): Likewise.
2892         * modules/filemode (Makefile.am): Likewise.
2893         * modules/filenamecat (Makefile.am): Likewise.
2894         * modules/fnmatch (Makefile.am): Likewise.
2895         * modules/fopen-safer (Makefile.am): Likewise.
2896         * modules/fpending (Makefile.am): Likewise.
2897         * modules/fprintftime (Makefile.am): Likewise.
2898         * modules/free (Makefile.am): Likewise.
2899         * modules/fsusage (Makefile.am): Likewise.
2900         * modules/ftruncate (Makefile.am): Likewise.
2901         * modules/fts (Makefile.am): Likewise.
2902         * modules/gc-arcfour (Makefile.am): Likewise.
2903         * modules/gc-des (Makefile.am): Likewise.
2904         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2905         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2906         * modules/gc-md4 (Makefile.am): Likewise.
2907         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2908         * modules/gc-sha1 (Makefile.am): Likewise.
2909         * modules/gc (Makefile.am): Likewise.
2910         * modules/getaddrinfo (Makefile.am): Likewise.
2911         * modules/getcwd (Makefile.am): Likewise.
2912         * modules/getdelim (Makefile.am): Likewise.
2913         * modules/getdomainname (Makefile.am): Likewise.
2914         * modules/getgroups (Makefile.am): Likewise.
2915         * modules/gethostname (Makefile.am): Likewise.
2916         * modules/gethrxtime (Makefile.am): Likewise.
2917         * modules/getline (Makefile.am): Likewise.
2918         * modules/getloadavg (Makefile.am): Likewise.
2919         * modules/getlogin_r (Makefile.am): Likewise.
2920         * modules/getndelim2 (Makefile.am): Likewise.
2921         * modules/getopt (Makefile.am): Likewise.
2922         * modules/getpagesize (Makefile.am): Likewise.
2923         * modules/getpass-gnu (Makefile.am): Likewise.
2924         * modules/getpass (Makefile.am): Likewise.
2925         * modules/getsubopt (Makefile.am): Likewise.
2926         * modules/gettime (Makefile.am): Likewise.
2927         * modules/gettimeofday (Makefile.am): Likewise.
2928         * modules/getugroups (Makefile.am): Likewise.
2929         * modules/getusershell (Makefile.am): Likewise.
2930         * modules/glob (Makefile.am): Likewise.
2931         * modules/group-member (Makefile.am): Likewise.
2932         * modules/hard-locale (Makefile.am): Likewise.
2933         * modules/hash (Makefile.am): Likewise.
2934         * modules/hmac-md5 (Makefile.am): Likewise.
2935         * modules/hmac-sha1 (Makefile.am): Likewise.
2936         * modules/human (Makefile.am): Likewise.
2937         * modules/idcache (Makefile.am): Likewise.
2938         * modules/imaxabs (Makefile.am): Likewise.
2939         * modules/imaxdiv (Makefile.am): Likewise.
2940         * modules/inet_ntop (Makefile.am): Likewise.
2941         * modules/inet_pton (Makefile.am): Likewise.
2942         * modules/intprops (Makefile.am): Likewise.
2943         * modules/inttostr (Makefile.am): Likewise.
2944         * modules/inttypes (Makefile.am): Likewise.
2945         * modules/isapipe (Makefile.am): Likewise.
2946         * modules/javaversion (Makefile.am): Likewise.
2947         * modules/lchmod (Makefile.am): Likewise.
2948         * modules/lchown (Makefile.am): Likewise.
2949         * modules/localcharset (Makefile.am): Likewise.
2950         * modules/long-options (Makefile.am): Likewise.
2951         * modules/lstat (Makefile.am): Likewise.
2952         * modules/malloc (Makefile.am): Likewise.
2953         * modules/mathl (Makefile.am): Likewise.
2954         * modules/mbchar (Makefile.am): Likewise.
2955         * modules/md2 (Makefile.am): Likewise.
2956         * modules/md4 (Makefile.am): Likewise.
2957         * modules/md5 (Makefile.am): Likewise.
2958         * modules/memcasecmp (Makefile.am): Likewise.
2959         * modules/memchr (Makefile.am): Likewise.
2960         * modules/memcmp (Makefile.am): Likewise.
2961         * modules/memcoll (Makefile.am): Likewise.
2962         * modules/memcpy (Makefile.am): Likewise.
2963         * modules/memmem (Makefile.am): Likewise.
2964         * modules/memmove (Makefile.am): Likewise.
2965         * modules/mempcpy (Makefile.am): Likewise.
2966         * modules/memrchr (Makefile.am): Likewise.
2967         * modules/memset (Makefile.am): Likewise.
2968         * modules/memxor (Makefile.am): Likewise.
2969         * modules/mkancesdirs (Makefile.am): Likewise.
2970         * modules/mkdir-p (Makefile.am): Likewise.
2971         * modules/mkdir (Makefile.am): Likewise.
2972         * modules/mkdtemp (Makefile.am): Likewise.
2973         * modules/mkstemp (Makefile.am): Likewise.
2974         * modules/mktime (Makefile.am): Likewise.
2975         * modules/modechange (Makefile.am): Likewise.
2976         * modules/mountlist (Makefile.am): Likewise.
2977         * modules/nanosleep (Makefile.am): Likewise.
2978         * modules/obstack (Makefile.am): Likewise.
2979         * modules/openat (Makefile.am): Likewise.
2980         * modules/pagealign_alloc (Makefile.am): Likewise.
2981         * modules/pathmax (Makefile.am): Likewise.
2982         * modules/physmem (Makefile.am): Likewise.
2983         * modules/poll (Makefile.am): Likewise.
2984         * modules/posixtm (Makefile.am): Likewise.
2985         * modules/posixver (Makefile.am): Likewise.
2986         * modules/putenv (Makefile.am): Likewise.
2987         * modules/quote (Makefile.am): Likewise.
2988         * modules/quotearg (Makefile.am): Likewise.
2989         * modules/raise (Makefile.am): Likewise.
2990         * modules/read-file (Makefile.am): Likewise.
2991         * modules/readline (Makefile.am): Likewise.
2992         * modules/readlink (Makefile.am): Likewise.
2993         * modules/readtokens (Makefile.am): Likewise.
2994         * modules/readutmp (Makefile.am): Likewise.
2995         * modules/realloc (Makefile.am): Likewise.
2996         * modules/regex (Makefile.am): Likewise.
2997         * modules/rename-dest-slash (Makefile.am): Likewise.
2998         * modules/rename (Makefile.am): Likewise.
2999         * modules/rijndael (Makefile.am): Likewise.
3000         * modules/rmdir (Makefile.am): Likewise.
3001         * modules/rpmatch (Makefile.am): Likewise.
3002         * modules/safe-read (Makefile.am): Likewise.
3003         * modules/safe-write (Makefile.am): Likewise.
3004         * modules/same-inode (Makefile.am): Likewise.
3005         * modules/same (Makefile.am): Likewise.
3006         * modules/save-cwd (Makefile.am): Likewise.
3007         * modules/savedir (Makefile.am): Likewise.
3008         * modules/setenv (Makefile.am): Likewise.
3009         * modules/settime (Makefile.am): Likewise.
3010         * modules/sha1 (Makefile.am): Likewise.
3011         * modules/sig2str (Makefile.am): Likewise.
3012         * modules/snprintf (Makefile.am): Likewise.
3013         * modules/stat-macros (Makefile.am): Likewise.
3014         * modules/stat-time (Makefile.am): Likewise.
3015         * modules/stdbool (Makefile.am): Likewise.
3016         * modules/stdint (Makefile.am): Likewise.
3017         * modules/stdlib-safer (Makefile.am): Likewise.
3018         * modules/stpcpy (Makefile.am): Likewise.
3019         * modules/stpncpy (Makefile.am): Likewise.
3020         * modules/strcase (Makefile.am): Likewise.
3021         * modules/strcasestr (Makefile.am): Likewise.
3022         * modules/strchrnul (Makefile.am): Likewise.
3023         * modules/strcspn (Makefile.am): Likewise.
3024         * modules/strdup (Makefile.am): Likewise.
3025         * modules/strerror (Makefile.am): Likewise.
3026         * modules/strftime (Makefile.am): Likewise.
3027         * modules/strndup (Makefile.am): Likewise.
3028         * modules/strnlen (Makefile.am): Likewise.
3029         * modules/strpbrk (Makefile.am): Likewise.
3030         * modules/strsep (Makefile.am): Likewise.
3031         * modules/strstr (Makefile.am): Likewise.
3032         * modules/strtod (Makefile.am): Likewise.
3033         * modules/strtoimax (Makefile.am): Likewise.
3034         * modules/strtok_r (Makefile.am): Likewise.
3035         * modules/strtol (Makefile.am): Likewise.
3036         * modules/strtoll (Makefile.am): Likewise.
3037         * modules/strtoul (Makefile.am): Likewise.
3038         * modules/strtoull (Makefile.am): Likewise.
3039         * modules/strtoumax (Makefile.am): Likewise.
3040         * modules/strverscmp (Makefile.am): Likewise.
3041         * modules/sys_socket (Makefile.am): Likewise.
3042         * modules/sys_stat (Makefile.am): Likewise.
3043         * modules/sysexits (Makefile.am): Likewise.
3044         * modules/time_r (Makefile.am): Likewise.
3045         * modules/timegm (Makefile.am): Likewise.
3046         * modules/timespec (Makefile.am): Likewise.
3047         * modules/tmpfile-safer (Makefile.am): Likewise.
3048         * modules/trim (Makefile.am): Likewise.
3049         * modules/unistd-safer (Makefile.am): Likewise.
3050         * modules/unlinkdir (Makefile.am): Likewise.
3051         * modules/unlocked-io (Makefile.am): Likewise.
3052         * modules/userspec (Makefile.am): Likewise.
3053         * modules/utime (Makefile.am): Likewise.
3054         * modules/utimecmp (Makefile.am): Likewise.
3055         * modules/utimens (Makefile.am): Likewise.
3056         * modules/vasnprintf (Makefile.am): Likewise.
3057         * modules/vasprintf (Makefile.am): Likewise.
3058         * modules/vsnprintf (Makefile.am): Likewise.
3059         * modules/xalloc (Makefile.am): Likewise.
3060         * modules/xgetcwd (Makefile.am): Likewise.
3061         * modules/xnanosleep (Makefile.am): Likewise.
3062         * modules/xreadlink (Makefile.am): Likewise.
3063         * modules/xstrtod (Makefile.am): Likewise.
3064         * modules/xstrtol (Makefile.am): Likewise.
3065         * modules/xstrtold (Makefile.am): Likewise.
3066         * modules/yesno (Makefile.am): Likewise.
3067         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3068
3069 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3070
3071         * modules/error (Makefile.am): Distribute files through
3072         EXTRA_DIST, not lib_SOURCES.
3073
3074 2006-10-12  Eric Blake  <ebb9@byu.net>
3075
3076         * modules/error (Makefile.am): Distribute files in /lib.
3077         * modules/obstack (Makefile.am): Likewise.
3078
3079 2006-10-12  Bruno Haible  <bruno@clisp.org>
3080
3081         * modules/acl (Makefile.am): Distribute all files in lib/ through
3082         EXTRA_DIST.
3083         * modules/arcfour (Makefile.am): Likewise.
3084         * modules/arctwo (Makefile.am): Likewise.
3085         * modules/argmatch (Makefile.am): Likewise.
3086         * modules/argz (Makefile.am): Likewise.
3087         * modules/atexit (Makefile.am): Likewise.
3088         * modules/backupfile (Makefile.am): Likewise.
3089         * modules/c-strtod (Makefile.am): Likewise.
3090         * modules/c-strtold (Makefile.am): Likewise.
3091         * modules/calloc (Makefile.am): Likewise.
3092         * modules/canon-host (Makefile.am): Likewise.
3093         * modules/canonicalize (Makefile.am): Likewise.
3094         * modules/chdir-long (Makefile.am): Likewise.
3095         * modules/chdir-safer (Makefile.am): Likewise.
3096         * modules/check-version (Makefile.am): Likewise.
3097         * modules/chown (Makefile.am): Likewise.
3098         * modules/cloexec (Makefile.am): Likewise.
3099         * modules/close-stream (Makefile.am): Likewise.
3100         * modules/closeout (Makefile.am): Likewise.
3101         * modules/crc (Makefile.am): Likewise.
3102         * modules/cycle-check (Makefile.am): Likewise.
3103         * modules/des (Makefile.am): Likewise.
3104         * modules/dirfd (Makefile.am): Likewise.
3105         * modules/dirname (Makefile.am): Likewise.
3106         * modules/dup2 (Makefile.am): Likewise.
3107         * modules/euidaccess (Makefile.am): Likewise.
3108         * modules/exclude (Makefile.am): Likewise.
3109         * modules/exitfail (Makefile.am): Likewise.
3110         * modules/fcntl-safer (Makefile.am): Likewise.
3111         * modules/file-type (Makefile.am): Likewise.
3112         * modules/fileblocks (Makefile.am): Likewise.
3113         * modules/filemode (Makefile.am): Likewise.
3114         * modules/filenamecat (Makefile.am): Likewise.
3115         * modules/fnmatch (Makefile.am): Likewise.
3116         * modules/fopen-safer (Makefile.am): Likewise.
3117         * modules/fpending (Makefile.am): Likewise.
3118         * modules/fprintftime (Makefile.am): Likewise.
3119         * modules/free (Makefile.am): Likewise.
3120         * modules/fsusage (Makefile.am): Likewise.
3121         * modules/ftruncate (Makefile.am): Likewise.
3122         * modules/fts (Makefile.am): Likewise.
3123         * modules/gc (Makefile.am): Likewise.
3124         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3125         * modules/getaddrinfo (Makefile.am): Likewise.
3126         * modules/getcwd (Makefile.am): Likewise.
3127         * modules/getdelim (Makefile.am): Likewise.
3128         * modules/getdomainname (Makefile.am): Likewise.
3129         * modules/getgroups (Makefile.am): Likewise.
3130         * modules/gethostname (Makefile.am): Likewise.
3131         * modules/gethrxtime (Makefile.am): Likewise.
3132         * modules/getline (Makefile.am): Likewise.
3133         * modules/getloadavg (Makefile.am): Likewise.
3134         * modules/getlogin_r (Makefile.am): Likewise.
3135         * modules/getopt (Makefile.am): Likewise.
3136         * modules/getpass (Makefile.am): Likewise.
3137         * modules/getpass-gnu (Makefile.am): Likewise.
3138         * modules/getsubopt (Makefile.am): Likewise.
3139         * modules/gettime (Makefile.am): Likewise.
3140         * modules/gettimeofday (Makefile.am): Likewise.
3141         * modules/getugroups (Makefile.am): Likewise.
3142         * modules/getusershell (Makefile.am): Likewise.
3143         * modules/glob (Makefile.am): Likewise.
3144         * modules/group-member (Makefile.am): Likewise.
3145         * modules/hard-locale (Makefile.am): Likewise.
3146         * modules/hash (Makefile.am): Likewise.
3147         * modules/hmac-md5 (Makefile.am): Likewise.
3148         * modules/hmac-sha1 (Makefile.am): Likewise.
3149         * modules/human (Makefile.am): Likewise.
3150         * modules/idcache (Makefile.am): Likewise.
3151         * modules/imaxabs (Makefile.am): Likewise.
3152         * modules/imaxdiv (Makefile.am): Likewise.
3153         * modules/inet_ntop (Makefile.am): Likewise.
3154         * modules/inet_pton (Makefile.am): Likewise.
3155         * modules/inttostr (Makefile.am): Likewise.
3156         * modules/isapipe (Makefile.am): Likewise.
3157         * modules/lchown (Makefile.am): Likewise.
3158         * modules/long-options (Makefile.am): Likewise.
3159         * modules/lstat (Makefile.am): Likewise.
3160         * modules/malloc (Makefile.am): Likewise.
3161         * modules/mathl (Makefile.am): Likewise.
3162         * modules/mbchar (Makefile.am): Likewise.
3163         * modules/md2 (Makefile.am): Likewise.
3164         * modules/md4 (Makefile.am): Likewise.
3165         * modules/md5 (Makefile.am): Likewise.
3166         * modules/memcasecmp (Makefile.am): Likewise.
3167         * modules/memchr (Makefile.am): Likewise.
3168         * modules/memcmp (Makefile.am): Likewise.
3169         * modules/memcoll (Makefile.am): Likewise.
3170         * modules/memcpy (Makefile.am): Likewise.
3171         * modules/memmem (Makefile.am): Likewise.
3172         * modules/memmove (Makefile.am): Likewise.
3173         * modules/mempcpy (Makefile.am): Likewise.
3174         * modules/memrchr (Makefile.am): Likewise.
3175         * modules/memset (Makefile.am): Likewise.
3176         * modules/memxor (Makefile.am): Likewise.
3177         * modules/mkancesdirs (Makefile.am): Likewise.
3178         * modules/mkdir (Makefile.am): Likewise.
3179         * modules/mkdir-p (Makefile.am): Likewise.
3180         * modules/mkdtemp (Makefile.am): Likewise.
3181         * modules/mkstemp (Makefile.am): Likewise.
3182         * modules/mktime (Makefile.am): Likewise.
3183         * modules/modechange (Makefile.am): Likewise.
3184         * modules/mountlist (Makefile.am): Likewise.
3185         * modules/nanosleep (Makefile.am): Likewise.
3186         * modules/openat (Makefile.am): Likewise.
3187         * modules/pagealign_alloc (Makefile.am): Likewise.
3188         * modules/physmem (Makefile.am): Likewise.
3189         * modules/poll (Makefile.am): Likewise.
3190         * modules/posixtm (Makefile.am): Likewise.
3191         * modules/posixver (Makefile.am): Likewise.
3192         * modules/putenv (Makefile.am): Likewise.
3193         * modules/quote (Makefile.am): Likewise.
3194         * modules/quotearg (Makefile.am): Likewise.
3195         * modules/raise (Makefile.am): Likewise.
3196         * modules/read-file (Makefile.am): Likewise.
3197         * modules/readline (Makefile.am): Likewise.
3198         * modules/readlink (Makefile.am): Likewise.
3199         * modules/readtokens (Makefile.am): Likewise.
3200         * modules/readutmp (Makefile.am): Likewise.
3201         * modules/realloc (Makefile.am): Likewise.
3202         * modules/regex (Makefile.am): Likewise.
3203         * modules/rename (Makefile.am): Likewise.
3204         * modules/rename-dest-slash (Makefile.am): Likewise.
3205         * modules/rijndael (Makefile.am): Likewise.
3206         * modules/rmdir (Makefile.am): Likewise.
3207         * modules/rpmatch (Makefile.am): Likewise.
3208         * modules/safe-read (Makefile.am): Likewise.
3209         * modules/safe-write (Makefile.am): Likewise.
3210         * modules/same (Makefile.am): Likewise.
3211         * modules/save-cwd (Makefile.am): Likewise.
3212         * modules/savedir (Makefile.am): Likewise.
3213         * modules/setenv (Makefile.am): Likewise.
3214         * modules/settime (Makefile.am): Likewise.
3215         * modules/sha1 (Makefile.am): Likewise.
3216         * modules/sig2str (Makefile.am): Likewise.
3217         * modules/snprintf (Makefile.am): Likewise.
3218         * modules/stdlib-safer (Makefile.am): Likewise.
3219         * modules/stpcpy (Makefile.am): Likewise.
3220         * modules/stpncpy (Makefile.am): Likewise.
3221         * modules/strcase (Makefile.am): Likewise.
3222         * modules/strcasestr (Makefile.am): Likewise.
3223         * modules/strchrnul (Makefile.am): Likewise.
3224         * modules/strcspn (Makefile.am): Likewise.
3225         * modules/strdup (Makefile.am): Likewise.
3226         * modules/strerror (Makefile.am): Likewise.
3227         * modules/strftime (Makefile.am): Likewise.
3228         * modules/strndup (Makefile.am): Likewise.
3229         * modules/strnlen (Makefile.am): Likewise.
3230         * modules/strpbrk (Makefile.am): Likewise.
3231         * modules/strsep (Makefile.am): Likewise.
3232         * modules/strstr (Makefile.am): Likewise.
3233         * modules/strtod (Makefile.am): Likewise.
3234         * modules/strtoimax (Makefile.am): Likewise.
3235         * modules/strtok_r (Makefile.am): Likewise.
3236         * modules/strtol (Makefile.am): Likewise.
3237         * modules/strtoll (Makefile.am): Likewise.
3238         * modules/strtoul (Makefile.am): Likewise.
3239         * modules/strtoull (Makefile.am): Likewise.
3240         * modules/strtoumax (Makefile.am): Likewise.
3241         * modules/strverscmp (Makefile.am): Likewise.
3242         * modules/time_r (Makefile.am): Likewise.
3243         * modules/timegm (Makefile.am): Likewise.
3244         * modules/tmpfile-safer (Makefile.am): Likewise.
3245         * modules/unistd-safer (Makefile.am): Likewise.
3246         * modules/unlinkdir (Makefile.am): Likewise.
3247         * modules/userspec (Makefile.am): Likewise.
3248         * modules/utime (Makefile.am): Likewise.
3249         * modules/utimecmp (Makefile.am): Likewise.
3250         * modules/utimens (Makefile.am): Likewise.
3251         * modules/vasnprintf (Makefile.am): Likewise.
3252         * modules/vasprintf (Makefile.am): Likewise.
3253         * modules/vsnprintf (Makefile.am): Likewise.
3254         * modules/xalloc (Makefile.am): Likewise.
3255         * modules/xgetcwd (Makefile.am): Likewise.
3256         * modules/xnanosleep (Makefile.am): Likewise.
3257         * modules/xreadlink (Makefile.am): Likewise.
3258         * modules/xstrtod (Makefile.am): Likewise.
3259         * modules/xstrtol (Makefile.am): Likewise.
3260         * modules/xstrtold (Makefile.am): Likewise.
3261         * modules/yesno (Makefile.am): Likewise.
3262
3263 2006-10-12  Jim Meyering  <jim@meyering.net>
3264
3265         * m4/getloadavg.m4: Revert the change below.
3266
3267         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3268         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3269         fail with a symlink, which is what coreutils' ./bootstrap now
3270         creates by default.
3271
3272 2006-10-12  Bruno Haible  <bruno@clisp.org>
3273
3274         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3275         mingw.
3276         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3277         MSVC and mingw explicitly.
3278
3279 2006-10-11  Simon Josefsson  <jas@extundo.com>
3280             Bruno Haible  <bruno@clisp.org>
3281
3282         Add support for multiple gnulib-tool invocations in the scope of a
3283         single configure.ac file.
3284         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3285         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3286         with the same contents as the _LIBADD variable.
3287         (func_emit_initmacro_start, func_emit_initmacro_end,
3288         func_emit_initmacro_done): New functions.
3289         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3290         gl_LIBOBJS and gl_LTLIBOBJS.
3291
3292 2006-10-11  Bruno Haible  <bruno@clisp.org>
3293
3294         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3295         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3296         autoreconf. Instead, invoke autopoint explicitly but move back the
3297         *.m4 files from gnulib.
3298
3299 2006-10-11  Bruno Haible  <bruno@clisp.org>
3300
3301         * gnulib-tool (func_usage): Make module names after --create-testdir
3302         optional.
3303         (func_create_testdir): If no module was specified, use nearly all
3304         modules.
3305
3306 2006-10-12  Jim Meyering  <jim@meyering.net>
3307
3308         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3309         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3310         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3311         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3312         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3313         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3314         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3315         (fts_set_stat_required): New function.
3316         (fts_open): Defer the calls to fts_stat, if possible or requested.
3317         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3318         into fts_stat itself.
3319         (fts_read): Perform any required (deferred) fts_stat call.
3320         (fts_build): Likewise, for the directory we're about to open and read.
3321         In the readdir loop, carefully decide whether each entry will require
3322         an eventual call to fts_stat, using dirent.d_type info if available.
3323         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3324         a command line argument into this function.  Update all callers.
3325         Map a return value of FTS_DOT to FTS_D for a command line argument.
3326         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3327         Thanks to Miklos Szeredi for his tenacity and for the initial
3328         bug report about "find" failing on a FUSE-based file system.
3329
3330         * lib/fts.c (fts_open): Use consistent indentation.
3331
3332 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3333
3334         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3335         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3336         reported by Jim Meyering.  All uses of cache variables renamed
3337         to match Autoconf's.
3338         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3339         the other one.
3340
3341         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3342         Fix misspelling in diagnostic.
3343
3344 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3345
3346         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3347         defined.  Problem reported by Matthew Woehlke.
3348
3349         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3350         Add support for Tandem NonStop R series.
3351         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3352         Use new macro.
3353
3354         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3355         (has_trailing_slash): Omit size arg; all callers changed.
3356         Omit 'inline', since it doesn't help performance and we'd
3357         need to configure it.
3358         Don't count //, ///, etc. as having a trailing slash.
3359         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3360         (rpl_rename_dest_slash): On failure, use rename's errno rather
3361         than (in some cases) an incorrect or junk errno.
3362         Simplify code by removing need to compute length; this does
3363         cause it to make two passes instead of one over the file name,
3364         but it's worth it.
3365
3366         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3367         change, since Autoconf's version may no longer be appropriate now
3368         that we are using CVS Autoconf's version.  Add support for Tandem.
3369
3370 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3371             Bruno Haible  <bruno@clisp.org>
3372
3373         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3374         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3375         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3376         gl_AC_TYPE_LONG_LONG.
3377
3378         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3379         instead of HAVE_LONG_LONG.
3380         * lib/printf-args.c (printf_fetchargs): Likewise.
3381         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3382         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3383         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3384         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3385         gl_AC_TYPE_LONG_LONG.
3386
3387 2006-10-11  Bruno Haible  <bruno@clisp.org>
3388
3389         * m4/longlong.m4: Add comments.
3390         * m4/ulonglong.m4: Likewise.
3391
3392 2006-10-10  Bruno Haible  <bruno@clisp.org>
3393
3394         Make it possible to #define stpcpy, strdup to aliases.
3395         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3396         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3397
3398 2006-10-10  Bruno Haible  <bruno@clisp.org>
3399
3400         Make it possible to #define gcd to an alias.
3401         * lib/gcd.c: Include config.h.
3402
3403 2006-10-10  Bruno Haible  <bruno@clisp.org>
3404
3405         Make it possible to #define c_isascii to an alias.
3406         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3407         defined. Undefine the macros before defining them, to avoid gcc
3408         warnings.
3409         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3410         define NO_C_CTYPE_MACROS early.
3411
3412 2006-10-10  Bruno Haible  <bruno@clisp.org>
3413
3414         Make it possible to #define set_program_name to an alias.
3415         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3416         ENABLE_RELOCATABLE early.
3417
3418 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3419
3420         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3421         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3422         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3423         More generally, don't assume that 64-bit signed int is available
3424         if unsigned int is, and vice versa.
3425         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3426         unsigned symbols, not on their signed counterparts.
3427         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3428         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3429         (UINT64_C, UINTMAX_C):
3430         Likewise.
3431         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3432         unsigned counterparts.
3433         (Have_long_long, Unsigned): New macros.
3434         (Int): Renamed from INT.
3435         (strtoimax): Use the new macros.
3436         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3437         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3438         * modules/inttypes (inttypes.h): Substitute
3439         HAVE_UNSIGNED_LONG_LONG_INT.
3440         * modules/stdint (stdint.h): Likewise.
3441         (Files): Add m4/ulonglong.m4.
3442
3443 2006-10-10  Bruno Haible  <bruno@clisp.org>
3444
3445         Fix a gcc -Wshadow warning.
3446         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3447         to 'bucket'.
3448         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3449         gl_linked_indexof_from_to): Likewise.
3450         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3451         Likewise.
3452         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3453         Likewise.
3454         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3455         Reported by Eric Blake.
3456
3457 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3458
3459         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3460         for NetBSD.  Problem reported by Bruno Haible.
3461
3462 2006-10-09  Jim Meyering  <jim@meyering.net>
3463
3464         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3465         Patch from Bruno Haible.
3466
3467 2006-10-09  Jim Meyering  <jim@meyering.net>
3468
3469         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3470         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3471         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3472
3473 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3474
3475         Don't include <config.h> twice; this doesn't work in some cases,
3476         e.g., when config.h has "#define intmax_t long long int" and
3477         we include <config.h>, <inttypes.h>, <config.h> in that order.
3478         Problem reported by Matthew Woehlke in:
3479         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3480         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3481         * lib/fts-cycle.c: Don't include config.h.
3482         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3483         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3484         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3485         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3486         inttypes.h.
3487         * lib/xstrtoumax.c: Likewise.
3488         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3489         __strtol and the like, so that this module is more like its siblings.
3490         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3491         Remove; no longer needed now that we assume gnulib inttypes.h.
3492
3493 2006-10-08  Bruno Haible  <bruno@clisp.org>
3494
3495         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3496         option.
3497
3498 2006-10-07  Jim Meyering  <jim@meyering.net>
3499
3500         * modules/inttypes (inttypes.h): Revert what seems to have been
3501         an inadvertent part of today's change: use "|", not "/" in the
3502         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3503
3504 2006-10-07  Bruno Haible  <bruno@clisp.org>
3505
3506         * modules/sublist: New file.
3507
3508 2006-10-07  Bruno Haible  <bruno@clisp.org>
3509
3510         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3511         * modules/argz (argz.h): Likewise.
3512         * modules/arpa_inet (arpa/inet.h): Likewise.
3513         * modules/byteswap (byteswap.h): Likewise.
3514         * modules/configmake (configmake.h): Likewise.
3515         * modules/fcntl (fcntl.h): Likewise.
3516         * modules/fnmatch (fnmatch.h): Likewise.
3517         * modules/getopt (getopt.h): Likewise.
3518         * modules/glob (glob.h): Likewise.
3519         * modules/inttypes (inttypes.h): Likewise.
3520         * modules/netinet_in (netinet/in.h): Likewise.
3521         * modules/poll (poll.h): Likewise.
3522         * modules/stdbool (stdbool.h): Likewise.
3523         * modules/stdint (stdint.h): Likewise.
3524         * modules/sys_select (sys/select.h): Likewise.
3525         * modules/sys_socket (sys/socket.h): Likewise.
3526         * modules/sys_stat (sys/stat.h): Likewise.
3527         * modules/sysexits (sysexits.h): Likewise.
3528         * modules/unistd (unistd.h): Likewise.
3529         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3530         Add a "DO NOT EDIT" comment to the generated file.
3531         (func_import): Likewise for gnulib-comp.m4.
3532
3533 2006-10-07  Bruno Haible  <bruno@clisp.org>
3534
3535         * lib/gl_sublist.h: New file.
3536         * lib/gl_sublist.c: New file.
3537
3538 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3539
3540         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3541         name (relative to the original working directory) and the file
3542         name component (relative to the temporary working directory).  All
3543         callers changed.
3544         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3545         * lib/mkdir-p.c (make_dir_parents): Likewise.
3546         * lib/mkdir-p.h (make_dir_parents): Likewise.
3547
3548 2006-10-06  Eric Blake  <ebb9@byu.net>
3549
3550         Define several macros for use by the clean-temp module.
3551         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3552         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3553         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3554
3555         * lib/clean-temp.h (close_stream_temp): New declaration.
3556         * lib/clean-temp.c (includes): Pull in headers according to what
3557         other modules are in use.
3558         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3559
3560 2006-10-06  Bruno Haible  <bruno@clisp.org>
3561
3562         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3563         instead of fopen, fwriteerror.
3564
3565 2006-10-06  Bruno Haible  <bruno@clisp.org>
3566
3567         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3568         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3569         int.
3570         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3571         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3572         Return an error indicator.
3573         Suggested by Eric Blake.
3574
3575 2006-10-06  Bruno Haible  <bruno@clisp.org>
3576
3577         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3578         Reported by Eric Blake.
3579
3580 2006-10-06  Bruno Haible  <bruno@clisp.org>
3581
3582         * modules/closeout (Description): Mention stderr too.
3583
3584 2006-10-06  Bruno Haible  <bruno@clisp.org>
3585         and Paul Eggert  <eggert@cs.ucla.edu>
3586
3587         * lib/closeout.c (close_stdout): Also close stderr.
3588         * lib/closeout.h: Update comment.
3589
3590 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3591
3592         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3593         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3594         * lib/dirchownmod.c: Include lchown.h.
3595         * lib/lchown.c: Don't include files that lchown.h now includes.
3596         Don't declare chown, since lchown.h now does that.
3597         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3598         (lchown): Define to rpl_chown if lchown is declared but
3599         does not exist.  Declare using a prototype if lchown is not
3600         declared.  Add a copyright notice.
3601         * lib/mkstemp.h: Include <unistd.h>.
3602         * lib/openat.c: Include lchown.h.
3603
3604         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3605         we now test for that separately.
3606         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3607         rather than O_NOFOLLOW, when testing whether it's possible to
3608         avoid a race condition reliably.
3609         * lib/savewd.c (savewd_chdir): Likewise.
3610
3611         Remove macros that are no longer needed now that stdint.h is
3612         reliable.
3613         * lib/fsusage.c (UINTMAX_MAX): Remove.
3614         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3615         * lib/utimecmp.c (SIZE_MAX): Remove.
3616
3617         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3618
3619         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3620         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3621         O_NOATIME works.
3622
3623 2006-10-05  Bruno Haible  <bruno@clisp.org>
3624
3625         * lib/gl_list.h (gl_sortedlist_search_from_to,
3626         gl_sortedlist_indexof_from_to): New declarations.
3627         (gl_list_implementation): New fields sortedlist_search_from_to,
3628         sortedlist_indexof_from_to.
3629         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3630         inline functions.
3631         * lib/gl_list.c (gl_sortedlist_search_from_to,
3632         gl_sortedlist_indexof_from_to): New functions.
3633         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3634         function.
3635         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3636         (gl_array_sortedlist_search_from_to): New function.
3637         (gl_array_list_implementation): Update.
3638         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3639         function.
3640         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3641         (gl_carray_sortedlist_search_from_to): New function.
3642         (gl_carray_list_implementation): Update.
3643         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3644         gl_linked_sortedlist_indexof_from_to): New functions.
3645         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3646         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3647         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3648         gl_tree_sortedlist_indexof_from_to): New functions.
3649         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3650         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3651         Update.
3652         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3653         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3654         Update.
3655
3656 2006-10-05  Bruno Haible  <bruno@clisp.org>
3657
3658         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3659         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3660         (struct gl_list_implementation): Add fields search_from_to,
3661         indexof_from_to. Remove fields search, indexof.
3662         (gl_list_search): Use the search_from_to method.
3663         (gl_list_search_from, gl_list_search_from_to): New functions.
3664         (gl_list_indexof): Use the indexof_from_to method.
3665         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3666         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3667         (gl_list_search_from, gl_list_search_from_to): New functions.
3668         (gl_list_indexof): Use the indexof_from_to method.
3669         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3670         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3671         gl_array_indexof. Add start_index, end_index arguments.
3672         (gl_array_search_from_to): Renamed from gl_array_search. Add
3673         start_index, end_index arguments.
3674         (gl_array_remove, gl_array_list_implementation): Update.
3675         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3676         gl_carray_indexof. Add start_index, end_index arguments.
3677         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3678         start_index, end_index arguments.
3679         (gl_carray_remove, gl_carray_list_implementation): Update.
3680         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3681         gl_linked_search. Add start_index, end_index arguments.
3682         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3683         start_index, end_index arguments.
3684         (gl_linked_remove): Update.
3685         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3686         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3687         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3688         field to 'size_t'.
3689         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3690         gl_tree_search. Add start_index, end_index arguments.
3691         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3692         start_index, end_index arguments.
3693         (gl_tree_remove): Update.
3694         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3695         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3696         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3697         function.
3698         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3699         gl_tree_search. Add start_index, end_index arguments.
3700         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3701         start_index, end_index arguments.
3702         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3703         Update.
3704         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3705
3706 2006-10-05  Bruno Haible  <bruno@clisp.org>
3707
3708         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3709
3710         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3711         fwriteerror_temp): New declarations.
3712         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3713         (descriptors): New variable.
3714         (cleanup): First, close the descriptors.
3715         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3716         fclose_temp, fwriteerror_temp): New functions.
3717
3718 2006-10-04  Jim Meyering  <jim@meyering.net>
3719
3720         * lib/fts.c (fts_open): Tiny comment change.
3721
3722 2006-10-04  Bruno Haible  <bruno@clisp.org>
3723
3724         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3725         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3726         gl_LOCK_BODY.
3727         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3728         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3729         gl_LOCK_EARLY_BODY.
3730         (gl_LOCK): Require gl_LOCK_BODY.
3731
3732 2006-10-04  Bruno Haible  <bruno@clisp.org>
3733
3734         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3735         (gl_oset_search_atleast): New declaration.
3736         (struct gl_oset_implementation): Add field 'search_atleast'.
3737         (gl_oset_search_atleast): New inline function.
3738         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3739         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3740         (gl_array_oset_implementation): Update.
3741         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3742         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3743         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3744
3745 2006-10-04  Bruno Haible  <bruno@clisp.org>
3746
3747         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3748
3749 2006-10-03  Bruno Haible  <bruno@clisp.org>
3750
3751         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3752         from gl_avltreehash_list_implementation.
3753
3754 2006-10-03  Bruno Haible  <bruno@clisp.org>
3755
3756         * lib/gl_oset.c (gl_oset_add): Fix return type.
3757
3758 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3759
3760         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3761
3762 2006-10-02  Eric Blake  <ebb9@byu.net>
3763
3764         * modules/strnlen (Depends-on): Add extensions.
3765
3766 2006-10-02  Eric Blake  <ebb9@byu.net>
3767
3768         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3769         definition in 2.60+.
3770
3771 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3772
3773         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3774         checks.
3775
3776 2006-10-02  Bruno Haible  <bruno@clisp.org>
3777
3778         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3779         to the AUTOMAKE_OPTIONS.
3780         Reported by Jim Meyering.
3781
3782 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3783
3784         Work around bug in Solaris 10 /proc file system:
3785         /proc/self/fd/NNN/.. isn't the parent directory of
3786         the directory whose file descriptor is NNN.  This needs to
3787         be worked around at run time, not compile time, since a
3788         program might be built on Solaris 8, where things work, and
3789         run on Solaris 10.
3790         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3791         to use the following interface instead:
3792         (OPENAT_BUFFER_SIZE): New macro.
3793         (openat_proc_name): New function.
3794         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3795         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3796         Likewise.
3797         * lib/openat-proc.c: New file.
3798         * modules/openat (Files): Add lib/openat-proc.c.
3799         (Depends-on): Add same-inode, stdbool.
3800         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3801
3802 2006-09-29  Bruno Haible  <bruno@clisp.org>
3803
3804         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3805         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3806         argument. Set stdout_closed before testing for ferror, not after.
3807         (fwriteerror, fwriteerror_no_ebadf): New functions.
3808
3809 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3810
3811         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3812
3813 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3814
3815         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3816         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3817
3818 2006-09-28  Jim Meyering  <jim@meyering.net>
3819
3820         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3821         Include <unistd.h>.
3822
3823 2006-09-28  Bruno Haible  <bruno@clisp.org>
3824
3825         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3826         * modules/linkedhash-list (Depends-on): Likewise.
3827         * modules/rbtreehash-list (Depends-on): Likewise.
3828
3829 2006-09-28  Bruno Haible  <bruno@clisp.org>
3830
3831         * lib/strndup.h: Simplify the redefinition of strndup.
3832         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3833         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3834
3835 2006-09-28  Bruno Haible  <bruno@clisp.org>
3836
3837         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3838         * lib/gl_linkedhash_list.c: Likewise.
3839         * lib/gl_rbtreehash_list.c: Likewise.
3840
3841 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3842
3843         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3844         getaddrinfo.
3845
3846         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3847         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3848         it causes <stdio_ext.h> to cause a compile-time error.
3849         Problem reported by Nelson H. F. Beebe.
3850         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3851         of HAVE_DECL___PENDING.
3852
3853         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3854         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3855         declaration.
3856
3857 2006-09-27  Jim Meyering  <jim@meyering.net>
3858
3859         This file could end up with a definition for a function
3860         named __strndup, rather than rpl_strndup on a system with
3861         incomplete weak_alias support.
3862         * lib/strndup.c (strndup): Rename from __strndup.
3863         Remove #defines that used to map __strndup to strndup.
3864         Don't use K&R prototypes.
3865         Remove LIBC-related code, since this file is not sync'd with glibc.
3866         * lib/strndup.h: Revamp, accordingly.
3867         * m4/strndup.m4: Modernize.
3868
3869 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3870
3871         * modules/savewd (Depends-on): Add 'raise'.
3872         * lib/savewd.c: Include <signal.h>, for 'raise'.
3873
3874 2006-09-26  Jim Meyering  <jim@meyering.net>
3875
3876         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3877         when we detect Darwin 8.7.0's acl_get_file bug.
3878         Rearrange to perform the new (below) run-test while $LIBS
3879         contains any acl-related library.  Set USE_ACL at the end.
3880         (gl_ACL_GET_FILE): New function.
3881
3882 2006-09-26  Eric Blake  <ebb9@byu.net>
3883
3884         * lib/verror.c: Include <config.h> unconditionally.
3885
3886 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3887
3888         * modules/clock-time (Maintainer): Add self.
3889         * modules/getlogin_r (Depends-on): Add extensions.
3890
3891 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3892
3893         * modules/clock-time: New module.
3894         * modules/nanosleep (Depends-on): Add clock-time.
3895         * modules/gethrxtime (Depends-on): Likewise.
3896         * modules/gettime (Depends-on): Likewise.
3897         * modules/settime (Depends-on): Likewise.
3898
3899         * modules/fts-lgpl: Depend on openat.
3900         * modules/mkancesdirs: Depend on savewd.
3901         * modules/mkdir-p: Likewise.
3902
3903 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3904
3905         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3906
3907         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3908         `gl_have_arbitrary_file_name_length_limit' to
3909         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3910         actually works between configure runs.
3911
3912 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3913             Bruno Haible  <bruno@clisp.org>
3914
3915         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3916
3917 2006-09-25  Jim Meyering  <jim@meyering.net>
3918
3919         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3920         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3921
3922 2006-09-25  Eric Blake  <ebb9@byu.net>
3923
3924         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3925         exec's in 2006-09-18 patch when shuffling fds.
3926
3927 2006-09-25  Bruno Haible  <bruno@clisp.org>
3928
3929         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3930         Reported by Jim Meyering.
3931
3932 2006-09-24  Jim Meyering  <jim@meyering.net>
3933
3934         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3935         compare a pointer against a literal "0".  That caused failures with
3936         at least HP-UX's hpcc.
3937
3938 2006-09-22  Simon Josefsson  <jas@extundo.com>
3939
3940         * modules/gc-sha1:
3941         * modules/gc-md4:
3942         * modules/gc-hmac-sha1:
3943         * modules/gc-hmac-md5:
3944         * modules/gc-des:
3945         * modules/gc-arcfour: Distribute more files.
3946
3947 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3948
3949         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3950         (gl_linked_iterator_from_to): Initialize struct completely.
3951         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3952         (gl_tree_iterator_from_to): Likewise
3953         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3954         * lib/gl_array_list.c [lint] (gl_array_iterator)
3955         (gl_array_iterator_from_to): Likewise.
3956         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3957         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3958         (gl_carray_iterator_from_to): Likewise.
3959
3960         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3961         * lib/md4.c (md4_process_block): Remove unused variable.
3962         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3963         parentheses for clarity.
3964
3965 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3966
3967         * modules/bison-i18n (Depends-on): Add gettext.
3968
3969 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3970
3971         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3972         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3973         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3974         also add missing comma that caused broken test.
3975         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3976         stdlib.h, for `abort'.
3977         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3978         variables.
3979         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3980         include unistd.h if present, for `rmdir'.
3981         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3982         variables.
3983         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3984         in the process include standard headers for prototypes.
3985         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3986         gets declared on GNU/Linux.
3987         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3988         unistd.h, for `rmdir'.
3989         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3990
3991         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3992         always true.
3993         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3994
3995         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3996
3997 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3998
3999         * gnulib-tool (func_version): Create output all at once.  This
4000         may help avoid triggering unnecessary SIGPIPEs, and at any
4001         rate it doesn't hurt.
4002
4003 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4004             Bruno Haible  <bruno@clisp.org>
4005
4006         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4007         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4008         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4009
4010         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4011         (gl_FUNC_VASPRINTF): Invoke it.
4012
4013 2006-09-22  Bruno Haible  <bruno@clisp.org>
4014
4015         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4016         getloadavg.c as first argument.
4017
4018 2006-09-22  Bruno Haible  <bruno@clisp.org>
4019
4020         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4021         at the beginning of the gl_INIT macro.
4022         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4023         gl_GETLOADAVG.
4024
4025 2006-09-22  Bruno Haible  <bruno@clisp.org>
4026
4027         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4028         module.
4029         Suggested by Ralf Wildenhues.
4030
4031 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4032
4033         Import this patch from libc:
4034
4035         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4036
4037         * lib/regex_internal.c (re_string_reconstruct): Handle
4038         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4039         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4040         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4041         re_string_context_at.
4042
4043         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4044         now requires it.
4045         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4046         gl_REGEX now does it for us.
4047         (gl_REGEX): Add test taken from
4048         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4049
4050         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4051         Check that large offsets work.  Modernize Autoconf usages.
4052         Prefer "yes" to mean a good thing rather than a bad.
4053         Don't put "#define mkstemp" in config.h, as this might interfere
4054         with standard system headers that "#define mkstemp mkstemp64".
4055
4056         * modules/mkstemp (Depends-on): Add extensions, so that
4057         mkstemp is visible on some platforms.
4058         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4059         (Include): Change to "mkstemp.h" from <stdlib.h>.
4060         (Files): Add mkstemp.h.
4061
4062         * lib/mkstemp.h: New file, since some standard headers
4063         #define mkstemp.
4064         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4065         Include "mkstemp.h".
4066         Make the _LIBC code resemble glibc original more,
4067         e.g., use K&R style.
4068         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4069         (mkstemp): Remove, since mkstemp.h does this for us.
4070         * lib/stdlib--.h: Include mkstemp.h.
4071
4072         Import this patch from libc:
4073
4074         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4075
4076         * lib/tempname.c (__gen_tempname): Change attempts_min
4077         into a macro.  Use preprocessor to decide how to initialize
4078         attempts [Coverity CID 67].
4079
4080 2006-09-20  Bruno Haible  <bruno@clisp.org>
4081
4082         * lib/mkdtemp.c: Import from libc.
4083         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4084                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4085                 attempts_min into a macro.  Use preprocessor to decide how to
4086                 initialize attempts [Coverity CID 67].
4087         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4088                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4089                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4090
4091 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4092
4093         * gnulib-tool (func_exit): New function, to allow to pass the
4094         exit status portably through the trap.  Use everywhere.
4095         (--help, --version): Signal a write error.
4096         (trap): catch SIGPIPE, for write errors.
4097         Exit at the end of the trap, with the correct exit status.
4098
4099 2006-09-19  Karl Berry  <karl@gnu.org>
4100
4101         * doc/gnulib.texi: note about the license texinfo files.
4102
4103 2006-09-19  Eric Blake  <ebb9@byu.net>
4104
4105         * gnulib-tool: Avoid space-tab.
4106
4107 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4108
4109         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4110         that prevented coreutils 6.1 from building.  Problem reported
4111         by Petter Reinholdtsen.
4112
4113 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4114
4115         * gnulib-tool (avoidlist): Fix typo that broke options like
4116         --avoid=lock that are used by coreutils bootstrap.
4117
4118 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4119
4120         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4121         more systematically.
4122
4123 2006-09-18  Jim Meyering  <jim@meyering.net>
4124
4125         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4126
4127 2006-09-18  Bruno Haible  <bruno@clisp.org>
4128
4129         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4130
4131 2006-09-18  Bruno Haible  <bruno@clisp.org>
4132
4133         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4134         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4135         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4136         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4137         * m4/gettext.m4: Require autoconf >= 2.52.
4138         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4139         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4140         of gl_cv_header_inttypes_h.
4141
4142 2006-09-18  Bruno Haible  <bruno@clisp.org>
4143
4144         * lib/javaversion.c: Include configmake.h.
4145
4146 2006-09-18  Bruno Haible  <bruno@clisp.org>
4147
4148         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4149         avoid that the while loops be executed in a subshell.
4150
4151 2006-09-18  Bruno Haible  <bruno@clisp.org>
4152
4153         * MODULES.html.sh (func_module): Break long lines.
4154         Suggested by Bruce Korb <bkorb@gnu.org>.
4155
4156 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4157
4158         Speed up by a factor of 1.12.
4159         * gnulib-tool (nl): New variable.
4160         (func_import): Rewrite include directive extraction to only read each
4161         directive once.
4162
4163 2006-09-17  Bruno Haible  <bruno@clisp.org>
4164
4165         * modules/javaversion (Makefile.am): Remove DEFS setting.
4166         (Depends-on): Add configmake, for PKGDATADIR definition.
4167
4168 2006-09-17  Bruno Haible  <bruno@clisp.org>
4169
4170         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4171
4172 2006-09-17  Bruno Haible  <bruno@clisp.org>
4173
4174         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4175         (func_modules_transitive_closure, func_modules_add_dummy,
4176         func_modules_to_filelist, func_import, func_create_testdir,
4177         func_create_megatestdir, ...): Use it wherever possible.
4178         Suggested by Ralf Wildenhues.
4179
4180 2006-09-16  Karl Berry  <karl@gnu.org>
4181
4182         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4183         to avoid sectioning errors.
4184         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4185         [ifinfo]: blank line after @center-ed titles.
4186         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4187         Spell FSF address consistently with others.
4188         (These changes approved by rms.)
4189
4190 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4191
4192         Speed up by a factor of 1.61.
4193         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4194         already checked module names again.
4195
4196 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4197
4198         Speed up by a factor of 1.13.
4199         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4200         for new_files, and the input to func_add_or_update.
4201
4202 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4203
4204         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4205         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4206
4207 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4208
4209         * modules/mkancesdirs (Depends-on): Add fcntl.
4210         * modules/savewd: New file.
4211         * MODULES.html.sh (File system functions): Add savewd.
4212
4213         * modules/configmake (Makefile.am): Add support for the
4214         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4215
4216 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4217
4218         * m4/savewd.m4: New file.
4219
4220 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4221
4222         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4223         (dirchownmod): New arg FD.  All callers changed.
4224         Use FD rather than opening the directory ourself, as opening is
4225         now the caller's responsibility.
4226         * lib/dirchownmod.h: Likewise.
4227         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4228         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4229         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4230         (test_dir): Remove.
4231         (mkancesdirs): Return length of prefix of FILE that has already
4232         been made, or -2 if there is a child doing the work.  Redo
4233         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4234         ".", and treat ".." specially since it might stray back into
4235         already-created areas.  Use a subprocess if necessary.  New arg
4236         WD; all users changed.  MAKE_DIR function should now return 1
4237         if it creates a directory that is not readable.  Return -2 if
4238         a child process is spun off.
4239         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4240         Adjust signature to match code.
4241         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4242         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4243         all users changed.
4244         * lib/savewd.c, lib/savewd.h: New files.
4245
4246 2006-09-15  Jim Meyering  <jim@meyering.net>
4247
4248         * modules/rename-dest-slash: New module.
4249         * MODULES.html.sh (posix_compat): Add it here.
4250
4251         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4252
4253 2006-09-15  Jim Meyering  <jim@meyering.net>
4254
4255         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4256         file.
4257
4258         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4259
4260 2006-09-15  Jim Meyering  <jim@meyering.net>
4261
4262         * lib/rename-dest-slash.c (has_trailing_slash): Use
4263         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4264         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4265         test before testing whether SRC is a directory.
4266         Suggestions from Bruno Haible.
4267
4268         Avoid a warning about an unused variable.
4269         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4270         into the #ifdef block where it's used.
4271
4272         * lib/rename-dest-slash.c: New file.
4273
4274 2006-09-14  Bruno Haible  <bruno@clisp.org>
4275
4276         * lib/allocsa.c: Include <config.h> unconditionally.
4277         * lib/asnprintf.c: Likewise.
4278         * lib/asprintf.c: Likewise.
4279         * lib/c-strcasecmp.c: Likewise.
4280         * lib/c-strcasestr.c: Likewise.
4281         * lib/c-strncasecmp.c: Likewise.
4282         * lib/c-strstr.c: Likewise.
4283         * lib/classpath.c: Likewise.
4284         * lib/clean-temp.c: Likewise.
4285         * lib/concatpath.c: Likewise.
4286         * lib/copy-file.c: Likewise.
4287         * lib/csharpcomp.c: Likewise.
4288         * lib/csharpexec.c: Likewise.
4289         * lib/execute.c: Likewise.
4290         * lib/fatal-signal.c: Likewise.
4291         * lib/findprog.c: Likewise.
4292         * lib/fwriteerror.c: Likewise.
4293         * lib/gl_array_list.c: Likewise.
4294         * lib/gl_array_oset.c: Likewise.
4295         * lib/gl_avltree_list.c: Likewise.
4296         * lib/gl_avltree_oset.c: Likewise.
4297         * lib/gl_avltreehash_list.c: Likewise.
4298         * lib/gl_carray_list.c: Likewise.
4299         * lib/gl_linked_list.c: Likewise.
4300         * lib/gl_linkedhash_list.c: Likewise.
4301         * lib/gl_list.c: Likewise.
4302         * lib/gl_oset.c: Likewise.
4303         * lib/gl_rbtree_list.c: Likewise.
4304         * lib/gl_rbtree_oset.c: Likewise.
4305         * lib/gl_rbtreehash_list.c: Likewise.
4306         * lib/imaxabs.c: Likewise.
4307         * lib/imaxdiv.c: Likewise.
4308         * lib/javacomp.c: Likewise.
4309         * lib/javaexec.c: Likewise.
4310         * lib/javaversion.c: Likewise.
4311         * lib/linebreak.c: Likewise.
4312         * lib/localcharset.c: Likewise.
4313         * lib/lock.c: Likewise.
4314         * lib/mbchar.c: Likewise.
4315         * lib/mbswidth.c: Likewise.
4316         * lib/mkdtemp.c: Likewise.
4317         * lib/pipe.c: Likewise.
4318         * lib/printf-args.c: Likewise.
4319         * lib/printf-parse.c: Likewise.
4320         * lib/progname.c: Likewise.
4321         * lib/progreloc.c: Likewise.
4322         * lib/readlink.c: Likewise.
4323         * lib/sh-quote.c: Likewise.
4324         * lib/stpcpy.c: Likewise.
4325         * lib/stpncpy.c: Likewise.
4326         * lib/strcasecmp.c: Likewise.
4327         * lib/strcasestr.c: Likewise.
4328         * lib/strcspn.c: Likewise.
4329         * lib/striconv.c: Likewise.
4330         * lib/strncasecmp.c: Likewise.
4331         * lib/strnlen1.c: Likewise.
4332         * lib/strstr.c: Likewise.
4333         * lib/strtok_r.c: Likewise.
4334         * lib/tls.c: Likewise.
4335         * lib/tmpdir.c: Likewise.
4336         * lib/unicodeio.c: Likewise.
4337         * lib/unsetenv.c: Likewise.
4338         * lib/vasnprintf.c: Likewise.
4339         * lib/vasprintf.c: Likewise.
4340         * lib/wait-process.c: Likewise.
4341         * lib/xallocsa.c: Likewise.
4342         * lib/xsetenv.c: Likewise.
4343         * lib/xstriconv.c: Likewise.
4344
4345 2006-09-13  Simon Josefsson  <jas@extundo.com>
4346
4347         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4348         that internally, suggested by Ralf Wildenhues
4349         <Ralf.Wildenhues@gmx.de>.
4350
4351 2006-09-13  Simon Josefsson  <jas@extundo.com>
4352
4353         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4354         @LIBOBJS@.
4355         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4356
4357 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4358
4359         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4360         longer worry about uses that don't define HAVE_CONFIG_H.
4361         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4362         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4363         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4364         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4365         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4366         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4367         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4368         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4369         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4370         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4371         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4372         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4373         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4374         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4375         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4376         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4377         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4378         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4379         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4380         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4381         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4382         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4383         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4384         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4385         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4386         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4387         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4388         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4389         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4390         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4391         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4392         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4393         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4394         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4395         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4396         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4397         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4398         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4399         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4400         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4401         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4402         Likewise.
4403
4404 2006-09-13  Eric Blake  <ebb9@byu.net>
4405
4406         * lib/getopt.c: Fix typo in last commit.
4407
4408 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4409
4410         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4411         dgettext.
4412
4413 2006-09-12  Jim Meyering  <jim@meyering.net>
4414
4415         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4416         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4417         Reported by Nelson H. F. Beebe.
4418
4419 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4420
4421         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4422         program_invocation_name and program_invocation_short_name are
4423         initialized.
4424         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4425         and program_invocation_short_name to argp.h, so they are visible
4426         to user programs.
4427         * lib/argp.h: Likewise
4428
4429 2006-09-10  Bruno Haible  <bruno@clisp.org>
4430
4431         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4432         m4/inttypes_h.m4, m4/uintmax_t.m4.
4433
4434 2006-09-10  Bruno Haible  <bruno@clisp.org>
4435
4436         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4437         gl_AC_TYPE_UINTMAX_T.
4438
4439 2006-09-10  Bruno Haible  <bruno@clisp.org>
4440
4441         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4442
4443 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4444
4445         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4446         convention.  Text proposed by Bruno Haible.
4447         (struct argp_option): Document the use of N_() wrappers.
4448
4449         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4450         '\v', and translate the two parts separately, instead of feeding
4451         the whole string to gettext.  This allows to exclude
4452         '\v' from the strings visible to the translator by writing doc
4453         strings as N_("..") "\v" N_("..").
4454
4455 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4456
4457         * config/srclist.txt: Undo latest change; the bug was fixed.
4458
4459 2006-09-09  Bruno Haible  <bruno@clisp.org>
4460
4461         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4462         assignments if building a library without libtool.
4463         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4464         in func_emit_lib_Makefile_am.
4465         (func_import): When building a static library libfoo.a, arrange to
4466         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4467         (func_create_testdir): Likewise.
4468         * modules/gc (configure.ac, Makefile.am): If building statically,
4469         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4470         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4471         * modules/striconv (configure.ac, Makefile.am): Likewise.
4472         Based on a suggestion by Ralf Wildenhues.
4473
4474 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4475
4476         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4477         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4478         Also:
4479
4480         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4481         Add year_2050_test to catch glibc bug 2821
4482         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4483
4484         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4485         Prefer #ifdef to #if.
4486
4487         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4488         Return from 'main' instead of calling 'exit'.
4489
4490 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4491
4492         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4493         returned the maximum time_t value rather than (time_t) -1.
4494         Problem originally reported by William Bardwell
4495         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4496
4497         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4498         Moved to here ...
4499         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4500         ... from here.
4501
4502 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4503
4504         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4505         2821 is fixed.
4506
4507 2006-09-08  Jim Meyering  <jim@meyering.net>
4508
4509         Don't make generated files read-only.  That would bother too many
4510         people.  However, do retain the ability to work when targets are
4511         read-only: remove the destination and temporary files before writing
4512         them (when generated via sed or echo), or by using the -f option for
4513         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4514         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4515         * modules/byteswap, modules/configmake, modules/fcntl:
4516         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4517         * modules/localcharset, modules/netinet_in, modules/poll:
4518         * modules/stdbool, modules/stdint, modules/sys_select:
4519         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4520
4521 2006-09-08  Jim Meyering  <jim@meyering.net>
4522
4523         Avoid new build failure on FreeBSD 6.0.
4524         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4525         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4526         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4527
4528 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4529
4530         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4531
4532 2006-09-07  Jim Meyering  <jim@meyering.net>
4533
4534         Fix global typo in last change: use chmod u-w, not chmod u-x.
4535         Spotted by Paul Eggert and Bruce Korb.
4536         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4537         * modules/byteswap, modules/configmake, modules/fcntl:
4538         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4539         * modules/localcharset, modules/netinet_in, modules/poll:
4540         * modules/stdbool, modules/stdint, modules/sys_select:
4541         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4542
4543 2006-09-06  Jim Meyering  <jim@meyering.net>
4544
4545         Make generated files be read-only.
4546         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4547         Ensure that each generated file is now read-only.
4548         * modules/argz: Likewise.
4549         * modules/arpa_inet: Likewise.
4550         * modules/byteswap: Likewise.
4551         * modules/configmake: Likewise.
4552         * modules/fcntl: Likewise.
4553         * modules/fnmatch: Likewise.
4554         * modules/getopt: Likewise.
4555         * modules/glob: Likewise.
4556         * modules/inttypes: Likewise.
4557         * modules/netinet_in: Likewise.
4558         * modules/poll: Likewise.
4559         * modules/stdbool: Likewise.
4560         * modules/stdint: Likewise.
4561         * modules/sys_select: Likewise.
4562         * modules/sys_socket: Likewise.
4563         * modules/sys_stat: Likewise.
4564         * modules/sysexits: Likewise.
4565         * modules/localcharset: Same as above, but continue using temporary
4566         file named "t-$@" (why different?) rather than the "$@-t" used
4567         everywhere else.
4568
4569         * modules/sysexits (Makefile.am): Replace literal occurrences
4570         of "sysexit.h" more readable, and more consistent, "$@".
4571
4572 2006-09-06  Bruno Haible  <bruno@clisp.org>
4573
4574         * modules/striconv: New file.
4575         * modules/xstriconv: New file.
4576         * MODULES.html.sh (Internationalization functions): Add striconv,
4577         xstriconv.
4578
4579 2006-09-06  Bruno Haible  <bruno@clisp.org>
4580
4581         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4582         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4583         not using libtool correctly.
4584
4585 2006-09-06  Bruno Haible  <bruno@clisp.org>
4586
4587         * lib/striconv.h: New file.
4588         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4589         iconvstring.c.
4590         * lib/xstriconv.h: New file.
4591         * lib/xstriconv.c: New file.
4592
4593 2006-09-06  Bruno Haible  <bruno@clisp.org>
4594
4595         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4596         lib_..._LDFLAGS.
4597
4598 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4599
4600         * lib/argz_.h: Sync from Libtool.
4601
4602         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4603                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4604
4605         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4606
4607 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4608
4609         * modules/trim: New file.
4610
4611 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4612
4613         * lib/trim.h: New file.
4614         * lib/trim.c: New file.
4615
4616 2006-09-05  Bruno Haible  <bruno@clisp.org>
4617
4618         * MODULES.html.sh (String handling): Add trim.
4619
4620 2006-09-04  Karl Berry  <karl@gnu.org>
4621
4622         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4623         until next release.
4624
4625 2006-09-03  Bruno Haible  <bruno@clisp.org>
4626
4627         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4628         correctly.
4629
4630 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4631
4632         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4633         not gl_GETLOADAVG.  Omit unneeded semicolons.
4634         Problems reported by Ralf Wildenhues in
4635         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4636         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4637         at the end, which is the usual gnulib style.
4638
4639         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4640         of doing all the work ourselves.
4641         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4642         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4643
4644 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4645
4646         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4647         Problem reported by Ralf Wildenhues in
4648         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4649
4650         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4651         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4652
4653 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4654
4655         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4656         yesterday's patch by changing test -n to test -z.
4657
4658 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4659
4660         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4661         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4662         the former is now obsolescent.
4663
4664         * modules/chdir-long (Depends-on): Add fcntl.
4665
4666 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4667
4668         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4669         obsolescent, and programs should use gnulib instead.
4670         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4671         but with prefixes changed.
4672
4673 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4674
4675         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4676         or stdbool.h, because they might not exist while configuring.
4677
4678         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4679         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4680         does that for us.
4681         (O_DIRECTORY): Remove.
4682
4683 2006-08-31  Eric Blake  <ebb9@byu.net>
4684
4685         * gnulib-tool: Don't let emacs change spaces to TAB.
4686
4687 2006-08-31  Bruno Haible  <bruno@clisp.org>
4688
4689         * gnulib-tool: When calling func_import more than once, do it in a
4690         subshell.
4691         Reported by Eric Blake <ebb9@byu.net>.
4692
4693 2006-08-31  Bruno Haible  <bruno@clisp.org>
4694
4695         * gnulib-tool (nl): Remove variable.
4696         (sed_transform_lib_file): Use more robust test for config-h module.
4697         (func_import): Fix typo in 2006-08-25 patch.
4698
4699 2006-08-31  Bruno Haible  <bruno@clisp.org>
4700
4701         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4702         specified, augment Makefile.am variables instead of assigning them.
4703
4704 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4705
4706         Work around a bug in both the Linux and SunOS 64-bit kernels:
4707         nanosleep mishandles sleeps for longer than 2**31 seconds.
4708         Problem reported by Frank v Waveren in
4709         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4710         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4711         Check for nanosleep bug.
4712         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4713
4714 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4715
4716         Work around a bug in both the Linux and SunOS 64-bit kernels:
4717         nanosleep mishandles sleeps for longer than 2**31 seconds.
4718         Problem reported by Frank v Waveren in
4719         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4720         * lib/nanosleep.c (BILLION): New constant.
4721         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4722         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4723         implementation.
4724
4725 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4726
4727         * modules/nanosleep (Depends-on): Add gettime.
4728
4729 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4730         and Simon Josefsson  <jas@extundo.com>
4731         and Oskar Liljeblad  <oskar@osk.mine.nu>
4732
4733         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4734         * gnulib-tool (func_import): New license type 'unmodifiable license
4735         text'.
4736         * modules/fdl: Use it.  Longer description.
4737         * module/gpl, module/lgpl: New files.
4738
4739 2006-08-30  Jim Meyering  <jim@meyering.net>
4740
4741         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4742         shadowing the parameter.
4743
4744 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4745
4746         Sync from Libtool:
4747
4748         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4749
4750         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4751         sharing with gnulib.  Report by Eric Blake.
4752
4753 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4754
4755         * modules/isapipe: New file.
4756         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4757
4758 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4759
4760         * modules/configmake (Makefile.am): Add a comment, and omit
4761         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4762         by Bruno Haible.
4763
4764 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4765
4766         * m4/isapipe.m4: New file.
4767
4768 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4769
4770         * lib/isapipe.c, lib/isapipe.h: New files.
4771
4772 2006-08-29  Jim Meyering  <jim@meyering.net>
4773
4774         * modules/configmake (Makefile.am): Make configmake.h depend on
4775         Makefile.  Otherwise, a stale configmake.h could hang around.
4776
4777 2006-08-29  Eric Blake  <ebb9@byu.net>
4778
4779         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4780         resolution of upstream bug 3044.
4781
4782 2006-08-29  Bruno Haible  <bruno@clisp.org>
4783
4784         * modules/localcharset (Depends-on): Add configmake.
4785         (Makefile.am): Remove setting of LIBDIR through DEFS.
4786
4787 2006-08-29  Bruno Haible  <bruno@clisp.org>
4788
4789         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4790         defined.
4791
4792 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4793
4794         * modules/fcntl: New file.
4795         * modules/chdir-safer (Depends-on): Add fcntl.
4796         * modules/fts: Likewise.
4797         * modules/mkdir-p: Likewise.
4798
4799         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4800         This undoes the most recent change, since we're now addressing the
4801         problem in a different way.
4802
4803         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4804         into output, since the output might be called Makefile.am even
4805         if $makefile_name is something different.
4806         (func_import): Use $makefile_am rather than
4807         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4808         empty.
4809
4810         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4811
4812 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4813
4814         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4815         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4816         recent change to stdint.m4, since we're now addressing the problem in a
4817         different way.
4818
4819 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4820
4821         * m4/fcntl_h.m4: New file.
4822
4823 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4824
4825         * lib/fcntl_.h: New file.
4826         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4827         the fcntl module.
4828         * lib/dirchownmod.c: Likewise.
4829         * lib/fts.c: Likewise.
4830
4831         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4832         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4833         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4834         just before including <inttypes.h>, to avoid circular inclusion.
4835
4836 2006-08-28  Jim Meyering  <jim@meyering.net>
4837
4838         * doc/visibility.texi: Actually read and correct the grammar of the
4839         sentence affected by yesterday's change.
4840
4841 2006-08-28  Eric Blake  <ebb9@byu.net>
4842
4843         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4844         needs wrapper.
4845
4846 2006-08-28  Eric Blake  <ebb9@byu.net>
4847
4848         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4849
4850 2006-08-28  Eric Blake  <ebb9@byu.net>
4851
4852         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4853
4854 2006-08-28  Bruno Haible  <bruno@clisp.org>
4855
4856         * modules/c-strstr: New file, from GNU gettext.
4857         * MODULES.html.sh (String handling): Add c-strstr.
4858
4859 2006-08-28  Bruno Haible  <bruno@clisp.org>
4860
4861         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4862         macros.
4863         Reported by Eric Blake.
4864
4865 2006-08-28  Bruno Haible  <bruno@clisp.org>
4866
4867         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4868         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4869         * lib/vasprintf.c: Include errno.h, limits.h.
4870         (EOVERFLOW): New fallback definition.
4871         (vasprintf): Test here whether the string length is > INT_MAX.
4872         * lib/vsnprintf.c: Include errno.h, limits.h.
4873         (EOVERFLOW): New fallback definition.
4874         (vsnprintf): Fix bug when generated string was too long for the buffer.
4875         Test here whether the string length is > INT_MAX.
4876
4877 2006-08-28  Bruno Haible  <bruno@clisp.org>
4878
4879         * lib/inttypes_.h (SCNX*): Remove definitions.
4880         Reported by Eric Blake.
4881
4882 2006-08-28  Bruno Haible  <bruno@clisp.org>
4883
4884         * lib/c-strstr.h: New file, from GNU gettext.
4885         * lib/c-strstr.c: New file, from GNU gettext.
4886
4887 2006-08-28  Bruno Haible  <bruno@clisp.org>
4888
4889         * gnulib-tool: Reorder some statements.
4890
4891 2006-08-28  Bruno Haible  <bruno@clisp.org>
4892
4893         * gnulib-tool: New option --makefile-name.
4894         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4895         $makefile_name.
4896         (func_import): Write $makefile_name to the cache file, and read it from
4897         there unless explicitly specified. Use $makefile_name as file name
4898         instead of Makefile.am. Adjust the recommendations accordingly.
4899
4900 2006-08-28  Bruno Haible  <bruno@clisp.org>
4901
4902         * gnulib-tool (func_verify_module): Check against misapplying patch.
4903
4904 2006-08-28  Bruno Haible  <bruno@clisp.org>
4905
4906         * gnulib-tool (func_relativize, func_relconcat): New functions.
4907         Give an error if --local-dir is given with --update.
4908         Remove trailing slashes from $local_gnulib_dir.
4909         (func_import): Store the relativized $local_gnulib_dir in
4910         gnulib-cache.m4, and read it from there if not specified explicitly.
4911
4912 2006-08-28  Bruno Haible  <bruno@clisp.org>
4913
4914         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4915         is the current directory. Respect also $local_gnulib_dir.
4916
4917 2006-08-28  Bruno Haible  <bruno@clisp.org>
4918             Simon Josefsson  <jas@extundo.com>
4919
4920         BeOS portability.
4921         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4922
4923 2006-08-27  Jim Meyering  <jim@meyering.net>
4924
4925         * doc/visibility.texi: Remove duplicate word: "pointer".
4926
4927 2006-08-26  Bruno Haible  <bruno@clisp.org>
4928
4929         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4930         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4931         (Makefile.am): Create inttypes.h from inttypes_.h.
4932         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4933
4934         * modules/imaxabs: New file.
4935
4936         * modules/imaxdiv: New file.
4937
4938 2006-08-26  Bruno Haible  <bruno@clisp.org>
4939
4940         * m4/inttypes.m4: New file.
4941         * m4/_inttypes_h.m4: Remove file.
4942         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4943         PRI_MACROS_BROKEN.
4944         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4945
4946         * m4/imaxabs.m4: New file.
4947
4948         * m4/imaxdiv.m4: New file.
4949
4950 2006-08-26  Bruno Haible  <bruno@clisp.org>
4951
4952         * lib/inttypes_.h: New file.
4953         * lib/inttypes.h: Remove file.
4954         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4955
4956         * lib/imaxabs.c: New file.
4957
4958         * lib/imaxdiv.c: New file.
4959
4960 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4961
4962         New config-h module, so that "make" output needn't be cluttered
4963         by -DHAVE_CONFIG_H.
4964         * MODULES.html.sh (Support for building libraries and executables):
4965         Add config-h.
4966         * modules/config-h: New file.
4967         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4968         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4969         the config-h module is used.
4970
4971         New configmake module, so that "make" output needn't be cluttered
4972         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4973         * MODULES.html.sh (Support for building libraries and executables):
4974         Add configmake.
4975         * modules/configmake: New file.
4976
4977 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4978
4979         * m4/config-h.m4: New file.
4980
4981 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4982
4983         * config/srclist.txt: Add elisp-comp.
4984
4985 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4986
4987         * MODULES.html.sh (Support for building libraries and executables):
4988         Add elisp-comp.
4989         * build-aux/elisp-comp: New file.
4990         * modules/elisp-comp: New file.
4991
4992 2006-08-24  Bruno Haible  <bruno@clisp.org>
4993
4994         * gnulib-tool (func_create_testdir): Use non-default values of
4995         sourcebase and m4base.
4996
4997 2006-08-24  Bruno Haible  <bruno@clisp.org>
4998
4999         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5000         HTML structure.
5001
5002 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5003
5004         * modules/openat (Depends-on): Add lchown.
5005
5006 2006-08-23  Bruno Haible  <bruno@clisp.org>
5007
5008         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5009         of gl_LOCK_EARLY instead of gl_LOCK.
5010
5011 2006-08-23  Bruno Haible  <bruno@clisp.org>
5012
5013         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5014         on OSF/1 to no.
5015         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5016
5017 2006-08-23  Bruno Haible  <bruno@clisp.org>
5018
5019         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5020         as unusable.
5021
5022         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5023         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5024         (gl_LOCK): New macro.
5025
5026 2006-08-22  Simon Josefsson  <jas@extundo.com>
5027
5028         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5029         to md5 module.
5030
5031 2006-08-22  Simon Josefsson  <jas@extundo.com>
5032
5033         * MODULES.html.sh: Add "Support for maintaining and release
5034         projects".
5035
5036         * build-aux/gnupload: New file, from coreutils.
5037
5038 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5039
5040         Avoid the need for AC_LIBSOURCES in m4 macros.
5041         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5042         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5043         * modules/check-version (EXTRA_DIST): Add check-version.h.
5044         * modules/crc (EXTRA_DIST): Add crc.h.
5045         * modules/des (EXTRA_DIST): Add des.h.
5046         * modules/gc (EXTRA_DIST): Add gc.h.
5047         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5048         * modules/getline (EXTRA_DIST): Add getline.h.
5049         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5050         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5051         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5052         * modules/md2 (EXTRA_DIST): Add md2.h.
5053         * modules/md4 (EXTRA_DIST): Add md4.h.
5054         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5055         * modules/read-file (EXTRA_DIST): Add read-file.h.
5056         * modules/readline (EXTRA_DIST): Add readline.h.
5057         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5058         rijndael-api-fst.h.
5059
5060 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5061
5062         * m4/rijndael.m4 (gl_ARCFOUR):
5063         * m4/arctwo.m4 (gl_ARCTWO):
5064         * m4/check-version.m4 (gl_CHECK_VERSION):
5065         * m4/crc.m4 (gl_CRC):
5066         * m4/des.m4 (gl_DES):
5067         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5068         * m4/gc.m4 (gl_GC):
5069         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5070         * m4/getline.m4 (gl_FUNC_GETLINE):
5071         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5072         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5073         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5074         * m4/md2.m4 (gl_MD2):
5075         * m4/md4.m4 (gl_MD4):
5076         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5077         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5078         * m4/readline.m4 (gl_FUNC_READLINE):
5079         * m4/rijndael.m4 (gl_RIJNDAEL):
5080         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5081         to get the necessary .h files and whatnot.
5082
5083 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5084
5085         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5086         gnulib rather than the other way around.
5087         * config/srclistvars.sh (COREUTILS): Remove.
5088
5089 2006-08-22  Jim Meyering  <jim@meyering.net>
5090
5091         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5092
5093         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5094
5095 2006-08-22  Eric Blake  <ebb9@byu.net>
5096
5097         * modules/regexprops-generic: New file.
5098         * MODULES.html.sh (Support for building documentation): List it.
5099
5100 2006-08-22  Eric Blake  <ebb9@byu.net>
5101
5102         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5103         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5104         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5105         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5106
5107 2006-08-22  Bruno Haible  <bruno@clisp.org>
5108
5109         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5110         and lib_LTLIBRARIES like the other lib_* variables.
5111
5112 2006-08-22  Bruno Haible  <bruno@clisp.org>
5113
5114         * build-aux/x-to-1.in: New file, from GNU gettext.
5115
5116 2006-08-22  Bruno Haible  <bruno@clisp.org>
5117
5118         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5119         <utmpx.h> exists.
5120
5121 2006-08-22  Bruno Haible  <bruno@clisp.org>
5122
5123         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5124         <utmpx.h> exists.
5125
5126 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5127
5128         BeOS portability.
5129         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5130         exist.
5131         Problem reported by Bruno Haible.
5132
5133 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5134
5135         Avoid the need for AC_LIBSOURCES in m4 macros.
5136         * modules/acl (EXTRA_DIST): Add acl.h.
5137         * modules/argmatch (Files): Add m4/argmatch.m4.
5138         (configure.ac): Add gl_ARGMATCH.
5139         (EXTRA_DIST): Renamed from lib_SOURCES, for
5140         consistency with the other modules.  Remove argmatch.c.
5141         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5142         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5143         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5144         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5145         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5146         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5147         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5148         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5149         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5150         * modules/closeout (EXTRA_DIST): Add closeout.h.
5151         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5152         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5153         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5154         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5155         dirname.h; remove basename.c and stripslash.c.
5156         * modules/exclude (EXTRA_DIST): Add exclude.h.
5157         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5158         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5159         * modules/file-type (EXTRA_DIST): Add file-type.h.
5160         * modules/filemode (EXTRA_DIST): Add filemode.h.
5161         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5162         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5163         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5164         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5165         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5166         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5167         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5168         * modules/getdate (EXTRA_DIST): Add getdate.c.
5169         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5170         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5171         * modules/getpass (EXTRA_DIST): Add getpass.h.
5172         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5173         * modules/group-member (EXTRA_DIST): Add group-member.h.
5174         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5175         * modules/hash (EXTRA_DIST): Add hash.h.
5176         * modules/human (EXTRA_DIST): Add human.h.
5177         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5178         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5179         * modules/lchown (EXTRA_DIST): Add lchown.h.
5180         * modules/long-options (EXTRA_DIST): Add long-options.h.
5181         * modules/lstat (EXTRA_DIST): Add lstat.h.
5182         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5183         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5184         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5185         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5186         * modules/memxor (EXTRA_DIST): Add memxor.h.
5187         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5188         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5189         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5190         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5191         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5192         * modules/physmem (EXTRA_DIST): Add physmem.h.
5193         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5194         * modules/posixver (EXTRA_DIST): Add posixver.h.
5195         * modules/quote (EXTRA_DIST): Add quote.h.
5196         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5197         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5198         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5199         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5200         regex_internal.h regexec.c.
5201         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5202         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5203         * modules/same (EXTRA_DIST): Add same.h.
5204         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5205         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5206         * modules/savedir (EXTRA_DIST): Add savedir.h.
5207         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5208         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5209         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5210         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5211         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5212         * modules/strdup (EXTRA_DIST): Add strdup.h.
5213         * modules/strftime (EXTRA_DIST): Add strftime.h.
5214         * modules/strndup (EXTRA_DIST): Add strndup.h.
5215         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5216         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5217         * modules/time_r (EXTRA_DIST): Add time_r.h.
5218         * modules/timespec (EXTRA_DIST): Add timespec.h.
5219         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5220         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5221         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5222         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5223         * modules/userspec (EXTRA_DIST): Add userspec.h.
5224         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5225         * modules/utimens (EXTRA_DIST): Add utimens.h.
5226         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5227         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5228         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5229         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5230         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5231         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5232         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5233         * modules/yesno (EXTRA_DIST): Add yesno.h.
5234
5235 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5236
5237         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5238
5239         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5240         * m4/dev-ino.m4, same-inode.m4: Remove.
5241
5242         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5243         * m4/acl.m4 (AC_FUNC_ACL):
5244         * m4/backupfile.m4 (gl_BACKUPFILE):
5245         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5246         * m4/canon-host.m4 (gl_CANON_HOST):
5247         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5248         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5249         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5250         * m4/cloexec.m4 (gl_CLOEXEC):
5251         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5252         * m4/closeout.m4 (gl_CLOSEOUT):
5253         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5254         * m4/dirname.m4 (gl_DIRNAME):
5255         * m4/exclude.m4 (gl_EXCLUDE):
5256         * m4/exitfail.m4 (gl_EXITFAIL):
5257         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5258         * m4/file-type.m4 (gl_FILE_TYPE):
5259         * m4/filemode.m4 (gl_FILEMODE):
5260         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5261         * m4/fpending.m4 (gl_FUNC_FPENDING):
5262         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5263         * m4/fts.m4 (gl_FUNC_FTS):
5264         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5265         * m4/getdate.m4 (gl_GETDATE):
5266         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5267         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5268         * m4/getpass.m4 (gl_FUNC_GETPASS):
5269         * m4/gettime.m4 (gl_GETTIME):
5270         * m4/getugroups.m4 (gl_GETUGROUPS):
5271         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5272         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5273         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5274         * m4/hash.m4 (gl_HASH):
5275         * m4/idcache.m4 (gl_IDCACHE):
5276         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5277         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5278         * m4/long-options.m4 (gl_LONG_OPTIONS):
5279         * m4/lstat.m4 (gl_FUNC_LSTAT):
5280         * m4/md5.m4 (gl_MD5):
5281         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5282         * m4/memcoll.m4 (gl_MEMCOLL):
5283         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5284         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5285         * m4/memxor.m4 (gl_MEMXOR):
5286         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5287         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5288         * m4/modechange.m4 (gl_MODECHANGE):
5289         * m4/mountlist.m4 (gl_MOUNTLIST):
5290         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5291         * m4/openat.m4 (gl_FUNC_OPENAT):
5292         * m4/pathmax.m4 (gl_PATHMAX):
5293         * m4/physmem.m4 (gl_PHYSMEM):
5294         * m4/posixtm.m4 (gl_POSIXTM):
5295         * m4/posixver.m4 (gl_POSIXVER):
5296         * m4/quote.m4 (gl_QUOTE):
5297         * m4/quotearg.m4 (gl_QUOTEARG):
5298         * m4/readtokens.m4 (gl_READTOKENS):
5299         * m4/readutmp.m4 (gl_READUTMP):
5300         * m4/regex.m4 (gl_REGEX):
5301         * m4/safe-read.m4 (gl_SAFE_READ):
5302         * m4/safe-write.m4 (gl_SAFE_WRITE):
5303         * m4/same.m4 (gl_SAME):
5304         * m4/save-cwd.m4 (gl_SAVE_CWD):
5305         * m4/savedir.m4 (gl_SAVEDIR):
5306         * m4/settime.m4 (gl_SETTIME):
5307         * m4/sha1.m4 (gl_SHA1):
5308         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5309         * m4/stat-macros.m4 (gl_STAT_MACROS):
5310         * m4/stat-time.m4 (gl_STAT_TIME):
5311         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5312         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5313         * m4/strdup.m4 (gl_FUNC_STRDUP):
5314         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5315         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5316         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5317         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5318         * m4/time_r.m4 (gl_TIME_R):
5319         * m4/timespec.m4 (gl_TIMESPEC):
5320         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5321         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5322         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5323         * m4/userspec.m4 (gl_USERSPEC):
5324         * m4/utimecmp.m4 (gl_UTIMECMP):
5325         * m4/utimens.m4 (gl_UTIMENS):
5326         * m4/xalloc.m4 (gl_XALLOC):
5327         * m4/xgetcwd.m4 (gl_XGETCWD):
5328         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5329         * m4/xreadlink.m4 (gl_XREADLINK):
5330         * m4/xstrtod.m4 (gl_XSTRTOD):
5331         * m4/yesno.m4 (gl_YESNO):
5332         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5333         to get the necessary .h files and whatnot.
5334
5335 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5336             Bruno Haible  <bruno@clisp.org>
5337
5338         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5339         /bin/sh understanding of '!' conditional negation.
5340
5341 2006-08-21  Jim Meyering  <jim@meyering.net>
5342
5343         * modules/openat (Depends-on): Really alphabetize.
5344
5345         * modules/acl (Depends-on): Add error and quote.
5346
5347         * check-module (find_included_lib_files): Add at-func.c to the
5348         ok-to-include-more-than-once white list.
5349
5350         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5351
5352 2006-08-21  Bruno Haible  <bruno@clisp.org>
5353
5354         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5355         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5356         Reported by Martin Lambers <marlam@marlam.de>.
5357
5358 2006-08-21  Bruno Haible  <bruno@clisp.org>
5359
5360         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5361         specify an installation location, don't emit a noinst_LIBRARIES or
5362         noinst_LTLIBRARIES assignment.
5363
5364 2006-08-21  Bruno Haible  <bruno@clisp.org>
5365
5366         BeOS portability.
5367         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5368         BeOS has mbrtowc() but no <wctype.h>.
5369
5370 2006-08-21  Bruno Haible  <bruno@clisp.org>
5371
5372         BeOS portability.
5373         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5374         exist.
5375
5376 2006-08-21  Bruno Haible  <bruno@clisp.org>
5377
5378         BeOS portability.
5379         * lib/mbchar.h: Include <wctype.h> only if it exists.
5380
5381 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5382
5383         Remove files that are no longer needed by their respective modules.
5384         * m4/obstack.m4: Remove.
5385         * m4/strerror_r.m4: Remove.
5386         * m4/uint32_t.m4: Remove.
5387         * m4/uintptr_t.m4: Remove.
5388         * m4/ullong_max.m4: Remove.
5389         * m4/xstrtoimax.m4: Remove.
5390         * m4/xstrtoumax.m4: Remove.
5391
5392         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5393         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5394         dependencies now capture this.
5395
5396         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5397         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5398         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5399         * m4/human.m4 (gl_HUMAN): Likewise.
5400         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5401         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5402
5403         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5404
5405         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5406         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5407         stdint.
5408         * m4/human.m4 (gl_HUMAN): Likewise.
5409         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5410         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5411         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5412         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5413         * m4/xstrtol (gl_XSTRTOL): Likewise.
5414
5415         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5416         AC_TYPE_LONG_LONG_INT.
5417         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5418         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5419         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5420         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5421
5422         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5423         on stdbool.
5424
5425         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5426         (gl_PREREQ_XSTRTOUL): Remove.
5427
5428         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5429
5430         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5431         mode.
5432
5433 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5434
5435         Add and change modules to make it easier for coreutils to use
5436         gnulib-tool.
5437         * modules/backupfile (Files): Remove m4/d-ino.m4.
5438         (Depends-on): Add d-ino.
5439         * modules/cycle-check (Depends-on): Add stdint.
5440         (lib_SOURCES): Add cycle-check.h.
5441         * modules/d-ino: New module.
5442         * modules/d-type: New module.
5443         * modules/error (Files): Remove m4/strerror_r.m4.
5444         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5445         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5446         m4/inttypes_h.m4, m4/uintmax_t.m4.
5447         (Depends-on): Add stdint.
5448         (lib_SOURCES): Add fsusage.h.
5449         * modules/getcwd (Files): Remove d-ino.m4.
5450         (Depends-on): Add d-ino.
5451         * modules/getndelim2 (Depends-on): Add stdint.
5452         * modules/glob (Files): Remove m4/d-type.m4.
5453         (Depends-on): Add d-type.
5454         * modules/host-os: New module.
5455         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5456         m4/inttypes_h.m4, m4/uintmax_t.m4.
5457         * Depends-on: Add stdint.
5458         (lib_SOURCES): Add human.h.
5459         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5460         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5461         m4/uintmax_t.m4, m4/ulonglong.m4.
5462         (Depends-on): Add stdint.
5463         (EXTRA_DIST): Add inttostr.h.
5464         * modules/lchmod: New module.
5465         * modules/link-follow: New module.
5466         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5467         (Depends-on): Add lchmod.
5468         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5469         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5470         (Depends-on): Add stdint.
5471         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5472         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5473         (Depends-on): Add stdint.
5474         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5475         * modules/perl: New module.
5476         * modules/regex (Depends-on): Add stdint.
5477         * modules/rmdir-errno: New module.
5478         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5479         m4/intmax_t.m4.
5480         (Depends-on): Add stdint.
5481         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5482         m4/uintmax_t.m4.
5483         (Depends-on): Add stdint.
5484         * modules/unlink-busy: New module.
5485         * modules/utimecmp (Depends-on): Add stdint.
5486         * modules/uptime: New module.
5487         * modules/winsz-ioctl: New module.
5488         * modules/winsz-termios: New module.
5489         * modules/xnanosleep (Depends-on): Add nanosleep.
5490         * modules/ullong_max: Remove.
5491         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5492         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5493         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5494         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5495         (Depends-on): Add inttypes.
5496         (lib_SOURCES): Add xstrtol.h.
5497         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5498         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5499         * MODULES.html.sh: Move 'assert' into the assert section.
5500         Move 'dummy' into the linking section.
5501         Remove ullong_max.
5502         Add section for compatibility checks for POSIX:2001 functions,
5503         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5504         winsz-ioctl, and winsz-termios into it.
5505         Add lchmod.
5506         Add top-level Misc section and put host-os, perl, and uptime
5507         into it.
5508
5509 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5510
5511         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5512         now assume the stdint module.  Do not include inttypes.h.
5513         * lib/fsusage.h: Likewise.
5514         * lib/getndelim2.c: Likewise.
5515         * lib/human.h: Likewise.
5516         * lib/inttostr.h: Likewise.
5517         * lib/obstack.c: Likewise.
5518         * lib/regex_internal.h: Likewise.
5519         * lib/tempname.c: Likewise.
5520         * lib/utimecmp.c: Likewise.
5521         * lib/xstrtol.h: Likewise.
5522
5523         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5524
5525         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5526         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5527         * lib/xtime.h: Likewise.
5528
5529 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5530
5531         * modules/openat (Files): Add lib/fchmodat.c.
5532         Fixes problem reported by Jay Youngman.
5533
5534 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5535
5536         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5537         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5538
5539 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5540             Bruno Haible  <bruno@clisp.org>
5541
5542         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5543         and is a script that invokes bison. Tighten the code. Add comments.
5544
5545 2006-08-18  Jim Meyering  <jim@meyering.net>
5546
5547         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5548         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5549         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5550         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5551
5552 2006-08-18  Bruno Haible  <bruno@clisp.org>
5553
5554         * modules/bison-i18n: New file.
5555         * MODULES.html.sh (Internationalization functions): Add it.
5556
5557 2006-08-18  Bruno Haible  <bruno@clisp.org>
5558
5559         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5560         sys/statvfs.h. When getmntinfo was found, check its declaration and
5561         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5562
5563 2006-08-18  Bruno Haible  <bruno@clisp.org>
5564
5565         * m4/bison-i18n.m4: New file, from bison.
5566
5567 2006-08-18  Bruno Haible  <bruno@clisp.org>
5568
5569         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5570         (ME_DUMMY): Treat "kernfs" as a dummy.
5571         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5572
5573 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5574
5575         Update from coreutils.
5576
5577         2006-08-15  Jim Meyering  <jim@meyering.net>
5578
5579         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5580
5581         2006-01-17  Jim Meyering  <jim@meyering.net>
5582
5583         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5584
5585         2006-01-11  Jim Meyering  <jim@meyering.net>
5586
5587         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5588         Check for the lchmod function.
5589
5590 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5591
5592         Update from coreutils.
5593
5594         * lib/__fpending.h: Add copyright notice.
5595         * lib/fprintftime.h: Likewise.
5596         * lib/savedir.c: Use (C) in copyright notice.
5597         * lib/savedir.h: Likewise.
5598
5599         2006-08-15  Jim Meyering  <jim@meyering.net>
5600
5601         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5602         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5603         in support of the EXPECTED_ERRNO macro.
5604         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5605         definitions.  Instead, define the appropriate symbols and include
5606         "at-func.c".
5607         * lib/mkdirat.c (mkdirat): Likewise.
5608         * lib/fchmodat.c (fchmodat): Likewise.
5609         (ENOSYS): Remove definition.
5610         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5611         it.  Don't include "unistd--.h" -- it wasn't ever used.
5612
5613         2006-01-17  Jim Meyering  <jim@meyering.net>
5614
5615         Rewrite fts.c not to change the current working directory,
5616         by using openat, fstatat, fdopendir, etc..
5617
5618         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5619         (HAVE_OPENAT_SUPPORT): Define.
5620         [_LIBC] (fchdir): Don't undef or define; no longer used.
5621         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5622         Now, this `function' always succeeds, and consumes its file descriptor
5623         parameter -- so callers must not close such FDs.  Update callers.
5624         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5625         (diropen): Add parameter, SP.  Adjust all callers.
5626         Implement using diropen_fd, rather than open.
5627         (fts_open): Initialize new member, fts_cwd_fd.
5628         Remove fts_rft-setting code.
5629         (fts_close): Close fts_cwd_fd, if necessary.
5630         (__opendir2): Define in terms of opendir or opendirat,
5631         depending on whether the FST_NOCHDIR flag is set.
5632         (fts_build): Since fts_safe_changedir consumes its FD, and since
5633         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5634         and close the dup'd file descriptor upon failure.
5635         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5636         (fts_safe_changedir): Tweak semantics to reflect that this function
5637         now calls cwd_advance_fd and hence consumes its FD argument.
5638         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5639         [struct FTS] (fts_rft): Remove now-unused member.
5640         [struct FTS] (fts_cycle.state): Improve comment.
5641
5642         * lib/openat.c (openat_needs_fchdir): New function.
5643         * lib/openat.h (openat_needs_fchdir): Declare it.
5644
5645 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5646
5647         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5648         Problem and fix reported by Pádraig Brady in
5649         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5650
5651 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5652
5653         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5654
5655 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5656
5657         * lib/memcoll.c (memcoll): Optimize for the common case where the
5658         arguments are bytewise equal.
5659
5660 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5661
5662         * doc/regexprops-generic.texi: Add a copyright notice.
5663
5664 2006-08-15  Bruno Haible  <bruno@clisp.org>
5665
5666         * modules/tmpdir (License): Change to LGPL.
5667
5668 2006-08-15  Bruno Haible  <bruno@clisp.org>
5669
5670         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5671         module.
5672
5673 2006-08-14  Simon Josefsson  <jas@extundo.com>
5674
5675         * config/srclist.txt: Add gnupload.
5676
5677 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5678
5679         Change copyright notice from LGPL 2 to GPL 2, since that's the
5680         standard form used in the gnulib repository.
5681         * tests/test-lock.c: Likewise.
5682         * tests/test-stdint.c: Likewise.
5683         * tests/test-tls.c: Likewise.
5684
5685         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5686         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5687         Add copyright notice.
5688
5689         * check-module: Add copyright notice.  Output a copyright
5690         notice if "--version" is specified.
5691         * modules/COPYING: New file.
5692         * tests/test-getaddrinfo.c: Add copyright notice.
5693         * tests/test-verify.c: Likewise.
5694
5695 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5696
5697         Change copyright notice from LGPL 2 to GPL 2, since that's the
5698         standard form used in the gnulib repository.
5699         * lib/lock.c: LGPL -> GPL.
5700         * lib/lock.h: Likewise.
5701         * lib/strnlen1.c: Likewise.
5702         * lib/strnlen1.h: Likewise.
5703         * lib/tls.c: Likewise.
5704         * lib/tls.h: Likewise.
5705         * lib/tmpdir.c: Likewise.
5706
5707         * lib/TODO: Remove; this belongs only in coreutils.
5708
5709 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5710
5711         Add copyright notices to long-enough files that lack them, since
5712         otherwise the files aren't clearly free.  Use the same notice that
5713         getdate.texi already uses.
5714         * doc/alloca-opt.texi: Add copyright notice.
5715         * doc/alloca.texi: Likewise.
5716         * doc/ctime.texi: Likewise.
5717         * doc/functions.texi: Likewise.
5718         * doc/gcd.texi: Likewise.
5719         * doc/gnulib-tool.texi: Likewise.
5720         * doc/inet_ntoa.texi: Likewise.
5721         * doc/visibility.texi: Likewise.
5722
5723         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5724         * doc/quote.texi: Add copyright notice.
5725
5726         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5727         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5728         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5729         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5730         is now obsolete, and give a pointer to the Sun list.
5731         Add copyright notice.
5732
5733 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5734
5735         * config/srclistvars.sh: Add copyright notice.
5736
5737 2006-08-14  Eric Blake  <ebb9@byu.net>
5738
5739         Import the following change from libc:
5740
5741         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5742
5743         Upstream bug 2997.
5744         * lib/misc/error.c: Add space between program name and message if file
5745         name is missing.
5746
5747 2006-08-12  Karl Berry  <karl@gnu.org>
5748
5749         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5750         remove, these originate in gnulib now.
5751
5752 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5753
5754         * doc/Makefile (standards.info standards.html standards.dvi):
5755         Also depend on make-stds.texi.
5756
5757 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5758
5759         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5760         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5761
5762         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5763         in wchar_t.  Problem reported by Eric Blake.
5764
5765         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5766         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5767         Also, help the compiler to keep LEN in a register.
5768
5769 2006-08-11  Eric Blake  <ebb9@byu.net>
5770
5771         * users.txt: Sort.  Add tar.
5772
5773 2006-08-11  Bruno Haible  <bruno@clisp.org>
5774
5775         * users.txt: New file.
5776
5777 2006-08-11  Bruno Haible  <bruno@clisp.org>
5778
5779         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5780         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5781
5782 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5783
5784         * modules/snprintf (Depends-on): Remove minmax.
5785         (Maintainer): Add self and Bruno.
5786
5787 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5788
5789         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5790         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5791         (EOVERFLOW): Define if the system does not.
5792         Do not include "minmax.h"; it wasn't used.
5793         (snprintf): Don't assume size_t promotes to an unsigned type.
5794         Fix bug when generated string was too long for the buffer: the
5795         buffer's contents are supposed to be the initial prefix of the
5796         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5797         exceeds INT_MAX; do the check ourselves.
5798
5799         Import the following changes from libc:
5800
5801         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5802
5803         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5804         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5805         set wc to the byte which couldn't be converted.
5806         (re_string_reconstruct): Don't clear valid_raw_len before calling
5807         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5808         tip_context using re_string_context_at.
5809
5810         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5811
5812         * lib/posix/regex.h: g++ still cannot handled [restrict].
5813
5814         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5815
5816         * lib/posix/regex.h: Remove special handling for VMS.
5817
5818 2006-08-10  Jim Meyering  <jim@meyering.net>
5819
5820         * modules/same-inode: New module.
5821         * modules/dev-ino: New module.
5822         * modules/cycle-check: Depend on these modules, rather than simply
5823         including their .h files.
5824         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5825         required via m4/cycle-check.m4.
5826         * modules/same: Depend on new same-inode module, rather than
5827         including same-inode.h.
5828         * modules/chdir-safer: New file.
5829
5830         * modules/chown (Depends-on): Add stat-macros.
5831
5832 2006-08-10  Jim Meyering  <jim@meyering.net>
5833
5834         * m4/cycle-check.m4: New file.
5835         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5836         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5837
5838 2006-08-10  Eric Blake  <ebb9@byu.net>
5839
5840         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5841         in from original proposal.
5842
5843 2006-08-10  Eric Blake  <ebb9@byu.net>
5844         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5845
5846         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5847         namespace.
5848
5849 2006-08-10  Bruno Haible  <bruno@clisp.org>
5850
5851         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5852         as well.
5853
5854 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5855
5856         Sync from coreutils.
5857
5858         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5859
5860         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5861         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5862
5863 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5864
5865         * modules/restrict: Remove; no longer needed now that we assume
5866         Autoconf 2.59 or later.
5867         * MODULES.html.sh: Remove 'restrict'.
5868         * modules/argp (Depends-on): Remove 'restrict'.
5869         * modules/base64 (Depends-on): Likewise.
5870         * modules/gc (Depends-on): Likewise.
5871         * modules/getaddrinfo (Depends-on): Likewise.
5872         * modules/glob (Depends-on): Likewise.
5873         * modules/inet_ntop (Depends-on): Likewise.
5874         * modules/inet_pton (Depends-on): Likewise.
5875         * modules/memxor (Depends-on): Likewise.
5876         * modules/regex (Depends-on): Likewise.
5877         * modules/strtok_r (Depends-on): Likewise.
5878         * modules/time_r (Depends-on): Likewise.
5879
5880 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5881
5882         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5883         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5884         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5885         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5886         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5887         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5888         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5889         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5890
5891         Merge from coreutils.
5892         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5893         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5894         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5895         * m4/time_r.m4 (gl_TIME_R): Likewise.
5896
5897 2006-08-09  Karl Berry  <karl@gnu.org>
5898
5899         * config/srclist.txt: no more gettext-tools, per Bruno.
5900
5901 2006-08-08  Eric Blake  <ebb9@byu.net>
5902
5903         * modules/verror: New module.
5904         * MODULES.html.sh: Document it.
5905
5906 2006-08-08  Eric Blake  <ebb9@byu.net>
5907
5908         * lib/verror.h, lib/verror.c: New files.
5909
5910 2006-08-08  Eric Blake  <ebb9@byu.net>
5911
5912         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5913         verror_at_line output complies with GNU Coding Standards even when
5914         file is NULL.
5915
5916 2006-08-07  Bruno Haible  <bruno@clisp.org>
5917
5918         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5919         versions of AIX.
5920         Reported by Ralf Wildenhues.
5921
5922 2006-08-07  Bruno Haible  <bruno@clisp.org>
5923
5924         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5925         in an AC_DEFUN. Needed so that the autoconf snippets can use
5926         AC_REQUIRE.
5927
5928 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5929
5930         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5931         Initialize pkgdata_DATA.
5932         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5933         overriding it.
5934
5935 2006-08-06  Eric Blake  <ebb9@byu.net>
5936
5937         * lib/error.h: Fold in some upstream changes from glibc.
5938         * lib/error.c: Likewise.
5939
5940 2006-08-04  Bruno Haible  <bruno@clisp.org>
5941
5942         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5943         Make the mostlyclean-local rule depend on mostlyclean-generic.
5944         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5945
5946 2006-07-31  Bruno Haible  <bruno@clisp.org>
5947
5948         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5949         <stdlib.h>, <string.h>.
5950
5951 2006-07-30  Bruno Haible  <bruno@clisp.org>
5952
5953         * modules/readlink (License): Change to LGPL.
5954
5955 2006-07-30  Bruno Haible  <bruno@clisp.org>
5956
5957         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5958         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5959         set PKGDATADIR to point to it.
5960
5961 2006-07-30  Bruno Haible  <bruno@clisp.org>
5962
5963         * modules/csharpexec (configure.ac): Comment out macro invocation.
5964         * modules/javaexec (configure.ac): Likewise.
5965         * modules/javacomp-script (configure.ac): Likewise.
5966
5967         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5968
5969 2006-07-30  Bruno Haible  <bruno@clisp.org>
5970
5971         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5972         linked-list.
5973
5974 2006-07-30  Bruno Haible  <bruno@clisp.org>
5975
5976         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5977
5978 2006-07-30  Bruno Haible  <bruno@clisp.org>
5979
5980         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5981         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5982         get removed.
5983
5984 2006-07-29  Bruno Haible  <bruno@clisp.org>
5985
5986         Make it possible for gnulib-tool to work with locally modified or
5987         augmented gnulib repositories.
5988         * gnulib-tool (func_usage): Document --local-dir option.
5989         (local_gnulib_dir): New variable.
5990         Handle --local-dir option.
5991         (func_lookup_file): New function.
5992         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5993         (func_get_description, func_get_filelist, func_get_description,
5994         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5995         func_get_automake_snippet, func_get_include_directive,
5996         func_get_license, func_get_maintainer): Use func_lookup_file.
5997         (func_import, func_create_testdir): Use func_lookup_file.
5998
5999 2006-07-29  Bruno Haible  <bruno@clisp.org>
6000
6001         * modules/setenv (Depends-on): Add unistd.
6002
6003 2006-07-29  Bruno Haible  <bruno@clisp.org>
6004
6005         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6006
6007 2006-07-29  Bruno Haible  <bruno@clisp.org>
6008
6009         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6010
6011 2006-07-29  Bruno Haible  <bruno@clisp.org>
6012
6013         * gnulib-tool (import, update): If there is no Makefile.am, look at
6014         aclocal.m4, instead of bailing out.
6015
6016 2006-07-29  Bruno Haible  <bruno@clisp.org>
6017
6018         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6019         Categorize the options by when they are useful.
6020
6021 2006-07-29  Bruno Haible  <bruno@clisp.org>
6022
6023         * gnulib-tool (func_usage): Document option --no-libtool.
6024         Handle option --no-libtool.
6025         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6026         for changed semantics of $libtool variable.
6027         (func_import): Likewise. If libtool is not used, show this through
6028         an option --no-libtool.
6029         (func_create_testdir): Update.
6030
6031 2006-07-29  Bruno Haible  <bruno@clisp.org>
6032
6033         * gnulib-tool (func_import): Extend error message about missing
6034         --doc-base.
6035
6036 2006-07-29  Bruno Haible  <bruno@clisp.org>
6037
6038         * gnulib-tool (func_import): Don't create the $docbase directory if
6039         there is no file to store there.
6040
6041 2006-07-29  Bruno Haible  <bruno@clisp.org>
6042
6043         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6044         relevant, look for configure.ac there, not in the current directory.
6045         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6046
6047 2006-07-29  Bruno Haible  <bruno@clisp.org>
6048
6049         * gnulib-tool (SORT): New variable.
6050         (func_usage): Undocument --assume-autoconf option.
6051         Remove --assume-autoconf option handling.
6052         (autoconf_minversion): Determine from the contents of configure.ac.
6053         (func_import): Remove autoconf_minversion handling.
6054         Suggested by Eric Blake.
6055
6056 2006-07-29  Bruno Haible  <bruno@clisp.org>
6057
6058         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6059
6060 2006-07-29  Bruno Haible  <bruno@clisp.org>
6061
6062         * config/srclist.txt (*setenv.[ch]): Remove rules.
6063
6064 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6065
6066         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6067
6068 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6069
6070         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6071         arpa/inet.h.
6072
6073 2006-07-28  Simon Josefsson  <jas@extundo.com>
6074
6075         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6076         * modules/inet_pton (Depends-on): Likewise.
6077
6078 2006-07-28  Simon Josefsson  <jas@extundo.com>
6079
6080         * m4/netinet_in_h.m4: New file.
6081
6082 2006-07-28  Simon Josefsson  <jas@extundo.com>
6083
6084         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6085         #include's.
6086
6087 2006-07-28  Simon Josefsson  <jas@extundo.com>
6088
6089         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6090         #include's.
6091
6092 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6093
6094         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6095         setgid on directories only if they set these bits.
6096         * lib/modechange.h: Remove obsolete comment about masks.
6097
6098 2006-07-28  Eric Blake  <ebb9@byu.net>
6099
6100         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6101         macro expansion.
6102
6103 2006-07-28  Bruno Haible  <bruno@clisp.org>
6104
6105         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6106
6107 2006-07-28  Bruno Haible  <bruno@clisp.org>
6108
6109         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6110
6111 2006-07-28  Bruno Haible  <bruno@clisp.org>
6112
6113         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6114         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6115         Define fallbacks.
6116         Avoids link error on FreeBSD 4.x.
6117         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6118
6119         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6120         encoding.
6121         * lib/mbswidth.c (iswcntrl): Likewise.
6122
6123 2006-07-27  Bruno Haible  <bruno@clisp.org>
6124
6125         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6126         test.
6127
6128 2006-07-27  Bruno Haible  <bruno@clisp.org>
6129
6130         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6131         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6132         defined.
6133
6134 2006-07-26  Eric Blake  <ebb9@byu.net>
6135
6136         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6137
6138 2006-07-26  Eric Blake  <ebb9@byu.net>
6139
6140         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6141         like mingw that lack mkstemp.
6142         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6143         avoid compilation warning on mingw.
6144
6145 2006-07-26  Bruno Haible  <bruno@clisp.org>
6146
6147         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6148         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6149         INT_FAST*_MIN, INTPTR_MIN.
6150
6151 2006-07-25  Bruno Haible  <bruno@clisp.org>
6152
6153         * modules/version-etc (Depends-on): Add stdarg.
6154
6155 2006-07-25  Bruno Haible  <bruno@clisp.org>
6156
6157         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6158         complex commands.
6159
6160 2006-07-25  Bruno Haible  <bruno@clisp.org>
6161
6162         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6163         defined in <stdarg.h> or config.h.
6164
6165 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6166
6167         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6168         (gl_STDIO_SAFER): Remove.
6169
6170 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6171
6172         * MODULES.html.sh (File stream based Input/Output):
6173         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6174         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6175         * modules/fopen-safer, modules/tmpfile-safer: New files.
6176         * modules/stdio-safer: Remove.
6177
6178 2006-07-24  Bruno Haible  <bruno@clisp.org>
6179
6180         * modules/tmpdir: New file.
6181         * MODULES.html.sh (File system functions): Add it.
6182
6183 2006-07-24  Bruno Haible  <bruno@clisp.org>
6184
6185         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6186         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6187
6188 2006-07-24  Bruno Haible  <bruno@clisp.org>
6189
6190         * modules/clean-temp: New file.
6191
6192 2006-07-24  Bruno Haible  <bruno@clisp.org>
6193
6194         * m4/tmpdir.m4: New file, from GNU gettext.
6195
6196 2006-07-24  Bruno Haible  <bruno@clisp.org>
6197
6198         * lib/tmpdir.h: New file, from GNU gettext.
6199         * lib/tmpdir.c: New file, from GNU gettext.
6200
6201 2006-07-24  Bruno Haible  <bruno@clisp.org>
6202
6203         * lib/clean-temp.h: New file, from GNU gettext.
6204         * lib/clean-temp.c: New file, from GNU gettext.
6205
6206 2006-07-23  Eric Blake  <ebb9@byu.net>
6207
6208         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6209         (Depends-on): Add binary-io.
6210
6211 2006-07-23  Eric Blake  <ebb9@byu.net>
6212
6213         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6214
6215 2006-07-23  Eric Blake  <ebb9@byu.net>
6216
6217         * lib/tmpfile-safer.c: New file.
6218         * lib/stdio-safer.h (fopen_safer): Add prototype.
6219         * lib/stdio--.h (tmpfile): Make safer.
6220
6221 2006-07-23  Bruno Haible  <bruno@clisp.org>
6222
6223         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6224         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6225         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6226         gl_linked_remove_at): Use it.
6227
6228 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6229         and Simon Josefsson <jas@extundo.com>
6230
6231         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6232
6233         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6234
6235 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6236
6237         * modules/close-stream: New file.
6238         * modules/closeout (Description): Make it clear that it exits
6239         with a diagnostic on error.
6240         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6241         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6242
6243 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6244
6245         * m4/close-stream.m4: New file.
6246
6247 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6248
6249         * lib/close-stream.c, lib/close-stream.h: New files.
6250
6251 2006-07-22  Bruno Haible  <bruno@clisp.org>
6252
6253         Merge from GNU gettext 0.15.
6254
6255         2006-05-01  Bruno Haible  <bruno@clisp.org>
6256
6257                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6258
6259         2006-07-22  Bruno Haible  <bruno@clisp.org>
6260
6261                 * modules/javaversion: New file.
6262                 * MODULES.html.sh (Java): Add javaversion.
6263
6264         2006-03-12  Bruno Haible  <bruno@clisp.org>
6265
6266                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6267
6268         2005-12-04  Bruno Haible  <bruno@clisp.org>
6269
6270                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6271                 (untested).
6272
6273         2006-06-21  Bruno Haible  <bruno@clisp.org>
6274
6275                 Avoid warnings from recent versions of mcs.
6276                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6277                 -o, -L, -r any more. Use options documented since mcs-1.0
6278                 instead. Similarly for -g.
6279
6280         2005-12-04  Bruno Haible  <bruno@clisp.org>
6281
6282                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6283                 .resources, not .resource.
6284
6285         2005-07-09  Bruno Haible  <bruno@clisp.org>
6286
6287                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6288                 add a .dll suffix.
6289                 Reported by Mark Junker <mjscod@gmx.de>.
6290
6291         2006-07-22  Bruno Haible  <bruno@clisp.org>
6292
6293                 * modules/gettext: Upgrade to gettext-0.15.
6294                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6295                 m4/visibility.m4.
6296                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6297
6298 2006-07-22  Bruno Haible  <bruno@clisp.org>
6299
6300         Merge from GNU gettext 0.15.
6301
6302         2006-03-25  Bruno Haible  <bruno@clisp.org>
6303
6304                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6305
6306         2006-07-21  Bruno Haible  <bruno@clisp.org>
6307
6308                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6309                 "1.1".
6310
6311         2006-05-09  Bruno Haible  <bruno@clisp.org>
6312
6313                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6314                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6315                 for the conftestver execution.
6316
6317         2006-05-01  Bruno Haible  <bruno@clisp.org>
6318
6319                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6320                 optional target-version argument. Verify that the compiler
6321                 groks source of the specified source-version, or add -source
6322                 option as necessary. Verify that the compiler produces
6323                 bytecode in the specified target-version, or add -target and
6324                 -source options as necessary. Make the result of the test
6325                 available as variable CONF_JAVAC. Also log error output in
6326                 config.log.
6327
6328         2006-03-11  Bruno Haible  <bruno@clisp.org>
6329
6330                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6331
6332         2006-05-09  Bruno Haible  <bruno@clisp.org>
6333
6334                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6335                 CLASSPATH_SEPARATOR to a semicolon.
6336
6337         2006-03-12  Bruno Haible  <bruno@clisp.org>
6338
6339                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6340                 available as variable CONF_JAVA, for subsequent autoconf
6341                 tests. Also log error output in config.log.
6342
6343         2006-07-19  Bruno Haible  <bruno@clisp.org>
6344
6345                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6346                 that getline works on glibc2 systems. Needed to avoid trouble
6347                 in relocatable.c.
6348                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6349
6350         2005-12-04  Bruno Haible  <bruno@clisp.org>
6351
6352                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6353                 launcher (untested).
6354
6355         2005-12-04  Bruno Haible  <bruno@clisp.org>
6356
6357                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6358
6359         2006-07-22  Bruno Haible  <bruno@clisp.org>
6360
6361                 * gettext.m4: Update from GNU gettext-0.15.
6362                 * nls.m4: Likewise.
6363                 * po.m4: Likewise.
6364                 * inttypes-pri.m4: Likewise.
6365                 * inttypes-h.m4: Renamed from inttypes.m4.
6366                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6367
6368 2006-07-22  Bruno Haible  <bruno@clisp.org>
6369
6370         Merge from GNU gettext 0.15.
6371
6372         2005-07-05  Bruno Haible  <bruno@clisp.org>
6373
6374                 * printf-args.c (printf_fetchargs): Work around broken
6375                 definition of wint_t on mingw.
6376
6377         2005-02-12  Bruno Haible  <bruno@clisp.org>
6378
6379                 * xallocsa.h: Add extern "C" for C++.
6380
6381         2006-05-17  Bruno Haible  <bruno@clisp.org>
6382
6383                 Cygwin portability.
6384                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6385
6386         2006-04-30  Bruno Haible  <bruno@clisp.org>
6387
6388                 * progreloc.c: Include <mach-o/dyld.h> if available.
6389                 (find_executable): Use _NSGetExecutablePath when possible.
6390
6391         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6392
6393                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6394                 function.
6395
6396         2005-12-29  Bruno Haible  <bruno@clisp.org>
6397
6398                 * progreloc.c (set_program_name_and_installdir): Fix
6399                 compilation error.
6400
6401         2005-12-04  Bruno Haible  <bruno@clisp.org>
6402
6403                 Cygwin portability.
6404                 * progreloc.c: Include <windows.h> also on Cygwin.
6405                 (find_executable): Add support for Cygwin.
6406                 (set_program_name_and_installdir): Handle also platforms with
6407                 nonempty EXEEXT.
6408
6409         2006-07-11  Bruno Haible  <bruno@clisp.org>
6410
6411                 * javacomp.c: Fix a comment.
6412                 Reported by Jim Meyering.
6413
6414         2006-04-30  Bruno Haible  <bruno@clisp.org>
6415
6416                 * javacomp.h (compile_java_class): Add source_version,
6417                 target_version arguments.
6418                 * javacomp.c: Rewritten to choose only a compiler that
6419                 respects the specified source_version and target_version.
6420
6421         2006-06-27  Bruno Haible  <bruno@clisp.org>
6422
6423                 Assume correct S_ISDIR macro.
6424                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6425
6426         2006-07-22  Bruno Haible  <bruno@clisp.org>
6427
6428                 * javaversion.h: New file, from GNU gettext.
6429                 * javaversion.c: New file, from GNU gettext.
6430                 * javaversion.java: New file, from GNU gettext.
6431                 * javaversion.class: New file, from GNU gettext.
6432
6433         2006-05-17  Bruno Haible  <bruno@clisp.org>
6434
6435                 Cygwin portability.
6436                 * javaexec.c (execute_java_class): Test for jview program
6437                 also on Cygwin.
6438
6439         2006-04-09  Bruno Haible  <bruno@clisp.org>
6440
6441                 * fatal-signal.c: Don't include string.h.
6442                 (at_fatal_signal): Use a copying loop instead of memcpy.
6443
6444         2005-12-04  Bruno Haible  <bruno@clisp.org>
6445
6446                 * csharpexec.c: Add support for 'clix' launcher (untested).
6447                 (execute_csharp_using_sscli): New function.
6448                 (execute_csharp_program): Call it.
6449
6450         2006-06-21  Bruno Haible  <bruno@clisp.org>
6451
6452                 Avoid warnings from recent versions of mcs.
6453                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6454                 -o, -L, -r any more. Use options documented since mcs-1.0
6455                 instead. Similarly for -g.
6456
6457         2005-07-09  Bruno Haible  <bruno@clisp.org>
6458
6459                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6460                 add a .dll suffix.
6461                 Reported by Mark Junker <mjscod@gmx.de>.
6462
6463         2006-06-17  Bruno Haible  <bruno@clisp.org>
6464
6465                 * config.charset: Update for NetBSD 3.0.
6466
6467         2006-05-17  Bruno Haible  <bruno@clisp.org>
6468
6469                 Cygwin portability.
6470                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6471
6472         2006-05-16  Bruno Haible  <bruno@clisp.org>
6473
6474                 * localcharset.c [CYGWIN]: Include <windows.h>.
6475                 (get_charset_aliases): For Cygwin, return the same CPxxx
6476                 aliases list as under WIN32.
6477                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6478                 the environment variables. Fall back to GetACP().
6479
6480         2006-04-05  Bruno Haible  <bruno@clisp.org>
6481
6482                 * config.charset: Update Juan Manuel Guerrero's address.
6483
6484         2005-02-12  Bruno Haible  <bruno@clisp.org>
6485
6486                 * allocsa.h: Add extern "C" for C++.
6487
6488         2005-02-10  Bruno Haible  <bruno@clisp.org>
6489
6490                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6491                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6492
6493         2006-07-22  Bruno Haible  <bruno@clisp.org>
6494
6495                 * gettext.h: Update to GNU gettext-0.15.
6496
6497 2006-07-22  Bruno Haible  <bruno@clisp.org>
6498
6499         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6500         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6501         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6502
6503 2006-07-21  Eric Blake  <ebb9@byu.net>
6504
6505         * modules/stdlib-safer: New file.
6506         * MODULES.html.sh (File stream based Input/Output): Add
6507         stdlib-safer.
6508
6509 2006-07-21  Eric Blake  <ebb9@byu.net>
6510
6511         * lib/stdlib-safer.h: New file from coreutils, required by
6512         stdlib--.h.
6513
6514 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6515
6516         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6517
6518 2006-07-20  Bruno Haible  <bruno@clisp.org>
6519
6520         * gnulib-tool: Recognize new option --assume-autoconf.
6521         (autoconf_minversion): New variable.
6522         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6523
6524 2006-07-20  Bruno Haible  <bruno@clisp.org>
6525
6526         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6527
6528 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6529
6530         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6531         Reindent and repaginate.
6532
6533 2006-07-19  Derek Price  <derek@ximbiot.com>
6534
6535         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6536         Correct grammar.
6537
6538 2006-07-17  Bruno Haible  <bruno@clisp.org>
6539
6540         * modules/list: New file.
6541         * modules/array-list: New file.
6542         * modules/carray-list, modules/carray-list-tests: New files.
6543         * modules/linked-list, modules/linked-list-tests: New files.
6544         * modules/avltree-list, modules/avltree-list-tests: New files.
6545         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6546         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6547         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6548         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6549         * modules/oset: New file.
6550         * modules/array-oset: New file.
6551         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6552         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6553         * tests/test-carray_list.c: New file.
6554         * tests/test-linked_list.c: New file.
6555         * tests/test-avltree_list.c: New file.
6556         * tests/test-rbtree_list.c: New file.
6557         * tests/test-linkedhash_list.c: New file.
6558         * tests/test-avltreehash_list.c: New file.
6559         * tests/test-rbtreehash_list.c: New file.
6560         * tests/test-avltree_oset.c: New file.
6561         * tests/test-rbtree_oset.c: New file.
6562         * MODULES.html.sh (Container data structures): New section.
6563
6564 2006-07-17  Bruno Haible  <bruno@clisp.org>
6565
6566         * m4/gl_list.m4: New file.
6567
6568 2006-07-17  Bruno Haible  <bruno@clisp.org>
6569
6570         * lib/gl_list.h: New file.
6571         * lib/gl_list.c: New file.
6572         * lib/gl_array_list.h: New file.
6573         * lib/gl_array_list.c: New file.
6574         * lib/gl_carray_list.h: New file.
6575         * lib/gl_carray_list.c: New file.
6576         * lib/gl_linked_list.h: New file.
6577         * lib/gl_linked_list.c: New file.
6578         * lib/gl_anylinked_list1.h: New file.
6579         * lib/gl_anylinked_list2.h: New file.
6580         * lib/gl_avltree_list.h: New file.
6581         * lib/gl_avltree_list.c: New file.
6582         * lib/gl_anyavltree_list1.h: New file.
6583         * lib/gl_anyavltree_list2.h: New file.
6584         * lib/gl_rbtree_list.h: New file.
6585         * lib/gl_rbtree_list.c: New file.
6586         * lib/gl_anyrbtree_list1.h: New file.
6587         * lib/gl_anyrbtree_list2.h: New file.
6588         * lib/gl_anytree_list1.h: New file.
6589         * lib/gl_anytree_list2.h: New file.
6590         * lib/gl_linkedhash_list.h: New file.
6591         * lib/gl_linkedhash_list.c: New file.
6592         * lib/gl_anyhash_list1.h: New file.
6593         * lib/gl_anyhash_list2.h: New file.
6594         * lib/gl_avltreehash_list.h: New file.
6595         * lib/gl_avltreehash_list.c: New file.
6596         * lib/gl_rbtreehash_list.h: New file.
6597         * lib/gl_rbtreehash_list.c: New file.
6598         * lib/gl_anytreehash_list1.h: New file.
6599         * lib/gl_anytreehash_list2.h: New file.
6600
6601         * lib/gl_oset.h: New file.
6602         * lib/gl_oset.c: New file.
6603         * lib/gl_array_oset.h: New file.
6604         * lib/gl_array_oset.c: New file.
6605         * lib/gl_avltree_oset.h: New file.
6606         * lib/gl_avltree_oset.c: New file.
6607         * lib/gl_rbtree_oset.h: New file.
6608         * lib/gl_rbtree_oset.c: New file.
6609         * lib/gl_anytree_oset.h: New file.
6610
6611 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6612
6613         * m4/mkancesdirs.m4: New file.
6614         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6615         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6616         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6617         it.
6618
6619 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6620
6621         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6622         * lib/mkancesdirs.h: New files.
6623         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6624         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6625         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6626         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6627         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6628         callers changed.  Revamp internals significantly, by not
6629         attempting to create directories that are temporarily more
6630         permissive than the final results.  Do not attempt to use
6631         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6632         This removes some race conditions, fixes some bugs, and simplifies
6633         things.  Use new dirchownmod function to do owner and mode changes.
6634         * lib/mkdir-p.h: Likewise.
6635         * lib/modechange.c (octal_to_mode): New function.
6636         (struct mode_change): New member mentioned.
6637         (make_node_op_equals): New arg mentioned.  All callers changed.
6638         (mode_compile): Keep track of which mode bits the user has explicitly
6639         mentioned.
6640         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6641         New arg PMODE_BITS, to keep track of which mode bits the user
6642         mentioned; it treats S_ISUID and S_ISGID speciall.
6643         All callers changed.
6644         * lib/modechange.h: Likewise.
6645
6646 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6647
6648         * MODULES.html.sh: Add mkancestors.
6649         * modules/mkancesdirs: New module.
6650         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6651         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6652         The chdir-safer and afs files are now orphans; I'll remove them
6653         unless someone speaks up.
6654         Add lib/dirchownmod.c, lib/dirchownmod.h.
6655         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6656         Add lchown, mkancesdirs.
6657         (Maintainer): Add self.
6658
6659 2006-07-15  Karl Berry  <karl@gnu.org>
6660
6661         * gnulib-tool: help message wording/arrangement.
6662
6663 2006-07-14  Simon Josefsson  <jas@extundo.com>
6664
6665         * doc/gnulib.texi (Libtool and Windows): New section.
6666
6667 2006-07-12  Simon Josefsson  <jas@extundo.com>
6668
6669         * modules/gendocs (License): Fix license, approved by Karl.
6670
6671 2006-07-12  Eric Blake  <ebb9@byu.net>
6672
6673         * MODULES.html.sh: Add gendocs.
6674
6675 2006-07-11  Eric Blake  <ebb9@byu.net>
6676
6677         * modules/fdl: New module, to install doc/fdl.texi.
6678         * MODULES.html.sh: Add new section for documentation modules.
6679         * gnulib-tool: Avoid space-tab.
6680         (--doc-base): New option, to manage files from doc.
6681
6682 2006-07-11  Eric Blake  <ebb9@byu.net>
6683
6684         * m4/absolute-header.m4: Fix comments to match recent change.
6685
6686 2006-07-11  Eric Blake  <ebb9@byu.net>
6687
6688         * gnulib-tool: List --doc-base before --tests-base.
6689
6690 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6691
6692         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6693
6694 2006-07-11  Bruno Haible  <bruno@clisp.org>
6695
6696         * README: Mention where to put documentation.
6697
6698 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6699
6700         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6701
6702 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6703
6704         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6705         to stdint.m4.
6706
6707 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6708
6709         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6710         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6711         "no/such/file/stdint.h" when there is no such file, so that
6712         the resulting C code can be parsed by dodgy compilers.
6713         Problems reported by Bob Proulx.
6714
6715 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6716
6717         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6718         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6719         macros into the GNU _D_EXACT_NAMLEN.
6720         * lib/savedir.c:  Likewise.
6721         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6722
6723 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6724         and Paul Eggert  <eggert@cs.ucla.edu>
6725
6726         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6727         * m4/savedir.m4:
6728         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6729         macros into the GNU _D_EXACT_NAMLEN.
6730
6731 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6732
6733         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6734         around the absolute name, to work around a problem with the HP-UX
6735         11.23 native C compiler, reported by Bob Proulx.
6736
6737 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6738
6739         * doc/maintain.texi, make-stds.texi: Sync from
6740         <http://savannah.gnu.org/projects/gnustandards>.
6741
6742 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6743
6744         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6745
6746 2006-07-09  Jim Meyering  <jim@meyering.net>
6747
6748         * m4/glob.m4: Remove a doubled word in a comment.
6749
6750 2006-07-09  Jim Meyering  <jim@meyering.net>
6751
6752         * lib/argp-pv.c: Remove a doubled word in a comment.
6753         * lib/check-version.c (check_version): Likewise.
6754         * lib/javacomp.c (compile_java_class): Likewise.
6755
6756 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6757
6758         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6759         for the benefit of people using Autoconf 2.60.  If you want to
6760         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6761         (or m4/onceonly.m4, if pre-2.57) manually.
6762
6763 2006-07-08  Jim Meyering  <jim@meyering.net>
6764
6765         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6766         comment.
6767         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6768         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6769         comment.
6770
6771 2006-07-08  Jim Meyering  <jim@meyering.net>
6772
6773         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6774
6775 2006-07-07  Simon Josefsson  <jas@extundo.com>
6776
6777         * tests/test-crc.c: Change expected crc value, the test vector
6778         were probably computed using the old broken crc.c?
6779
6780 2006-07-06  Simon Josefsson  <jas@extundo.com>
6781
6782         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6783         now the canonical place for the M4 file).
6784
6785         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6786         from the sys_socket dependency now.
6787
6788         * modules/inet_pton (Files): Ditto.
6789
6790         * modules/inet_ntop (Files): Ditto.
6791
6792 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6793
6794         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6795         not gl_PREREQ_GETUSERSHELL.
6796
6797 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6798
6799         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6800         with only one argument, for Autoconf 2.60.
6801         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6802         expand to nothing, so add a shell command to avoid syntax error.
6803         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6804
6805 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6806
6807         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6808
6809 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6810
6811         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6812         no longer needed.  Check for isblank decl.
6813         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6814         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6815         of existence.
6816
6817 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6818
6819         * lib/getloadavg.c: Use __VMS, not VMS.
6820         * lib/getopt.c: Likewise.
6821         * lib/getpagesize.h: Likewise.
6822         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6823         and probably does not work.
6824
6825 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6826
6827         * lib/.cppi-disable: Add wcwidth.
6828         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6829         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6830         (ISGRAPH): Remove.  All uses changed to isgraph.
6831         (FOLD) [!defined _LIBC]: Remove special case.
6832         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6833         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6834         HAVE_ISBLANK.
6835         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6836         case.
6837
6838 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6839
6840         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6841         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6842         brackets.  Other minor changes to suppress some compiler
6843         warnings.
6844
6845 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6846         and Paul Eggert  <eggert@cs.ucla.edu>
6847
6848         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6849         of invoking obsolescent AC_HEADER_DIRENT macro.
6850         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6851         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6852         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6853         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6854         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6855         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6856         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6857         * m4/readdir.m4: Remove; no longer needed.
6858
6859 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6860         and Paul Eggert  <eggert@cs.ucla.edu>
6861
6862         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6863         Don't worry about this obsolete case any more.
6864         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6865         directories.
6866         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6867         worry about this obsolete case any more.
6868         * lib/fts.c: Likewise.
6869         * lib/getcwd.c: Likewise.
6870         * lib/glob.h: Likewise.
6871         * lib/savedir.c: Likewise.
6872
6873 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6874
6875         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6876         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6877         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6878         needed.
6879         All uses removed.
6880         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6881         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6882         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6883         needed.
6884         * m4/getdate.m4 (gl_GETDATE): Likewise.
6885         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6886         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6887         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6888         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6889         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6890         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6891         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6892         needed.
6893
6894 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6895
6896         * lib/memcasecmp.c: Include <limits.h>.
6897         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6898         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6899         Don't assume isdigit succeeds only on '0' through '9'.
6900
6901 2006-07-05  Eric Blake  <ebb9@byu.net>
6902
6903         * modules/getaddrinfo (Depends-on): Add snprintf.
6904
6905 2006-07-05  Eric Blake  <ebb9@byu.net>
6906
6907         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6908         to avoid 'header present but could not be compiled' on cygwin.
6909
6910 2006-07-05  Eric Blake  <ebb9@byu.net>
6911
6912         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6913         missing from netdb.h.
6914         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6915
6916 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6917
6918         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6919         no longer needed.
6920         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6921         * m4/getdate.m4 (gl_GETDATE): Likewise.
6922         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6923         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6924         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6925         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6926         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6927
6928 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6929
6930         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6931         All uses of is_space replaced by isspace.
6932         * lib/exit.h: Don't talk about STDC_HEADERS.
6933         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6934         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6935         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6936         replaced by isprint etc.
6937         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6938         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6939         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6940         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6941         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6942         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6943
6944 2006-07-05  Bruno Haible  <bruno@clisp.org>
6945
6946         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6947         the function exists, before testing against AIX.
6948         Reported by Martin Lambers <marlam@marlam.de>.
6949
6950 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6951
6952         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6953         From Mark D. Baushke.
6954
6955 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6956
6957         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6958         to the absolute name, not just one, to bypass Sun C 5.8's
6959         "warning: #include of /usr/include/... may be non-portable".
6960
6961 2006-07-04  Eric Blake  <ebb9@byu.net>
6962
6963         * modules/dirname-tests: New test module.
6964         * tests/test-dirname.c: New file, replacing dirname.c
6965         TEST_DIRNAME section that was recently deleted.
6966
6967 2006-07-04  Bruno Haible  <bruno@clisp.org>
6968
6969         Assume ANSI C header files and <ctype.h> functions.
6970         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6971         (mbsnwidth): Use isprint, iscntrl instead.
6972
6973 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6974
6975         Merge from coreutils.
6976         * MODULES.html.sh: Add xstrtold.
6977         * modules/xstrtold: New file.
6978         * modules/cycle-check (Files): Add lib/same-inode.h.
6979         * modules/dirname (Files): Add m4/double-slash-root.m4.
6980         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6981         * modules/mkdir-p (Files): Add lib/same-inode.h.
6982         * modules/same (Files): Add lib/same-inode.h.
6983
6984 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6985
6986         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6987         This is to keep the terminology clean; POSIX talks about
6988         "absolute pathnames", not "full pathnames", but the GNU
6989         Coding Standards say to use "path" for something else;
6990         so use "absolute" to keep both sides happy.
6991         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6992         Set gl_absolute_header, not gl_full_header_path.
6993         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6994         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6995         All uses changed.
6996
6997         Merge from coreutils.
6998
6999         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7000
7001         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7002         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7003         want to require the building of c-strtod.o.
7004         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7005         needs -lm directly.
7006         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7007
7008         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7009
7010         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7011         --as-needed option if available.  Problem reported by Albert Chin in
7012         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7013         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7014         cc merely issues a bunch of annoying warnings for --as-needed
7015         (this problem was reported by Bob Proulx).  Also, try linking with
7016         -lm to detect a bug in binutils 2.16 (this problem was reported
7017         by Ralf Wildenhues).
7018
7019         2006-06-18  Jim Meyering  <jim@meyering.net>
7020
7021         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7022         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7023         macro.
7024         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7025         also check for glibc-2.4's abort-inducing bug.
7026
7027         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7028         Low-probability clean-up should be to use rmdir to get rid of
7029         the just-created directory, not unlink.
7030
7031         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7032         configure fail, and request a bug report to inform us about it.
7033         Add a comment that, barring reports to the contrary, in 2007 we'll
7034         assume ftruncate is universally available.
7035
7036         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7037
7038         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7039
7040         2006-03-12  Jim Meyering  <jim@meyering.net>
7041
7042         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7043         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7044         * m4/same.m4 (gl_SAME): Likewise.
7045         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7046
7047         2006-03-11  Eric Blake  <ebb9@byu.net>
7048
7049         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7050         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7051         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7052         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7053
7054 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7055
7056         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7057         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7058         reported by Mark D. Baushke, one in
7059         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7060
7061         Merge from coreutils.
7062
7063         * lib/.cppi-disable: Add stdint_.h.
7064         * lib/.cvsignore: Add stdint.h.
7065
7066         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7067
7068         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7069         both double and long double versions.
7070         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7071         * lib/xstrtold.c: New file.
7072         * lib/xstrtod.h (xstrtold): New decl.
7073
7074         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7075
7076         * lib/filemode.c (setst): Remove.
7077         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7078         (arguably) clearer, and the generated code is a bit smaller on my
7079         Debian GNU/Linux stable x86 host.
7080
7081         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7082
7083         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7084         Assume that filemode.h includes sys/types.h and sys/stat.h.
7085         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7086         (ftypelet): Reorder to put common cases first, for efficiency.
7087         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7088         to do 'M'.
7089         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7090         of 10, for compatibility with FreeBSD.  All callers changed.
7091         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7092         types that can't be deduced solely from st_mode.  First arg is now a
7093         const pointer.
7094         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7095         (strmode): Renamed from mode_string.
7096         (filemodestring): New decl.
7097         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7098         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7099         needed.
7100         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7101
7102         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7103
7104         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7105         fsusage.h now does that.  Include fsusage.h first, to test interface.
7106         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7107         at most one method (the old code could have generated decls that
7108         didn't conform to C89, not that this was ever exercised).
7109         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7110
7111         2006-03-19  Jim Meyering  <jim@meyering.net>
7112
7113         Work even in a chroot where d_ino values for entries in "/"
7114         don't match the stat.st_ino values for the same names.
7115         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7116         number, iterate through all entries again, using lstat instead.
7117         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7118         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7119
7120         * lib/getcwd.c (__getcwd): Clarify a comment.
7121         Use memcpy in place of a call to strcpy.
7122
7123         2006-03-12  Jim Meyering  <jim@meyering.net>
7124
7125         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7126         matches that of the current directory (which we're about to chdir ".."
7127         out of), then save the dev-ino of the parent, instead.
7128
7129         * lib/same-inode.h (SAME_INODE): New file/macro.
7130         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7131         Include "same-inode.h", instead.
7132         * lib/same.c: Likewise.
7133         * lib/cycle-check.h: Include "same-inode.h".
7134         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7135         * lib/cycle-check.c (SAME_INODE): Remove definition.
7136         * lib/root-dev-ino.h: Include "same-inode.h".
7137
7138         2006-03-11  Eric Blake  <ebb9@byu.net>
7139
7140         * lib/same.c (same_name): s/base_name/last_component/
7141         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7142         * lib/filenamecat.c (file_name_concat): Likewise.
7143
7144         2006-03-11  Eric Blake  <ebb9@byu.net>,
7145                     Paul Eggert  <eggert@cs.ucla.edu>
7146
7147         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7148         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7149         drive prefix.
7150         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7151         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7152         (last_component): New method.
7153         * lib/dirname.c (dir_len): Determine when drive letters need a
7154         subsequent slash.  Preserve // when it is special.
7155         (dir_name): Don't append dot when drive letter is absolute.
7156         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7157         * lib/basename.c (base_name): New semantics - malloc the result.
7158         Preserve // when it is special.  Preserve relative files that look
7159         like drive letters.
7160         (base_len): Preserve // when it is special.
7161         (last_component): New method, similar to old base_name semantics.
7162         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7163         base_name.  Strip redundant slashes from ///.
7164
7165 2006-07-03  Jim Meyering  <jim@meyering.net>
7166
7167         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7168         macro is used before the first cycle_check call.
7169
7170 2006-07-03  Eric Blake  <ebb9@byu.net>
7171
7172         * modules/dirname (Depends-on): Add xstrndup.
7173
7174 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7175
7176         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7177         test cases, so that config.log is a bit easier to follow.
7178
7179 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7180
7181         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7182         both are 64 bits, since this seems to be the tradition, and this
7183         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7184         we ever run into a host that prefers long long to long in this
7185         case, we'll need another configure-time test.  Problem reported by
7186         Jim Meyering.
7187
7188 2006-07-02  Eric Blake  <ebb9@byu.net>
7189
7190         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7191
7192 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7193
7194         * modules/inttypes (Depends-on): No longer depends on stdint.
7195         * modules/stdint (Description): Say more about assumptions.
7196         Say that the fast types might differ.  Say macros are used.
7197         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7198         (Makefile.am): Revise list of substituted symbols to match
7199         new stdint.m4.
7200         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7201         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7202         * tests/test-stdint.c (verify_same_types)
7203         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7204         the code conforms to C99/C89.
7205         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7206         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7207
7208 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7209
7210         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7211         but fix a bug, by requiring at least 64 bits.
7212         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7213         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7214         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7215         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7216
7217         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7218         changes.  Make 2.59 a prerequisite.  Check and substitute for
7219         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7220         inttypes.h.  Do not use special include files; just use the
7221         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7222         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7223         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7224         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7225         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7226         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7227         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7228         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7229         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7230         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7231         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7232         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7233         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7234         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7235         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7236         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7237         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7238         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7239         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7240         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7241         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7242         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7243         not check for things that C99 does not require, e.g., int8_t.  If
7244         a test isn't needed unless <stdint.h> isn't working, and is
7245         unlikely to be needed for any other reason, then don't do it
7246         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7247         size_t, since we assume C89 freestanding at least.  Do not check
7248         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7249         the right thing even if the types are not defined.  Instead use:
7250         (gl_STDINT_TYPE_PROPERTIES): New macro.
7251         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7252         testing whether <sys/types.h> clashes, as Autoconf does this for
7253         us now.  All uses removed.
7254         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7255         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7256         (gl_CHECK_TYPE_SAME):
7257         Remove; no longer needed.
7258         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7259         exists, since we'll return 0 anyway in that case.
7260         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7261
7262 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7263
7264         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7265         possible collision with system files.
7266         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7267         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7268         WCHAR_MIN and WCHAR_MAX in this case.
7269         (<stddef.h>): Do not include; no longer needed.
7270         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7271         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7272         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7273         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7274         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7275         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7276         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7277         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7278         !defined(__c99))]: Include in this case too, since it's harmless
7279         now.
7280         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7281         dangerous to do so.
7282         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7283         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7284         (_STDINT_MIN, _STDINT_MAX): New macros.
7285         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7286         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7287         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7288         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7289         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7290         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7291         macros, not typedefs; this simplifies things quite a bit.
7292         Use long int for all types narrower than int64_t.
7293         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7294         Define in terms of long long int or int64_t or long int,
7295         not int64_t or int32_t.  This saves some compile-time testing.
7296         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7297         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7298         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7299         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7300         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7301         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7302         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7303         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7304         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7305         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7306         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7307         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7308         undef any previous version and define our own version, for
7309         simplicity and consistency with the new macros for types.
7310         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7311         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7312         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7313         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7314         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7315         @WINT_T_SUFFIX@ to keep things simple here.
7316         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7317         Simplify by assuming typical 8/16/32/64 host, since we're
7318         already doing that elsewhere anyway.
7319         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7320         and assume long long int is 64 bits if available.  This
7321         speeds up 'configure'.
7322
7323 2006-07-01  Eric Blake  <ebb9@byu.net>
7324
7325         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7326         Reported by Andreas Buening.
7327
7328 2006-07-01  Eric Blake  <ebb9@byu.net>
7329
7330         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7331
7332 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7333
7334         * lib/getaddrinfo.c: fixed typo
7335
7336 2006-06-29  Jim Meyering  <jim@meyering.net>
7337
7338         * modules/strftime (Maintainer): Add my name, since with the
7339         FPRINTFTIME changes strftime.c has forked from glibc.
7340
7341 2006-06-29  Eric Blake  <ebb9@byu.net>
7342
7343         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7344
7345 2006-06-29  Eric Blake  <ebb9@byu.net>
7346
7347         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7348
7349 2006-06-29  Eric Blake  <ebb9@byu.net>
7350
7351         * lib/stat_.h: New file.
7352
7353 2006-06-29  Eric Blake  <ebb9@byu.net>
7354
7355         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7356         unused static function.
7357
7358 2006-06-29  Eric Blake  <ebb9@byu.net>
7359
7360         * doc/functions.texi (Function Portability): Document missing lstat
7361         on mingw.
7362
7363 2006-06-29  Eric Blake  <ebb9@byu.net>
7364
7365         * MODULES.html.sh: Add sys_stat.
7366         * modules/sys_stat: New module.
7367         * modules/mkstemp (Depends-on): Add sys_stat.
7368
7369 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7370
7371         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7372
7373 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7374
7375         * m4/c-bs-a.m4: Removed.
7376
7377 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7378
7379         * lib/strftime.c: Assume strftime() exists.
7380
7381 2006-06-29  Derek Price  <derek@ximbiot.com>
7382
7383         * modules/c-bs-a: Removed - \a is C89.
7384         * MODULES.html.sh: Remove c-bs-a.
7385
7386 2006-06-29  Bruno Haible  <bruno@clisp.org>
7387
7388         * modules/wcwidth (License): Change to LGPL.
7389
7390 2006-06-28  Simon Josefsson  <jas@extundo.com>
7391
7392         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7393         on _WIN32.
7394
7395         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7396         getnameinfo.
7397
7398 2006-06-28  Simon Josefsson  <jas@extundo.com>
7399
7400         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7401
7402 2006-06-28  Simon Josefsson  <jas@extundo.com>
7403
7404         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7405         functions there.  It will succeed on Windows XP, but on Windows
7406         2000 and (presumably) earlier, it will fail, and use the internal
7407         re-implementation.
7408         (use_win32_p): New function.
7409         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7410         Support AI_NUMERICSERV to disable getservbyname.
7411         (getnameinfo): New function, only supports
7412         NI_NUMERICHOST|NI_NUMERICSERV for now.
7413
7414         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7415         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7416         getnameinfo.
7417
7418 2006-06-28  Eric Blake  <ebb9@byu.net>
7419
7420         * modules/wcwidth: New file.
7421         * modules/mbchar (Depends-on): Add wcwidth.
7422         * modules/mbswidth (Depends-on): Add wcwidth.
7423         * MODULES.html.sh: Add wcwidth.
7424
7425 2006-06-28  Eric Blake  <ebb9@byu.net>
7426
7427         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7428         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7429
7430 2006-06-28  Eric Blake  <ebb9@byu.net>
7431
7432         * lib/xvasprintf.h: Fix comments.
7433
7434 2006-06-28  Eric Blake  <ebb9@byu.net>
7435
7436         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7437         * lib/mbswidth.c (wcwidth): Move from here...
7438         * lib/wcwidth.h: ...to this new file.
7439
7440 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7441
7442         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7443
7444         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7445         it's obsolete.
7446         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7447
7448 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7449
7450         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7451         Autoconf 2.60 says this stuff was obsolete.
7452
7453 2006-06-28  Bruno Haible  <bruno@clisp.org>
7454
7455         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7456
7457 2006-06-28  Bruno Haible  <bruno@clisp.org>
7458
7459         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7460         gt_TYPE_WCHAR_T.
7461
7462 2006-06-28  Bruno Haible  <bruno@clisp.org>
7463
7464         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7465         declaration for wcwidth.
7466         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7467
7468 2006-06-28  Bruno Haible  <bruno@clisp.org>
7469
7470         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7471         (mkdir): Define using _mkdir.
7472
7473 2006-06-28  Bruno Haible  <bruno@clisp.org>
7474
7475         * lib/getaddrinfo.h: Fix POSIX URL.
7476         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7477         _WIN32.
7478         (use_win32_p): Make static.
7479         (getaddrinfo): Reject service name if it is empty or does not consist
7480         solely of decimal digits, or if its value is > 65535.
7481         (getnameinfo): Remove useless casts.
7482
7483 2006-06-27  Simon Josefsson  <jas@extundo.com>
7484
7485         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7486         Eggert and Martin Lambers.
7487
7488 2006-06-27  Simon Josefsson  <jas@extundo.com>
7489
7490         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7491         Eggert and Martin Lambers.
7492
7493 2006-06-27  Bruno Haible  <bruno@clisp.org>
7494
7495         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7496         result to 0, not to empty.
7497         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7498
7499 2006-06-27  Bruno Haible  <bruno@clisp.org>
7500
7501         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7502
7503 2006-06-26  Simon Josefsson  <jas@extundo.com>
7504
7505         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7506         present.
7507
7508 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7509
7510         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7511         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7512         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7513
7514 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7515
7516         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7517
7518 2006-06-26  Bruno Haible  <bruno@clisp.org>
7519
7520         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7521
7522 2006-06-26  Bruno Haible  <bruno@clisp.org>
7523
7524         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7525
7526 2006-06-26  Bruno Haible  <bruno@clisp.org>
7527
7528         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7529         SGI C compiler in pre-C99 mode.
7530         Suggested by Mark D. Baushke and Larry Jones.
7531
7532 2006-06-26  Bruno Haible  <bruno@clisp.org>
7533
7534         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7535         WCHAR_MAX.
7536         Reported by Mark D. Baushke and Larry Jones.
7537
7538 2006-06-26  Bruno Haible  <bruno@clisp.org>
7539
7540         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7541         in pre-C99 mode.
7542         Suggested by Mark D. Baushke and Larry Jones.
7543
7544 2006-06-23  Simon Josefsson  <jas@extundo.com>
7545             Bruno Haible  <bruno@clisp.org>
7546
7547         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7548         Emit mostlyclean-local rule.
7549         (func_emit_tests_Makefile_am): Likewise.
7550         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7551
7552 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7553
7554         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7555
7556 2006-06-23  Bruno Haible  <bruno@clisp.org>
7557
7558         * tests/test-stdint.c: Update to match ISO C 99 Technical
7559         Corrigendum 1.
7560
7561 2006-06-23  Bruno Haible  <bruno@clisp.org>
7562
7563         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7564
7565 2006-06-23  Bruno Haible  <bruno@clisp.org>
7566
7567         * lib/stdint_.h: Treat IRIX like OpenBSD.
7568
7569 2006-06-23  Bruno Haible  <bruno@clisp.org>
7570
7571         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7572         ISO C 99 Technical Corrigendum 1.
7573
7574 2006-06-22  Simon Josefsson  <jas@extundo.com>
7575
7576         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7577         MinGW.
7578
7579 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7580
7581         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7582         needed.  Some compiler complained about some of them.  Problem reported
7583         by Larry Jones in
7584         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7585
7586 2006-06-21  Simon Josefsson  <jas@extundo.com>
7587
7588         * tests/test-getaddrinfo.c: New file.
7589
7590         * modules/getaddrinfo-tests: New file.
7591
7592         * MODULES.html.sh: Add inet_pton.
7593
7594         * modules/inet_pton: New file.
7595
7596 2006-06-21  Simon Josefsson  <jas@extundo.com>
7597
7598         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7599         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7600         of using the (limited) gnulib implementation on Windows XP.
7601
7602         * m4/inet_pton.m4: New file.
7603
7604 2006-06-21  Simon Josefsson  <jas@extundo.com>
7605
7606         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7607         variable.
7608
7609         * lib/socket_.h: Don't define WINVER.
7610
7611         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7612         slightly modified to work in gnulib.
7613
7614 2006-06-21  Simon Josefsson  <jas@extundo.com>
7615
7616         * doc/gnulib.texi (Windows sockets): Add.
7617
7618 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7619
7620         * lib/read-file.c (fread_file): Start with buffer allocation of
7621         0 bytes rather than 1 byte; this simplifies the code.
7622         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7623         code to free buffer and save/restore errno.
7624         (internal_read_file): Remove unused local.
7625
7626 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7627
7628         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7629         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7630         Problem reported by Denis Excoffier in
7631         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7632
7633 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7634
7635         * modules/sys_socket, modules/socklen: Include sys/types since
7636         FreeBSD 4.x's sys/socket.h needs it.
7637
7638 2006-06-19  Simon Josefsson  <jas@extundo.com>
7639
7640         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7641
7642 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7643
7644         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7645
7646 2006-06-19  Bruno Haible  <bruno@clisp.org>
7647
7648         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7649         and FULL_PATH_INTTYPES_H in angle brackets.
7650         Reported by Mark D. Baushke <mdb@gnu.org>.
7651
7652 2006-06-17  Eric Blake  <ebb9@byu.net>
7653
7654         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7655         errno.
7656
7657 2006-06-17  Bruno Haible  <bruno@clisp.org>
7658
7659         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7660         <sys/inttypes.h>.
7661
7662 2006-06-17  Bruno Haible  <bruno@clisp.org>
7663
7664         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7665         whether errno is declared. Assume <errno.h> declares errno.
7666
7667 2006-06-17  Bruno Haible  <bruno@clisp.org>
7668
7669         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7670
7671 2006-06-17  Bruno Haible  <bruno@clisp.org>
7672
7673         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7674         problem on Solaris 2.5.1.
7675
7676 2006-06-16  Eric Blake  <ebb9@byu.net>
7677
7678         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7679         * lib/unicodeio.c [!defined errno]: Likewise.
7680         * lib/strtol.c [!defined errno]: Likewise.
7681         * lib/strtod.c [!defined errno]: Likewise.
7682
7683 2006-06-15  Eric Blake  <ebb9@byu.net>
7684
7685         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7686
7687 2006-06-15  Eric Blake  <ebb9@byu.net>
7688
7689         * config/srclist.txt (ssize_t.m4): Lose sync.
7690
7691 2006-06-15  Bruno Haible  <bruno@clisp.org>
7692
7693         * modules/stdint (Files): Include m4/full-header-path.m4,
7694         m4/size_max.m4, m4/wchar_t.m4.
7695         (Makefile.am): Many more substitutions.
7696         * modules/stdint-tests: New file.
7697         * tests/test-stdint.c: New file.
7698
7699 2006-06-15  Bruno Haible  <bruno@clisp.org>
7700
7701         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7702         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7703         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7704         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7705         gl_CHECK_TYPE_SAME): New macros.
7706
7707 2006-06-15  Bruno Haible  <bruno@clisp.org>
7708
7709         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7710
7711 2006-06-15  Bruno Haible  <bruno@clisp.org>
7712
7713         * lib/stdint_.h: Rewritten to be fully auto-configured.
7714         Fixes bug on HP-UX/IA64.
7715
7716 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7717
7718         * lib/getdate.y (__attribute__): Don't define if already defined.
7719         Problem reported by Larry Jones.
7720         * lib/utimens.c (__attribute__): Likewise.
7721
7722 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7723
7724         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7725         reported by Andreas Schwab.
7726
7727 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7728             Bruno Haible  <bruno@clisp.org>
7729
7730         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7731         check for the declaration of strnlen and a run test that exposes the
7732         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7733         rpl_strndup.
7734
7735 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7736             Bruno Haible  <bruno@clisp.org>
7737
7738         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7739
7740 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7741
7742         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7743         compile test, for Tru64 4.0D.
7744
7745 2006-05-28  Karl Berry  <karl@gnu.org>
7746
7747         * config/srclist.txt (printf-args.c): lose sync.
7748
7749 2006-05-26  Martin Lambers  <marlam@marlam.de>
7750
7751         * lib/getpass.c: Updates the test for the native W32 API, and adds
7752         missing includes, thus fixing compilation warnings.
7753
7754 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7755
7756         * lib/exclude.c (exclude_fnmatch): New function.
7757         (excluded_file_name): Call exclude_fnmatch.
7758         * lib/exclude.h (excluded_file_name): New prototype
7759
7760 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7761
7762         * lib/tempname.c (small_open, large_open): New macros.
7763         (__open, __open64) [!_LIBC]: Remove.
7764         (__gen_tempname): Use small_open and large_open instead of __open
7765         and __open64.  This fixes a portability bug on HP-UX 11.11i
7766         reported by Simon Wing-Tang in
7767         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7768
7769 2006-05-24  Bruno Haible  <bruno@clisp.org>
7770
7771         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7772         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7773         Reported by Thorsten Maerz <torte@netztorte.de> via
7774         Aaron Stone <aaron@serendipity.cx>.
7775
7776 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7777
7778         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7779         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7780         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7781         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7782         not really conditional on the cache.
7783         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7784
7785 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7786
7787         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7788         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7789         (my_usleep): Don't mishandle maximum value.
7790
7791 2006-05-19  Jim Meyering  <jim@meyering.net>
7792
7793         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7794
7795 2006-05-17  Bruno Haible  <bruno@clisp.org>
7796
7797         Cygwin portability.
7798         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7799
7800 2006-05-17  Bruno Haible  <bruno@clisp.org>
7801
7802         * lib/stdint_.h: Fix recognition of Cygwin.
7803
7804 2006-05-15  Bruno Haible  <bruno@clisp.org>
7805
7806         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7807         on libtool patch by Ralf Wildenhues.
7808
7809 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7810
7811         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7812         test for C99 conformance; (bool) 0.5 is an integer constant
7813         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7814         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7815
7816 2006-05-11  Simon Josefsson  <jas@extundo.com>
7817
7818         * m4/xvasprintf.m4: Fix obvious typo.
7819
7820 2006-05-11  Jim Meyering  <jim@meyering.net>
7821
7822         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7823         James Lemley.
7824
7825 2006-05-10  Simon Josefsson  <jas@extundo.com>
7826
7827         * lib/md4.c: Typo fix, update copyright years.
7828         (K1, K2): Don't use L because it turn computations into 64-bit on
7829         64-bit platforms.
7830
7831 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7832
7833         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7834         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7835         unwanted sign propagation, e.g., on hosts with 64-bit int.
7836         There still are some problems with reeelly weird theoretical hosts
7837         (e.g., 33-bit int) but it's not worth worrying about now.
7838         * lib/sha1.c (rol): Likewise.
7839         (K1, K2, K3, K4): Remove unnecessary L suffix.
7840
7841 2006-05-10  Bruno Haible  <bruno@clisp.org>
7842
7843         * lib/des.c: Cast to avoid warnings.
7844
7845 2006-05-09  Bruno Haible  <bruno@clisp.org>
7846
7847         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7848         (Depends-on): Depend also on xsize, stdarg.
7849         (configure.ac): Add gl_XVASPRINTF.
7850
7851 2006-05-09  Bruno Haible  <bruno@clisp.org>
7852
7853         * m4/xvasprintf.m4: New file.
7854
7855 2006-05-09  Bruno Haible  <bruno@clisp.org>
7856
7857         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7858         (EOVERFLOW): Define fallback value.
7859         (xstrcat): New function.
7860         (xvasprintf): Recognize the special case of a string concatenation.
7861
7862 2006-05-08  Eric Blake  <ebb9@byu.net>
7863
7864         * gnulib-tool (func_version): Base copyright year on CVS date.
7865         (func_emit_copyright_notice): New function.
7866         (func_emit_lib_Makefile_am): Use it.
7867         (func_emit_tests_Makefile_am): Likewise.
7868         (func_import): Likewise.
7869
7870 2006-05-08  Bruno Haible  <bruno@clisp.org>
7871
7872         * modules/stdarg: New file.
7873         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7874
7875 2006-05-08  Bruno Haible  <bruno@clisp.org>
7876
7877         * m4/stdarg.m4: New file, from GNU gettext.
7878
7879 2006-05-08  Bruno Haible  <bruno@clisp.org>
7880
7881         * config/srclist.txt (build-aux/config.rpath): different from latest
7882         release.
7883
7884 2006-05-08  Bruno Haible  <bruno@clisp.org>
7885
7886         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7887
7888 2006-05-05  Jim Meyering  <jim@meyering.net>
7889
7890         * m4/warning.m4: New file, derived from bison's file by the same name.
7891
7892 2006-05-03  Bruno Haible  <bruno@clisp.org>
7893
7894         * lib/stdint_.h: Shorter URL.
7895         * lib/inttypes.h: Likewise.
7896
7897 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7898
7899         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7900
7901 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7902
7903         * lib/verify.h: Document the internals better.  Most of this change
7904         was written by Bruno Haible.
7905
7906 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7907
7908         * doc/verify.texi: New file, partly based on a proposal by
7909         Bruno Haible.
7910
7911 2006-05-02  Bruno Haible  <bruno@clisp.org>
7912
7913         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7914         test from here...
7915         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7916
7917 2006-04-29  Bruno Haible  <bruno@clisp.org>
7918
7919         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7920         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7921
7922 2006-04-29  Bruno Haible  <bruno@clisp.org>
7923
7924         * gnulib-tool: Make --update option actually work.
7925
7926 2006-04-29  Bruno Haible  <bruno@clisp.org>
7927
7928         * doc/gcd.texi: New file.
7929         * doc/gnulib.texi: Include it.
7930
7931 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7932
7933         * lib/getdate.y (get_date): When adding relative date, start with the
7934         initial time, not with the result of the first mktime call.
7935
7936 2006-04-25  Bruno Haible  <bruno@clisp.org>
7937
7938         * gnulib-tool (func_import): Output the include directives in three
7939         blocks, sorted separately.
7940         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7941
7942 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7943
7944         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7945         to define main with arguments, for C++.  Reported by Eric Blake.
7946         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7947         Prefer 'int main ()' to 'int main (void)', for C++.
7948         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7949         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7950         for 'main', for C99 and C++.
7951
7952 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7953
7954         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7955         Don't assume that exit status -1 is valid.
7956         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7957         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7958         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7959         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7960         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7961         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7962         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7963         functions can be used without declaring them, or that you can
7964         exit with status -1.
7965         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7966
7967 2006-04-24  Karl Berry  <karl@gnu.org>
7968
7969         * config/srclist.txt (longdouble.m4): sync lost.
7970
7971 2006-04-24  Eric Blake  <ebb9@byu.net>
7972
7973         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7974
7975 2006-04-24  Bruno Haible  <bruno@clisp.org>
7976
7977         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7978         poll() implementation in AIX.
7979         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7980
7981 2006-04-24  Bruno Haible  <bruno@clisp.org>
7982
7983         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7984         assigned exactly once.
7985
7986 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7987             Bruno Haible  <bruno@clisp.org>
7988
7989         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7990         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7991         for AM_CPPFLAGS.
7992
7993 2006-04-23  Bruno Haible  <bruno@clisp.org>
7994
7995         * modules/copy-file: Depend on unistd.
7996         * modules/execute: Likewise.
7997         * modules/fatal-signal: Likewise.
7998         * modules/findprog: Likewise.
7999         * modules/mkdtemp : Likewise.
8000         * modules/pipe: Likewise.
8001         * modules/wait-process: Likewise.
8002
8003 2006-04-23  Bruno Haible  <bruno@clisp.org>
8004
8005         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8006         condition was already detected.
8007         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8008
8009 2006-04-23  Bruno Haible  <bruno@clisp.org>
8010
8011         * lib/copy-file.c: Include <unistd.h> unconditionally.
8012         * lib/execute.c: Likewise.
8013         * lib/fatal-signal.c: Likewise.
8014         * lib/findprog.c: Likewise.
8015         * lib/mkdtemp.c: Likewise.
8016         * lib/pipe.h: Likewise.
8017         * lib/pipe.c: Likewise.
8018         * lib/wait-process.h: Likewise.
8019
8020 2006-04-23  Bruno Haible  <bruno@clisp.org>
8021
8022         * gnulib-tool (func_usage): Fix --import description. Document
8023         --update.
8024         (func_import): Create temporary file in a temporary directory, if
8025         --dry-run is specified. Silence errors from 'grep' when there are no
8026         m4 files in $m4dir.
8027         (func_create_testdir): Silence errors from 'grep' when there are no
8028         m4 files in $m4dir.
8029         Reported by Karl Berry <karl@freefriends.org>.
8030
8031 2006-04-20  Bruno Haible  <bruno@clisp.org>
8032
8033         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8034         one argument, so that the code will be portable to Autoconf 2.60.
8035         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8036         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8037         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8038
8039 2006-04-19  Derek Price  <derek@ximbiot.com>
8040             Eric Blake  <ebb9@byu.net>
8041
8042         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8043         rather than "/full/path.h".  Update comment to match.  Shorten &
8044         generalize m4_translit call via AS_TR_CPP.
8045
8046 2006-04-19  Derek Price  <derek@ximbiot.com>
8047             Eric Blake  <ebb9@byu.net>
8048
8049         * lib/inttypes.h: Correct grammar in comment.
8050
8051 2006-04-18  Derek Price  <derek@ximbiot.com>
8052             Paul Eggert  <eggert@cs.ucla.edu>
8053
8054         * modules/inttypes: New file.
8055         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8056
8057 2006-04-18  Derek Price  <derek@ximbiot.com>
8058             Paul Eggert  <eggert@cs.ucla.edu>
8059
8060         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8061         New files.
8062
8063 2006-04-18  Derek Price  <derek@ximbiot.com>
8064             Paul Eggert  <eggert@cs.ucla.edu>
8065
8066         * lib/inttypes.h: New file.
8067         * lib/strtoimax.c: Assume <inttypes.h>.
8068
8069 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8070
8071         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8072         isn't mounted.  Problem reported by Kir Kolyshkin.
8073
8074 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8075
8076         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8077         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8078         Derek R. Price.
8079         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8080         implementation.
8081
8082 2006-04-12  Eric Blake  <ebb9@byu.net>
8083
8084         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8085         is now done automatically by the corresponding Autoconf macro.
8086
8087 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8088
8089         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8090         time_r.h.
8091
8092 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8093
8094         Merge regex changes from libc, removing some of our
8095         POSIX-conformance changes that were rejected and redoing them in a
8096         less-intrusive way.
8097
8098         * lib/regcomp.c (re_compile_internal, init_dfa):
8099         Length arg is now size_t, not Idx.  All uses changed.
8100         (peek_token): Forward decl now says internal_function.
8101         (__re_error_msgid, __re_error_msgid_idx):
8102         Now static rather than extern with attribute_hidden.
8103         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8104         For some reason libc prefers K&R style defns for external functions.
8105         (regerror) [!defined _LIBC]: Likewise.
8106         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8107         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8108         (build_range_exp, build_collating_symbol):
8109         Use K&R-style defn.
8110         (re_compile_fastmap): Use '\0' to memset, not 0.
8111         (utf8_sb_map): Make the calculations more obvious.
8112         (init_dfa, parse_bracket_exp, build_charclass_op):
8113         Call calloc and cast result, as glibc does.
8114         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8115         (build_range_exp, build_collating_symbol):
8116         Now internal functions.
8117
8118         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8119
8120         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8121         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8122         Don't depend on VMS; depend on __VMS instead, for POSIX
8123         namespace cleanness.
8124         (regoff_t): Define to ssize_t, not long int.
8125
8126         Remove the REG_ macros named below.  Instead, make the old names
8127         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8128         __USE_GNU_REGEX.
8129         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8130         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8131         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8132         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8133         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8134         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8135         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8136         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8137         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8138         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8139         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8140         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8141         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8142         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8143         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8144         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8145         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8146         (REG_NREGS):
8147         Remove.  All uses replaced by the old RE_* names.
8148         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8149         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8150         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8151         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8152         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8153         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8154         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8155         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8156         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8157         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8158         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8159         Don't bother having these macros be independent of each others'
8160         values, since they no longer exist in the POSIX name space.
8161
8162         Rename the following member names back to their old names,
8163         unless !__USE_GNU_REGEX.  All uses changed back.
8164         (buffer): Renamed from re_buffer.
8165         (allocated): Renamed from re_allocated.
8166         (used): Renamed from re_used.
8167         (syntax): Renamed from re_syntax.
8168         (fastmap): Renamed from re_fastmap.
8169         (translate): Renamed from re_translate.
8170         (can_be_null): Renamed from re_can_be_null.
8171         (regs_allocated): Renamed from re_regs_allocated.
8172         (fastmap_accurate): Renamed from re_fastmap_accurate.
8173         (no_sub): Renamed from re_no_sub.
8174         (not_bol): Renamed from re_not_bol.
8175         (not_eol): Renamed from re_not_eol.
8176         (newline_anchor): Renamed from re_newline_anchor.
8177         (num_regs): Renamed from rm_num_regs.
8178         (start): Renamed from rm_start.
8179         (end): Renamed from rm_end.
8180
8181         (free_state): Move up a bit.
8182
8183         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8184         #define to be empty.
8185         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8186         when that is what is intended.
8187         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8188         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8189         (MAX): New macro.
8190         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8191         All uses changed back to re_malloc, etc.  It's now the caller's
8192         responsibility to check for overflow; all callers changed.
8193         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8194         (re_x2nrealloc): Remove.
8195         (free_state): Remove decl.
8196
8197         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8198         (re_set_registers, re_exec):
8199         Use K&R-style defn.
8200
8201         2006-01-31  Roland McGrath  <roland@redhat.com>
8202
8203         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8204         Reported by Mike Frysinger <vapier@gentoo.org>.
8205
8206         2006-01-15  Andreas Jaeger  <aj@suse.de>
8207
8208         [BZ #1950]
8209         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8210         build_wcs_upper_buffer change.
8211         (build_wcs_upper_buffer): Change return type.
8212
8213         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8214
8215         * lib/regex_internal.h: Include <stdint.h> if available.
8216
8217         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8218
8219         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8220
8221         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8222
8223         * lib/regcomp.c: Adjust for changed secondary hash function.
8224
8225         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8226
8227         * lib/regex.h: Pretty printing.
8228         Clean up namespace a bit.
8229
8230         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8231
8232         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8233         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8234
8235         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8236                     Ulrich Drepper  <drepper@redhat.com>
8237
8238         [BZ #1302]
8239         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8240         changed.
8241         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8242
8243         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8244
8245         [BZ #281]
8246         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8247         * lib/regcomp.c: Remove unnecessary uses of
8248         unsigned RE_TRANSLATE_TYPE.
8249         * lib/regex_internal.h: Likewise.
8250         * lib/regex_internal.c: Likewise.
8251         * lib/regexec.c: Likewise.
8252         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8253
8254         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8255
8256         * lib/regexec.c (find_recover_state): Remove unnecessary
8257         initialization.
8258         (transit_state_bkref): Make DFA a const pointer.
8259         (get_subexp): Likewise.
8260         (check_arrival): Likewise.
8261         (update_cur_sifted_state): Likewise.
8262         (re_search_internal): Likewise.
8263         (prune_impossible_nodes): Likewise.
8264         (acquire_init_state_context): Likewise.
8265         (proceed_next_node): Likewise.
8266         (set_regs): Likewise.
8267         (free_fail_stack_return): Likewise.
8268         (check_arrival_expand_ecl): Mark DFA parameter as const.
8269         (check_arrival_expand_ecl_sub): Likewise.
8270         (check_subexp_limits): Likewise.
8271         (sub_epsilon_src_nodes):  Likewise.
8272         (add_epsilon_src_nodes):  Likewise.
8273         (merge_state_array): Likewise.
8274         (update_regs): Likewise.
8275         (build_trtable): Likewise.
8276         (sift_states_backward): Mark MCTX parameter as const.
8277         (build_sifted_states): Likewise.
8278         (update_cur_sifted_state): Likewise.
8279         (sift_states_mkref): Likewise.
8280         (check_arrival_expand_ecl): Mark eclosure as const.
8281         (check_dst_limits_calc_pos_1): Likewise.
8282         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8283         pointer.
8284
8285         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8286
8287         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8288         (transit_state_sb): Likewise.
8289         (transit_state_mb): Likewise.
8290         (sift_states_iter_mb): Likewise.
8291         (check_arrival_add_next_nodes): Likewise.
8292         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8293         [_LIBC] (re_search_2_stub): Use mempcpy.
8294
8295         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8296         mbrtowc for very simple UTF-8 case.
8297
8298         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8299         a pointer-to-const.
8300         (re_acquire_state_context): Likewise.
8301         * lib/regex_internal.h: Adjust prototypes.
8302
8303         * lib/regex.c: Prevent using C++ compilers.
8304
8305         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8306         (re_acquire_state_context): Likewise.
8307
8308 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8309
8310         * modules/regex (Depends-on): Add ssize_t.
8311
8312 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8313
8314         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8315         translation table.
8316
8317 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8318
8319         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8320
8321 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8322             Bruno Haible  <bruno@clisp.org>
8323
8324         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8325         <sys/types.h> and <inttypes.h>.
8326
8327 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8328
8329         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8330         `__error_t_defined', so argp.h will not typedef the former.
8331
8332 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8333
8334         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8335         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8336         glibc names.  Even if glibc is changed to conform to POSIX, the
8337         traditional names will be available anyway, since regex depends on
8338         the extensions module.  Also, fix a longstanding typo in the
8339         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8340         reported by Emanuele Giaquinta.  Also, change sense of cached
8341         variable, so that the message makes sense.
8342
8343 2006-03-24  Simon Josefsson  <jas@extundo.com>
8344
8345         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8346         including some doc fixes.
8347         (base64_encode_alloc): Fix +1 bug on allocation failures.
8348
8349 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8350
8351         * lib/base64.c (base64_encode): Do not read past end of array with
8352         unsanitized input on systems with CHAR_BIT > 8.
8353
8354 2006-03-24  Eric Blake  <ebb9@byu.net>
8355
8356         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8357
8358 2006-03-22  Karl Berry  <karl@gnu.org>
8359
8360         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8361         * config/srclistvars.sh (COREUTILS): new var.
8362
8363 2006-03-17  Jim Meyering  <jim@meyering.net>
8364
8365         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8366         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8367
8368 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8369
8370         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8371         no longer needs it.  Instead, check that regoff_t is as least
8372         as wide as ptrdiff_t.
8373
8374         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8375         so that our regex.h stays compatible with the installed regex.
8376         This is helpful for installers who configure --without-included-regex.
8377         Problem reported by Emanuele Giaquinta.
8378
8379 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8380
8381         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8382         Typedef to long int, not to off_, as POSIX will likely change
8383         in that direction.
8384
8385 2006-03-15  Eric Blake  <ebb9@byu.net>
8386
8387         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8388
8389 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8390
8391         * lib/argp-help.c (validate_uparams): Fix typo
8392         * lib/argp-parse.c (argp_default_options): Consistently begin help
8393         messages with a lowercase letter.
8394
8395 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8396
8397         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8398         overrun buffers and shouldn't be used (much as gets shouldn't be
8399         used).
8400         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8401
8402 2006-03-08  Simon Josefsson  <jas@extundo.com>
8403
8404         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8405         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8406
8407 2006-03-08  Simon Josefsson  <jas@extundo.com>
8408
8409         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8410         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8411
8412 2006-03-08  Simon Josefsson  <jas@extundo.com>
8413
8414         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8415         signal that configure disabled the device.
8416
8417 2006-03-08  Simon Josefsson  <jas@extundo.com>
8418
8419         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8420         languages.
8421
8422 2006-03-07  Simon Josefsson  <jas@extundo.com>
8423
8424         * modules/getopt (Depends-on): Add unistd.
8425
8426         * modules/unistd: New file.
8427
8428 2006-03-07  Simon Josefsson  <jas@extundo.com>
8429
8430         * modules/gc-random: New file.
8431
8432 2006-03-07  Simon Josefsson  <jas@extundo.com>
8433
8434         * m4/unistd_h.m4: New file.
8435
8436 2006-03-07  Simon Josefsson  <jas@extundo.com>
8437
8438         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8439         test to be side-effect free by storing the result in the cache
8440         variable gl_cv_lib_readline, and moving the assignment of
8441         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8442         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8443
8444 2006-03-07  Simon Josefsson  <jas@extundo.com>
8445
8446         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8447         error on missing devices (the functions will return an error).
8448
8449         * m4/gc.m4: Move random stuff to gc-random.m4
8450
8451 2006-03-07  Simon Josefsson  <jas@extundo.com>
8452
8453         * lib/unistd_.h: New file.
8454
8455 2006-03-07  Simon Josefsson  <jas@extundo.com>
8456
8457         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8458
8459 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8460
8461         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8462         Problem reported by Juan Manuel Guerrero.
8463
8464 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8465
8466         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8467         the unistd module.
8468         * lib/getlogin_r.c: Likewise.
8469         * lib/getlogin_r.h: Likewise.
8470         * lib/glob.c: Likewise.
8471         * lib/pagealign_alloc.c: Likewise.
8472         * lib/unistd_.h: Remove; no longer needed.
8473
8474 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8475
8476         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8477         Add unistd.
8478         * modules/c-stack (Depends-on): Add unistd.
8479         * modules/getlogin_r: Likewise.
8480         * modules/glob: Likewise.
8481         * modules/pagealign_alloc: Likewise.
8482         * modules/unistd (Files): Remove lib/unistd_.h.
8483         (EXTRA_DIST): Remove.
8484         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8485         need unistd_.h.
8486         (MOSTLYCLEANFILES): Remove unistd.h-t.
8487
8488 2006-03-03  Simon Josefsson  <jas@extundo.com>
8489
8490         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8491
8492 2006-03-03  Simon Josefsson  <jas@extundo.com>
8493
8494         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8495         libidn and bison.
8496
8497 2006-03-03  Simon Josefsson  <jas@extundo.com>
8498
8499         * build-aux/maint.mk: Add indent target.
8500
8501 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8502
8503         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8504         our replacement poll.h in any case, to avoid a differing
8505         declaration from a system header.  Seen on AIX.
8506
8507 2006-03-01  Simon Josefsson  <jas@extundo.com>
8508
8509         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8510         <kasal@ucw.cz>.
8511
8512 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8513
8514         * modules/gettime (Depends-on): Add extensions module.
8515         * modules/nanosleep (Depends-on): Likewise.
8516         * modules/settime (Depends-on): Likewise.
8517
8518 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8519
8520         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8521         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8522         pedantically.
8523         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8524         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8525
8526         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8527         not "==".  Reported by Ralf Wildenhues.
8528
8529 2006-03-01  Karl Berry  <karl@gnu.org>
8530
8531         * doc/Copyright/request-*: new files, synced from gnuorg.
8532
8533 2006-03-01  Karl Berry  <karl@gnu.org>
8534
8535         * config/srclist.txt (Copyright/*): new entries.
8536
8537 2006-02-28  Simon Josefsson  <jas@extundo.com>
8538
8539         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8540
8541 2006-02-27  Simon Josefsson  <jas@extundo.com>
8542
8543         * lib/base64.h: Indent #define's.  From Jim Meyering
8544         <jim@meyering.net>.
8545
8546 2006-02-27  Jim Meyering  <jim@meyering.net>
8547
8548         Revert the change of 2006-02-24, so these files can continue
8549         to be sync'd from gettext.
8550         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8551         of `config.h'.
8552
8553 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8554
8555         * modules/intprops: New file.
8556         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8557         Add intprops.
8558         * modules/getloadavg (Files): Remove lib/intprops.h.
8559         (Depends-on): Add intprops.
8560         * modules/human: Likewise.
8561         * modules/inttostr: Likewise.
8562         * modules/openat: Likewise.
8563         * modules/sig2str: Likewise.
8564         * modules/userspec: Likewise.
8565         * modules/utimecmp: Likewise.
8566         * modules/xnanosleep: Likewise.
8567         * modules/xstrtol: Likewise.
8568
8569 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8570
8571         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8572         * modules/lock-tests (TESTS): Use $(EXEEXT).
8573         * modules/tls-tests: Likewise.
8574         * modules/argp-tests: Likewise.
8575         (check_PROGRAMS): New var, replacing...
8576         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8577
8578 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8579
8580         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8581         `config.h'.
8582
8583 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8584
8585         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8586
8587 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8588
8589         Sync from coreutils.
8590         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8591         gl_CHDIR_SAFER.
8592
8593 2006-02-22  Jim Meyering  <jim@meyering.net>
8594
8595         Sync from coreutils.
8596         * m4/chdir-safer.m4: New file.
8597
8598 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8599
8600         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8601         AT_FDCWD exceeds INT_MAX.
8602         * lib/openat.h (AT_FDCWD): Likewise.
8603
8604 2006-02-17  Eric Blake  <address@hidden>
8605
8606         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8607
8608 2006-02-16  Simon Josefsson  <jas@extundo.com>
8609
8610         * modules/getaddrinfo (Depends-on): Add sys_socket.
8611
8612 2006-02-15  Simon Josefsson  <jas@extundo.com>
8613
8614         * build-aux/maint.mk: Add dsyntax-check rule.
8615
8616 2006-02-15  Eric Blake  <ebb9@byu.net>
8617
8618         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8619         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8620         'present but cannot compile' warnings on cygwin.
8621         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8622         use ws2tcpip.h if sys/socket.h works.
8623         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8624         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8625
8626 2006-02-14  Simon Josefsson  <jas@extundo.com>
8627
8628         * modules/maintainer-makefile (Files): Rename.
8629
8630         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8631         and (the local) Makefile.cfg to maint-cfg.mk.
8632
8633         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8634         to the latter.
8635
8636         * modules/maintainer-makefile: New module.
8637
8638         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8639         severaly stripped to make it possible to build it up from scratch
8640         with reliable tests.
8641
8642         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8643         fixes to permit overriding the default actions when configure and
8644         makefile are not available.
8645
8646 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8647
8648         Sync from coreutils.
8649         * modules/lstat (Depends-on): Don't depend on xalloc.
8650         (License): Change from GPL to LGPL, since this is now simply a
8651         replacement for a libc function.
8652
8653 2006-02-14  Jim Meyering  <jim@meyering.net>
8654
8655         Sync from coreutils.
8656
8657         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8658         failure on deficient systems, and simplify gnulib lgpl dependencies.
8659         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8660         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8661
8662         * lib/xalloc-die.c: Remove unused definition of N_.
8663
8664 2006-02-14  Jim Meyering  <jim@meyering.net>
8665
8666         Sync from coreutils.
8667         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8668         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8669         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8670         double-quote uses of that variable, to accommodate the rare case in
8671         which getmntent is available in none of the libraries checked.  This
8672         happens at least on FreeBSD 5.0.
8673
8674 2006-02-13  Simon Josefsson  <jas@extundo.com>
8675
8676         * gnulib-tool (Usage): Fix --import, from
8677         karl@freefriends.org (Karl Berry).
8678
8679 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8680
8681         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8682
8683 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8684
8685         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8686         "autoupdate" on 2005-12-12.
8687
8688 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8689
8690         * modules/closeout (Depends-on): Remove atexit.
8691
8692 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8693
8694         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8695         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8696
8697 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8698
8699         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8700         __EXTENSIONS__ if this causes compilation to fail.  Problem
8701         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8702         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8703
8704 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8705
8706         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8707         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8708         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8709         All uses changed.
8710
8711 2006-01-26  Simon Josefsson  <jas@extundo.com>
8712
8713         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8714         prototype is visible on mingw32.
8715
8716         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8717         for mingw32.
8718
8719         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8720         mingw32).
8721
8722 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8723
8724         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8725         attempt to open for write; this always fails, at least on POSIX
8726         hosts.  This reinstates the 2006-01-09 change, which was
8727         inadvertently removed.
8728
8729 2006-01-26  Bruno Haible  <bruno@clisp.org>
8730
8731         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8732         Reported by Paul Eggert.
8733
8734 2006-01-26  Bruno Haible  <bruno@clisp.org>
8735             Paul Eggert  <eggert@cs.ucla.edu>
8736
8737         * lib/stdbool_.h (_Bool)
8738         [(! (defined __cplusplus || defined __BEOS__)
8739           && !defined __GNUC__
8740           && !(defined __HP_cc || defined __xlc__
8741                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8742                || defined __sgi))]:
8743         #define to signed char in these cases too; this simplifies
8744         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8745         etc., separately) and makes it more conservative.
8746
8747 2006-01-25  Simon Josefsson  <jas@extundo.com>
8748
8749         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8750         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8751         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8752
8753 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8754
8755         * lib/argp-namefrob.h: Bugfix. Remove stray #
8756
8757 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8758
8759         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8760         so that we test the test.
8761         Check for yet another HP-UX cc bug involving *bool |= bool.
8762
8763 2006-01-25  Karl Berry  <karl@gnu.org>
8764
8765         * config/srclist.txt (vasnprintf.c): sync lost.
8766
8767 2006-01-25  Jim Meyering  <jim@meyering.net>
8768
8769         Sync from the stable (b5) branch of coreutils:
8770
8771         * lib/fts.c (fts_children): Don't let close() clobber errno from
8772         failed fchdir().
8773
8774         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8775         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8776         a dangling symlink.  That can also happen at least for ELOOP.
8777         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8778         FYI, this bug predates the inclusion of fts.c in coreutils.
8779
8780         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8781         in their own block, so pre-c99 compilers don't object.
8782
8783         Avoid the double-free (first in fts_read, second in fts_close) that
8784         would occur when an `active' directory is made inaccessible (e.g.,
8785         via chmod a-x) during a traversal.
8786         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8787         before returning.  Reproduce this failure by
8788         mkdir -p a/b; cd a; chmod a-x . b
8789         Reported by Stavros Passas.
8790
8791 2006-01-25  Jim Meyering  <jim@meyering.net>
8792
8793         * lib/fileblocks.c: Remove more useless parentheses.
8794         * lib/readutmp.h: Likewise.
8795
8796 2006-01-25  Bruno Haible  <bruno@clisp.org>
8797
8798         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8799         warnings.
8800         Reported by Paul Eggert.
8801
8802 2006-01-25  Bruno Haible  <bruno@clisp.org>
8803
8804         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8805         rid of a trap command. For Solaris sh.
8806         Reported by Mark D. Baushke <mdb@gnu.org>.
8807
8808 2006-01-24  Simon Josefsson  <jas@extundo.com>
8809
8810         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8811         Bruno.
8812
8813 2006-01-24  Karl Berry  <karl@gnu.org>
8814
8815         * config/srclist.txt (argp-namefrob.h): sync lost.
8816
8817 2006-01-24  Jim Meyering  <jim@meyering.net>
8818
8819         * modules/openat (Files): Add lib/intprops.h.
8820         From Mark D. Baushke.
8821
8822 2006-01-24  Jim Meyering  <jim@meyering.net>
8823
8824         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8825         Reported by Mark D. Baushke.
8826
8827 2006-01-24  Jim Meyering  <jim@meyering.net>
8828
8829         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8830
8831 2006-01-24  Bruno Haible  <bruno@clisp.org>
8832
8833         * modules/strnlen (Maintainer): Change from glibc to all.
8834
8835 2006-01-24  Bruno Haible  <bruno@clisp.org>
8836
8837         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8838         Patch by Paul Eggert.
8839
8840 2006-01-24  Bruno Haible  <bruno@clisp.org>
8841
8842         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8843         already has it.
8844         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8845         2005-11-26.
8846
8847         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8848         'signed char' to avoid problems with the built-in _Bool type.
8849         Reported by Paul Eggert on 2005-11-26.
8850
8851 2006-01-24  Bruno Haible  <bruno@clisp.org>
8852
8853         * gnulib-tool (func_import): Avoid constructing complicated sed
8854         expressions inside backquote.
8855         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8856
8857 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8858
8859         These changes imported from libc.
8860         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8861         test and two separate function calls.
8862         * lib/strndup.c (__strndup): Add libc_hidden_def.
8863
8864 2006-01-23  Simon Josefsson  <jas@extundo.com>
8865
8866         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8867         Remove the test_*_SOURCES variable: automake infers it by default.
8868         * modules/tls-tests: Likewise.
8869
8870 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         Work around porting bugs reported by Dieter in
8873         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8874         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8875         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8876         Include "getopt.h" first, to check interface.
8877         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8878         !HAVE_DECL_GETENV.
8879         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8880         (__strndup): Revert to K&R-style function dfns, the glibc style.
8881         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8882         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8883         Include strnlen.h first, to get prototype properly.
8884         (strnlen): Renamed from __strnlen.
8885         Remove weak alias.
8886
8887 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8888
8889         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8890
8891 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8892
8893         * config/srclist.txt: Adjust to reflect glibc reorganization.
8894         This affects only comments.
8895
8896 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8897
8898          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8899          Reported by Bruce Korb <bkorb@gnu.org>.
8900
8901 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8902
8903         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8904         to pacify gcc -Wswitch-default.
8905
8906 2006-01-22  Bruno Haible  <bruno@clisp.org>
8907
8908         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8909         temporary buffer for sprintf, take into account the precision also
8910         for 'd', 'i', 'u', 'o', 'x', 'X'.
8911
8912 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8913
8914         * modules/argp-tests: New module
8915         * tests/test-argp.c: New file
8916         * tests/test-argp-2.sh: New file
8917
8918 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8919
8920         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8921         (__argp_base_name): Removed
8922         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8923         typo.
8924         (__argp_base_name): Provide macro definition or extern declaration
8925         depending on the configuration
8926
8927 2006-01-20  Simon Josefsson  <jas@extundo.com>
8928
8929         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8930
8931 2006-01-20  Simon Josefsson  <jas@extundo.com>
8932
8933         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8934
8935 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8936
8937         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8938         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8939         Suggested by Bruno Haible.
8940
8941 2006-01-20  Karl Berry  <karl@gnu.org>
8942
8943         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8944         until changes propagate, I guess.
8945
8946 2006-01-19  Simon Josefsson  <jas@extundo.com>
8947
8948         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8949
8950 2006-01-19  Simon Josefsson  <jas@extundo.com>
8951
8952         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8953
8954 2006-01-19  Simon Josefsson  <jas@extundo.com>
8955
8956         * gnulib-tool: Set check_PROGRAMS.
8957
8958         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8959         modules/des-tests, modules/gc-arcfour-tests,
8960         modules/gc-arctwo-tests, modules/gc-des-tests,
8961         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8962         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8963         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8964         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8965         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8966         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8967         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8968         test_*_SOURCES.
8969
8970 2006-01-18  Simon Josefsson  <jas@extundo.com>
8971
8972         * modules/socklen (Depends-on): Depend on sys_socket.
8973
8974 2006-01-18  Simon Josefsson  <jas@extundo.com>
8975
8976         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8977         modules/des-tests, modules/gc-arcfour-tests,
8978         modules/gc-arctwo-tests, modules/gc-des-tests,
8979         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8980         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8981         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8982         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8983         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8984         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8985         $(EXEEXT) to automake TESTS variable, for mingw32.
8986
8987 2006-01-17  Simon Josefsson  <jas@extundo.com>
8988
8989         * modules/socklen (Include): Need sys/socket.h.
8990
8991 2006-01-17  Bruno Haible  <bruno@clisp.org>
8992
8993         * modules/ssize_t (Include): Add <sys/types.h>.
8994
8995 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8996
8997         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8998         it's not portable and it doesn't work with cross-compiles.
8999         Problem reported by Bruno Haible.  Fix missing-$ typo in
9000         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9001         -zignore from being used with Sun's C compiler.
9002
9003 2006-01-12  Simon Josefsson  <jas@extundo.com>
9004
9005         * lib/base64.c: Fix warning, reported by Bruno Haible
9006         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9007
9008 2006-01-12  Bruno Haible  <bruno@clisp.org>
9009
9010         * modules/ldd: New file.
9011         * build-aux/ldd.sh.in: New file.
9012         * MODULES.html.sh (Support for building libraries and executables): Add
9013         ldd.
9014
9015 2006-01-12  Bruno Haible  <bruno@clisp.org>
9016
9017         * m4/ldd.m4: New file.
9018
9019 2006-01-12  Bruno Haible  <bruno@clisp.org>
9020
9021         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9022         endless loop while replacing $auxdir with build-aux.
9023
9024 2006-01-11  Simon Josefsson  <jas@extundo.com>
9025
9026         * lib/stdint_.h (SIZE_MAX): Add missing (.
9027
9028 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9029
9030         Sync from coreutils.
9031         * lib/md5.c: Fix commentary typos.
9032         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9033         * lib/md5.h (__attribute__): Remove; unused.
9034         * lib/sha1.c: Fix commentary to match md5 better.
9035         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9036         so that we don't need to worry about alignment.  All uses changed.
9037         This merges the 2005-10-28 md5 change into sha1.
9038
9039 2006-01-11  Jim Meyering  <jim@meyering.net>
9040
9041         Sync from coreutils.
9042         * lib/md5.c (OP): Fix spacing.
9043
9044 2006-01-11  Bruno Haible  <bruno@clisp.org>
9045
9046         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9047         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9048         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9049
9050 2006-01-11  Bruno Haible  <bruno@clisp.org>
9051
9052         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9053         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9054         the "early" section as well.
9055
9056 2006-01-11  Bruno Haible  <bruno@clisp.org>
9057
9058         Avoid "ar: no archive members specified" error on MacOS X.
9059         * gnulib-tool (func_modules_add_dummy): New function.
9060         (func_import, func_create_testdir): Invoke it.
9061
9062 2006-01-11  Bruno Haible  <bruno@clisp.org>
9063
9064         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9065         with $auxdir in AC_CONFIG_FILES statements.
9066
9067 2006-01-11  Bruno Haible  <bruno@clisp.org>
9068
9069         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9070         Initialize also noinst_HEADERS to empty.
9071
9072 2006-01-11  Bruno Haible  <bruno@clisp.org>
9073
9074         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9075         variables.
9076         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9077         autoreconf.
9078
9079 2006-01-11  Bruno Haible  <bruno@clisp.org>
9080
9081         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9082         overridable by the user.
9083         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9084
9085 2006-01-10  Simon Josefsson  <jas@extundo.com>
9086
9087         * modules/sys_socket: New file.
9088
9089 2006-01-10  Simon Josefsson  <jas@extundo.com>
9090
9091         * m4/sys_socket_h.m4: New file.
9092
9093 2006-01-10  Simon Josefsson  <jas@extundo.com>
9094
9095         * lib/socket_.h: New file.
9096
9097 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9098
9099         * modules/readutmp (Maintainer): Add myself.
9100
9101 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9102
9103         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9104         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9105         People who are still concerned with buggy memcmp implementations
9106         can invoke gl_FUNC_MEMCMP themselves.
9107
9108 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9109
9110         * lib/regex_internal.h (BITSET_WORD_BITS):
9111         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9112         preprocessor mishandles large unsigned values as if they were signed.
9113         Problem reported by Claudio Fontana in
9114         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9115
9116 2006-01-10  Jim Meyering  <jim@meyering.net>
9117
9118         Avoid the double-free (first in fts_read, second in fts_close) that
9119         would occur when an `active' directory is made inaccessible (e.g.,
9120         via chmod a-x) during a traversal.
9121         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9122         before returning.  Reproduce this failure by
9123         mkdir -p a/b; cd a; chmod a-x . b
9124         Reported by Stavros Passas.
9125
9126         Sync from coreutils.
9127         * lib/sha1.c: Tweak grammar in a comment.
9128
9129 2006-01-10  Jim Meyering  <jim@meyering.net>
9130
9131         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9132         Patch by Joerg Sonnenberger.
9133
9134 2006-01-10  Bruno Haible  <bruno@clisp.org>
9135
9136         * modules/readutmp: Depend on module free.
9137         * modules/strtok_r: Depend on module restrict.
9138
9139 2006-01-10  Bruno Haible  <bruno@clisp.org>
9140
9141         * modules/gettext (configure.ac): Add an invocation of
9142         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9143
9144 2006-01-10  Bruno Haible  <bruno@clisp.org>
9145
9146         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9147         Reported by Werner Lemberg <wl@gnu.org>.
9148
9149 2006-01-10  Bruno Haible  <bruno@clisp.org>
9150
9151         * lib/localcharset.c: Update from GNU gettext.
9152
9153 2006-01-10  Bruno Haible  <bruno@clisp.org>
9154
9155         * lib/argp.h (__const): Remove macro. Use const instead.
9156         * lib/argp-fmtstream.h (__const): Likewise.
9157         * lib/glob_.h (__const): Remove macro.
9158         * lib/glob-libc.h: Use const instead of __const.
9159
9160 2006-01-10  Bruno Haible  <bruno@clisp.org>
9161
9162         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9163         variable.
9164         Needed to avoid an automake error regarding the 'gettext' module.
9165
9166 2006-01-09  Simon Josefsson  <jas@extundo.com>
9167
9168         * modules/inet_ntop (Depends-on): Add restrict.
9169
9170 2006-01-09  Simon Josefsson  <jas@extundo.com>
9171
9172         * modules/gc-rijndael-tests (License): Put under LGPL.
9173
9174         * modules/gc-des-tests (License): Likewise.
9175
9176         * modules/gc-arcfour-tests (License): Likewise.
9177
9178         * modules/gc-arctwo-tests (License): Likewise.
9179
9180         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9181
9182         * modules/gc-hmac-sha1-tests (Files): Likewise.
9183
9184         * modules/gc-hmac-md5-tests (License): Likewise.
9185
9186         * modules/gc-sha1-tests (License): Likewise.
9187
9188         * modules/gc-md5-tests (License): Likewise.
9189
9190         * modules/gc-md4-tests (License): Likewise.
9191
9192         * modules/gc-md2-tests (License): Likewise.
9193
9194         * modules/gc-tests (License): Likewise.
9195
9196         * modules/des-tests (License): Likewise.
9197
9198         * modules/md4-tests (License): Likewise.
9199
9200         * modules/md2-tests (License): Likewise.
9201
9202 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9203
9204         Sync from coreutils:
9205
9206         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9207         * modules/lib-ignore: New file.
9208         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9209         chdir-safer.m4, lchmod.m4.
9210         * modules/openat: Add mkdirat.c, openat-priv.h.
9211
9212 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9213
9214         Sync from coreutils.
9215         * m4/lib-ignore.m4: New file.
9216         * m4/lchmod.m4: New file.
9217
9218 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9219
9220         Sync from coreutils.
9221         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9222         for write access: POSIX says that must fail.
9223         * lib/fts.c (diropen): Likewise.
9224         * lib/save-cwd.c (save_cwd): Likewise.
9225         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9226         well, for minor improvements on hosts that lack O_DIRECTORY.
9227         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9228         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9229         Fall back on chown if open failed with EACCES.
9230
9231         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9232         Report an error at compile-time if only a 1-second nominal clock
9233         resolution is found.
9234
9235         * lib/lchmod.h: New file.
9236         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9237         (make_dir_parents): Use lchown rather than chown, and
9238         lchmod rather than chmod.
9239
9240         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9241         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9242         "proc" reported by n0dalus.
9243
9244         * lib/mountlist.c: Include <limits.h>.
9245         (dev_from_mount_options)
9246         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9247         New function.  It no longer assumes "dev=" has the System V meaning
9248         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9249         (read_file_system_list)
9250         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9251         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9252         dev= in that case.
9253
9254         * lib/posixtm.h (PDS_PRE_2000): New macro.
9255         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9256         allow_century.  All usages changed.  Reject dates outside the range
9257         1969-1999 if PDS_PRE_2000 is used.
9258
9259 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9260
9261         Sync from coreutils.
9262         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9263         (Time of day items): Mention the possibility of leap seconds.
9264         Problem reported by Dr. David Alan Gilbert.
9265
9266 2006-01-09  Jim Meyering  <jim@meyering.net>
9267
9268         Sync from coreutils.
9269
9270         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9271
9272         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9273
9274         * lib/modechange.c (mode_compile): Reject an invalid mode string
9275         that starts with an octal digit.  From Andreas Gruenbacher.
9276
9277         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9278         and dup to open_safer and dup_safer, respectively.
9279         (openat_permissive): Fix typo in comment.
9280
9281         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9282         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9283         (_): Remove; no longer needed.
9284         (openat): Renamed from rpl_openat; no need for rpl_openat
9285         since openat.h renames openat for us.
9286         Replace most of the body with a call to openat_permissive,
9287         to avoid duplicate code.
9288         Port to (probably hypothetical) environments were mode_t is
9289         wider than int.
9290         (openat_permissive): Require mode arg, so that we can check
9291         types better.  Put it just after flags.  Change cwd failure
9292         indicator from pointer-to-bool to pointer-to-errno-value.
9293         All callers changed.
9294         Invoke openat_save_fail and/or openat_restore_fail if
9295         cwd_errno is null, so that openat can call us.
9296         (openat_permissive, fdopendir, fstatat, unlinkat):
9297         Simplify errno handling to avoid some duplicate code,
9298         as it's OK to set errno on success.
9299         * lib/openat.h: Revamp code so that function macros depend on
9300         __OPENAT_PREFIX only, not also on AT_FDCWD.
9301         (openat_ro): Remove.  Caller changed to use openat_permissive.
9302         (openat_permissive): Now a macro, if not a function.
9303         (openat_restore_fail, openat_save_fail): Now always functions,
9304         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9305
9306         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9307         and openat.c.
9308         * lib/mkdirat.c: Include openat-priv.h.
9309         Remove definitions of macros defined therein.
9310         * lib/openat.c: Likewise.
9311
9312         * lib/mkdirat.c (mkdirat): New file and function.
9313         * lib/openat.h (mkdirat): Declare.
9314
9315         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9316
9317         * lib/openat.h (openat_permissive): Declare.
9318         (openat_ro): Define.
9319
9320         * lib/openat.c (EXPECTED_ERRNO): New macro.
9321         (openat_permissive): New function -- used in remove.c rewrite.
9322         (all functions): Set errno just before returning, only if there
9323         was an actual failure.
9324         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9325
9326         Emulate openat-family functions using Linux's procfs, if possible.
9327         Idea and some code based on Ulrich Drepper's glibc changes.
9328
9329         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9330         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9331         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9332         before falling back on save_cwd and restore_cwd.
9333         (fdopendir, fstatat, unlinkat): Likewise.
9334
9335         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9336         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9337
9338         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9339         as second argument to va_arg.  Otherwise, some versions of gcc
9340         warn that `if this code is reached, the program will abort'.
9341
9342 2006-01-09  Jim Meyering  <jim@meyering.net>
9343
9344         Sync from coreutils.
9345         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9346         Require openat-priv.h.
9347
9348 2006-01-09  Bruno Haible  <bruno@clisp.org>
9349
9350         * modules/strnlen (Include): Use strnlen.h.
9351
9352 2006-01-09  Bruno Haible  <bruno@clisp.org>
9353
9354         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9355
9356 2006-01-09  Bruno Haible  <bruno@clisp.org>
9357
9358         * lib/sysexit_.h (EX_OK): New macro.
9359         Suggested by Martin Lambers <marlam@marlam.de>.
9360
9361 2006-01-09  Bruno Haible  <bruno@clisp.org>
9362
9363         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9364         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9365
9366 2006-01-09  Bruno Haible  <bruno@clisp.org>
9367
9368         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9369         numbers.
9370
9371 2006-01-09  Bruno Haible  <bruno@clisp.org>
9372
9373         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9374         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9375         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9376         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9377
9378 2006-01-09  Bruno Haible  <bruno@clisp.org>
9379
9380         * build-aux/javacomp.sh.in: New file, moved from lib/.
9381         * modules/javacomp-script (Files): Update.
9382         (configure.ac): Add AC_CONFIG_FILES invocation.
9383         (EXTRA_DIST): Remove variable.
9384
9385         * build-aux/javaexec.sh.in: New file, moved from lib/.
9386         * modules/javaexec (Files): Update.
9387         (configure.ac): Add AC_CONFIG_FILES invocation.
9388         (EXTRA_DIST): Remove javaexec.sh.in.
9389
9390         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9391         * modules/csharpcomp-script (Files): Update.
9392         (configure.ac): Add AC_CONFIG_FILES invocation.
9393         (EXTRA_DIST): Remove variable.
9394
9395         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9396         * modules/csharpexec (Files): Update.
9397         (configure.ac): Add AC_CONFIG_FILES invocation.
9398         (EXTRA_DIST): Remove csharpexec.sh.in.
9399
9400 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9401
9402         Sync from coreutils.
9403
9404         Add POSIX ACL support
9405         * lib/acl.h (copy_acl, set_acl): Add declarations.
9406         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9407         systems other than Linux.
9408         (chmod_or_fchmod): New function: use fchmod when possible,
9409         and chmod otherwise.
9410         (file_has_acl): Add a POSIX ACL implementation, with a
9411         Linux-specific subcase.
9412         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9413         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9414         acls are unsupported.
9415         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9416         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9417         are unsupported.
9418
9419 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9420
9421         Sync from coreutils.
9422         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9423
9424 2006-01-07  Bruno Haible  <bruno@clisp.org>
9425
9426         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9427         gl_EARLY.
9428
9429 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9430
9431         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9432         Problem reported for Mingw by Mark Junker.
9433
9434 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9435
9436         * README: Gnulib normally doesn't generate a tarball.
9437
9438 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9439
9440         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9441         long int, not int, for nanosecond counts, so that people who are
9442         used to POSIX struct timespec won't be surprised.  Reported by Jim
9443         Meyering.
9444
9445 2005-12-28  Bruno Haible  <bruno@clisp.org>
9446
9447         * build-aux/config.rpath: Update from GNU gettext.
9448
9449 2005-12-16  Jim Meyering  <jim@meyering.net>
9450
9451         * modules/fprintftime: New module.
9452         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9453
9454 2005-12-16  Jim Meyering  <jim@meyering.net>
9455
9456         * m4/fprintftime.m4: New file.
9457
9458 2005-12-16  Jim Meyering  <jim@meyering.net>
9459
9460         * lib/fprintftime.c, lib/fprintftime.h: New files.
9461
9462 2005-12-15  Simon Josefsson  <jas@extundo.com>
9463
9464         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9465         new m4/socklen.m4.
9466
9467 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9468
9469         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9470         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9471
9472 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9473
9474         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9475         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9476         struct uparams is valid. Fall back to the default values if it is
9477         not.
9478
9479 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9480
9481         * modules/argp (Files): Add argp-pin.c
9482         (Depends-on): dirname
9483         (lib_SOURCES): Add argp-pin.c
9484
9485 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9486
9487         * m4/argp.m4:  Check if program_invocation_name and
9488         program_invocation_short_name are declared and define appropriate
9489         macros if they are not.
9490
9491 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9492
9493         * lib/argp-help.c (__argp_base_name): New function
9494         (__argp_short_program_name): Rewrite using __argp_base_name
9495         * lib/argp-namefrob.h: Define program_invocation_name and
9496         program_invocation_short_name if requested
9497         (__argp_base_name): Add prototype
9498         * lib/argp-parse.c (argp_def): Use gettext wrappers
9499         (argp_default_parser): Use __argp_base_name
9500         * lib/argp-pin.c: New file. Defines program_invocation_name and
9501         program_invocation_short_name on systems that lack them.
9502
9503 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9504
9505         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9506         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9507         porting problem reported by Georg Schwarz in
9508         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9509
9510 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9511
9512         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9513         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9514         porting problem reported by Georg Schwarz in
9515         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9516
9517 2005-12-05  Bruno Haible  <bruno@clisp.org>
9518
9519         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9520         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9521         Reported by Mark Junker <mjscod@gmx.de>.
9522
9523 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9524
9525         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9526         Use implementation from Albert Chin, with some
9527         comments/corrections by Stepan Kasal and myself.
9528
9529 2005-12-02  Bruno Haible  <bruno@clisp.org>
9530
9531         * gnulib-tool (func_import): Accept GPLed build tool modules when
9532         --lgpl is given.
9533         * modules/csharpcomp-script: New file.
9534         * modules/csharpcomp: Depend on it.
9535         * modules/javacomp-script: New file.
9536         * modules/javacomp: Depend on it.
9537         Suggested by Simon Josefsson.
9538
9539 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9540
9541         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9542         statement, to work around an HP-UX 10.20 compiler bug reported by
9543         Peter O'Gorman.
9544
9545 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9546
9547         * modules/savedir (Depends-on): Add openat.
9548
9549 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9550
9551         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9552         (uintmax_t) [defined uintmax_t]: Do not declare.
9553         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9554         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9555         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9556         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9557         sake of portability to weird hosts that C allows (though we don't
9558         know of any practical examples).
9559
9560         * lib/savedir.h (fdsavedir): New decl.
9561         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9562         contains most of the former guts of savedir.
9563         (savedir): Use savedirstream.
9564         Include "openat.h".
9565
9566 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9567
9568         * modules/obstack (Files): Add m4/ulonglong.m4.
9569         Problem reported by Davide Angelocola.
9570
9571 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9572
9573         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9574         coreutils no longer futzes with rounding modes.
9575
9576 2005-11-14  Jim Meyering  <jim@meyering.net>
9577
9578         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9579         replacement of mkstemp.
9580
9581 2005-11-10  Simon Josefsson  <jas@extundo.com>
9582
9583         * lib/readline.c: Remove EOL.
9584
9585 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9586
9587         * modules/gethrxtime (Depends-on): Add gettime.
9588
9589 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9590
9591         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9592         or gettimeofday; no longer needed.
9593
9594 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9595
9596         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9597         time business.
9598         (gethrxtime) [! (HAVE_NANOUPTIME
9599         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9600         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9601         our own approximation.
9602
9603 2005-11-08  Eric Blake  <ebb9@byu.net>
9604
9605         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9606
9607 2005-11-08  Eric Blake  <ebb9@byu.net>
9608
9609         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9610
9611 2005-11-04  Bruno Haible  <bruno@clisp.org>
9612
9613         * gnulib-tool: Implement --update mode.
9614
9615 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9616
9617         Fix porting problem reported by Theodoros V. Kalamatianos.
9618         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9619         Don't assume that futimes failing means we must fail.
9620
9621 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9622
9623         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9624         variables to suggest the intended function of the PATH_MAX check.
9625
9626 2005-10-30  Kean Johnston  <jkj@sco.com>
9627
9628         Trivial changes to support SCO systems.
9629         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9630         as PATH_MAX.
9631         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9632         where __ptr is null when no I/O is pending.
9633
9634 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9635
9636         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9637         leave errno alone.  Problem reported by Dmitry V. Levin.
9638
9639 2005-10-28  Simon Josefsson  <jas@extundo.com>
9640
9641         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9642         Test more.
9643
9644         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9645
9646         * modules/md2, modules/md2-tests: New files.
9647
9648 2005-10-28  Simon Josefsson  <jas@extundo.com>
9649
9650         * m4/inet_ntop.m4: More tests.
9651
9652         * m4/gc-md2.m4, md2.m4: New file.
9653
9654 2005-10-28  Simon Josefsson  <jas@extundo.com>
9655
9656         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9657         "restrict" keywords, as per POSIX.  Protect the function
9658         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9659         Don't use K&R prototypes.  Check the sprintf return values.
9660         Re-define EAFNOSUPPORT if not present.  Indent.
9661
9662         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9663         suggested by Bruno Haible <bruno@clisp.org>.
9664
9665         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9666
9667         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9668
9669         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9670         libgcrypt).
9671
9672         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9673
9674         * lib/md2.h, lib/md2.c: New files.
9675
9676 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9677
9678         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9679         errno alone.  Problem reported by Frederic Jolliton.
9680
9681 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9682
9683         * modules/verify (License): Change from GPL to LGPL.  This is a
9684         tiny module and there are apparently near-equivalents that are
9685         under the BSD license.
9686
9687 2005-10-24  Simon Josefsson  <jas@extundo.com>
9688
9689         * modules/sha1: Relicense to LGPL.
9690
9691 2005-10-24  Simon Josefsson  <jas@extundo.com>
9692
9693         * lib/md4.h: Shrink buffer size, now that we changed the type.
9694
9695 2005-10-23  Simon Josefsson  <jas@extundo.com>
9696
9697         * gnulib-tool (func_import): Fix --tests-base.
9698
9699 2005-10-22  Simon Josefsson  <jas@extundo.com>
9700
9701         * modules/arcfour (Depends-on): Need stdint.
9702
9703 2005-10-22  Simon Josefsson  <jas@extundo.com>
9704
9705         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9706         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9707
9708 2005-10-22  Simon Josefsson  <jas@extundo.com>
9709
9710         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9711         suggested by Bruno Haible <bruno@clisp.org>.
9712
9713 2005-10-22  Simon Josefsson  <jas@extundo.com>
9714
9715         * lib/crc.h: Include stddef.h, for size_t.
9716
9717 2005-10-22  Simon Josefsson  <jas@extundo.com>
9718
9719         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9720         arcfour_context struct (simplify test vector testing in GNU
9721         Shishi).
9722
9723 2005-10-21  Simon Josefsson  <jas@extundo.com>
9724
9725         * modules/des, modules/des-tests: New files.
9726
9727         * modules/gc-des, modules/gc-des-tests: New files.
9728
9729         * tests/test-des.c, tests/test-gc-des.c: New file.
9730
9731 2005-10-21  Simon Josefsson  <jas@extundo.com>
9732
9733         * modules/arctwo, modules/arctwo-tests: New files.
9734
9735         * tests/test-arctwo.c: New file.
9736
9737         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9738
9739         * tests/test-gc-arctwo.c: New file.
9740
9741 2005-10-21  Simon Josefsson  <jas@extundo.com>
9742
9743         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9744         Bruno Haible <bruno@clisp.org>.
9745
9746         * m4/gc-des.m4: New file.
9747
9748 2005-10-21  Simon Josefsson  <jas@extundo.com>
9749
9750         * m4/arctwo.m4: New file.
9751
9752         * m4/gc-arctwo.m4: New file.
9753
9754 2005-10-21  Simon Josefsson  <jas@extundo.com>
9755
9756         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9757         block.
9758
9759 2005-10-21  Simon Josefsson  <jas@extundo.com>
9760
9761         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9762         <bruno@clisp.org>.
9763
9764         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9765
9766         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9767         Bruno Haible <bruno@clisp.org>.
9768
9769         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9770         <bruno@clisp.org>.
9771
9772 2005-10-21  Simon Josefsson  <jas@extundo.com>
9773
9774         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9775
9776 2005-10-21  Simon Josefsson  <jas@extundo.com>
9777
9778         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9779
9780 2005-10-21  Simon Josefsson  <jas@extundo.com>
9781
9782         * lib/des.h, lib/des.c: New files.
9783
9784         * lib/gc-gnulib.c: Support DES.c
9785
9786 2005-10-21  Simon Josefsson  <jas@extundo.com>
9787
9788         * lib/arctwo.h, lib/arctwo.c: New files.
9789
9790         * lib/gc-gnulib.c: Support ARCTWO.
9791
9792 2005-10-21  Simon Josefsson  <jas@extundo.com>
9793
9794         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9795         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9796
9797 2005-10-21  Simon Josefsson  <jas@extundo.com>
9798
9799         * gnulib-tool (func_import, func_create_testdir): Define automake
9800         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9801         Makefile.am snippet),
9802         suggested by Bruno Haible <bruno@clisp.org>.
9803
9804         * modules/gc (Makefile.am): Use it.
9805
9806 2005-10-21  Bruno Haible  <bruno@clisp.org>
9807
9808         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9809         patch.
9810
9811 2005-10-19  Simon Josefsson  <jas@extundo.com>
9812
9813         * tests/test-gc-rijndael.c: New file.
9814
9815         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9816
9817 2005-10-19  Simon Josefsson  <jas@extundo.com>
9818
9819         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9820         interface too.
9821
9822 2005-10-19  Simon Josefsson  <jas@extundo.com>
9823
9824         * tests/test-gc-arcfour.c: New file.
9825
9826         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9827
9828 2005-10-19  Simon Josefsson  <jas@extundo.com>
9829
9830         * modules/gc-md4, modules/gc-md4-tests: New file.
9831
9832         * tests/test-gc-md4.c: New file.
9833
9834 2005-10-19  Simon Josefsson  <jas@extundo.com>
9835
9836         * m4/gc-md4.m4: New file.
9837
9838 2005-10-19  Simon Josefsson  <jas@extundo.com>
9839
9840         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9841         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9842         <kasal@ucw.cz>.
9843
9844 2005-10-19  Simon Josefsson  <jas@extundo.com>
9845
9846         * m4/gc-arcfour.m4: New file.
9847
9848         * m4/gc-rijndael.m4: New file.
9849
9850 2005-10-19  Simon Josefsson  <jas@extundo.com>
9851
9852         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9853
9854 2005-10-19  Simon Josefsson  <jas@extundo.com>
9855
9856         * lib/gc-gnulib.c: Support ARCFOUR.
9857
9858 2005-10-19  Simon Josefsson  <jas@extundo.com>
9859
9860         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9861         support.
9862
9863         * lib/gc.h: Add ECB enum type.
9864
9865         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9866
9867 2005-10-18  Simon Josefsson  <jas@extundo.com>
9868
9869         * tests/test-md5.c: New file.
9870
9871         * modules/md5-tests: New file.
9872
9873 2005-10-18  Simon Josefsson  <jas@extundo.com>
9874
9875         * tests/test-md4.c: New file.
9876
9877         * modules/md4, modules/md4-tests: New files.
9878
9879 2005-10-18  Simon Josefsson  <jas@extundo.com>
9880
9881         * m4/md4.m4: New file.
9882
9883 2005-10-18  Simon Josefsson  <jas@extundo.com>
9884
9885         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9886
9887 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9888
9889         * gnulib-tool (func_create_testdir): Omit the second check whether
9890         BUILT_SOURCES in nonempty.
9891
9892 2005-10-17  Simon Josefsson  <jas@extundo.com>
9893
9894         * tests/test-rijndael.c: New file.
9895
9896 2005-10-17  Simon Josefsson  <jas@extundo.com>
9897
9898         * modules/sha1: Depend on stdint instead of md5.
9899
9900         * modules/md5: Depend on stdint, remove uint32_t.
9901
9902 2005-10-17  Simon Josefsson  <jas@extundo.com>
9903
9904         * modules/gc-sha1-tests: New file.
9905
9906         * tests/test-gc-sha1.c: New file.
9907
9908 2005-10-17  Simon Josefsson  <jas@extundo.com>
9909
9910         * m4/md5.m4: Remove call to uint32_t.m4.
9911
9912 2005-10-17  Simon Josefsson  <jas@extundo.com>
9913
9914         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9915
9916         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9917         md5.h.
9918
9919         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9920
9921         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9922
9923 2005-10-17  Simon Josefsson  <jas@extundo.com>
9924
9925         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9926
9927 2005-10-17  Simon Josefsson  <jas@extundo.com>
9928
9929         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9930
9931 2005-10-17  Simon Josefsson  <jas@extundo.com>
9932
9933         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9934
9935         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9936
9937 2005-10-17  Bruno Haible  <bruno@clisp.org>
9938
9939         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9940         that it can also be used in a test.
9941
9942 2005-10-16  Bruno Haible  <bruno@clisp.org>
9943
9944         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9945         TESTS_ENVIRONMENT, so that individual tests can augment it.
9946
9947         * gnulib-tool (func_create_testdir): Use an intermediate target for
9948         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9949         macros, like $(ALLOCA_H), which cannot be passed through the command
9950         line.
9951
9952 2005-10-15  Simon Josefsson  <jas@extundo.com>
9953
9954         * modules/rijndael-tests: New file.
9955
9956         * modules/rijndael: New file.
9957
9958 2005-10-15  Simon Josefsson  <jas@extundo.com>
9959
9960         * m4/rijndael.m4: New file.
9961
9962 2005-10-15  Simon Josefsson  <jas@extundo.com>
9963
9964         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9965
9966         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9967
9968 2005-10-14  Simon Josefsson  <jas@extundo.com>
9969
9970         * tests/test-arcfour.c: New file.
9971
9972         * modules/arcfour, modules/arcfour-tests: New files.
9973
9974 2005-10-14  Simon Josefsson  <jas@extundo.com>
9975
9976         * m4/arcfour.m4: New file.
9977
9978 2005-10-14  Simon Josefsson  <jas@extundo.com>
9979
9980         * lib/arcfour.h, lib/arcfour.c: New files.
9981
9982 2005-10-14  Roland McGrath  <roland@redhat.com>
9983
9984         Import from libc.  [BZ #1331]
9985         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9986         macro argument.
9987         Reported by Matej Vela <vela@debian.org>.
9988
9989 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9990
9991         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9992         include <wchar.h>; no longer needed.
9993
9994 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9997
9998 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9999         and  Ulrich Drepper  <drepper@redhat.com>
10000
10001         Import from libc.
10002         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10003         instead of inline stream orientation test and two separate
10004         function calls.  Pay no attention to USE_IN_LIBIO.
10005
10006 2005-10-13  Simon Josefsson  <jas@extundo.com>
10007
10008         * modules/gc-hmac-md5-tests: New file.
10009
10010         * tests/test-gc-hmac-sha1.c: New file.
10011
10012         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10013
10014         * modules/gc-hmac-md5-tests: New file.
10015
10016         * tests/test-gc-md5.c: New file.
10017
10018         * modules/gc-md5-tests: New file.
10019
10020 2005-10-13  Simon Josefsson  <jas@extundo.com>
10021
10022         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10023         Move memory allocation outside of loop.
10024
10025 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10026
10027         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10028         intermediate directory is in a read-only file system.  Problem
10029         reported by Eric Blake.
10030
10031 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10032
10033         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10034
10035 2005-10-12  Simon Josefsson  <jas@extundo.com>
10036
10037         * tests/test-hmac-sha1.c: New file.
10038
10039         * modules/hmac-sha1-tests: New file.
10040
10041         * modules/hmac-sha1: New file.
10042
10043 2005-10-12  Simon Josefsson  <jas@extundo.com>
10044
10045         * modules/gc-sha1: New file.
10046
10047 2005-10-12  Simon Josefsson  <jas@extundo.com>
10048
10049         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10050
10051         * tests/test-gc-pbkdf2-sha1.c: New file.
10052
10053 2005-10-12  Simon Josefsson  <jas@extundo.com>
10054
10055         * modules/gc-md5, modules/gc-hmac-md5: New files.
10056
10057         * modules/gc (Files): Remove md5, memxor and hmac files.
10058
10059 2005-10-12  Simon Josefsson  <jas@extundo.com>
10060
10061         * m4/gc-pbkdf2-sha1.m4: New file.
10062
10063         * m4/gc-hmac-sha1.m4: New file.
10064
10065         * m4/gc-sha1: New file.
10066
10067         * m4/hmac-sha1.m4: New file.
10068
10069 2005-10-12  Simon Josefsson  <jas@extundo.com>
10070
10071         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10072
10073         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10074
10075 2005-10-12  Simon Josefsson  <jas@extundo.com>
10076
10077         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10078         suggested by Bruno Haible <bruno@clisp.org>.
10079
10080 2005-10-12  Simon Josefsson  <jas@extundo.com>
10081
10082         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10083
10084 2005-10-12  Simon Josefsson  <jas@extundo.com>
10085
10086         * lib/gc-pbkdf2-sha1.c: New file.
10087
10088         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10089
10090 2005-10-12  Simon Josefsson  <jas@extundo.com>
10091
10092         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10093
10094         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10095
10096 2005-10-12  Simon Josefsson  <jas@extundo.com>
10097
10098         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10099         GC_USE_HMAC_MD5, respectively.
10100
10101         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10102         (gc_md5): Fix typo.
10103
10104         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10105
10106         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10107
10108         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10109
10110 2005-10-12  Bruno Haible  <bruno@clisp.org>
10111
10112         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10113         Reported by Stepan Kasal <kasal@ucw.cz>.
10114
10115 2005-10-11  Simon Josefsson  <jas@extundo.com>
10116
10117         * tests/test-crc.c: New file.
10118
10119         * modules/crc, modules/crc-tests: New files.
10120
10121 2005-10-11  Simon Josefsson  <jas@extundo.com>
10122
10123         * m4/crc.m4: New file.
10124
10125 2005-10-11  Simon Josefsson  <jas@extundo.com>
10126
10127         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10128
10129         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10130
10131         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10132
10133 2005-10-11  Simon Josefsson  <jas@extundo.com>
10134
10135         * lib/crc.h, lib/crc.c: New files.
10136
10137         * lib/gc.h (gc_hash_buffer): Add doc.
10138
10139 2005-10-11  Bruno Haible  <bruno@clisp.org>
10140
10141         * modules/c-strcasestr: New file.
10142         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10143
10144 2005-10-11  Bruno Haible  <bruno@clisp.org>
10145
10146         * modules/c-strcase: New file.
10147         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10148
10149 2005-10-11  Bruno Haible  <bruno@clisp.org>
10150
10151         * lib/strcasecmp.c: Include limits.h.
10152         (strcasecmp): Avoid integer overflow on exotic platforms.
10153         * lib/strncasecmp.c: Include limits.h.
10154         (strncasecmp): Avoid integer overflow on exotic platforms.
10155         Reported by Paul Eggert.
10156
10157 2005-10-11  Bruno Haible  <bruno@clisp.org>
10158
10159         * lib/c-strcasestr.h: New file, from GNU gettext.
10160         * lib/c-strcasestr.c: New file, from GNU gettext.
10161
10162 2005-10-11  Bruno Haible  <bruno@clisp.org>
10163
10164         * lib/c-strcase.h: New file, from GNU gettext.
10165         * lib/c-strcasecmp.c: New file, from GNU gettext.
10166         * lib/c-strncasecmp.c: New file, from GNU gettext.
10167
10168 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10169
10170         * modules/mempcpy (License): GPL -> LGPL.
10171         * modules/strchrnul (License): Likewise.
10172         * modules/sysexits (License): Likewise.
10173
10174 2005-10-08  Simon Josefsson  <jas@extundo.com>
10175
10176         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10177
10178 2005-10-07  Simon Josefsson  <jas@extundo.com>
10179
10180         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10181
10182 2005-10-06  Simon Josefsson  <jas@extundo.com>
10183
10184         * tests/test-hmac-md5.c: New file.
10185
10186         * modules/hmac-md5-tests: New file.
10187
10188         * modules/hmac-md5: New file.
10189
10190 2005-10-06  Simon Josefsson  <jas@extundo.com>
10191
10192         * m4/hmac-md5.m4: New file.
10193
10194         * m4/memxor.m4: Require gl_C_RESTRICT.
10195
10196 2005-10-06  Simon Josefsson  <jas@extundo.com>
10197
10198         * lib/memxor.c (memxor): Avoid casts and warnings.
10199
10200 2005-10-06  Simon Josefsson  <jas@extundo.com>
10201
10202         * lib/hmac-md5.c: New file.
10203
10204         * lib/hmac.h: New file.
10205
10206 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10207
10208         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10209         promotes to int, not unsigned int, to catch the AIX 5.3
10210         compiler bug.
10211
10212 2005-10-05  Simon Josefsson  <jas@extundo.com>
10213
10214         * modules/memxor: New file.
10215
10216         * modules/iconv (Files): Move config.rpath to havelib, it is used
10217         there.
10218
10219         * modules/havelib (Files): Add config.rpath.
10220
10221 2005-10-05  Simon Josefsson  <jas@extundo.com>
10222
10223         * m4/memxor.m4: New file.
10224
10225 2005-10-05  Simon Josefsson  <jas@extundo.com>
10226
10227         * lib/memxor.c (memxor): Fix compiler error.
10228
10229         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10230         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10231
10232         * lib/memxor.h, lib/memxor.c: New files.
10233
10234         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10235         we assume all systems have it, suggested by Jim Meyering
10236         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10237         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10238         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10239         same reasons.
10240
10241 2005-10-05  Simon Josefsson  <jas@extundo.com>
10242
10243         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10244
10245 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10246
10247         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10248         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10249         needed, since the source code now assumes these .h files.
10250
10251 2005-10-05  Derek Price  <derek@ximbiot.com>
10252
10253         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10254
10255 2005-10-05  Bruno Haible  <bruno@clisp.org>
10256
10257         * modules/stdint (License): Change to LGPL.
10258
10259 2005-10-04  Simon Josefsson  <jas@extundo.com>
10260
10261         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10262         D. Baushke" <mdb@gnu.org>.
10263
10264 2005-10-04  Bruno Haible  <bruno@clisp.org>
10265
10266         * lib/verify.h (verify_true): Provide alternative definition for C++.
10267
10268 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10269
10270         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10271         (SSIZE_MAX): New macro, if not already defined.
10272         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10273         than 2 GiB.
10274
10275 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10276
10277         Sync from coreutils.
10278         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10279         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10280         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10281         ULLONG_MAX doesn't work with 2.7.2.1.
10282
10283 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10284
10285         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10286         From Ben Pfaff.
10287
10288         * modules/exclude (Depends-on): Depend on verify.
10289         * modules/strtoimax (Depends-on): Likewise.
10290         * modules/utimecmp (Depends-on): Likewise.
10291
10292 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10293
10294         * lib/exclude.c: Include verify.h.
10295         (verify): Remove.  All callers changed to use verify.h's version.
10296         * lib/strtoimax.c: Likewise.
10297         * lib/utimecmp.c: Likewis.e
10298
10299         Sync from coreutils.
10300         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10301         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10302         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10303         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10304         bother returning ENOSYS if settimeofday or stime fails; just let
10305         them return whatever errno they want to return.
10306         * lib/utimens.c: Include unistd.h, for dup2.
10307         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10308         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10309
10310 2005-10-02  Jim Meyering  <jim@meyering.net>
10311
10312         Sync from coreutils.
10313         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10314         from glibc-2.2.5 that fails for read-only files.
10315
10316 2005-10-02  Jim Meyering  <jim@meyering.net>
10317
10318         Sync from coreutils.
10319         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10320         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10321         `#if HAVE_CONFIG_H'.
10322         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10323         Remove AT_FDCWD test.
10324         Do not consume the fd unless successful.
10325         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10326         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10327         block, so that we don't even try to compile it if settimeofday is
10328         available.  This works around a compilation failure on OSF1 V5.1,
10329         due to stime requiring a `long int*' while tv_sec is `int'.
10330
10331 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10332
10333         Sync from coreutils.
10334         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10335         against `yes', rather than just testing for nonempty.
10336
10337 2005-10-01  Simon Josefsson  <jas@extundo.com>
10338
10339         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10340         and Darwin.
10341
10342         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10343         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10344         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10345         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10346         Check if struct addrinfo is declared.
10347
10348 2005-10-01  Simon Josefsson  <jas@extundo.com>
10349
10350         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10351         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10352         AI_* and EAI_* definitions.  Protect function declarations.
10353
10354 2005-10-01  Jim Meyering  <jim@meyering.net>
10355
10356         Sync from coreutils.
10357
10358         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10359         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10360         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10361         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10362         in the inet and nsl libraries.  Required on Solaris 5.7.
10363
10364 2005-10-01  Jim Meyering  <jim@meyering.net>
10365
10366         Sync from coreutils.
10367         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10368         in the inet and nsl libraries.  Required on Solaris 5.7.
10369
10370 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10371
10372         * lib/getdelim.c (getdelim): Remove unused variables.
10373
10374 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10375
10376         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10377         so that the code works even with ancient cpp.  Portability problem
10378         with GCC 2.7.2.1 reported by Thomas M.Ott.
10379
10380 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10381
10382         * modules/regex (Depends-on): Add strcase.
10383
10384         * modules/gethostname (Licence): Change from GPL to LGPL, since
10385         gethostname.c is a trivial implementation of a standard library
10386         function.
10387         * modules/poll (License): Change from GPL to LGPL, since it's
10388         derived from LGPL code.
10389
10390 2005-09-27  Jim Meyering  <jim@meyering.net>
10391
10392         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10393         HAVE_CONFIG_H.
10394
10395         * lib/intprops.h (signed_type_or_expr__): Define.
10396         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10397         for unsigned types.
10398
10399 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10400
10401         * lib/verify.h (verify_expr): Remove, replacing with:
10402         (verify_true): New macro that returns true instead of void.
10403         (verify_type__): Remove.
10404         (verify): Use verify_true rather than verify_type__.
10405
10406 2005-09-26  Bruno Haible  <bruno@clisp.org>
10407
10408         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10409         is necessary.
10410         (lib_SOURCES): Remove mbchar.c.
10411         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10412         (Files): Add m4/mbrtowc.m4.
10413         * modules/mbiter: Likewise.
10414         * modules/mbuiter: Likewise.
10415
10416 2005-09-26  Bruno Haible  <bruno@clisp.org>
10417
10418         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10419         compile mbchar.c if they are not both present.
10420         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10421         * m4/mbiter.m4 (gl_MBITER): Likewise.
10422         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10423         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10424         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10425
10426 2005-09-25  Jim Meyering  <jim@meyering.net>
10427
10428         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10429         also uses socklen_t.
10430
10431 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10432
10433         * lib/utimens.c (ENOSYS): Define if not already defined.
10434         (futimens): Support having a null PATH if the file descriptor
10435         is nonnegative.
10436
10437         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10438         Remove.
10439         (__attribute): Define to empty unless GCC 3.1 or later.
10440         This works around a core dump on OpenBSD 3.4, which has GCC
10441         2.95.3, which dumps core when given __attribute__(()).  It also
10442         simplifies other tests, since we really don't want to bother with
10443         worrying about which ancient version of GCC supported what.
10444         Original problem reported by Yoann Vandoorselaere, with part of
10445         the fix suggested by Derek Price.
10446
10447 2005-09-24  Jim Meyering  <jim@meyering.net>
10448
10449         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10450         so we can once again use a positive bitfield width of 1 -- now we
10451         don't have to explain why we were using a bitfield width of 2.
10452
10453 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10454
10455         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10456         and similarly for the other external symbols.  Problem reported
10457         by James Gallager.
10458
10459         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10460         bug reported by Jim Meyering.
10461
10462         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10463         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10464         not needed, since socklen is a prerequisite module.
10465
10466 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10467
10468         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10469         Problem reported by Eric Blake.
10470         (getaddrinfo): Initialize se so that it's not garbage.
10471         Redo internal storage allocation so that it doesn't make unportable
10472         assumptions about alignment.
10473         Fix a memory leak.
10474
10475         * lib/utimens.c (futimens): Use futimesat if available.
10476         Prefer it to futimes since it doesn't have the futimes bug.
10477
10478         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10479         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10480         Instead, declare a function that returns a pointer to an array,
10481         and use verify_type__ to declare the size of the array.
10482         Problem and germ of a solution reported by Bruno Haible.
10483         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10484         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10485
10486 2005-09-23  Jim Meyering  <jim@meyering.net>
10487
10488         Sync from coreutils.
10489         Correct build failure (socklen_t not defined) on at least
10490         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10491         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10492
10493 2005-09-23  Jim Meyering  <jim@meyering.net>
10494
10495         * modules/getaddrinfo (Depends-on): Add socklen.
10496
10497 2005-09-23  Bruno Haible  <bruno@clisp.org>
10498
10499         * tests/test-verify.c: New file.
10500
10501 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10502
10503         Sync from coreutils.
10504
10505         * modules/argmatch (Depends-on): Add verify.
10506         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10507         unistd-safer.
10508         * modules/save-cwd (Depends-on): Likewise.
10509
10510         * modules/openat (Files): Add lib/openat-die.c.
10511         (Depends-on): Remove error, exitfail.
10512         Add dirname.
10513
10514         * modules/verify: New file.
10515         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10516         with "verify" module.
10517
10518 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10519
10520         Sync from coreutils.
10521
10522         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10523         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10524         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10525         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10526         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10527         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10528         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10529         Don't bother checking for string.h, stdlib.h, unistd.h.
10530         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10531         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10532         module's job.
10533         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10534         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10535
10536         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10537         (gl_GETDATE): Use it.
10538
10539         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10540
10541 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10542
10543         Sync from coreutils.
10544
10545         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10546         stat-time.h.
10547         * lib/argmatch.h: Include verify.h
10548         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10549         (ARGMATCH_ASSERT): Remove; unused.
10550         * lib/canonicalize.c: Assume STDC_HEADERS.
10551         * lib/exclude.c: Include "strcase.h".
10552         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10553         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10554         and stdio-safer.h.
10555         (getusershell): Call fopen, not fopen_safer.
10556         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10557         Do not include unistd-safer.h.
10558         (save_cwd): Don't call fd_safer; no longer needed
10559         now that we include fcntl--.h.
10560
10561         * lib/getdate.y (relative_time): New type.
10562         (RELATIVE_TIME_0): New constant.
10563         (parser_control): Use relative_time instead of doing it ourselves.
10564         (%union): Add new relative_time rel member.
10565         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10566         Now typeless.
10567         (relunit, relunit_snumber): Now of type rel.
10568         (zone, rel, relunit, get_date): Adjust to above changes.
10569
10570         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10571         Do not include unistd-safer.h.
10572         (getloadavg): Don't call fd_safer; no longer needed
10573         now that we include fcntl--.h.
10574
10575         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10576         (make_dir_parents): Treat ENOSYS like EEXIST.
10577
10578         Improve quality of diagnostics on restore_cwd failure.
10579         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10580         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10581         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10582         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10583         each time through the loop.  Do not diagnose restore_cwd failure;
10584         that is the caller's job (and perhaps the caller does not care).
10585
10586         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10587         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10588         If the file already exists but is not a directory, don't bother
10589         to try to make its parents.
10590         Close potential file descriptor leak if we can't chdir("/") (!).
10591         Don't always return true if chdir($PWD) fails; return true only
10592         if the requested action was done successfully (except for the
10593         chdir($PWD)).
10594         Don't log final directory unless we actually made it.
10595         Refactor to avoid duplicate code to fix up permissions.
10596         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10597
10598         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10599         to make it a bit faster and (I hope) clearer.
10600         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10601         Fix bug in formats like %2N.
10602
10603         * lib/verify.h: New file.
10604
10605 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10606
10607         Sync from coreutils.
10608         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10609
10610 2005-09-22  Jim Meyering  <jim@meyering.net>
10611
10612         Sync from coreutils.
10613
10614         * m4/lstat.m4 (gl_FUNC_LSTAT):
10615         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10616         Remove obsolete comment.
10617         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10618         * m4/xstrtod.m4: Likewise.
10619
10620         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10621
10622 2005-09-22  Jim Meyering  <jim@meyering.net>
10623
10624         Sync from coreutils.
10625
10626         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10627
10628         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10629         the .tm_year member, since otherwise gcc-4.0 would now warn about
10630         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10631
10632         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10633         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10634
10635         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10636         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10637         when run in a time zone for which daylight savings time is in effect
10638         for the starting date.
10639
10640         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10641         stop us from restricting permissions of just-created absolute-named
10642         directories.
10643         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10644         to restore initial working directory.
10645         * lib/mkdir-p.c (make_dir_parents): New parameter:
10646         different_working_dir, to tell caller if/when we change the working
10647         directory and are unable to return to the initial one.
10648         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10649         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10650         `return false'.  This fixes a bug introduced on 2004-07-30.
10651
10652         * lib/openat.c (fdopendir): Be sure to close the supplied
10653         file descriptor before returning.  This makes our replacement
10654         implementation a little closer to Solaris's, where fdopendir
10655         ties the file descriptor to the returned DIR* pointer.
10656         * lib/openat.c (unlinkat): New function.
10657         * lib/openat.h (unlinkat): Add prototype.
10658         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10659         (openat_restore_fail): Rename from openat_restore_die.
10660         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10661
10662         Provide an alternative to exiting immediately upon save_cwd or
10663         restore_cwd failure.  Now, an application can arrange e.g.,
10664         to perform a longjump in that case.
10665         * lib/openat.c: Include dirname.h.
10666         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10667         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10668         and openat_restore_die rather than calling error directly.
10669         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10670
10671         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10672         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10673         define.
10674
10675         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10676         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10677                             int utc, int nanoseconds);
10678         Background:
10679         date should not have to allocate a megabyte of virtual memory to
10680         handle a format argument like +%1048575T.  When implemented with
10681         strftime, it must allocate such a buffer, use strftime to fill it
10682         in, print it, then free it.
10683         With fprintftime, it simply prints everything and exits.
10684         With no need for memory allocation, that's one fewer way to fail.
10685         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10686         optional field width, not before, so we accept %9:z, not %:9z.
10687         (my_strftime): Be sure to use L_('x') for literals.
10688
10689         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10690         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10691         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10692         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10693         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10694         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10695         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10696         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10697         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10698         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10699         * lib/xgethostname.c, lib/xreadlink.c:
10700         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10701
10702         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10703         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10704         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10705         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10706         and don't include <sys/file.h>).
10707
10708 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10709
10710         Sync from coreutils.
10711
10712         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10713         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10714         [!LDAV_DONE]: Avoid unused variable warning.
10715
10716 2005-09-21  Bruno Haible  <bruno@clisp.org>
10717
10718         * lib/unicodeio.h (unicode_to_mb): New declaration.
10719
10720 2005-09-20  Derek Price  <derek@ximbiot.com>
10721
10722         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10723         getaddrinfo.h.
10724
10725 2005-09-20  Bruno Haible  <bruno@clisp.org>
10726
10727         * gnulib-tool: Remove trailing slashes from the values specified for
10728         --source-base, --m4-base, --tests-base, --aux-dir.
10729         Suggested by Simon Josefsson <jas@extundo.com>.
10730
10731 2005-09-20  Bruno Haible  <bruno@clisp.org>
10732
10733         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10734         func_modules_to_filelist, func_import, func_create_testdir): Make all
10735         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10736         change when gnulib-tool is invoked in a different locale.
10737
10738 2005-09-19  Simon Josefsson  <jas@extundo.com>
10739
10740         * m4/socklen.m4: Fix typo.
10741
10742 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10743
10744         Use a consistent style for including <config.h>.
10745         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10746         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10747         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10748         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10749         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10750         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10751         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10752         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10753         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10754         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10755         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10756         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10757         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10758         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10759         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10760         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10761         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10762         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10763         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10764         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10765         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10766         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10767         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10768         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10769         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10770         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10771         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10772         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10773         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10774         lib/xstrtoumax.c, lib/yesno.c:
10775         Standardize inclusion of config.h.
10776         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10777         lib/inttostr.h:  Removed inclusion of config.h from header files.
10778         * lib/inttostr.c:  Adjusted in-tree users.
10779         * lib/timespec.h: Remove superfluous warning to include config.h.
10780         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10781         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10782         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10783         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10784         config.h with HAVE_CONFIG_H.
10785
10786 2005-09-19  Jim Meyering  <jim@meyering.net>
10787
10788         * modules/pathmax (License): Change to LGPL.
10789
10790 2005-09-19  Derek Price  <derek@ximbiot.com>
10791
10792         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10793
10794 2005-09-19  Bruno Haible  <bruno@clisp.org>
10795
10796         * gnulib-tool (import): Provide default for --tests-base.
10797
10798 2005-09-19  Bruno Haible  <bruno@clisp.org>
10799
10800         * doc/quote.texi: New file, extracted from gnulib.texi.
10801         * doc/ctime.texi: New file, extracted from gnulib.texi.
10802         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10803         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10804         * doc/gnulib.texi: Include them.
10805
10806 2005-09-18  Bruno Haible  <bruno@clisp.org>
10807
10808         Portability fix.
10809         * gnulib-tool (func_readlink): New function.
10810         (func_ln_if_changed): Use it.
10811
10812 2005-09-18  Bruno Haible  <bruno@clisp.org>
10813
10814         * gnulib-tool: Support --with-tests also with --import.
10815         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10816         (func_import): Use variables $testsbase and $inctests. Emit a
10817         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10818         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10819         SUBDIRS += $testsdir.
10820         (func_create_testdir): Update.
10821
10822 2005-09-18  Bruno Haible  <bruno@clisp.org>
10823
10824         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10825         instead of $dry_run.
10826         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10827         (func_ln_if_changed): Don't handle dry-run here.
10828         (func_import): In dry-run mode, detect more precisely which actions
10829         would be performed, and don't use "...ing" verbs.
10830
10831 2005-09-18  Bruno Haible  <bruno@clisp.org>
10832
10833         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10834         (func_import): Use join on two temporary files instead of three nested
10835         loops, in order to determine which files are new or old.
10836
10837 2005-09-18  Bruno Haible  <bruno@clisp.org>
10838
10839         * gnulib-tool (func_import): Comment out code that spits out the
10840         new files with --dry-run.
10841
10842 2005-09-18  Bruno Haible  <bruno@clisp.org>
10843
10844         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10845
10846 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10847
10848         * lib/stat-time.h: New file.
10849         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10850         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10851         in a different way.
10852         (timespec_cmp): New function.
10853         * lib/utimecmp.c: Include stat-time.h.
10854         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10855         members exist, not on the obsolescent ST_MTIM_NSEC.
10856         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10857
10858 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10859
10860         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10861
10862 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10863
10864         * MODULES.html.sh (File system functions): Add stat-time.
10865         * modules/stat-time: New file.
10866         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10867         is now done in a different way, by the stat-time module.
10868         * modules/utimecmp (Depends-on): Add stat-time.
10869
10870 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10871
10872         * m4/st_mtim.m4: Remove.  Superseded by...
10873         * m4/stat-time.m4: New file.
10874         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10875         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10876
10877 2005-09-15  Derek Price  <derek@ximbiot.com>
10878
10879         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10880
10881 2005-09-15  Derek Price  <derek@ximbiot.com>
10882
10883         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10884         * lib/regex_internal.c: Ditto, using this...
10885         (__GNUC_PREREQ): ...new macro.
10886         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10887         using...
10888         (__GNUC_PREREQ): ...this new macro.
10889
10890         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10891
10892 2005-09-15  Derek Price  <derek@ximbiot.com>
10893             Paul Eggert  <eggert@cs.ucla.edu>
10894
10895         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10896         changes, consolidating in...
10897         * lib/regex_internal.h: ...this file.
10898
10899 2005-09-13  Jim Meyering  <jim@meyering.net>
10900
10901         * lib/canon-host.c: Filter through gnu indent and reword comments
10902         slightly.
10903         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10904
10905 2005-09-13  Derek Price  <derek@ximbiot.com>
10906
10907         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10908         failure.
10909         Reported by Jim Meyering  <jim@meyering.net>.
10910
10911 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10912
10913         * lib/base64.c: Typo.
10914         (base64_encode): Put b64str in initialized data section.
10915
10916 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10917
10918         Merge glibc and coreutils changes into gnulib, plus a few
10919         extra fixes.
10920         * lib/md5.c: Use #error rather than a string.
10921         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10922         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10923         (__attribute__): Define to empty for non recent-GCC.
10924         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10925         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10926         Renamed from their non-__ counterparts, with new macros replacing
10927         them if not _LIBC.  Add __THROW attribute.
10928         (rol): Remove.
10929         (struct md5_ctx): Align buffer if using GCC.
10930         * lib/sha1.h (struct sha1_ctx): Likewise.
10931         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10932         The old name was backwards.
10933         (NOTSWAP): Remove; not used.
10934         (rol): New macro, moved here from md5.h.
10935         (sha1_process_block): Remove a FIXME that doesn't make sense.
10936
10937 2005-09-12  Derek Price  <derek@ximbiot.com>
10938
10939         Return usable errors from canon-host.
10940         * lib/canon-host.h: New file.
10941         * lib/canon-host.c (canon_host): Wrap...
10942         (canon_host_r): ...this new function, which now relies exclusively on
10943         getaddrinfo.
10944         (ch_strerror): New function.
10945         (last_cherror): New global.
10946         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10947         interface.
10948         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10949         void *.
10950         (freeaddrinfo): Free ai->ai_canonname when set.
10951
10952 2005-09-12  Derek Price  <derek@ximbiot.com>
10953
10954         Make canon-host require getaddrinfo.
10955         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10956         AC_LIBSOURCE canon-host.h.  Call...
10957         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10958         gl_GETADDRINFO.
10959         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10960
10961 2005-09-12  Derek Price  <derek@ximbiot.com>
10962
10963         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10964         LGPL.
10965         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10966
10967 2005-09-12  Derek Price  <derek@ximbiot.com>
10968
10969         * lib/gai_strerror.c: Include config.h when available.  Include
10970         getaddrinfo.h before other headers to test interface.
10971         Reported by Larry Jones <lawrence.jones@ugs.com>.
10972
10973 2005-09-12  Derek Price  <derek@ximbiot.com>
10974             Paul Eggert  <eggert@cs.ucla.edu>
10975
10976         * modules/glob (Files): Add glob-libc.h.
10977
10978 2005-09-12  Derek Price  <derek@ximbiot.com>
10979             Paul Eggert  <eggert@cs.ucla.edu>
10980
10981         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10982         glob_.h, glob-libc.h.
10983         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10984
10985 2005-09-12  Derek Price  <derek@ximbiot.com>
10986             Paul Eggert  <eggert@cs.ucla.edu>
10987
10988         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10989         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10990         protecting things that should be done only in gnulib contexts.
10991         * lib/glob_.h: New file, containing only the glob things needed for
10992         gnulib.
10993         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10994         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10995         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10996         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10997         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10998         and to respect the namespace rules better.
10999
11000 2005-09-08  Simon Josefsson  <jas@extundo.com>
11001
11002         * modules/socklen: New file.
11003
11004 2005-09-08  Simon Josefsson  <jas@extundo.com>
11005
11006         * m4/socklen.m4: New file.
11007
11008 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11009
11010         * modules/utimens (Files): Add m4/utimbuf.m4, since
11011         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11012         Reported by Sergey Poznyakoff.
11013
11014 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11015
11016         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11017         definitions, since that's the preferred style in glibc.
11018         Fix a minor spacing issue, and update copyright notice to match
11019         glibc's.
11020
11021 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11022
11023         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11024
11025 2005-09-06  Simon Josefsson  <jas@extundo.com>
11026
11027         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11028         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11029
11030 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11031
11032         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11033         warning.
11034
11035 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11036
11037         * config/srclist.txt: Add glibc bug 1302.
11038
11039 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11040
11041         Change bitset word type from unsigned int to unsigned long int,
11042         as this has better performance on typical 64-bit hosts.
11043         Port bitset code to hosts with unusual word sizes.
11044         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11045         (build_collating_symbol):
11046         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11047         argument is a bitset.  This is merely a style issue, but it makes
11048         it clearer that an entire array is expected.
11049         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11050         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11051         Port to the case where bitset_word is not the same as unsigned int.
11052         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11053         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11054         Likewise.
11055         * lib/regexec.c (check_dst_limits_calc_pos_1,
11056         check_subexp_matching_top):
11057         (build_trtable, group_nodes_into_DFAstates):
11058         Likewise.
11059         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11060         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11061         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11062         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11063         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11064         * lib/regcomp.c (optimize_subexps, lower_subexp):
11065         Work even if bitset_word has holes in its bitwise representation.
11066         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11067         * lib/regexec.c (check_dst_limits_calc_pos_1,
11068         check_subexp_matching_top):
11069         Likewise.
11070         * lib/regex_internal.c (re_string_reconstruct):
11071         Don't assume UCHAR_MAX == 255.
11072         * lib/regex_internal.h (bitset_set_all): Likewise.
11073         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11074         All uses changed.
11075         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11076         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11077         All uses changed.
11078         (BITSET_WORD_MAX): New macro.
11079         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11080         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11081         (bitset_empty, bitset_copy):
11082         Prefer sizeof (bitset) to multiplying it out ourselves.
11083         (bitset_not_merge): Remove; unused.
11084         (bitset_contain): Return bool, not unsigned int with one bit on.
11085         All callers changed.
11086         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11087         alignment than re_node_set; do this by defining a new internal
11088         type struct dests_alloc and using it to allocate memory.
11089
11090 2005-09-05  Bruno Haible  <bruno@clisp.org>
11091
11092         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11093         links.
11094
11095 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11096
11097         * modules/size_max (Makefile.am): Add size_max.h
11098
11099 2005-09-04  Derek Price  <derek@ximbiot.com>
11100
11101         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11102
11103 2005-09-03  Simon Josefsson  <jas@extundo.com>
11104
11105         * gnulib-tool: Fix typo.
11106
11107 2005-09-03  Simon Josefsson  <jas@extundo.com>
11108
11109         * config/srclist.txt: Add glibc bug 1293.
11110
11111 2005-09-03  Derek Price  <derek@ximbiot.com>
11112
11113         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11114         From Larry Jones <lawrence.jones@ugs.com>.
11115
11116 2005-09-02  Simon Josefsson  <jas@extundo.com>
11117
11118         * modules/socklen: New file.
11119
11120 2005-09-02  Simon Josefsson  <jas@extundo.com>
11121
11122         * modules/havelib: New module.
11123
11124         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11125         Use havelib.
11126
11127 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11128
11129         Check for arithmetic overflow when calculating sizes, to prevent
11130         some buffer-overflow issues.  These patches are conservative, in the
11131         sense that when I couldn't determine whether an overflow was possible,
11132         I inserted a run-time check.
11133         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11134         macros.
11135         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11136         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11137         (re_xnrealloc, re_x2nrealloc): New inline functions.
11138         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11139         parse_bracket_exp):
11140         (build_equiv_class, build_charclass): Check for arithmetic overflow
11141         in size expression calculations.
11142         * lib/regex_internal.c (re_string_realloc_buffers):
11143         (build_wcs_upper_buffer, re_node_set_add_intersect):
11144         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11145         (re_dfa_add_node, register_state): Likewise.
11146         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11147         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11148         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11149         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11150
11151 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11152
11153         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11154         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11155
11156 2005-09-02  Bruno Haible  <bruno@clisp.org>
11157
11158         Support for lib vs. lib64 distinction on biarch platforms.
11159         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11160         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11161         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11162
11163 2005-09-02  Bruno Haible  <bruno@clisp.org>
11164
11165         * gnulib-tool (import): In the other first-use case, provide defaults
11166         as well.
11167
11168 2005-09-02  Bruno Haible  <bruno@clisp.org>
11169
11170         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11171         patches not yet found in the latest gettext release.
11172
11173 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11174
11175         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11176         to avoid a collision with bits/local_lim.h in glibc.
11177         All uses changed.  Problem reported by Dmitry V. Levin in
11178         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11179
11180         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11181         bugs in int versus size_t comparisons.
11182         (re_string_context_at): Fix bug where the code assumed that
11183         Idx is signed.
11184
11185         Use bool where appropriate.
11186         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11187         All callers changed.
11188         (calc_eclosure_iter): Likewise, for ROOT arg.
11189         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11190         (build_charclass_op): Likewise, for NON_MATCH arg.
11191         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11192         (re_string_construct_common): Likewise, for ICASE arg.
11193         * lib/regexec.c (re_search_2_stub, re_search_stub):
11194         Likewise, for RET_LEN arg.
11195         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11196         (set_regs): Likewise, for FL_BACKTRACK arg.
11197         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11198         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11199         (calc_eclosure_iter, parse_bracket_exp):
11200         Use bool for internal variables that are booleans.
11201         * lib/regexec.c (re_search_internal, check_matching,
11202         proceed_next_node):
11203         (set_regs, build_sifted_states, sift_states_bkref):
11204         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11205         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11206         (find_collation_sequence_value):
11207         Likewise.
11208         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11209         (re_node_set_compare):
11210         Return bool, not int. All callers changed.
11211         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11212         (build_trtable, check_node_accept): Likewise.
11213         * lib/regex_internal.h: Include stdbool.h.
11214
11215         Fix bugs uncovered when converting to bool.
11216         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11217         failure instead of charging ahead blindly.
11218         * lib/regex_internal.c (register_state): Likewise.
11219         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11220         for freeing internal storage.
11221         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11222         bitset pieces used as boolean, to avoid undefined behavior
11223         on hosts that do int overflow checking.
11224
11225 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11226
11227         * config/srclist.txt: Add glibc bugs 1285-1287.
11228
11229 2005-09-01  Jim Meyering  <jim@meyering.net>
11230
11231         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11232         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11233         Require gl_STAT_MACROS, too.
11234
11235 2005-09-01  Bruno Haible  <bruno@clisp.org>
11236
11237         * gnulib-tool (import): In the first-use case, provide defaults.
11238
11239 2005-09-01  Bruno Haible  <bruno@clisp.org>
11240
11241         * gnulib-tool (func_import): Remove the .tmp files.
11242
11243 2005-09-01  Bruno Haible  <bruno@clisp.org>
11244
11245         * gnulib-tool (func_import): Fix handling of symbolic links.
11246
11247 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11250         old glibc regex code mishandles strings longer than 2**31 bytes.
11251         This patch fixes this when the regex code is used in gnulib
11252         (i.e., outside glibc).
11253
11254         This patch should not affect the use of the regex code inside
11255         glibc.  No doubt this problem also needs to be handled for glibc
11256         as well, but the result will be an incompatible change to the
11257         glibc ABI, and the old ABI will have to be supported too.  That
11258         can be the the subject for another patch.
11259
11260         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11261         governing whether the rest of this patch is active.  By default,
11262         the macro is disabled and the patch has no effect.
11263         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11264         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11265         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11266         (re_match_2, re_set_registers): Use the new types.
11267         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11268         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11269         New macros.
11270         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11271         (re_string_context_at, bin_tree_t, re_dfastate_t):
11272         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11273         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11274         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11275         (re_string_char_size_at, re_string_wchar_at):
11276         (re_string_elem_size_at):
11277         Use the new types and macros to port to 64-bit hosts.
11278         Use unsigned types for internal values, so that the code
11279         mostly works even for arrays larger than SSIZE_MAX.
11280         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11281         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11282         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11283         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11284         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11285         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11286         (calc_inveclosure, parse_dup_op, build_range_exp):
11287         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11288         (fetch_number, create_token_tree, mark_opt_subexp):
11289         Likewise.
11290         * lib/regex_internal.c (re_string_construct_common,
11291         create_ci_newstate):
11292         (create_cd_newstate, re_string_allocate, re_string_construct):
11293         (re_string_realloc_buffers, build_wcs_upper_buffer):
11294         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11295         (re_string_reconstruct, re_string_peek_byte_case):
11296         (re_string_fetch_byte_case, re_string_context_at):
11297         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11298         (re_node_set_init_copy, re_node_set_add_intersect):
11299         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11300         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11301         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11302         (re_acquire_state, re_acquire_state_context, register_state):
11303         Likewise.
11304         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11305         search_cur_bkref_entry):
11306         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11307         (re_search_internal, re_search_2_stub, re_search_stub)
11308         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11309         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11310         (update_cur_sifted_state, check_dst_limits):
11311         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11312         (check_subexp_limits, sift_states_bkref, merge_state_array):
11313         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11314         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11315         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11316         (expand_bkref_cache, check_node_accept_bytes):
11317         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11318         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11319         (acquire_init_state_context, check_halt_node_context):
11320         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11321         (sift_states_backward, clean_state_log_if_needed):
11322         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11323         (find_recover_state, transit_state_sb, transit_state_mb):
11324         (transit_state_bkref, build_trtable, match_ctx_clean):
11325         Likewise.
11326         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11327         to work around an assumption that REG_MISSING is negative.
11328
11329         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11330         (seek_collating_symbol_entry) [defined _LIBC]:
11331         (lookup_collation_sequence_value) [defined _LIBC]:
11332         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11333         Use prototypes rather than old-style function definitions.
11334         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11335         (transit_state_sb) [0]:
11336         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11337
11338         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11339         rm_eo.
11340
11341         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11342         (optimize_subexps, lower_subexp):
11343         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11344         since the signed shift might overflow.  Use 1u<<31 instead.
11345         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11346         Likewise.
11347         * lib/regexec.c (check_dst_limits_calc_pos_1,
11348         check_subexp_matching_top): Likewise.
11349
11350         * lib/regcomp.c (optimize_subexps, lower_subexp):
11351         Use CHAR_BIT rather than 8, for clarity.
11352         * lib/regexec.c (check_dst_limits_calc_pos_1):
11353         (check_subexp_matching_top): Likewise.
11354         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11355         have to worry about portability issues when shifting it left.
11356         Remove no-longer-needed test for table_size > 0.
11357         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11358         in a word, as the resulting behavior is undefined.
11359         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11360         in one case, a <= should have been an <, and in another case the
11361         whole test was missing.
11362         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11363         the standard name CHAR_BIT.
11364         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11365         this is not true on one's complement and signed-magnitude hosts.
11366
11367         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11368         next_last_offset.
11369         (struct re_dfa_t): Remove unused member states_alloc.
11370         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11371
11372 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11373
11374         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11375         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11376         and large-file glibc and in 32-bit large-file Solaris.
11377
11378 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11379
11380         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11381         lengths fit in regoff_t; this isn't true if regoff_t is the same
11382         width as size_t.
11383         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11384         (= START + RANGE) instead of RANGE.  This avoids overflow
11385         problems when regoff_t is the same width as size_t.
11386         All callers changed.
11387         (re_search_2_stub): Check for overflow when adding the
11388         sizes of the two strings.
11389         (re_search_stub): Check for overflow when adding START
11390         to RANGE; if it occurs, substitute the extreme value.
11391
11392 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11393
11394         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11395
11396 2005-08-31  Jim Meyering  <jim@meyering.net>
11397
11398         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11399         a pointer-to-const.
11400         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11401         (register_state): Likewise.
11402         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11403         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11404         (group_nodes_into_DFAstates): Likewise.
11405
11406 2005-08-31  Jim Meyering  <jim@meyering.net>
11407
11408         * check-module: Add a FIXME comment.
11409
11410 2005-08-31  Eric Blake  <ebb9@byu.net>
11411
11412         * modules/unistd-safer (Files): Add unistd--.h.
11413         * modules/stdio-safer (Files): Add stdio--.h.
11414
11415 2005-08-31  Derek Price  <derek@ximbiot.com>
11416
11417         * lib/getdelim.c (getdelim): Return EOF on EOF.
11418         Reported by Larry Jones <lawrence.jones@ugs.com>.
11419
11420 2005-08-31  Bruno Haible  <bruno@clisp.org>
11421
11422         Avoid unnecessary diffs in the generated lib/Makefile.am.
11423         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11424         the generated files.
11425         (func_import): Don't set cmd.
11426
11427 2005-08-31  Bruno Haible  <bruno@clisp.org>
11428
11429         * lib/strstr.c: Include <stddef.h>, for NULL.
11430         * lib/strcasestr.c: Likewise.
11431         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11432
11433 2005-08-31  Bruno Haible  <bruno@clisp.org>
11434
11435         * gnulib-tool: New option --macro-prefix.
11436         (func_import): Use macro_prefix.
11437         (import): Handle option --macro-prefix.
11438
11439 2005-08-31  Bruno Haible  <bruno@clisp.org>
11440
11441         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11442         Also use new variables cached_lgpl, cached_libtool.
11443
11444 2005-08-31  Bruno Haible  <bruno@clisp.org>
11445
11446         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11447         always instantiating them.
11448
11449 2005-08-31  Bruno Haible  <bruno@clisp.org>
11450
11451         * gnulib-tool (func_import): Read the previous cached settings
11452         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11453         earlier added by gnulib but are now dropped. Warn when a gnulib file
11454         overwrites a non-gnulib file.
11455
11456 2005-08-31  Bruno Haible  <bruno@clisp.org>
11457
11458         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11459         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11460         projects that don't keep autogenerated files in CVS. Put into
11461         actioncmd only the specified modules, not the transitive closure.
11462
11463 2005-08-31  Bruno Haible  <bruno@clisp.org>
11464
11465         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11466         Create directories that shall be filled.
11467         (import): Don't look for gl_* macros in configure.ac. Recurse across
11468         all directories containing a gnulib-cache.m4 files, if meaningful.
11469
11470 2005-08-31  Bruno Haible  <bruno@clisp.org>
11471
11472         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11473         (import): Set seen_libtool when we see gl_LIBTOOL.
11474
11475 2005-08-31  Bruno Haible  <bruno@clisp.org>
11476
11477         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11478         declaration macro definitions from generated gnulib.m4.
11479
11480 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11481
11482         * lib/iconvme.h: Add prototype for iconv_alloc.
11483
11484 2005-08-29  Simon Josefsson  <jas@extundo.com>
11485
11486         * lib/iconvme.c: Fix errno.
11487
11488 2005-08-29  Bruno Haible  <bruno@clisp.org>
11489
11490         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11491         that it works when the directory contains spaces.
11492
11493 2005-08-29  Bruno Haible  <bruno@clisp.org>
11494
11495         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11496
11497 2005-08-29  Bruno Haible  <bruno@clisp.org>
11498
11499         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11500         Emit more advice.
11501
11502 2005-08-29  Bruno Haible  <bruno@clisp.org>
11503         and Stepan Kasal  <kasal@ucw.cz>
11504
11505         * check-module: If more parameters are given, check each of them
11506         separately; add more exceptions, as noted by Jim Meyering.
11507         (check_module): New procedure.
11508         (%exempt_header): Now contains all exceptions.
11509
11510 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11511
11512         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11513
11514 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11515
11516         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11517
11518 2005-08-28  Bruno Haible  <bruno@clisp.org>
11519
11520         * m4/gnulib-tool.m4: New file.
11521
11522 2005-08-27  Jim Meyering  <jim@meyering.net>
11523
11524         * modules/unistd-safer (Files): Add pipe-safer.c.
11525         * modules/fcntl-safer (Files): Add creat-safer.c.
11526
11527 2005-08-27  Jim Meyering  <jim@meyering.net>
11528
11529         * m4/stdlib-safer.m4: New file.  From coreutils.
11530         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11531         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11532         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11533         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11534         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11535
11536 2005-08-27  Jim Meyering  <jim@meyering.net>
11537
11538         * lib/fopen-safer.c: Merge minor changes from coreutils.
11539         * lib/dup-safer.c: Likewise.
11540         * lib/fd-safer.c: Likewise.
11541
11542         Merge from coreutils.
11543         * lib/stdio--.h: New file.
11544         * lib/stdlib--.h: New file.
11545         * lib/mkstemp-safer.c: New file.
11546
11547         GNU tar needs these.
11548         * lib/pipe-safer.c: New file.
11549         * lib/creat-safer.c: New file.
11550         * lib/fcntl--.h (creat): Define to creat_safer.
11551         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11552         * lib/unistd--.h (pipe): Define to pipe_safer.
11553         * lib/unistd-safer.h: Declare pipe_safer.
11554
11555 2005-08-26  Simon Josefsson  <jas@extundo.com>
11556
11557         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11558         Haible <bruno@clisp.org>.
11559
11560 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11561
11562         * lib/regex_internal.h: Remove all references to
11563         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11564         or better.
11565         (bitset_not, bitset_merge, bitset_not_merge):
11566         (bitset_mask, re_string_allocate, re_string_construct):
11567         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11568         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11569         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11570         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11571         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11572         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11573         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11574         (re_acquire_state_context):
11575         Remove unnecessary forward decls.
11576         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11577         Put __attribute at function definition,
11578         now that the function decl has been removed.
11579         * lib/regex_internal.c (re_string_peek_byte_case):
11580         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11581         Likewise.
11582
11583 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11584
11585         * m4/regex.m4: Add AC_PREREQ(2.50).
11586         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11587
11588 2005-08-25  Simon Josefsson  <jas@extundo.com>
11589
11590         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11591         __fsetlocking.
11592
11593 2005-08-25  Simon Josefsson  <jas@extundo.com>
11594
11595         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11596         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11597         GLIBC specific code.
11598
11599 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11600
11601         Make regex safe for g++.  This fixes one real bug (an "err"
11602         that should have been "*err").  g++ problem reported by
11603         Sam Steingold.
11604         * lib/regex_internal.h (re_calloc): New macro, consistent with
11605         re_malloc etc.  All callers of calloc changed to use re_calloc.
11606         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11607         not int.  All callers changed.
11608         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11609         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11610         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11611         (find_recover_state): Change "err" to "*err"; this fixes what
11612         appears to be a real bug.
11613         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11614         versus int.
11615
11616 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11617
11618         * modules/regex (Depends-on): Add malloc, since the code
11619         assumes that !malloc(0) means failure.
11620
11621 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11622
11623         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11624
11625         alloca modernization/simplification for regex.
11626         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11627         needs to be at the start of the file, and can be moved into
11628         regex_internal.h and simplified.
11629         * lib/regex_internal.h: Include <alloca.h>.
11630         (__libc_use_alloca) [!defined _LIBC]: New macro.
11631         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11632         now works outside glibc.
11633
11634 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11635
11636         * config/srclist.txt: Add glibc bugs 1241, 1245.
11637
11638 2005-08-25  Jim Meyering  <jim@meyering.net>
11639
11640         * lib/open-safer.c: Include <config.h>.
11641         Otherwise, we'd lose LARGEFILE support in any file using
11642         e.g. "fcntl--.h"
11643
11644 2005-08-25  Bruno Haible  <bruno@clisp.org>
11645
11646         * m4/minmax.m4: Require autoconf 2.52.
11647         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11648         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11649         alternatives of translit over the alphabet.
11650         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11651
11652 2005-08-24  Simon Josefsson  <jas@extundo.com>
11653
11654         * tests/test-getpass.c: New file.
11655
11656 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11657
11658         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11659         for GNU regex features.
11660
11661 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11662
11663         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11664         * lib/regex.h (regerror): Likewise.
11665
11666         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11667         requires this.  (The code never needed it.)
11668
11669         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11670         All uses of recently-renamed identifiers changed to use the new,
11671         POSIX-compliant names.  The code will build and run just fine
11672         without these changes, but it's better to eat our own dog food
11673         and use the standard-conforming names.
11674
11675         * lib/regex.h: Fix a multitude of POSIX name space violations.
11676         These changes have an effect only for programs that define
11677         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11678         do not change anything for programs compiled in the normal way.
11679         Also, there is no effect on the ABI.
11680
11681         (_REGEX_SOURCE): New macro.
11682         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11683         defined and _GNU_SOURCE is not; this fixes a name space violation.
11684
11685         Rename the following macros to obey POSIX requirements.
11686         The old names are still visible as macros if _REGEX_SOURCE is defined.
11687         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11688         RE_BACKSLASH_ESCAPE_IN_LISTS.
11689         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11690         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11691         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11692         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11693         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11694         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11695         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11696         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11697         (REG_INTERVALS): renamed from RE_INTERVALS.
11698         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11699         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11700         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11701         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11702         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11703         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11704         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11705         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11706         RE_UNMATCHED_RIGHT_PAREN_ORD.
11707         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11708         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11709         (REG_DEBUG): renamed from RE_DEBUG.
11710         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11711         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11712         unusual, since we can't clash with the POSIX REG_ICASE.
11713         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11714         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11715         (REG_NO_SUB): renamed from RE_NO_SUB.
11716         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11717         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11718         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11719         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11720         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11721         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11722         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11723         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11724         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11725         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11726         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11727         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11728         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11729         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11730         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11731         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11732         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11733         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11734         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11735         (REG_FIXED): Renamed from REGS_FIXED.
11736         (REG_NREGS): Renamed from RE_NREGS.
11737
11738         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11739         of other REG_* macros, since POSIX says the user is allowed to
11740         #undef these macros selectively.
11741
11742         (reg_errcode_t): Update comment stating what other tables need
11743         to be consistent.
11744
11745         Rename the following enum values to obey POSIX requirements.
11746         The old names are still visible as macros.
11747         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11748         is not defined, since GNU is supposed to be a superset of POSIX as
11749         much as possible, and since we want reg_errcode_t to be a signed
11750         type for implementation consistency.
11751         (_REG_NOERROR): Renamed from REG_NOERROR.
11752         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11753         (_REG_BADPAT): Renamed from REG_BADPAT.
11754         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11755         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11756         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11757         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11758         (_REG_EBRACK): Renamed from REG_EBRACK.
11759         (_REG_EPAREN): Renamed from REG_EPAREN.
11760         (_REG_EBRACE): Renamed from REG_EBRACE.
11761         (_REG_BADBR): Renamed from REG_BADBR.
11762         (_REG_ERANGE): Renamed from REG_ERANGE.
11763         (_REG_ESPACE): Renamed from REG_ESPACE.
11764         (_REG_BADRPT): Renamed from REG_BADRPT.
11765         (_REG_EEND): Renamed from REG_EEND.
11766         (_REG_ESIZE): Renamed from REG_ESIZE.
11767         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11768         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11769         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11770         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11771         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11772
11773         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11774         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11775         changed.  But support the old name if the new one is not defined
11776         and if _REGEX_SOURCE.
11777
11778         Change the following member names in struct re_pattern_buffer.
11779         The old names are still supported if !_REGEX_SOURCE.
11780         The new names are always supported, regardless of _REGEX_SOURCE.
11781         (re_buffer): Renamed from buffer.
11782         (re_allocated): Renamed from allocated.
11783         (re_used): Renamed from used.
11784         (re_syntax): Renamed from syntax.
11785         (re_fastmap): Renamed from fastmap.
11786         (re_translate): Renamed from translate.
11787         (re_can_be_null): Renamed from can_be_null.
11788         (re_regs_allocated): Renamed from regs_allocated.
11789         (re_fastmap_accurate): Renamed from fastmap_accurate.
11790         (re_no_sub): Renamed from no_sub.
11791         (re_not_bol): Renamed from not_bol.
11792         (re_not_eol): Renamed from not_eol.
11793         (re_newline_anchor): Renamed from newline_anchor.
11794
11795         Change the following member names in struct re_registers.
11796         The old names are still supported if !_REGEX_SOURCE.
11797         The new names are always supported, regardless of _REGEX_SOURCE.
11798         (rm_num_regs): Renamed from num_regs.
11799         (rm_start): Renamed from start.
11800         (rm_end): Renamed from end.
11801
11802         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11803         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11804         Prepend __ to parameter names.
11805
11806         Undo yesterday's changes.
11807
11808 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11809
11810         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11811         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11812         lib/regex.c.
11813
11814 2005-08-24  Jim Meyering  <jim@meyering.net>
11815
11816         Sync from coreutils.
11817         * m4/fcntl-safer.m4: New file.
11818
11819         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11820         and object files for this module.
11821
11822 2005-08-24  Jim Meyering  <jim@meyering.net>
11823
11824         Sync from coreutils.
11825         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11826
11827 2005-08-24  Jim Meyering  <jim@meyering.net>
11828
11829         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11830         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11831
11832 2005-08-24  Jim Meyering  <jim@meyering.net>
11833
11834         * modules/fcntl-safer: New module.
11835         * modules/fts (Depends-on): Add fcntl-safer.
11836         * MODULES.html.sh (File descriptor based Input/Output):
11837         Add fcntl-safer.
11838
11839 2005-08-24  Bruno Haible  <bruno@clisp.org>
11840
11841         Support for unit test modules.
11842         * modules/README: Mention tests modules.
11843         * modules/TEMPLATE-TESTS: New file.
11844         * gnulib-tool: New options --extract-tests-module, --with-tests and
11845         --tests-base (unused for the moment).
11846         (testsbase, inctests): New variables.
11847         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11848         (func_verify_module): Exclude TEMPLATE-TESTS.
11849         (func_verify_nontests_module, func_verify_tests_module): New functions.
11850         (func_get_dependencies): Add implicit dependency for tests modules.
11851         (func_get_tests_module): New function.
11852         (func_modules_transitive_closure): When --with-tests was specified,
11853         include the unit tests as well, unless explicitly avoided.
11854         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11855         (func_emit_tests_Makefile_am): New function.
11856         (func_create_testdir): When --with-tests was specified, emit a
11857         tests/ directory.
11858         * MODULES.html.sh (Future developments): Update.
11859
11860 2005-08-24  Bruno Haible  <bruno@clisp.org>
11861
11862         * modules/tls-tests: New file.
11863         * tests/test-tls.c: New file, from GNU gettext.
11864
11865 2005-08-24  Bruno Haible  <bruno@clisp.org>
11866
11867         * modules/lock-tests: New file.
11868         * tests/test-lock.c: New file, from GNU gettext.
11869
11870 2005-08-24  Bruno Haible  <bruno@clisp.org>
11871
11872         * lib/lock.h: Add multiple inclusion guard.
11873         * lib/tls.h: Add multiple inclusion guard.
11874
11875 2005-08-24  Bruno Haible  <bruno@clisp.org>
11876
11877         * gnulib-tool: Add support for the --aux-dir option to
11878         --create-testdir, --create-megatestdir, --test, --megatest.
11879         (func_create_testdir, func_create_megatestdir): Optionally emit a
11880         AC_CONFIG_AUX_DIR directive.
11881         (create-testdir, create-megatestdir, test, megatest): Provide a
11882         default value for $auxdir.
11883
11884 2005-08-24  Bruno Haible  <bruno@clisp.org>
11885
11886         * gnulib-tool (import): Use compound statement instead of subshell
11887         where possible.
11888
11889 2005-08-24  Bruno Haible  <bruno@clisp.org>
11890
11891         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11892
11893 2005-08-24  Bruno Haible  <bruno@clisp.org>
11894
11895         * gnulib-tool (func_version): Update.
11896
11897 2005-08-24  Bruno Haible  <bruno@clisp.org>
11898
11899         * gnulib-tool (func_import, func_create_testdir,
11900         func_create_megatestdir): Quote all autoconf macro arguments.
11901
11902 2005-08-24  Bruno Haible  <bruno@clisp.org>
11903
11904         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11905         option --force, because --force causes the aclocal.m4 of each
11906         subdirectory to be newer than the corresponding config.h.in.
11907
11908 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11909
11910         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11911         All contents moved to gl_REGEX.
11912         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11913         assume that it does.
11914
11915 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11916
11917         * lib/regex.h (REG_NOSYS)
11918         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11919         Define, since POSIX requires it as of 2001.
11920         (_REG_ENOSYS)
11921         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11922         New private symbol, used to keep the enum signed in all cases.
11923         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11924         Youngman in
11925         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11926
11927         * lib/regex_internal.c (re_string_skip_chars, register_state):
11928         (calc_state_hash):
11929         Remove forward decls; no longer needed now that we use prototypes.
11930         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11931         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11932         (clean_state_log_if_needed): Likewise.
11933
11934 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11935
11936         * config/srclist.txt: Add glibc bugs 1231-1233.
11937
11938 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11939
11940         Fix problems reported by Sam Steingold in
11941         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11942         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11943         assumed that reg_errcode_t is a signed type, which is not
11944         necessarily true if _XOPEN_SOURCE is not defined.
11945         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11946         since some compilers warn about it otherwise.
11947
11948 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11949
11950         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11951         (init_word_char, create_initial_state, duplicate_node_closure):
11952         (fetch_token, peek_token_bracket, build_range_exp):
11953         (build_collating_symbol): Remove forward decls; no longer needed
11954         now that we use prototypes.
11955
11956         * lib/regcomp.c:
11957         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11958         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11959         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11960         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11961         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11962         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11963         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11964         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11965         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11966         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11967         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11968         (build_charclass, build_charclass_op, fetch_number, create_tree):
11969         (create_token_tree, mark_opt_subexp, duplicate_tree):
11970         Use prototypes rather than old-style definitions.
11971
11972         * lib/regex_internal.c:
11973         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11974         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11975         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11976         (re_string_reconstruct, re_string_peek_byte_case):
11977         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11978         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11979         (re_node_set_init_copy, re_node_set_add_intersect):
11980         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11981         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11982         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11983         (re_acquire_state, re_acquire_state_context, register_state):
11984         (create_ci_newstate, create_cd_newstate, free_state):
11985         Likewise.
11986         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11987         re_search_2):
11988         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11989         (re_search_internal, prune_impossible_nodes):
11990         (acquire_init_state_context, check_matching, static):
11991         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11992         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11993         (update_regs, sift_states_backward, build_sifted_states):
11994         (clean_state_log_if_needed, merge_state_array):
11995         (update_cur_sifted_state, add_epsilon_src_nodes):
11996         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11997         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11998         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11999         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12000         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12001         (check_arrival, check_arrival_add_next_nodes):
12002         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12003         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12004         (check_node_accept_bytes, check_node_accept, extend_buffers):
12005         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12006         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12007         (sift_ctx_init):
12008         Likewise.
12009
12010         * lib/regex_internal.h:
12011         (re_string_allocate, re_string_construct, re_string_reconstruct):
12012         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12013         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12014         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12015         (re_string_context_at, re_string_peek_byte_case):
12016         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12017         is defined, since we now use prototypes always.
12018
12019         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12020         C89 or better.  All uses removed.
12021
12022 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12023
12024         * config/srclist.txt: Add glibc bugs 1220-1227.
12025
12026 2005-08-20  Jim Meyering  <jim@meyering.net>
12027
12028         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12029         of unused local, dfa.
12030
12031 2005-08-20  Bruno Haible  <bruno@clisp.org>
12032
12033         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12034
12035 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12036
12037         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12038         (re_node_set_insert_last, re_dfa_add_node):
12039         Rename local variables to avoid GCC shadowing warnings.
12040
12041 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12042
12043         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12044         [defined lint]: Suppress bogus uninitialized-variable warnings.
12045
12046         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12047         and let the caller return REG_ESPACE if out of space.  This
12048         removes an uninitialied-variable warning with GCC 4.0.1, and also
12049         avoids taking the address of a local variable.  All callers
12050         changed.
12051
12052 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12053
12054         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12055         $LIBCSRC/posix/regexec.c.
12056         Add glibc bug 1217 for regcomp.c.
12057
12058 2005-08-19  Jim Meyering  <jim@meyering.net>
12059
12060         * lib/regexec.c (proceed_next_node): Redo local variables to
12061         avoid GCC shadowing warnings.
12062
12063 2005-08-18  Bruno Haible  <bruno@clisp.org>
12064
12065         * lib/strstr.c (strstr): Fix return value in multibyte case.
12066         * lib/strcasestr.c (strcasestr): Likewise.
12067
12068 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12069
12070         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12071
12072 2005-08-17  Jim Meyering  <jim@meyering.net>
12073
12074         Make the %s format (seconds since the epoch) work for a negative
12075         number and when used with a zero-padded field width, e.g. %015s.
12076
12077         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12078         label so that it precedes the code to set `digits'.  Otherwise,
12079         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12080         print `00-22'.  Now, it prints `-0022', as it should.
12081
12082 2005-08-17  Bruno Haible  <bruno@clisp.org>
12083
12084         * modules/strstr (Files): Add m4/mbrtowc.m4.
12085         (Depends-on): Add mbuiter.
12086
12087 2005-08-17  Bruno Haible  <bruno@clisp.org>
12088
12089         * modules/strcasestr: New file.
12090         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12091         strcasestr.
12092
12093 2005-08-17  Bruno Haible  <bruno@clisp.org>
12094
12095         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12096
12097 2005-08-17  Bruno Haible  <bruno@clisp.org>
12098
12099         * modules/mbuiter: New file.
12100         * MODULES.html.sh (Extended multibyte and wide character utilities):
12101         Add mbuiter.
12102
12103 2005-08-17  Bruno Haible  <bruno@clisp.org>
12104
12105         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12106         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12107
12108 2005-08-17  Bruno Haible  <bruno@clisp.org>
12109
12110         * m4/strcasestr.m4: New file.
12111
12112 2005-08-17  Bruno Haible  <bruno@clisp.org>
12113
12114         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12115         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12116
12117 2005-08-17  Bruno Haible  <bruno@clisp.org>
12118
12119         * lib/strcasestr.h: New file.
12120         * lib/strcasestr.c: New file.
12121
12122 2005-08-17  Bruno Haible  <bruno@clisp.org>
12123
12124         * lib/strcasecmp.c: Use mbuiter.h.
12125
12126 2005-08-17  Bruno Haible  <bruno@clisp.org>
12127
12128         * lib/mbuiter.h: New file.
12129
12130 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12131
12132         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12133         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12134         and gl_GETOPT are both invoked via different paths (as happens
12135         with GNU tar CVS because it uses both argp and getopt), the former
12136         wins.
12137
12138 2005-08-16  Bruno Haible  <bruno@clisp.org>
12139
12140         * modules/tls: New file.
12141         * MODULES.html.sh (Multithreading): Add tls.
12142
12143 2005-08-16  Bruno Haible  <bruno@clisp.org>
12144
12145         * modules/strnlen1: New file.
12146         * MODULES.html.sh (String handling): Add strnlen1.
12147
12148 2005-08-16  Bruno Haible  <bruno@clisp.org>
12149
12150         * modules/strcase (Files): Add m4/mbrtowc.m4.
12151         (Depends-on): Add strnlen1, mbchar.
12152
12153 2005-08-16  Bruno Haible  <bruno@clisp.org>
12154
12155         * modules/mbiter: New file.
12156         * MODULES.html.sh (Extended multibyte and wide character utilities):
12157         Add mbiter.
12158
12159 2005-08-16  Bruno Haible  <bruno@clisp.org>
12160
12161         * modules/mbfile: New file.
12162         * MODULES.html.sh (Extended multibyte and wide character utilities):
12163         Add mbfile.
12164
12165 2005-08-16  Bruno Haible  <bruno@clisp.org>
12166
12167         * modules/mbchar: New file.
12168         * MODULES.html.sh (Extended multibyte and wide character utilities):
12169         New section.
12170
12171 2005-08-16  Bruno Haible  <bruno@clisp.org>
12172
12173         * m4/tls.m4: New file, from GNU gettext.
12174
12175 2005-08-16  Bruno Haible  <bruno@clisp.org>
12176
12177         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12178         always.
12179         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12180
12181 2005-08-16  Bruno Haible  <bruno@clisp.org>
12182
12183         * m4/mbiter.m4: New file.
12184
12185 2005-08-16  Bruno Haible  <bruno@clisp.org>
12186
12187         * m4/mbfile.m4: New file.
12188
12189 2005-08-16  Bruno Haible  <bruno@clisp.org>
12190
12191         * m4/mbchar.m4: New file.
12192
12193 2005-08-16  Bruno Haible  <bruno@clisp.org>
12194
12195         * lib/tls.h: New file, from GNU gettext.
12196         * lib/tls.c: New file, from GNU gettext.
12197
12198 2005-08-16  Bruno Haible  <bruno@clisp.org>
12199
12200         * lib/strnlen1.h: New file.
12201         * lib/strnlen1.c: New file.
12202
12203 2005-08-16  Bruno Haible  <bruno@clisp.org>
12204
12205         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12206         (mbi_init): Update.
12207         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12208         NUL byte, not after it.
12209
12210 2005-08-16  Bruno Haible  <bruno@clisp.org>
12211
12212         * lib/strcase.h (strcasecmp): Add note in comments.
12213         * lib/strncasecmp.c: Use code from strcasecmp.c.
12214         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12215         (strcasecmp): Work correctly in multibyte locales.
12216
12217 2005-08-16  Bruno Haible  <bruno@clisp.org>
12218
12219         * lib/mbiter.h: New file.
12220
12221 2005-08-16  Bruno Haible  <bruno@clisp.org>
12222
12223         * lib/mbfile.h: New file.
12224
12225 2005-08-16  Bruno Haible  <bruno@clisp.org>
12226
12227         * lib/mbchar.h: New file.
12228         * lib/mbchar.c: New file.
12229
12230 2005-08-16  Bruno Haible  <bruno@clisp.org>
12231
12232         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12233         the valid ones. Makes the comparison operations transitive:
12234         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12235         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12236
12237 2005-08-15  Simon Josefsson  <jas@extundo.com>
12238
12239         * modules/ssize_t (License): Change to 'unlimited'.
12240
12241         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12242
12243 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12244
12245         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12246         Add comments for each pending glibc patch.
12247
12248 2005-08-15  Bruno Haible  <bruno@clisp.org>
12249
12250         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12251         __cplusplus is defined.
12252
12253 2005-08-14  Jim Meyering  <jim@meyering.net>
12254
12255         Sync from coreutils.
12256
12257         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12258         Use the hash-table-based cycle-detection code not just when
12259         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12260         Reported by James Youngman in
12261         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12262         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12263         FTS_TIGHT_CYCLE_CHECK.
12264         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12265         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12266         once again.
12267         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12268         * lib/fts.c (fd_safer): Remove decl.
12269         Include fcntl--.h rather than unistd-safer.h
12270         (fts_safe_changedir): Don't call fd_safer; no longer needed
12271         now that we include fcntl--.h.
12272
12273 2005-08-12  Simon Josefsson  <jas@extundo.com>
12274
12275         * modules/getndelim2: Use ssize_t module.
12276         * modules/getnline: Likewise.
12277         * modules/safe-read: Likewise.
12278         * modules/xreadlink: Likewise.
12279
12280         * modules/ssize_t: New file.
12281
12282 2005-08-12  Simon Josefsson  <jas@extundo.com>
12283
12284         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12285
12286 2005-08-12  Simon Josefsson  <jas@extundo.com>
12287
12288         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12289         ssize_t.
12290
12291 2005-08-12  Simon Josefsson  <jas@extundo.com>
12292
12293         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12294         readline, getdelim and check_version.
12295         (Support for systems lacking ISO C 99: Sizes of integer types):
12296         Add size_max.
12297
12298 2005-08-12  Bruno Haible  <bruno@clisp.org>
12299
12300         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12301
12302 2005-08-11  Simon Josefsson  <jas@extundo.com>
12303
12304         * modules/readline: New file.
12305
12306         * modules/strnlen (Files): Add strnlen.h.
12307
12308 2005-08-11  Simon Josefsson  <jas@extundo.com>
12309
12310         * m4/readline.m4: New file.
12311
12312 2005-08-11  Simon Josefsson  <jas@extundo.com>
12313
12314         * lib/readline.h, readline.c: New file.
12315
12316 2005-08-11  Simon Josefsson  <jas@extundo.com>
12317
12318         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12319         gl_AVOID.
12320
12321 2005-08-11  Bruno Haible  <bruno@clisp.org>
12322
12323         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12324
12325 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12326
12327         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12328
12329 2005-08-10  Simon Josefsson  <jas@extundo.com>
12330
12331         * tests/test-iconvme.c: New file.
12332
12333 2005-08-10  Simon Josefsson  <jas@extundo.com>
12334
12335         * m4/strnlen.m4: New file.
12336
12337         * m4/strndup.m4: Don't check for strnlen declaration, done in
12338         strnlen.m4.
12339
12340 2005-08-10  Simon Josefsson  <jas@extundo.com>
12341
12342         * lib/strndup.c: Use strnlen.h.
12343
12344         * lib/strnlen.h: New file.
12345
12346 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12347
12348         * README: Typos.
12349
12350 2005-08-02  Simon Josefsson  <jas@extundo.com>
12351
12352         * modules/readline: New file.
12353
12354 2005-08-02  Simon Josefsson  <jas@extundo.com>
12355
12356         * modules/getdelim: New file.
12357
12358         * modules/getline: Rewrite, don't use getndelim2.
12359
12360 2005-08-02  Simon Josefsson  <jas@extundo.com>
12361
12362         * m4/getline.m4: Separate out getdelim stuff into separate module.
12363
12364         * m4/getdelim.m4: New file.
12365
12366 2005-08-02  Simon Josefsson  <jas@extundo.com>
12367
12368         * lib/getline.h, getline.c: Rewrite.
12369
12370         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12371
12372 2005-07-31  Bruno Haible  <bruno@clisp.org>
12373
12374         * lib/lock.h (gl_lock_initializer): New macro.
12375         (gl_lock_define_initialized): Use it.
12376         (gl_rwlock_initializer): New macro.
12377         (gl_rwlock_define_initialized): Use it.
12378         (gl_recursive_lock_initializer): New macro.
12379         (gl_recursive_lock_define_initialized): Use it.
12380
12381 2005-07-30  Karl Berry  <karl@gnu.org>
12382
12383         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12384         Report from Ben Pfaff, regarding getopt.
12385
12386 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12387
12388         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12389         normal way.
12390         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12391         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12392         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12393         (gl_GETOPT): Use the new macros.  Most of the implementation
12394         is moved to the new macros.  This is for programs like Emacs
12395         that don't want all the functionality of gl_GETOPT.
12396
12397 2005-07-26  Bruno Haible  <bruno@clisp.org>
12398
12399         * m4/lock.m4: Update from GNU gettext.
12400
12401 2005-07-26  Bruno Haible  <bruno@clisp.org>
12402
12403         * lib/lock.h: Update from GNU gettext.
12404         * lib/lock.c: Update from GNU gettext.
12405
12406 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12407
12408         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12409         obsolescent AC_TRY_RUN.  Include the default includes files, for
12410         'exit'.
12411
12412 2005-07-24  Bruno Haible  <bruno@clisp.org>
12413
12414         * modules/visibility: New file.
12415         * MODULES.html.sh (Misc): Add visibility.
12416
12417 2005-07-24  Bruno Haible  <bruno@clisp.org>
12418
12419         * m4/visibility.m4: New file.
12420
12421 2005-07-24  Bruno Haible  <bruno@clisp.org>
12422
12423         * doc/visibility.texi: New file.
12424
12425 2005-07-22  Bruno Haible  <bruno@clisp.org>
12426
12427         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12428         $(ALLOCA_H), redundant through BUILT_SOURCES.
12429         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12430         redundant through BUILT_SOURCES.
12431         * modules/byteswap (Makefile.am): Remove explicit dependency on
12432         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12433         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12434         $(FNMATCH_H), redundant through BUILT_SOURCES.
12435         * modules/getopt (Makefile.am): Remove explicit dependency on
12436         $(GETOPT_H), redundant through BUILT_SOURCES.
12437         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12438         redundant through BUILT_SOURCES.
12439         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12440         redundant through BUILT_SOURCES.
12441         * modules/stdbool (Makefile.am): Remove explicit dependency on
12442         $(STDBOOL_H), redundant through BUILT_SOURCES.
12443         * modules/stdint (Makefile.am): Remove explicit dependency on
12444         $(STDINT_H), redundant through BUILT_SOURCES.
12445         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12446         Remove explicit dependency on $(SYSEXITS_H).
12447         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12448
12449 2005-07-18  Simon Josefsson  <jas@extundo.com>
12450
12451         * lib/check-version.c (check_version): Accept identical versions too.
12452
12453 2005-07-18  Bruno Haible  <bruno@clisp.org>
12454
12455         * modules/lock: New file.
12456         * MODULES.html.sh (Multithreading): New section.
12457
12458 2005-07-18  Bruno Haible  <bruno@clisp.org>
12459
12460         * m4/lock.m4: New file, from GNU gettext.
12461
12462 2005-07-18  Bruno Haible  <bruno@clisp.org>
12463
12464         * lib/lock.h: New file, from GNU gettext.
12465         * lib/lock.c: New file, from GNU gettext.
12466
12467 2005-07-18  Bruno Haible  <bruno@clisp.org>
12468
12469         * lib/lock.h (gl_once_t): New type.
12470         (gl_once_define, gl_once): New macros.
12471         * lib/lock.c (fresh_once): New variable.
12472         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12473         functions.
12474
12475 2005-07-16  Simon Josefsson  <jas@extundo.com>
12476
12477         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12478         workaround, suggested by Bruno.
12479
12480 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12481
12482         * modules/xalloc (Depends-on): Add xalloc-die.
12483         * modules/xvasprintf (Depends-on): Add xalloc-die.
12484
12485 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12486
12487         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12488         with a minor change.
12489
12490 2005-07-15  Bruno Haible  <bruno@clisp.org>
12491
12492         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12493         When using lib/poll.c, define poll as rpl_poll.
12494
12495 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12496
12497         * modules/argp (Depends-on): Remove unlocked-io.
12498
12499 2005-07-14  Derek Price  <derek@ximbiot.com>
12500
12501         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12502         for glob symlink bug.
12503
12504 2005-07-14  Bruno Haible  <bruno@clisp.org>
12505
12506         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12507         Instead, test for *_unlocked function declarations directly.
12508
12509 2005-07-11  Simon Josefsson  <jas@extundo.com>
12510
12511         * modules/size_max: New file.
12512
12513         * modules/xsize: Depend on size_max module for size_max.m4.
12514
12515 2005-07-11  Simon Josefsson  <jas@extundo.com>
12516
12517         * lib/size_max.h: New file.
12518
12519 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12522         copyright symbol and the year.
12523         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12524         (version_etc_va): Use parameterized copyright notice.
12525         Reword to conform to the current GNU coding standards.
12526
12527 2005-07-11  Karl Berry  <karl@gnu.org>
12528
12529         * doc/gnulib.texi (Quoting): new node.
12530         (Initial import): more info, from Patrice.
12531
12532 2005-07-11  Bruno Haible  <bruno@clisp.org>
12533
12534         * gnulib-tool (func_usage): Document option --avoid.
12535         (Command line options): Handle --avoid.
12536         (func_acceptable): New function.
12537         (func_modules_transitive_closure): Use it.
12538
12539 2005-07-11  Bruno Haible  <bruno@clisp.org>
12540
12541         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12542         Reported by Jim Meyering.
12543
12544 2005-07-10  Bruno Haible  <bruno@clisp.org>
12545
12546         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12547         Needed when size_t is smaller than 'unsigned int'.
12548         Reported by Paul Eggert.
12549
12550 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12551
12552         * modules/argp (Depends-on): Add unlocked-io
12553
12554 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12555
12556         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12557         block of defines.
12558
12559 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12560
12561         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12562         fix now.
12563
12564 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12565         and Paul Eggert  <eggert@cs.ucla.edu>
12566
12567         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12568         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12569
12570 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12571
12572         * modules/regex (Files): Add lib/regex_internal.c,
12573         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12574         (Depends-on): Add extensions.
12575         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12576
12577 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12578
12579         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12580         pathconf.
12581         * m4/same.m4 (gl_SAME): Likewise.
12582         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12583
12584         * m4/regex.m4: Adjust to new libc regex implementation.
12585         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12586         all the .c and .h parts of (the new) regex.
12587         Quote the m4 stuff better.
12588         Check for RE_ICASE bug of old gnulib.
12589         Check for REG_STARTEND of recent libc.
12590         Rename local variables from jm_* to gl_*.
12591         Quote operand of "test -f".
12592         Say "recent enough" version of libc, not "version 2".
12593         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12594         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12595         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12596         Remove check for btowc, isascii.
12597         Require AM_LANGINFO_CODESET.
12598
12599 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12600
12601         * lib/regex.c, regex.h: Sync from libc.
12602         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12603         * lib/regexec.c:
12604         New files, synced from libc, except that regex_internal.h
12605         currently has a small porting fix.
12606
12607 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12608
12609         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12610         regex_internal.c, regexec.c.
12611         Add regex_internal.h too, but as a comment, since the libc version
12612         is currently broken in gnulib mode.
12613
12614 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12615
12616         Support programs like Emacs that use gnulib but not gettext.
12617         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12618         * modules/gettext-h: New file.
12619         * modules/gettext (Files): Remove lib/gettext.h.
12620         (Depends-on): Add gettext-h.
12621         (Makefile.am): Remove lib_SOURCES.
12622         * modules/argmatch, modules/c-stack, modules/closeout:
12623         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12624         * modules/execute, modules/file-type, modules/getaddrinfo:
12625         * modules/getopt, modules/human, modules/javacomp:
12626         * modules/javaexec, modules/mkdir-p, modules/obstack:
12627         * modules/openat, modules/pagealign_alloc, modules/pipe:
12628         * modules/quotearg, modules/regex, modules/rpmatch:
12629         * modules/unicodeio, modules/userspec, modules/version-etc:
12630         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12631         * modules/xsetenv:
12632         Depend on gettext-h, not gettext.
12633
12634 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12635
12636         * gnulib-tool (func_import): Add support for 'public domain' license.
12637         * modules/alloca, modules/atexit, modules/memmove:
12638         Now public domain, not GPL.
12639         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12640         * modules/realloc, modules/strerror, modules/strtod:
12641         Now LGPL, not GPL.
12642
12643 2005-07-05  Bruno Haible  <bruno@clisp.org>
12644
12645         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12646         autoconf CVS. Needed for mingw.
12647
12648 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12649
12650         Remove the dependency of the strftime module on the tzset module.
12651         * modules/strftime (Depends-on): Remove dependency on tzset.
12652
12653 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12654
12655         Remove the dependency of the strftime module on the tzset module.
12656         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12657         gl_FUNC_TZSET_CLOBBER.
12658
12659 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12660
12661         Remove the dependency of the strftime module on the tzset module.
12662         * lib/strftime.c (my_strftime)
12663         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12664         Copy the input structure, to work around some of the bug with
12665         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12666         Solaris releases, you should also use the tzset module, but we won't
12667         require it as a dependency any more since we don't want LGPLed code
12668         to depend on GPLed code.
12669
12670 2005-07-02  Jim Meyering  <jim@meyering.net>
12671
12672         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12673         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12674         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12675         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12676
12677 2005-07-02  Jim Meyering  <jim@meyering.net>
12678
12679         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12680
12681 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12682
12683         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12684         declares only 'struct timespec;' (!).
12685
12686 2005-07-01  Jim Meyering  <jim@meyering.net>
12687
12688         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12689         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12690         * lib/save-cwd.c, tempname.c:
12691         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12692         and don't include <sys/file.h>).
12693
12694 2005-06-29  Jim Meyering  <jim@meyering.net>
12695
12696         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12697         type name.  Use the variable name instead.
12698         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12699         Likewise.
12700
12701 2005-06-28  Simon Josefsson  <jas@extundo.com>
12702
12703         * modules/check-version (Files): Add check-version.m4.
12704
12705 2005-06-28  Simon Josefsson  <jas@extundo.com>
12706
12707         * m4/check-version.m4: New file, suggested by Jim Meyering
12708         <jim@meyering.net>.
12709
12710 2005-06-28  Simon Josefsson  <jas@extundo.com>
12711
12712         * lib/check-version.h, lib/check-version.c: New files.
12713
12714 2005-06-28  Simon Josefsson  <jas@extundo.com>
12715
12716         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12717         collision with global variable.  Better indentation.  Don't
12718         increment buffer pointer beyond buffer end.  Based on comments
12719         from Paul Eggert <eggert@cs.ucla.edu>.
12720
12721         * lib/base64.h: Indent.
12722
12723 2005-06-28  Simon Josefsson  <jas@extundo.com>
12724
12725         * doc/gnulib.texi (Library version handling): New section.
12726
12727 2005-06-28  Jim Meyering  <jim@meyering.net>
12728
12729         * check-module (find_included_lib_files): Hard-code another
12730         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12731         but modules/fts-lgpl (correctly) does not list those files.
12732
12733         * modules/canonicalize (Files): Add lib/pathmax.h.
12734
12735 2005-06-25  Simon Josefsson  <jas@extundo.com>
12736
12737         * modules/check-version: New file.
12738
12739 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12740
12741         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12742         initializer of struct addrinfo, as an indication that we don't
12743         care how many members the structure has.
12744
12745 2005-06-24  Derek Price  <derek@ximbiot.com>
12746         and Bruno Haible  <bruno@clisp.org>
12747
12748         Remove stat module & update lstat.
12749         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12750         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12751         * m4/stat.m4: Remove this file.
12752
12753 2005-06-24  Derek Price  <derek@ximbiot.com>
12754         and Bruno Haible  <bruno@clisp.org>
12755
12756         Remove stat module & update lstat.
12757         * lib/stat.c: Remove this file...
12758         (slash_aware_lstat): ...moving this content and its support...
12759         * lib/lstat.c (rpl_lstat): ...into here.
12760         * lib/lstat.h: New file.
12761
12762 2005-06-24  Derek Price  <derek@ximbiot.com>
12763         and Bruno Haible  <bruno@clisp.org>
12764
12765         Remove stat module & update lstat.
12766         * config/srclist.txt (libc sources): Remove stat.
12767
12768 2005-06-24  Derek Price  <derek@ximbiot.com>
12769         and Bruno Haible  <bruno@clisp.org>
12770
12771         Remove stat module & update lstat.
12772         * MODULES.html.sh (stat): Remove.
12773         * MODULES.html: Regenerated.
12774         * modules/lstat (Description): Correct function name.
12775         (Files): Add "lstat.h".
12776         (Depends-on): Remove stat, add xalloc, stat-macros.
12777         * modules/stat: Remove this file.
12778         (Include): Add "lstat.h", remove <sys/stat.h>.
12779
12780 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12781
12782         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12783         (ranged_convert): Don't save conversion in a temporary struct.
12784         This causes a warning with GCC 4.0.0, and anyway in the typical
12785         case it's not worth the extra 100 bytes or so of code.
12786         (ranged_convert, __mktime_internal): When calling a function via a
12787         pointer P, use P () rather than (*P) (), as we now assume C89 or
12788         better.
12789
12790 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12791
12792         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12793         "who -r" failed to give output.  Problem reported by Tim Waugh.
12794
12795         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12796         (xcalloc): Use it to avoid needless tests.
12797         Problem reported by Jim Meyering.
12798
12799 2005-06-20  Derek Price  <derek@ximbiot.com>
12800
12801         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12802         unnecessary for Autoconfs > 2.59c.
12803
12804 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12805
12806         * lib/argp.h (__option_is_short): Check upper limit of
12807         __key. Isprint() requires its argument to have the value
12808         of an unsigned char or EOF.
12809
12810 2005-06-16  Jim Meyering  <jim@meyering.net>
12811
12812         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12813         when either N or S is zero.
12814
12815 2005-06-16  Derek Price  <derek@ximbiot.com>
12816
12817         * m4/bison.m4: Declare YACC & YFLAGS precious.
12818
12819 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12822         multibyte string or pattern, fall back on unibyte matching.
12823         Problem reported by James Youngman.
12824
12825 2005-06-08  Bruno Haible  <bruno@clisp.org>
12826
12827         * modules/csharpcomp: New file.
12828         * MODULES.html.sh (C#): Add csharpcomp.
12829
12830 2005-06-08  Bruno Haible  <bruno@clisp.org>
12831
12832         * m4/csharpcomp.m4: New file, from GNU gettext.
12833
12834 2005-06-08  Bruno Haible  <bruno@clisp.org>
12835
12836         * lib/csharpcomp.h: New file, from GNU gettext.
12837         * lib/csharpcomp.c: New file, from GNU gettext.
12838         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12839
12840 2005-06-08  Bruno Haible  <bruno@clisp.org>
12841
12842         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12843         warning on mingw.
12844
12845 2005-06-07  Derek Price  <derek@ximbiot.com>
12846
12847         Sync from CVS.
12848         * lib/glob_.h: Indent nested #ifdef.
12849
12850 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         Sync from coreutils.
12853         Use "file name" when talking about file names, instead of "filename"
12854         or "path", as per the GNU coding standards.
12855         * lib/mkdir-p.c: Renamed from makepath.c.
12856         (make_dir_parents): Renamed from make_path.  All callers changed.
12857         * lib/mkdir-p.h: Likewise.  All includers changed.
12858         * lib/filenamecat.c: Renamed from path-concat.c.
12859         (file_name_concat): Renamed from path_concat.  All callers changed.
12860         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12861         * lib/filenamecat.h: Likewise.  All includers changed.
12862         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12863         in comments or local variable names.
12864         * lib/basename.c: Likewise.
12865         * lib/canonicalize.c, canonicalize.h: Likewise.
12866         * lib/dirname.c, dirname.h: Likewise.
12867         * lib/euidaccess.c: Likewise.
12868         * lib/exclude.c: Likewise
12869         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12870         * lib/fsusage.c, fsuage.h: Likewise.
12871         * lib/fts.c, fts_.h: Likewise.
12872         * lib/getcwd.c: Likewise.
12873         * lib/getloadavg.c: Likewise.
12874         * lib/mkstemp.c: Likewise.
12875         * lib/mountlist.c, mountlist.h: Likewise.
12876         * lib/openat.c, openat.h: Likewise.
12877         * lib/readlink-stub.c: Likewise.
12878         * lib/readutmp.c, readutmp.h: Likewise.
12879         * lib/rename.c: Likewise.
12880         * lib/rmdir.c: Likewise.
12881         * lib/same.c: Likewise.
12882         * lib/savedir.c: Likewise.
12883         * lib/stripslash.c: Likewise.
12884         * lib/tempname.c: Likewise.
12885         * lib/xreadlink.c: Likewise.
12886         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12887         All uses changed.
12888         * lib/exclude.h: Likewise.
12889
12890         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12891         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12892         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12893         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12894         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12895         files have been getting away with it for years (MORE/BSD 4.3
12896         is extinct now).
12897         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12898         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12899
12900         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12901         Define to 256, not 255, as per modern POSIX.
12902
12903 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12904
12905         Sync from coreutils.
12906         Use "file name" when talking about file names, instead of "filename"
12907         or "path", as per the GNU coding standards.
12908         * MODULES.html.sh: mkdir-p renamed from makepath.
12909         filenamecat renamed from path-concat.
12910         * modules/filenamecat: Renamed from modules/path-concat.
12911         (Files): filenamecat.h and filenamecat.c renamed from
12912         path-concat.h and path-concat.c.
12913         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12914         (Include): filenamecat.h, not path-concat.h.
12915         * modules/mkdir-p: Renamed from modules/makepath.
12916         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12917         makepath.c.
12918         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12919         (Include): mkdir-p.h, not makepath.h.
12920
12921 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12922
12923         Sync from coreutils.
12924         * m4/mkdir-p.m4: Renamed from makepath.m4.
12925         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12926         Rename files from makepath.c to mkdir-p.c, and from
12927         makepath.h to mkdir-p.h.
12928         * m4/filenamecat.m4: Renamed from path-concat.m4.
12929         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12930         Rename files from path-concat.c to filenamecat.c,
12931         and from path-concat.h to filenamecat.h.
12932         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12933         "file name" in local variables or comments.
12934         * m4/rename.m4: Likewise.
12935
12936 2005-06-01  Bruno Haible  <bruno@clisp.org>
12937
12938         * modules/csharpexec: New file.
12939         * MODULES.html.sh (C#): New section.
12940
12941 2005-06-01  Bruno Haible  <bruno@clisp.org>
12942
12943         * m4/csharp.m4: New file, from GNU gettext.
12944         * m4/csharpexec.m4: New file, from GNU gettext.
12945
12946 2005-06-01  Bruno Haible  <bruno@clisp.org>
12947
12948         * lib/csharpexec.h: New file, from GNU gettext.
12949         * lib/csharpexec.c: New file, from GNU gettext.
12950         * lib/csharpexec.sh.in: New file, from GNU gettext.
12951
12952 2005-05-31  Derek Price  <derek@ximbiot.com>
12953             Paul Eggert  <eggert@cs.ucla.edu>
12954
12955         Sync from cvs.
12956         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12957
12958 2005-05-31  Derek Price  <derek@ximbiot.com>
12959             Paul Eggert  <eggert@cs.ucla.edu>
12960
12961         Sync from cvs.
12962         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12963
12964 2005-05-29  Derek Price  <derek@ximbiot.com>
12965
12966         * config/srclist.txt (glob_.h, glob.c): Add these files.
12967
12968 2005-05-29  Derek Price  <derek@ximbiot.com>
12969
12970         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12971         * modules/glob: New file.
12972         * modules/getlogin_r: Add link to POSIX spec in description.
12973
12974 2005-05-29  Derek Price  <derek@ximbiot.com>
12975             Paul Eggert  <eggert@cs.ucla.edu>
12976
12977         * m4/glob.m4: New file.
12978
12979 2005-05-29  Derek Price  <derek@ximbiot.com>
12980             Paul Eggert  <eggert@cs.ucla.edu>
12981
12982         * lib/glob_.h, lib/glob.c: New files.
12983
12984 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12985
12986         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12987         * modules/fts-lgpl (Depends-on): Remove gettext.
12988
12989 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12990
12991         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12992         and don't require gt_INTTYPES_PRI.
12993
12994 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12995
12996         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12997
12998         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12999         the configuration hassle isn't worth it.
13000         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13001         (LONGEST_MODIFIER, PRIuMAX): Remove.
13002
13003 2005-05-27  Bruno Haible  <bruno@clisp.org>
13004
13005         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13006
13007 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13008
13009         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13010         _POSIX_PTHREAD_SEMANTICS for Solaris.
13011
13012 2005-05-25  Derek Price  <derek@ximbiot.com>
13013
13014         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13015
13016 2005-05-25  Derek Price  <derek@ximbiot.com>
13017             Paul Eggert  <eggert@cs.ucla.edu>
13018
13019         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13020         * lib/getlogin_r.c, getlogin_r.h: New files.
13021
13022 2005-05-25  Bruno Haible  <bruno@clisp.org>
13023             Derek Price  <derek@ximbiot.com>
13024
13025         * lib/getlogin_r.h: Simplify API documentation.
13026
13027 2005-05-23  Derek Price  <derek@ximbiot.com>
13028
13029         * modules/minmax (Files): Add m4/minmax.m4.
13030         (configure.ac): Add gl_MINMAX.
13031
13032 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13033
13034         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13035         so that unistd-safer.h (GPL'ed code) need not be included.
13036
13037 2005-05-22  Bruno Haible  <bruno@clisp.org>
13038
13039         * m4/minmax.m4: New file.
13040         Based on a patch by Derek Price <derek@ximbiot.com>.
13041
13042 2005-05-22  Bruno Haible  <bruno@clisp.org>
13043
13044         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13045         (INT64_MIN): Fix definition.
13046         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13047
13048         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13049         NEED_SIGNED_INT_TYPES.
13050
13051         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13052         HAVE_SYSTEM_INTTYPES.
13053
13054 2005-05-22  Bruno Haible  <bruno@clisp.org>
13055
13056         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13057         Also include <sys/param.h> if it defines MIN, MAX.
13058         Based on a patch by Derek Price <derek@ximbiot.com>.
13059
13060 2005-05-21  Jim Meyering  <jim@meyering.net>
13061
13062         * modules/fts (Files): Add m4/inttypes-pri.m4.
13063         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13064
13065 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13066
13067         New fts module.
13068         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13069         (setup_dir, free_dir): New functions.
13070         (enter_dir, leave_dir): Define trivial
13071         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13072         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13073         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13074         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13075         Move to fts-cycle.c.
13076         (fts_open): Use setup_dir.
13077         (fts_close): Use free_dir.
13078         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13079         This adds a label and some gotos, but the alternatives were messier.
13080         Check for memory allocation failure when entering a dir.
13081         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13082         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13083         (FTS): New member fts_cycle, that is a union that contains the
13084         old active_dir_ht and cycle_state.  All uses changed to mention
13085         fts_cycle.ht and fts_cycle.state.
13086         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13087         fts.c, with the following changes:
13088         (setup_dir, free_dir): New functions.
13089         (enter_dir): Now returns bool.  Return true if successful, false
13090         if memory exhausted.  All callers changed.
13091         Do not bother partly cleaning up on
13092         memory allocation failure; that is free_dir's job.
13093         However, free ad if hash_insert fails, to avoid memory leak.
13094         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13095         fts->fts_options to see which union member to use.
13096
13097 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13098
13099         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13100         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13101
13102 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13103
13104         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13105
13106 2005-05-20  Jim Meyering  <jim@meyering.net>
13107
13108         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13109         Now a macro, to pacify GCC.
13110
13111 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13112
13113         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13114         of -1.
13115
13116 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13117
13118         * lib/chown.c (rpl_chown): Return -1 on failure.
13119
13120 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13121
13122         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13123         Don't check for stddef.h.
13124         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13125         don't use its results.
13126         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13127         since we include them unconditionally.  Don't require
13128         AM_STDBOOL_H, since stdbool is a prerequisite.
13129         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13130         since we assume C89 or better.
13131         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13132         as we don't use their results.
13133         Don't check for fchdir, memmove, memset, strrchr, as we use
13134         them unconditionally.
13135         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13136         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13137
13138 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13139
13140         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13141         Include <stddef.h> unconditionally, since we assume C89 now.
13142         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13143         * lib/fts.c: Include fts_.h first, to check interface.
13144         Do not include intprops.h; no longer needed.
13145         Include cycle-check.h and hash.h, since fts_.h no longer does.
13146         Remove unnecessary casts of closedir to void.
13147         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13148         decide whether to decrement nlinks.
13149         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13150         (FTS): Use struct hash_table * instead of Hash_table, so that
13151         we no longer need to include hash.h here.
13152
13153 2005-05-18  Jim Meyering  <jim@meyering.net>
13154
13155         * modules/dirfd (License): Change to LGPL.  Most of the code
13156         is already in the public domain.
13157
13158 2005-05-18  Jim Meyering  <jim@meyering.net>
13159
13160         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13161         Reported by Yoann Vandoorselaere.
13162
13163 2005-05-17  Jim Meyering  <jim@meyering.net>
13164
13165         * m4/fts.m4: New file, from coreutils.
13166
13167 2005-05-17  Jim Meyering  <jim@meyering.net>
13168
13169         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13170
13171 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13172
13173         Sync from coreutils.
13174         * m4/unlinkdir.m4: New file.
13175
13176 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13177
13178         Sync from coreutils.
13179         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13180         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13181         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13182         White space changes only.
13183         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13184         special.
13185         * lib/yesno.c: Include getline.h, not ctype.h.
13186         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13187         Use getline to remove arbitrary restriction on response length.
13188
13189 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13190
13191         * config/srclist-update: Spell out "Street" in FSF postal
13192         mail address; this is the style the FSF seems to prefer.
13193
13194         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13195         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13196         this updates FSF postal mail address.
13197
13198         Sync from coreutils.
13199         * modules/unlinkdir: New file.
13200         * modules/yesno (Depends-on): Add getline.
13201         * MODULES.html.sh (File system functions): Add unlinkdir.
13202
13203 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13204
13205         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13206         lib/strsep.h:
13207         Change the initial comment to refer to GPL, not LGPL.
13208         gnulib-tool will change it to LGPL as needed.
13209
13210         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13211         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13212         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13213         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13214         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13215         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13216         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13217         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13218         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13219         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13220         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13221         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13222         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13223         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13224         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13225         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13226         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13227         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13228         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13229         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13230         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13231         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13232         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13233         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13234         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13235         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13236         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13237         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13238         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13239         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13240         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13241         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13242         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13243         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13244         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13245         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13246         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13247         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13248         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13249         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13250         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13251         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13252         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13253         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13254         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13255         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13256         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13257         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13258         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13259         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13260         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13261         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13262         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13263         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13264         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13265         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13266         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13267         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13268         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13269         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13270         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13271         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13272         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13273         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13274         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13275         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13276         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13277         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13278         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13279         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13280         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13281         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13282         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13283         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13284         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13285         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13286         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13287         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13288         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13289         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13290         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13291         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13292         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13293         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13294         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13295         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13296         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13297         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13298         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13299         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13300         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13301         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13302         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13303         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13304         lib/yesno.c, lib/yesno.h:
13305         Update FSF postal mail address.
13306
13307 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13308
13309         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13310         tests/test-memmem.c, tests/test-stpncpy.c:
13311         Update FSF postal mail address.
13312
13313 2005-05-13  Bruno Haible  <bruno@clisp.org>
13314
13315         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13316         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13317         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13318         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13319         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13320         Add support for 64-bit integers in the MSVC compiler.
13321
13322 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13323
13324         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13325
13326 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13327
13328         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13329
13330 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * doc/getdate.texi (General date syntax): Don't say that date
13333         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13334         Problem reported by Nic Ferrier.
13335
13336 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13337
13338         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13339         specified in ai_socktype. Fix invalid ai_protocol
13340         check. ai_protocol is usually set to 0 or depending on
13341         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13342         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13343         ai_socktype / ai_protocol in the returned addrinfo structure.
13344
13345 2005-05-10  Simon Josefsson  <jas@extundo.com>
13346
13347         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13348         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13349
13350 2005-05-10  Karl Berry  <karl@gnu.org>
13351
13352         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13353         (from http://www.gnu.org/licenses).
13354         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13355         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13356         fdl.texi suffices.
13357
13358 2005-05-10  Karl Berry  <karl@gnu.org>
13359
13360         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13361         (COPYING.DOC): remove.
13362
13363         * config/srclist-update: new FSF address.
13364
13365 2005-05-10  Derek Price  <derek@ximbiot.com>
13366
13367         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13368         possible.
13369
13370 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13371             Bruno Haible  <bruno@clisp.org>
13372
13373         * modules/inet_ntop: New file.
13374         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13375         inet_ntop.
13376
13377 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13378             Bruno Haible  <bruno@clisp.org>
13379
13380         * m4/inet_ntop.m4: New file.
13381
13382 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13383             Bruno Haible  <bruno@clisp.org>
13384
13385         * lib/inet_ntop.h: New file.
13386         * lib/inet_ntop.c: New file, from glibc with modifications.
13387
13388 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13389
13390         * modules/time_r (License): Change to LGPL.
13391         * modules/extensions (License): Change to LGPL.  Actually,
13392         the license is more permissive than that, but currently gnulib-tool
13393         doesn't know how to handle more-permissive licenses.
13394
13395         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13396         Problem reported by Dave Love.
13397
13398 2005-05-08  Jim Meyering  <jim@meyering.net>
13399
13400         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13401         blank.
13402
13403 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13404
13405         * modules/argmatch (Depends-on): Add stdbool.
13406         * modules/backupfile (Depends-on): Likewise.
13407         * modules/chdir-long (Depends-on): Likewise.
13408         * modules/closeout (Depends-on): Likewise.
13409         * modules/cycle-check (Depends-on): Likewise.
13410         * modules/dirname (Depends-on): Likewise.
13411         * modules/fnmatch (Depends-on): Likewise.
13412         * modules/fsusage (Depends-on): Likewise.
13413         * modules/fwriteerror (Depends-on): Likewise.
13414         * modules/getcwd (Depends-on): Likewise.
13415         * modules/getloadavg (Depends-on): Likewise.
13416         * modules/hard-locale (Depends-on): Likewise.
13417         * modules/makepath (Depends-on): Likewise.
13418         * modules/mountlist (Depends-on): Likewise.
13419         * modules/nanosleep (Depends-on): Likewise.
13420         * modules/posixtm (Depends-on): Likewise.
13421         * modules/quotearg (Depends-on): Likewise.
13422         * modules/readtokens (Depends-on): Likewise.
13423         * modules/readtokens0 (Depends-on): Likewise.
13424         * modules/readutmp (Depends-on): Likewise.
13425         * modules/save-cwd (Depends-on): Likewise.
13426         * modules/strftime (Depends-on): Likewise.
13427         * modules/userspec (Depends-on): Likewise.
13428         * modules/utimecmp (Depends-on): Likewise.
13429         * modules/xgetcwd (Depends-on): Likewise.
13430         * modules/xnanosleep (Depends-on): Likewise.
13431         * modules/xstrtod (Depends-on): Likewise.
13432         * modules/yesno (Depends-on): Likewise.
13433
13434 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13435
13436         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13437         needless checks.
13438
13439 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         Merge from coreutils.  Among other things,
13442         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13443         * lib/fd-safer.c: New file.
13444         * lib/fcntl-safer.h, open-safer.c: Remove.
13445         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13446         * lib/dup-safer.c: Include unistd-safer.h first.
13447         Don't include errno.h.
13448         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13449         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13450         * lib/file-type.c: Rely on file-type.h change.
13451         * lib/getloadavg.c: Include unistd-safer.h.
13452         (getloadavg): Use safer open.
13453         * lib/getusershell.c: Include "stdio-safer.h".
13454         (getusershell): Use safer fopen.
13455         * lib/long-options.c (long_options): Use NULL rather than 0.
13456         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13457         'free'.
13458         * lib/modechange.c: Likewise.
13459         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13460         (MODE_DONE): New constant.
13461         (struct mode_change): Remove 'next' member.
13462         (make_node_op_equals): New function; like the old one of the
13463         same name, except it allocates an array.
13464         (mode_compile, mode_create_from_ref): Use it.
13465         (mode_compile): Allocate result as an array, not a linked list.
13466         Parse octal string ourself, so that we catch mistakes like "+0".
13467         (mode_adjust): Arg is an array, not a linked list.
13468         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13469         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13470         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13471         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13472         Remove.  This is now stat-macros.h's job.
13473         (talloc): Remove.  All callers replaced by xalloc, so that
13474         our invokers don't have to worry about reporting memory failures.
13475         (make_node_op_equals): Remove.
13476         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13477         New constants.
13478         (struct mode_change): Moved here from modechange.h.
13479         (mode_append_entry): Remove.
13480         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13481         apps to have incorrect behavior.  Use simpler algorithm for head
13482         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13483         Detect more invalid usages rather than having somewhat-random behavior.
13484         Don't insert an "a=" action, as that leads to incorrect behavior.
13485         (mode_compile, mode_create_from_ref): Return NULL on error instead
13486         of an enum, since now there's only one way to have an error.  All
13487         callers changed.
13488         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13489         at the correct time.  Simplify calculation of "+u" and its ilk.
13490         Don't mishandle "+X".
13491         (mode_free): Remove "register" and localize decls.
13492         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13493         (struct mode_change): Move to modechange.c; callers don't
13494         need to see this stuff.
13495         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13496         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13497         (mode_change, mode_adjust): Reflect the new signatures noted above.
13498         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13499         that might redefine system include files.
13500         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13501         (my_usleep): Use NULL rather than (void *) 0.
13502         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13503         Use siginterrupt to specify that system calls should be interrupted.
13504         (rpl_nanosleep): Move initialization of suspended closer to call of
13505         my_usleep.
13506         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13507         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13508         (desirable_utmp_entry): New function.
13509         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13510         using x2nrealloc, to simplify logic.
13511         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13512         size calculation.  Do not assume utmp file is a regular file.
13513         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13514         (READ_UTMP_CHECK_PIDS): New constant.
13515         * lib/save-cwd.c: Include unistd-safer.h.
13516         (save_cwd): Use fd_safer.
13517         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13518         [!_LIBC] Include "stat-macros.h" instead.
13519         * lib/unistd-safer.h (fd_safer): New decl.
13520
13521 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13522
13523         * modules/getloadavg (Depends-on): Add unistd-safer.
13524         * modules/getusershell (Depends-on): Add stdio-safer.
13525         * modules/lstat (Depends-on): Remove xalloc.
13526         * modules/mkstemp (Depends-on): Add stat-macros.
13527         * modules/modechange (Depends-on): Remove xstrtol.
13528         Add stat-macros, xalloc.
13529         * modules/save-cwd (Depends-on): Add unistd-safer.
13530         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13531         * modules/unistd-safer (Files): Add lib/fd-safer.c
13532         (Makefile.am): Remove lib_SOURCES.
13533
13534         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13535         Remove fcntl-safer; unistd-safer supersedes it.
13536
13537 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13540         AC_HEADER_STAT.
13541         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13542         (gl_PREREQ_CHOWN): Remove.
13543         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13544         it.  Don't require AC_HEADER_STAT.
13545         (gl_PREREQ_LSTAT): Remove.
13546         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13547         Don't require AC_HEADER_STAT.
13548         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13549         (gl_PREREQ_RMDIR): Remove.
13550         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13551         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13552         the stat-macros module a prerequisite.
13553         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13554         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13555         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13556         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13557         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13558         variable names.
13559         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13560         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13561         variable prefixes.
13562         * m4/fcntl-safer.m4: Remove.
13563         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13564         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13565         Invoke gl_PREREQ_FD_SAFER.
13566         (gl_PREREQ_FD_SAFER): New macro.
13567         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13568         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13569         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13570         Remove duplicate call to AC_LIBOBJ(readutmp).
13571         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13572
13573         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13574         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13575
13576 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13577
13578         * MODULES.html.sh (Misc): Add byteswap.
13579
13580 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13581
13582         * modules/getcwd (Depends-on): Add extensions.
13583         * modules/openat (Depends-on): Likewise.
13584
13585 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13586
13587         * modules/byteswap: New file.
13588
13589 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13590
13591         * m4/byteswap.m4: New file.
13592
13593 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13594
13595         * lib/byteswap_.h: New file.
13596
13597 2005-04-25  Karl Berry  <karl@gnu.org>
13598
13599         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13600
13601 2005-04-25  Albert Chin  <china@thewrittenword.com>
13602
13603         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13604         Toolkit C bug.
13605
13606 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13607
13608         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13609         (func_ln_if_changed) Remove forcibly for no error message
13610         in case file does not exist.
13611
13612 2005-04-19  Simon Josefsson  <jas@extundo.com>
13613
13614         * gnulib-tool (Options): Make --symlink mean --symbolic.
13615
13616 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13617
13618         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13619
13620 2005-04-16  Simon Josefsson  <jas@extundo.com>
13621
13622         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13623
13624 2005-04-15  Simon Josefsson  <jas@extundo.com>
13625
13626         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13627
13628 2005-04-15  Simon Josefsson  <jas@extundo.com>
13629
13630         * gnulib-tool: Rename --symlink to --symbolic.
13631
13632 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13633
13634         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13635         symbolic links to files instead of copying/moving.  Add --aux-dir,
13636         specifying directory relative --dir where auxiliary build tools
13637         are placed.
13638
13639 2005-04-14  Bruno Haible  <bruno@clisp.org>
13640
13641         * modules/allocsa (License): Change to LGPL.
13642         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13643
13644 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13645
13646         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13647         that "UTC +1 second" continues to work.  Problem reported
13648         by Dmitry V. Levin.
13649         (relunit_snumber): New rule.
13650         (relunit): Use it.
13651
13652 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13653
13654         * lib/getdate.y (universal_time_zone_table): New constant.
13655         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13656         universal_time_zone_table.
13657         (lookup_zone): Prefer universal_time_zone_table to
13658         local_time_zone_table, so that "GMT" time stamps are allowed in
13659         London during the summer.  Problem reported by Ian Abbott.
13660
13661 2005-04-12  Jim Meyering  <jim@meyering.net>
13662
13663         * lib/human.c (humblock): Set *options even when returning due to
13664         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13665         warning from gcc-4.
13666
13667 2005-04-09  Jim Meyering  <jim@meyering.net>
13668
13669         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13670         -Wuninitialized: initialize tm0.tm_year.
13671
13672 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13673
13674         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13675         count, since there's no maximum.  All uses changed.
13676         Add member dsts_seen.
13677         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13678         not being INT_MAX.
13679         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13680         Use pc_rels_seen to decide whther a date is absolute.
13681
13682         * lib/getdate.y (number): Don't overwrite year.
13683         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13684         check.
13685
13686 2005-04-02  Simon Josefsson  <jas@extundo.com>
13687
13688         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13689         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13690
13691 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13692
13693         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13694         where no absolute path name can be longer than PATH_MAX.
13695
13696 2005-03-27  Jim Meyering  <jim@meyering.net>
13697
13698         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13699
13700 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13701
13702         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13703         "one's complement" -> "ones' complement" in comment, as per Knuth.
13704         "value of type" -> "type or expression" in comment.
13705         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13706
13707 2005-03-26  Jim Meyering  <jim@meyering.net>
13708
13709         Comment nits.
13710         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13711         Correct typos: s/or/of/.
13712
13713 2005-03-26  Jim Meyering  <jim@meyering.net>
13714
13715         * modules/check-include-files: Move to ../ and rename to...
13716         * check-module: ...this.
13717
13718 2005-03-25  Jim Meyering  <jim@meyering.net>
13719
13720         * modules/xvasprintf (Files): Add xalloc.h.
13721
13722 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13723
13724         * modules/gettext (Files): config/config.rpath ->
13725         build-aux/config.rpath
13726         * modules/iconv (Files): Likewise.
13727         Problem reported by Oskar Liljeblad.
13728
13729 2005-03-23  Jim Meyering  <jim@meyering.net>
13730
13731         * modules/check-include-files: New script to check for
13732         missing dependencies, multiple includes, etc.
13733
13734         * modules/c-strtold (Depends-on): Add xalloc.
13735         * modules/c-strtod (Depends-on): Add xalloc.
13736         * modules/hash (Depends-on): Add xalloc.
13737         (Files): Remove lib/xalloc.h.
13738
13739         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13740         * modules/userspec (Files): Add lib/inttostr.h.
13741
13742 2005-03-23  Jim Meyering  <jim@meyering.net>
13743
13744         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13745
13746 2005-03-22  Jim Meyering  <jim@meyering.net>
13747
13748         * modules/stat-macros: New module.
13749         * modules/canonicalize, modules/euidaccess, modules/file-type,
13750         * modules/filemode, modules/lchown, modules/makepath,
13751         * modules/rmdir, modules/stat: Depend on new stat-macros module
13752         rather than listing lib/stat-macros.h manually.
13753         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13754
13755 2005-03-22  Jim Meyering  <jim@meyering.net>
13756
13757         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13758
13759 2005-03-22  Bruno Haible  <bruno@clisp.org>
13760
13761         * config/srclist.txt: Replace target directory 'config' with
13762         'build-aux'.
13763         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13764         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13765         ../build-aux/.
13766
13767 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * modules/chdir-long (Depends-on): Add mempcpy.
13770
13771         * modules/acl, modules/backupfile, modules/c-strtod,
13772         modules/c-strtold, modules/canon-host, modules/canonicalize,
13773         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13774         modules/exclude, modules/exitfail, modules/file-type,
13775         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13776         modules/getdate, modules/getline, modules/getpagesize,
13777         modules/getpass, modules/getugroups, modules/group-member,
13778         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13779         modules/inttostr, modules/long-options, modules/makepath,
13780         modules/md5, modules/memcasecmp, modules/memcoll,
13781         modules/modechange, modules/mountlist, modules/path-concat,
13782         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13783         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13784         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13785         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13786         modules/strftime, modules/strndup, modules/strverscmp,
13787         modules/timespec, modules/unlocked-io, modules/userspec,
13788         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13789         modules/yesno:
13790         Remove lib_SOURCES line from Makefile.am section, as this is now
13791         done automatically by the corresponding Autoconf macro.
13792
13793 2005-03-21  Jim Meyering  <jim@meyering.net>
13794
13795         Changes imported from coreutils.
13796
13797         * lib/cycle-check.c: Don't include xalloc.h.
13798
13799         * lib/path-concat.c: Don't include assert.h.
13800         (path_concat): Remove assertion that would have triggered
13801         for ABASE starting with more than one slash.
13802         Reported by Andreas Schwab.
13803
13804         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13805         properly when ABASE is an absolute file name.
13806         Correct the description of this function.
13807         Include <assert.h>.
13808         Add an assertion and a test driver.
13809         This fixes a bug introduced on 2004-07-02.
13810         Andreas Schwab reported the resulting failure of cp --parents:
13811         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13812
13813 2005-03-21  Jim Meyering  <jim@meyering.net>
13814
13815         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13816         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13817
13818 2005-03-21  Jim Meyering  <jim@meyering.net>
13819         and  Paul Eggert  <eggert@cs.ucla.edu>
13820
13821         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13822         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13823         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13824         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13825         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13826         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13827         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13828         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13829         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13830         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13831         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13832         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13833         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13834         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13835         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13836         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13837         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13838         for these modules.
13839
13840 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13841
13842         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13843         (which shouldn't happen), generate nothing instead of returning 0
13844         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13845
13846 2005-03-16  Bruno Haible  <bruno@clisp.org>
13847
13848         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13849         HAVE_LONGLONG_64BIT.
13850
13851 2005-03-16  Bruno Haible  <bruno@clisp.org>
13852
13853         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13854         HAVE_LONGLONG_64BIT.
13855
13856 2005-03-16  Bruno Haible  <bruno@clisp.org>
13857
13858         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13859         HAVE_LONGLONG_64BIT.
13860
13861 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13862
13863         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13864         reliably distinguish strftime failure from empty output on POSIX
13865         hosts.
13866
13867 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13868
13869         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13870         (iconv_string): Don't guess a size-zero buffer, as that might cause
13871         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13872         result would be 'too large', where 'too large' is (heuristically)
13873         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13874         overflow concerns.  This will prevent some unwanted malloc failures
13875         when the inputs are very large.
13876
13877 2005-03-15  Karl Berry  <karl@gnu.org>
13878
13879         * config/srclist.txt (config.rpath): from gettext.
13880         * config/config.rpath: update.
13881
13882 2005-03-15  Bruno Haible  <bruno@clisp.org>
13883
13884         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13885         to 'negate'.
13886
13887         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13888         variable.
13889
13890         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13891         results.
13892
13893 2005-03-14  Simon Josefsson  <jas@extundo.com>
13894
13895         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13896         <fx@gnu.org>.
13897
13898 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13899
13900         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13901         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13902         intprops.h.
13903         * lib/strtol.c: Likewise.
13904
13905 2005-03-14  Jim Meyering  <jim@meyering.net>
13906
13907         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13908         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13909         to be nonzero so that we (and caller) can detect the difference
13910         between a valid zero-length expansion and an error return, even
13911         when the underlying strftime fails before writing anything into
13912         that location.
13913
13914 2005-03-14  Bruno Haible  <bruno@clisp.org>
13915
13916         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13917         Update from GNU gettext 0.14.3.
13918
13919 2005-03-10  Jim Meyering  <jim@meyering.net>
13920
13921         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13922
13923 2005-03-10  Jim Meyering  <jim@meyering.net>
13924
13925         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13926         so that this module works on systems without fchdir.
13927
13928 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13929
13930         Factor int-properties macros into a single file, except for
13931         glibc-related files.
13932         * lib/intprops.h: New file.
13933         * lib/getloadavg.c: Include it instead of limits.h.
13934         (INT_STRLEN_BOUND): Remove.
13935         * lib/human.c: Include intprops.h.
13936         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13937         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13938         302/1000.
13939         * lib/inttostr.h: Include intprops.h instead of limits.h.
13940         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13941         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13942         for consistency with intprops.h.
13943         (time_t_is_integer, twos_complement_arithmetic): Use them.
13944         * lib/sig2str.h: Include <signal.h>, intprops.h.
13945         (INT_STRLEN_BOUND): Remove.
13946         * lib/strftime.c (TYPE_SIGNED): Remove.
13947         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13948         * lib/strtol.c: Adjust comments to match intprops.h.
13949         * lib/userspec.c: Include intprops.h.
13950         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13951         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13952         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13953         instead of rolling our own expressions.
13954         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13955
13956         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13957         instead of int.
13958         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13959         the right thing even if adding 1900 would overflow.  Similarly
13960         for tm_mon + 1 and tm_yday + 1.
13961         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13962         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13963         (DO_SIGNED_NUMBER): New macro.
13964         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13965
13966 2005-03-07  Bruno Haible  <bruno@clisp.org>
13967
13968         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13969
13970 2005-03-07  Bruno Haible  <bruno@clisp.org>
13971
13972         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13973
13974 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13975
13976         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13977         (func_import): Only replace files via --import when they have actually
13978         changed.
13979
13980 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13981
13982         * m4/mmap-anon.m4: New file.
13983         * m4/pagealign_alloc.m4: New file.
13984
13985 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13986             Bruno Haible  <bruno@clisp.org>
13987
13988         * modules/pagealign_alloc: New file.
13989         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13990
13991 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13992             Bruno Haible  <bruno@clisp.org>
13993
13994         * lib/pagealign_alloc.h: New file.
13995         * lib/pagealign_alloc.c: New file.
13996
13997 2005-03-03  Bruno Haible  <bruno@clisp.org>
13998
13999         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14000         Use an all-permissive copyright notice, recommended by RMS.
14001
14002 2005-03-02  Bruno Haible  <bruno@clisp.org>
14003
14004         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14005         of AIX, the replacement has to be done only after <string.h> is
14006         included, therefore not in config.h. stpncpy.h does the replacement,
14007         and stpncpy.c uses it.
14008
14009 2005-03-02  Bruno Haible  <bruno@clisp.org>
14010
14011         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14012         stpncpy.c uses it.
14013
14014 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14015
14016         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14017         The workaround isn't strictly needed for POSIX conformance, and
14018         it's too much of a pain to configure and maintain.  We'll ask
14019         people to fix their kernels instead.
14020         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14021         (NANOSLEEP_BUG_WORKAROUND): Remove.
14022         (xnanosleep): Remove the workaround.
14023
14024 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14025
14026         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14027         Reported by Derek Price.
14028         (Include): Add "timespec.h".
14029
14030         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14031
14032 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14033
14034         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14035         to detect nanosleep bug.
14036
14037 2005-03-01  Bruno Haible  <bruno@clisp.org>
14038
14039         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14040
14041 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14042
14043         * modules/gethrxtime: New file.
14044         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14045         (Depends-on): Add gethrxtime.
14046         (configure.ac): Add gl_XNANOSLEEP.
14047         (Makefile.am): Remove lib_SOURCES line.
14048
14049 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14050
14051         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14052         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14053
14054 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14055
14056         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14057         * lib/timespec.h (gettime): Return void, since it always
14058         succeeds now.  All uses changed.
14059         * lib/gettime.c (gettime) Likewise.
14060         [HAVE_NANOTIME]: Prefer nanotime.
14061         Assume gettimeofday succeeds, as POSIX requires.
14062         Assime time () succeeds, since other code already does.
14063         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14064         (timespec_subtract): Remove.
14065         (NANOSLEEP_BUG_WORKAROUND): New constant.
14066         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14067         things considerably.  Use it only on GNU/Linux hosts, since the
14068         workaround shouldn't be needed elsewhere.
14069
14070 2005-02-24  Bruno Haible  <bruno@clisp.org>
14071
14072         * modules/gettext (Files): Add m4/glibc2.m4.
14073
14074 2005-02-24  Bruno Haible  <bruno@clisp.org>
14075
14076         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14077         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14078         * m4/progtest.m4:
14079         Update from GNU gettext 0.14.2.
14080         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14081
14082 2005-02-24  Bruno Haible  <bruno@clisp.org>
14083
14084         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14085         * lib/config.charset: Update from GNU gettext 0.14.2.
14086
14087 2005-02-24  Bruno Haible  <bruno@clisp.org>
14088
14089         * lib/gettext.h: Update from GNU gettext 0.14.2.
14090
14091 2005-02-23  Simon Josefsson  <jas@extundo.com>
14092
14093         * m4/iconvme.m4: New file.
14094
14095 2005-02-23  Jim Meyering  <jim@meyering.net>
14096
14097         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14098         change.
14099         Thanks to Bruno Haible for catching it.
14100
14101 2005-02-22  Simon Josefsson  <jas@extundo.com>
14102
14103         * modules/iconvme: New file.
14104
14105         * MODULES.html.sh: Add iconvme.
14106
14107 2005-02-22  Simon Josefsson  <jas@extundo.com>
14108
14109         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14110
14111 2005-02-22  Simon Josefsson  <jas@extundo.com>
14112
14113         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14114
14115 2005-02-22  Jim Meyering  <jim@meyering.net>
14116
14117         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14118         s/ifndef/ifdef/.
14119
14120 2005-02-20  Neil Conway  <neilc@samurai.com>
14121
14122         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14123         returned by OSX/Darwin if the specified buffer is not large
14124         enough for the hostname.
14125
14126 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14127
14128         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14129         pass it to _help, otherwise the latter coredumps trying to
14130         dereference state.root_argp.
14131
14132 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14133
14134         * modules/chdir-long (Depends-on): Add memrchr.
14135         * modules/memrchr (Files): Add lib/memrchr.h.
14136         (Include): "memrchr.h".
14137
14138 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14139
14140         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14141
14142 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14143
14144         * lib/memrchr.h: New file.
14145         * lib/chdir-long.c: Include it.
14146         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14147         Don't bother including stddef.h.
14148
14149 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14150
14151         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14152         inclusion.
14153         Include <sys/types.h>, for dev_t.
14154         (ME_DUMMY, ME_REMOTE): Move from here....
14155         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14156         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14157         Dmitry V. Levin.
14158         Include mountlist.h first, to test the interface.
14159
14160 2005-01-29  Bruno Haible  <bruno@clisp.org>
14161
14162         * lib/progname.c (program_name): Initialize.
14163         Needed when linking statically on MacOS X.
14164
14165 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14166
14167         Sync from coreutils.
14168         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14169         (Depends-on): Add c-strtod.
14170         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14171
14172 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         Sync from coreutils.
14175         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14176
14177         Remove files that are specific to coreutils.
14178         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14179
14180 2005-01-28  Bruno Haible  <bruno@clisp.org>
14181
14182         * modules/javacomp: New file.
14183         * MODULES.html.sh (Java): Add javacomp.
14184
14185 2005-01-28  Bruno Haible  <bruno@clisp.org>
14186
14187         * m4/javacomp.m4: New file, from GNU gettext.
14188
14189 2005-01-28  Bruno Haible  <bruno@clisp.org>
14190
14191         * lib/javacomp.sh.in: New file, from GNU gettext.
14192         * lib/javacomp.h: New file, from GNU gettext.
14193         * lib/javacomp.c: New file, from GNU gettext.
14194
14195 2005-01-26  Simon Josefsson  <jas@extundo.com>
14196
14197         * lib/gai_strerror.c: Use GPL in header.
14198
14199 2005-01-26  Bruno Haible  <bruno@clisp.org>
14200
14201         * modules/javaexec: New file.
14202         * MODULES.html.sh (Java): Add javaexec.
14203
14204 2005-01-26  Bruno Haible  <bruno@clisp.org>
14205
14206         * m4/javaexec.m4: New file, from GNU gettext.
14207
14208 2005-01-26  Bruno Haible  <bruno@clisp.org>
14209
14210         * lib/javaexec.sh.in: New file, from GNU gettext.
14211         * lib/javaexec.h: New file, from GNU gettext.
14212         * lib/javaexec.c: New file, from GNU gettext.
14213
14214 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14215
14216         * modules/lchown (Depends-on): Remove lchown.h
14217
14218 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14219
14220         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14221         must be defined if the header file was not found, in order
14222         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14223
14224 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14225
14226         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14227         initializers for struct pentry_state.
14228         (__argp_error): Check return value of __asprintf
14229         (__argp_failure): Translate error message
14230
14231         * lib/argp-parse.c: Removed braces around the expansion of N_()
14232
14233 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14236         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14237         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14238         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14239         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14240         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14241         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14242         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14243         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14244         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14245         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14246         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14247         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14248         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14249         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14250         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14251         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14252         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14253         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14254         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14255         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14256         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14257         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14258         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14259         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14260         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14261         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14262         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14263         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14264         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14265         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14266         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14267         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14268         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14269         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14270         Use an all-permissive copyright notice, recommended by RMS.
14271
14272 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14273
14274         * modules/chdir-long (Depends-on): Remove mempcpy.
14275
14276 2005-01-21  Jim Meyering  <jim@meyering.net>
14277
14278         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14279         same value as for Solaris 9.
14280
14281         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14282         component length.  This included changing the parameter to be
14283         of type `char *' rather than `char const *'.
14284         * lib/chdir-long.h (chdir_long): Update prototype.
14285
14286         * lib/openat.c (fdopendir, fstatat): New functions.
14287         * lib/openat.h: Include headers required for use of DIR and struct
14288         stat.
14289         [AT_SYMLINK_NOFOLLOW]: Define.
14290         (fdopendir, fstatat): Add prototypes.
14291
14292 2005-01-21  Bruno Haible  <bruno@clisp.org>
14293
14294         * modules/classpath: New file.
14295         * MODULES.html.sh (Java): Add classpath.
14296
14297 2005-01-21  Bruno Haible  <bruno@clisp.org>
14298
14299         * lib/classpath.h: New file, from GNU gettext.
14300         * lib/classpath.c: New file, from GNU gettext.
14301
14302 2005-01-20  Simon Josefsson  <jas@extundo.com>
14303
14304         * modules/version-etc-fsf: New file.
14305
14306 2005-01-20  Simon Josefsson  <jas@extundo.com>
14307
14308         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14309         * lib/version-etc.c: Remove version_etc_copyright.
14310         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14311         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14312
14313 2005-01-20  Simon Josefsson  <jas@extundo.com>
14314
14315         * lib/base64.h (isbase64): Add.
14316
14317         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14318         using a unsigned prototype, don't inline.
14319         (base64_decode): Use it.
14320
14321 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14322
14323         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14324         it.
14325
14326 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14327
14328         * lib/save-cwd.c (save_cwd): Remove code to support the case
14329         where fchdir is missing or flaky.
14330
14331 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14334
14335 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14338         AC_LIBSOURCES now does this.
14339         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14340         with new ullong_max module.
14341
14342 2005-01-19  Bruno Haible  <bruno@clisp.org>
14343
14344         * modules/sh-quote: New file.
14345         * MODULES.html.sh (Executing programs): Add sh-quote.
14346
14347 2005-01-19  Bruno Haible  <bruno@clisp.org>
14348
14349         * lib/sh-quote.h: New file, from GNU gettext.
14350         * lib/sh-quote.c: New file, from GNU gettext.
14351
14352 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14353
14354         Merge from coreutils.
14355         * m4/ullong_max.m4: New file.
14356         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14357         (gl_MACROS): Assume localeconv exists.
14358
14359 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14360
14361         Merge changes from coreutils, as described below in several
14362         changelogs dated today.
14363
14364         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14365         (O_DIRECTORY): Remove; not needed here, since "." must be
14366         a directory.  All uses removed.
14367         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14368         universal on Suns, and we also need to test for IRIX.
14369         Revamp code to use 'if' rather than '#if'.
14370         Avoid unnecessary comparison of cwd->desc to 0.
14371
14372         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14373         for known valid error numbers rather than observed invalid ones.
14374
14375 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14376
14377         * modules/ullong_max: New file.
14378
14379         * modules/chdir-long, modules/openat: New files.
14380         * modules/save-cwd (Depends-on): Depend on chdir-long.
14381         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14382
14383 2005-01-18  Jim Meyering  <jim@meyering.net>
14384
14385         Merge from coreutils.
14386         * m4/chdir-long.m4, m4/openat.m4: New files.
14387         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14388         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14389         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14390         is sane and DOES follow symlinks.  Besides, testing 20 different
14391         systems found no broken chown implementations.
14392         Prompted by a change in rsync's copy of this macro.
14393         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14394
14395         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14396
14397         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14398         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14399         NULL-means-set-to-current-time semantics.
14400         Remove temporary file immediately, rather than waiting
14401         for configure's at-exit trap code to do it.
14402
14403 2005-01-18  Jim Meyering  <jim@meyering.net>
14404
14405         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14406
14407         * lib/utimens.c (futimens): Account for the fact that futimes
14408         can also fail with errno == ENOSYS or errno == ENOENT.
14409         Patch from Dmitry V. Levin.
14410
14411         Change the name of the robust chdir function from chdir to chdir_long.
14412         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14413         (restore_cwd): Use chdir_long, not chdir.
14414         * lib/chdir-long.c: Renamed from chdir.c.
14415         * lib/chdir-long.h: Renamed from chdir.h.
14416         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14417         Hurd.
14418
14419 2005-01-18  Bruno Haible  <bruno@clisp.org>
14420
14421         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14422         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14423         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14424         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14425         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14426         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14427         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14428         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14429         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14430         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14431         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14432         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14433         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14434         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14435         Use an all-permissive copyright notice, recommended by RMS.
14436
14437 2005-01-18  Bob Proulx  <bob@proulx.com>
14438
14439         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14440         simplify offsetof() macro construct to avoid compile failure with
14441         native HP-UX 11.0 ANSI C compiler.
14442
14443 2005-01-17  Bruno Haible  <bruno@clisp.org>
14444
14445         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14446         redundant because stpncpy.m4 takes care of it.
14447
14448 2005-01-17  Bruno Haible  <bruno@clisp.org>
14449
14450         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14451
14452 2005-01-17  Bruno Haible  <bruno@clisp.org>
14453
14454         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14455         used.
14456
14457 2005-01-17  Bruno Haible  <bruno@clisp.org>
14458
14459         * lib/fwriteerror.h (fwriteerror): Change specification to include
14460         fclose.
14461         * lib/fwriteerror.c: Include <stdbool.h>.
14462         (fwriteerror): At the end, close the file stream. Record whether
14463         stdout was already closed.
14464
14465 2005-01-17  Bruno Haible  <bruno@clisp.org>
14466
14467         * lib/execute.c (environ): Declare if needed.
14468         * lib/pipe.c (environ): Likewise.
14469         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14470
14471 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14472
14473         * modules/argp: Depend on vsnprintf
14474
14475 2005-01-10  Jim Meyering  <jim@meyering.net>
14476
14477         * modules/closeout (Depends-on): Add atexit.
14478
14479 2005-01-06  Bruno Haible  <bruno@clisp.org>
14480
14481         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14482
14483 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14486         definitions to be after all include files, to avoid collisions.
14487         Problem reported by Bob Proulx.
14488
14489 2005-01-04  Jim Meyering  <jim@meyering.net>
14490
14491         Changes imported from coreutils.
14492         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14493         as the mkstemp template, use a temporary directory and an
14494         8.3-friendly template to avoid trouble on systems like DJGPP.
14495         Reported by Juan M. Guerrero via Stepan Kasal.
14496         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14497         close. Remove the temporary directory right away, rather than waiting
14498         for configure's at-exit trap code to do it.
14499         Suggestion from Stepan Kasal.
14500
14501 2005-01-01  Simon Josefsson  <jas@extundo.com>
14502
14503         * gnulib-tool: Print #include directives when --import'ing.
14504
14505 2004-12-28  Simon Josefsson  <jas@extundo.com>
14506
14507         * tests/test-base64.c: Include required header files.  Remove
14508         unused variables.
14509
14510 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14511
14512         * modules/error (Depends-on): Remove gettext.
14513
14514 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14515
14516         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14517         not needed.  This removes a dependency on the gettext module.
14518         [defined _LIBC]: Do not include <libintl.h>; not needed.
14519
14520 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14521
14522         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14523         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14524
14525 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14526
14527         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14528         HAVE_DECL_STRTOLD.
14529
14530 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14531
14532         * modules/getdate (Depends-on): Remove alloca-opt.
14533
14534 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14535
14536         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14537
14538 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14539
14540         * lib/argp-parse.c: Include <stddef.h>.
14541         (alignof, alignto): New macros.
14542         (parser_init): Don't assume that void * is aligned sufficiently
14543         for struct option.
14544
14545         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14546         need to extend the stack.
14547         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14548         large.
14549
14550 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14551
14552         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14553
14554 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14555
14556         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14557         (2004-10-24) change.  Apparently this was a false alarm.
14558
14559         * modules/getdate: Depend on alloca-opt, not alloca.
14560
14561 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14562
14563         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14564         Remove now-obsolete comment about AIX.
14565         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14566         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14567         (YYMAXDEPTH): New macro.
14568
14569 2004-12-18  Simon Josefsson  <jas@extundo.com>
14570
14571         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14572
14573 2004-12-18  Bruno Haible  <bruno@clisp.org>
14574
14575         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14576
14577 2004-12-18  Bruno Haible  <bruno@clisp.org>
14578
14579         * lib/fatal-signal.c (fatal_signals): Make non-const.
14580         (init_fatal_signals): New function.
14581         (uninstall_handlers, install_handlers): Ignore signals that were set to
14582         SIG_IGN.
14583         (at_fatal_signal): Call init_fatal_signals.
14584         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14585         SIG_IGN.
14586         Reported by Paul Eggert.
14587
14588 2004-12-18  Bruno Haible  <bruno@clisp.org>
14589
14590         * doc/alloca.texi: New file.
14591         * doc/alloca-opt.texi: New file.
14592
14593 2004-12-17  Jim Meyering  <jim@meyering.net>
14594
14595         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14596         Otherwise, install-sh could exit with improper exit status when
14597         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14598
14599 2004-12-16  Simon Josefsson  <jas@extundo.com>
14600
14601         * tests/test-base64.c: Add license.
14602
14603 2004-12-15  Stepan Kasal  <address@hidden>
14604
14605         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14606
14607 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14608
14609         * modules/getcwd (Files): Add m4/d-ino.m4.
14610         Suggested by Mark D. Baushke.
14611
14612 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         * lib/getdate.y (textint): New member "negative".
14615         (time_zone_hhmm): New function.
14616         Expect 14 shift-reduce conflicts, not 13.
14617         (o_colon_minutes): New rule.
14618         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14619         (yylex): Set the "negative" member of signed numbers.
14620
14621 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14622
14623         * doc/getdate.texi (Time of day items, Time zone items):
14624         Describe new formats +00:00, UTC+00:00.
14625
14626 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14627
14628         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14629         spurious "-l"s.  Problem reported by Stepan Kasal.
14630
14631 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14632
14633         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14634         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14635
14636 2004-12-04  Simon Josefsson  <jas@extundo.com>
14637
14638         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14639         Vandoorselaere <yoann@prelude-ids.org>.
14640
14641 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14642
14643         Changes imported from coreutils.
14644         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14645         exist.
14646         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14647
14648 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         Changes imported from coreutils.
14651         * lib/hard-locale.c: Assume <locale.h> exists.
14652         Include "strdup.h".
14653         (GLIBC_VERSION): New macro.
14654         (hard_locale): Assume setlocale exists.
14655         Rewrite to avoid #ifdef.
14656         Use strdup rather than malloc + strcpy.
14657         * lib/human.c: Assume <locale.h> exists.
14658         (human_readable): Assume localeconv exists.
14659
14660 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14661
14662         * modules/hard-locale (Depends-on): Add strdup.
14663
14664 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14665
14666         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14667         convert T2, not T.  (Imported from libc.)
14668
14669 2004-11-30  Simon Josefsson  <jas@extundo.com>
14670
14671         * modules/restrict (License): Change to LGPL.
14672
14673 2004-11-30  Simon Josefsson  <jas@extundo.com>
14674
14675         * m4/restrict.m4: Add copyright and copying conditions.
14676
14677 2004-11-30  Simon Josefsson  <jas@extundo.com>
14678
14679         * m4/base64.m4: New file.
14680
14681 2004-11-30  Simon Josefsson  <jas@extundo.com>
14682
14683         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14684         base64.
14685
14686         * tests/test-base64.c: New file.
14687
14688         * modules/base64: New file.
14689
14690 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14691
14692         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14693         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14694
14695         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14696
14697 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14698
14699         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14700         (__getcwd.c): Don't restore errno; glibc doesn't.
14701         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14702         first, falling back to our code only if its results look suspicious.
14703         Ensure that the resulting buffer is only as large as necessary.
14704
14705         * lib/readutmp.c: Include readutmp.h first.
14706         Include <errno.h>, since readutmp.h no longer does that.
14707         * lib/readutmp.h: Don't include <errno.h>,
14708         <sys/param.h>, <time.h>; not needed to establish interface.
14709         (errno): Remove decl.
14710         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14711         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14712         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14713
14714 2004-11-28  Simon Josefsson  <jas@extundo.com>
14715
14716         * lib/base64.h, base64.c: New file.
14717
14718 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14721
14722 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14723
14724         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14725         (Depends-on): Remove pathmax, same.  Add mempcpy.
14726         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14727         (Makefile.am): Append getcwd.h to lib_SOURCES.
14728         (Include): Add getcwd.h.
14729         (Maintainer): Change from Jim Meyering to "all, glibc",
14730         since getdate now uses intended-for-glibc code.
14731         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14732         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14733
14734 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14735
14736         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14737         HP's ANSI C compiler.
14738         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14739         Declaring int functions causes warnings on some modern systems and
14740         shouldn't be needed to compile on ancient ones.
14741         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14742         defined.
14743
14744         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14745         with the following changes.
14746         (__set_errno): Parenthesize properly.
14747         Include <stdbool.h>.
14748         (MIN, MAX, MATCHING_INO): New macros.
14749         (__getcwd): Define with prototype, not K&R form.
14750         Use heuristics to allocate default buffer on stack if possible.
14751         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14752         behavior, and to avoid the PATH_MAX limit when computing
14753         ../../../../...
14754         Use MATCHING_INO to compare inode number to file.
14755         Check for arithmetic overflow in size calculations.
14756         Fix bug in reallocation of dot array that caused getcwd to fail
14757         on directories nested deeper than 75.
14758         Be more careful about saving errno on error.
14759         Do not use realloc; use only free+malloc, as this is a bit
14760         more flexible and avoids a needless copy operation.
14761         Do not inspect st_dev and st_ino for symbolic links; POSIX
14762         doesn't specify the latter.
14763         Check for closedir errors.
14764         Avoid needless casts.
14765         Use "#ifdef weak_alias" around weak_alias, to be like other
14766         glibc code.
14767         The following changes to getcwd.c have effect only when used in
14768         gnulib; they have no effect inside glibc proper.
14769         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14770         as alloca isn't used.
14771         (alloca, __alloca): Likewise.
14772         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14773         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14774         unconditionally, as gnulib assumes C89 or better.
14775         Do not include <sys/param.h>.
14776         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14777         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14778         better.
14779         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14780         Include <dirent.h> in a way that is compatible with modern Autoconf.
14781         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14782         New macros, if not already defined.
14783         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14784         Use "_LIBC", not "defined _LIBC", for consistency.
14785         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14786         a mempcpy module.
14787         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14788         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14789         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14790         credit only to Jim Meyering and adjust the copyright dates.
14791         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14792         <stdlib.h>, <unistd.h>, "pathmax.h".
14793         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14794         (INITIAL_BUFFER_SIZE): Remove.
14795         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14796
14797 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14798
14799         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14800         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14801         Use the _ONCE methods, for efficiency.
14802         Check for fcntl.h.  In test program, include <errno.h>
14803         and <fcntl.h> if available.  Remove old K&R cruft from
14804         test program.  Check for common errors in GNU/Linux,
14805         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14806         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14807         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14808         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14809         name accordingly.
14810         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14811         accommodate new getcwd.c.
14812         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14813         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14814         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14815         that's all we need now.
14816
14817 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14818
14819         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14820         argp-parse.c depends on getopt internals, that means we should
14821         always use our getopt, to be on the safe side.
14822         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14823         order not to spoil the result of an eventual previous invocation
14824         of gl_GETOPT_SUBSTITUTE.
14825
14826 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14827
14828         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14829         redefinition warnings. To avoid them, include the defines
14830         in `#if !defined __need_getopt ... #endif'. The only place
14831         where __getopt_argv_const is used is in definitions
14832         of getopt_long and getopt_long_only below, which are as well
14833         protected by `#ifndef __need_getopt'.
14834         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14835         __need_getopt after including <stdio.h> and <unistd.h> These
14836         headers might have defined it.
14837
14838 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14839
14840         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14841
14842 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14845         (futimens): New function, which uses futimes if available.
14846         (futimens, utimens): Support timespec==NULL, with same semantics
14847         as utime and utimens.
14848         * lib/utimens.h (futimens): New decl.
14849
14850 2004-11-23  Jim Meyering  <jim@meyering.net>
14851
14852         * lib/getopt_.h: Remove trailing blanks.
14853
14854 2004-11-23  Jim Meyering  <jim@meyering.net>
14855
14856         * lib/__fpending.c: Add comment.
14857
14858 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14859
14860         * modules/canonicalize (Depends-on): Add xreadlink.
14861         Problem reported by James Youngman.
14862
14863 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14864
14865         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14866         New macros.
14867         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14868         optopt): Use them instead of invoking ## directly; otherwise, the
14869         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14870
14871 2004-11-19  Bruno Haible  <bruno@clisp.org>
14872
14873         * lib/strtok_r.c: Move comments from here...
14874         * lib/strtok_r.h: ... to here.
14875
14876 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14879         implementations that mishandle size_t overflow.
14880
14881 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14882
14883         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14884         might fail.  Problem reported by Yoann Vandoorselaere.
14885         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14886         implementations that mishandle size_t overflow.
14887
14888 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14889
14890         * modules/canon-host (Depends-on): Add strdup.
14891
14892 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14893
14894         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14895
14896 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14897
14898         * lib/canon-host.c: Include "strdup.h".
14899         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14900         Use strdup instead of malloc/strcpy to duplicate strings.
14901
14902         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14903         (human_space_before_unit): New constant.
14904         * lib/human.c (human_readable): Support it.
14905
14906         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14907         (xgetcwd): Set errno correctly when failing.
14908         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14909         the failure is actually due to a PATH_MAX problem.
14910
14911         Further getopt changes to make it more likely that glibc will
14912         buy the changes back.
14913         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14914         (getopt): Use it, so to preserve glibc semantic
14915         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14916         when compiling for libc.
14917         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14918         (getopt_long, getopt_long_only): Use it.
14919
14920         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14921         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14922         (getopt): Argv is now char * const *, as per standard.
14923         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14924         not char *__getopt_argv_const *.
14925         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14926         _getopt_long_only_r): Likewise.
14927         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14928         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14929         _getopt_long_r, _getopt_long_only_r): Likewise.
14930         * lib/getopt_.h (__getopt_argv_const): Remove.
14931         (getopt): Argv is now char * const *, as per standard.
14932
14933         * lib/getdate.y (tORDINAL): New token.
14934         (day, relunit): Allow it for relative times.
14935         (relative_time_table): Use tORDINAL for ordinals.
14936
14937 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14938
14939         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14940         Document that "second" isn't allowed as an ordinal number.
14941
14942 2004-11-16  Jim Meyering  <jim@meyering.net>
14943
14944         * modules/closeout (Depends-on): Add fpending.
14945
14946 2004-11-15  Jim Meyering  <jim@meyering.net>
14947
14948         * lib/closeout.c: Include "__fpending.h" once again.
14949         Include <stdbool.h>.
14950         (close_stdout): Don't fail just because stdout was closed initially,
14951         since some programs don't write to stdout in the normal course of
14952         operation (other than --version and --help), and we don't want this
14953         function to make e.g. `touch file >&-' fail.
14954         But do fail if it was closed and someone has tried to write to it.
14955         E.g., `printf foo >&-' must fail.
14956
14957 2004-11-13  Jim Meyering  <jim@meyering.net>
14958
14959         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14960
14961 2004-11-12  Simon Josefsson  <jas@extundo.com>
14962
14963         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14964         small doc fix is still pending.
14965
14966 2004-11-11  Simon Josefsson  <jas@extundo.com>
14967
14968         * modules/strtok_r: New file.
14969
14970         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14971         strtok_r.
14972
14973 2004-11-11  Simon Josefsson  <jas@extundo.com>
14974
14975         * m4/strtok_r.m4: New file.
14976
14977         * m4/getopt.m4: Replace opterr.
14978
14979 2004-11-11  Simon Josefsson  <jas@extundo.com>
14980
14981         * lib/strtok_r.h, strtok_r.c: New file.
14982
14983 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14984
14985         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14986         of replacing opterr, getopt, etc.  This should handle the
14987         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14988
14989 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14990
14991         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14992         we can stop lying to compilers about the constness of argv when we
14993         are compiled outside glibc.
14994         (getopt, getopt_long, getopt_long_only): Use it.
14995         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14996         _getopt_internal, getopt): Likewise.
14997         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14998         _getopt_long_only_r): Likewise.
14999         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15000         _getopt_long_r, _getopt_long_only_r): Likewise.
15001
15002         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15003         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15004         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15005         the other external symbols.
15006         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15007         declaration, since the above renaming now works around collisions.
15008
15009 2004-11-11  Jim Meyering  <jim@meyering.net>
15010
15011         * lib/linebreak.c: Remove trailing blanks.
15012         * lib/alloca_.h: Likewise.
15013         * lib/acosl.c: Likewise.
15014         * lib/euidaccess.c: Likewise.
15015         * lib/allocsa.h: Likewise.
15016
15017 2004-11-10  Simon Josefsson  <jas@extundo.com>
15018
15019         * m4/getaddrinfo.m4: New file.
15020
15021 2004-11-10  Simon Josefsson  <jas@extundo.com>
15022
15023         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15024
15025 2004-11-10  Simon Josefsson  <jas@extundo.com>
15026
15027         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15028         getaddrinfo.
15029
15030         * modules/getaddrinfo: New file.
15031
15032 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15033
15034         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15035
15036 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15037
15038         * lib/mktime.c (SHR): New macro, which is a portable
15039         substitute for >> that should work even on Crays.
15040         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15041         Problem reported by Mark D. Baushke in
15042         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15043         * lib/getdate.y (SHR): Likewise.
15044         (tm_diff): Use it.
15045         * lib/strftime.c (SHR): Likewise.
15046         (tm_diff): Use it.
15047         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15048         quote_these_too, so that right shifts are well defined.  All uses
15049         changed.
15050
15051 2004-11-10  Jim Meyering  <jim@meyering.net>
15052
15053         Ensure that no close failure goes unreported.
15054         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15055         return early when it seems there's nothing to flush.
15056         Don't include __fpending.h.
15057
15058 2004-11-10  Jim Meyering  <jim@meyering.net>
15059
15060         * modules/closeout (Depends-on): Remove fpending.
15061
15062 2004-11-10  Jim Meyering  <jim@meyering.net>
15063
15064         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15065
15066 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15067
15068         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15069         gl_FUNC_STRFTIME.
15070         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15071         and AC_REQUIRE when possible, to avoid duplicate checks.
15072         Check for <wchar.h>.
15073
15074 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15077
15078 2004-11-09  Bruno Haible  <bruno@clisp.org>
15079
15080         * m4/sockpfaf.m4: New file.
15081
15082 2004-11-05  Bruno Haible  <bruno@clisp.org>
15083
15084         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15085         Reported by Mark D. Baushke <mdb@cvshome.org>.
15086
15087 2004-11-04  Bruno Haible  <bruno@clisp.org>
15088
15089         2004-09-11  Bruno Haible  <bruno@clisp.org>
15090                 * allocsa.valgrind: New file.
15091         2004-02-06  Bruno Haible  <bruno@clisp.org>
15092                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15093                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15094                 Reported by Christopher Seip <chris.seip@hp.com>.
15095
15096 2004-11-04  Bruno Haible  <bruno@clisp.org>
15097
15098         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15099         (Makefile.am): Distribute it.
15100
15101 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15102
15103         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15104         with errno == ERANGE if the buffer is too small.
15105         Problem reported by Mark D. Baushke.
15106
15107 2004-11-03  Albert Chin  <china@thewrittenword.com>
15108             Paul Eggert  <eggert@cs.ucla.edu>
15109
15110         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15111         equivalent, substitute $ac_type for equivalent type rather than
15112         blindly using uint32_t *always* which won't work if uint32_t is not
15113         available.  Define _UINT32_T to work around typedef of uint32_t if
15114         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15115         2.5.1.
15116
15117 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15118
15119         * m4/jm-macros.m4: Sync from coreutils.
15120         (gl_MACROS): Check for mbrlen, for pathchk.
15121         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15122
15123 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15124
15125         * lib/xreadlink.c (MAXSIZE): New macro.
15126         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15127         size does not exceed MAXSIZE.  Avoid cast.
15128         As suggested by Mark D. Baushke in
15129         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15130         if readlink fails with buffer size just under MAXSIZE, try again
15131         with MAXSIZE.
15132
15133 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15134
15135         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15136
15137 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15138         and  Paul Eggert  <eggert@cs.ucla.edu>
15139
15140         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15141         (get_date): Overparenthesize to avoid GCC warning.
15142
15143 2004-11-02  Bruno Haible  <bruno@clisp.org>
15144
15145         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15146         returns void.
15147
15148 2004-11-02  Bruno Haible  <bruno@clisp.org>
15149
15150         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15151         function returns void.
15152
15153 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15154
15155         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15156         fflush_unlocked, flockfile, funlockfile, funlockfile,
15157         fputs_unlocked, putc_unlocked.
15158
15159 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15160
15161         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15162         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15163         already declared.
15164
15165 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15166
15167         * modules/getdate (Files): Add doc/getdate.texi.
15168         (Depends-on): Add setenv, xalloc.
15169
15170 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15171
15172         * lib/getdate.y: Add support for TZ="foo" within a date string.
15173         Fix some bugs near time_t boundaries.  Reject dates with
15174         out-of-range components, e.g., "Sept 31".
15175         Include <stdlib.h>, "setenv.h", "xalloc.h".
15176         (ISDIGIT_LOCALE): Remove; unused.
15177         Note that the TZ and time functions used here are not reentrant.
15178         (mktime_ok, get_tz): New functions.
15179         (TZBUFSIZE): New constant.
15180         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15181         This requires that we sometimes generate our own TZ="XXX..." setting.
15182
15183 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15184
15185         * doc/getdate.texi: New file, from coreutils with modifications for
15186         the new TZ parsing.
15187
15188 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15189
15190         * lib/mktime.c (not_equal_tm): Remove redundant check.
15191
15192 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15193
15194         * modules/regex (lib_SOURCES): Add regex.c.
15195         Reported by James Youngman in
15196         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15197
15198 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         * lib/getdate.y: Use Bison 1.875 features, and some minor
15201         code cleanups.  This change does not affect semantics.
15202         Don't include <stdlib.h>; no longer needed.
15203         Don't include unlocked-io.h; only the "#if TEST" code uses
15204         stdio, and performance isn't crucial there.
15205         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15206         Bison 1.875 features as described below.
15207         All uses of "PC." replaced by "pc->".
15208         (YYSTYPE): Add a forward declaration.
15209         (yylex, yyerror): Use full prototypes in forward decls.
15210         Use "%pure-parser" rather than obsolescent "%pure_parser".
15211         Use %parse-param and %lex-param instead of obsolescent
15212         YYPARSE_PARAM and YYLEX_PARAM.
15213         (meridian_table, month_and_day_table, time_units_table,
15214         relative_time_table, time_zone_table, military_table,
15215         lookup_zone, lookup_word, get_date):
15216         Use NULL instead of 0 where appropriate.
15217         (to_hour): Avoid abort (), to avoid a dependency on
15218         stdlib.h.
15219         (yyerror, yylex): Now accepts parser_control * arg.
15220         (main) [TEST]: Use '\0' rather than 0 for char.
15221
15222 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15223
15224         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15225
15226 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15227
15228         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15229         It's now the caller's responsibility to handle the case where
15230         !HAVE_GETPAGESIZE && !defined getpagesize.
15231
15232         * lib/mktime.c (leapyear): Arg is long int, not int.
15233
15234 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15235
15236         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15237
15238 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15239
15240         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15241         missing.  Problem reported by James Youngman.
15242
15243 2004-10-16  Simon Josefsson  <jas@extundo.com>
15244
15245         * gnulib-tool: Fix comments.  Fix parse problem.
15246         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15247
15248 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15249
15250         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15251         implementation of getopt_long.  Problem reported by Alexander Taler in:
15252         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15253
15254 2004-10-15  Bruno Haible  <bruno@clisp.org>
15255
15256         * gnulib-tool: Untabify. Initialize supplied_libname.
15257         (func_usage): More homogenous output.
15258         (func_modules_transitive_closure, func_modules_to_filelist,
15259         func_emit_lib_Makefile_am): New functions.
15260         (func_import): New function, extracted from big case statement. Use
15261         func_get_license, func_modules_transitive_closure,
15262         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15263         opt_lgpl. Don't use test -a, as it's not portable.
15264         (func_create_testdir): Use func_modules_transitive_closure,
15265         func_modules_to_filelist, func_emit_lib_Makefile_am.
15266
15267 2004-10-15  Bruno Haible  <bruno@clisp.org>
15268
15269         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15270
15271 2004-10-15  Bruno Haible  <bruno@clisp.org>
15272
15273         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15274         the portions belonging to each module.
15275         Suggested by Derek Robert Price <derek@ximbiot.com>.
15276
15277 2004-10-12  Simon Josefsson  <jas@extundo.com>
15278
15279         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15280         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15281         to real functions.
15282
15283 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15284
15285         * modules/vsnprintf: New file.
15286
15287 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15288
15289         * m4/vsnprintf.m4: New file.
15290
15291 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15292
15293         * lib/vsnprintf.h: New file.
15294         * lib/vsnprintf.c: New file.
15295
15296 2004-10-11  Bruno Haible  <bruno@clisp.org>
15297
15298         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15299         vsnprintf.
15300
15301 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15302
15303         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15304
15305 2004-10-07  Bruno Haible  <bruno@clisp.org>
15306
15307         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15308         fits into the provided buffer.
15309
15310 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15311
15312         * lib/diacrit.c, diacrit.h: Add GPL notice.
15313
15314         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15315         notice.
15316         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15317         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15318         This avoids a potential constant-folding bug.
15319
15320 2004-10-05  Bruno Haible  <bruno@clisp.org>
15321
15322         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15323         for the declaration of strsep.
15324
15325 2004-10-05  Bruno Haible  <bruno@clisp.org>
15326
15327         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15328
15329 2004-10-04  Simon Josefsson  <jas@extundo.com>
15330
15331         * modules/memmem: New file.
15332         * tests/test-memmem.c: New file.
15333         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15334
15335 2004-10-04  Simon Josefsson  <jas@extundo.com>
15336
15337         * m4/memmem.m4: New file.
15338
15339 2004-10-04  Simon Josefsson  <jas@extundo.com>
15340
15341         * lib/memmem.h: New file.
15342         * lib/memmem.c: New file, taken from glibc.
15343
15344 2004-10-04  Simon Josefsson  <jas@extundo.com>
15345
15346         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15347         '#ifdef USE_UNLOCKED_IO'.
15348
15349 2004-10-04  Simon Josefsson  <jas@extundo.com>
15350
15351         * config/srclist.txt: Add memmem from glibc.
15352
15353 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15354
15355         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15356
15357         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15358         modules/exclude, modules/getdate, modules/getline,
15359         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15360         modules/getusershell, modules/linebuffer, modules/md5,
15361         modules/mountlist, modules/posixtm, modules/readtokens,
15362         modules/readutmp, modules/regex, modules/sha1,
15363         modules/version-etc, modules/yesno:
15364         Remove dependency on unlocked-io.
15365
15366 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15367
15368         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15369
15370         * m4/unlocked-io.m4: Add copyright notice.
15371         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15372
15373 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15374
15375         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15376         * lib/xmalloc.c (xmemdup): Likewise.
15377         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15378         XFREE): Remove these long-obsolescent macros.
15379         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15380         * lib/xstrdup.c: Remove.
15381
15382         * lib/regex.c (re_comp): Cast gettext return value to char *,
15383         Problem reported by Martin Neitzel via Mark D. Baushke.
15384
15385 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15386
15387         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15388         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15389         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15390         regex.c, sha1.c, version-etc.c, yesno.c:
15391         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15392         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15393         the includer's responsibility.
15394
15395         Sync from coreutils.
15396
15397         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15398         points to the start of a string, as the C Standard says the
15399         resulting behavior is undefined.
15400
15401         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15402         simple -> simple_backups, numbered_existing ->
15403         numbered_existing_backups, numbered -> numbered_backups
15404         to avoid shadowing problems.  All uses changed.
15405         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15406         * lib/backupfile.c (check_extension, numbered_backup):
15407         Rename locals to avoid shadowing 'basename'.
15408         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15409         once.
15410
15411         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15412         * lib/.cvsignore: Add getopt.h.
15413
15414 2004-10-04  Bruno Haible  <bruno@clisp.org>
15415
15416         * modules/README: New file.
15417         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15418         not a module.
15419
15420 2004-10-02  Jim Meyering  <jim@meyering.net>
15421
15422         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15423
15424 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15425
15426         * modules/strsep: New file.
15427
15428 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15429
15430         * m4/strsep.m4: New file.
15431
15432 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15433
15434         * lib/strsep.h: New file.
15435         * lib/strsep.c: New file.
15436
15437 2004-10-01  Simon Josefsson  <jas@extundo.com>
15438
15439         * lib/snprintf.c (snprintf): Handle size==0.
15440
15441 2004-10-01  Simon Josefsson  <jas@extundo.com>
15442             Bruno Haible  <bruno@clisp.org>
15443
15444         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15445         (snprintf): Declare 'args'.
15446
15447 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15448
15449         * lib/snprintf.c: Remove comments as to why each header is needed.
15450
15451 2004-10-01  Bruno Haible  <bruno@clisp.org>
15452
15453         * MODULES.html.sh: Add strsep.
15454
15455 2004-09-30  Simon Josefsson  <jas@extundo.com>
15456
15457         * modules/snprintf: New file.
15458
15459 2004-09-30  Simon Josefsson  <jas@extundo.com>
15460
15461         * m4/snprintf.m4: New file.
15462
15463 2004-09-30  Simon Josefsson  <jas@extundo.com>
15464
15465         * lib/snprintf.h, lib/snprintf.c: New files.
15466
15467 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15468
15469         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15470         (hol_entry_help): Never translate an empty string.
15471         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15472         * lib/argp.h (OPTION_NO_TRANS): New option.
15473
15474 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15475
15476         * modules/argp (Maintainer): Replace Simon Josefsson
15477         by Sergey Poznyakoff.
15478
15479 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15482         changes merged back into glibc.
15483
15484 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15485
15486         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15487
15488 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15489
15490         * lib/xvasprintf.c: Include xalloc.h.
15491         (xvasprintf): Use xalloc_die, not xmalloc_die.
15492
15493 2004-09-29  Bruno Haible  <bruno@clisp.org>
15494
15495         * modules/alloca-opt: New file, derived from modules/alloca.
15496         * modules/allocsa: Depend on alloca-opt instead of alloca.
15497         * modules/setenv: Likewise.
15498         * modules/vasnprintf: Likewise.
15499         * MODULES.html.sh: Add alloca-opt.
15500
15501 2004-09-28  Simon Josefsson  <jas@extundo.com>
15502
15503         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15504         LGPL, and to replace license template from GPL to LGPL.
15505
15506 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15507
15508         * modules/dummy: Change license to LGPL.
15509
15510 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15513
15514 2004-09-24  Simon Josefsson  <jas@extundo.com>
15515
15516         * modules/minmax (License): Change from GPL to LGPL.
15517
15518 2004-09-23  Simon Josefsson  <jas@extundo.com>
15519
15520         * gnulib-tool (--import): Typo.
15521
15522 2004-09-23  Simon Josefsson  <jas@extundo.com>
15523
15524         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15525
15526 2004-09-22  Bruno Haible  <bruno@clisp.org>
15527
15528         * modules/*: Add 'License' field.
15529         * gnulib-tool: Accept --extract-license option.
15530         (func_get_license): New function.
15531
15532 2004-09-21  Bruno Haible  <bruno@clisp.org>
15533
15534         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15535         Reported by Simon Josefsson.
15536
15537 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15538
15539         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15540         gl_AC_TYPE_LONG_LONG.
15541
15542 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15543
15544         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15545
15546 2004-09-18  Simon Josefsson  <jas@extundo.com>
15547         and  Paul Eggert  <eggert@cs.ucla.edu>
15548
15549         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15550         calls with autoreconf.  Define GL_LIB.
15551
15552 2004-09-14  Karl Berry  <karl@gnu.org>
15553
15554         * config/srclist.txt: unsync setenv.c, sigh.
15555
15556 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15557
15558         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15559         Problem reported by Bruno Haible in:
15560         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15561
15562 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15563
15564         * config/srclist.txt: Comment out argp-pvh.c.
15565
15566 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15569         in case some system header has #define'd it.  Problem reported by
15570         Soeren D. Schulze in
15571         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15572
15573 2004-09-09  Karl Berry  <karl@gnu.org>
15574
15575         * regex.[ch]: delete from the root.  These were supposed to be
15576                 synced with emacs cvs, but this has not happened for about
15577                 a year, and anyway nothing else uses emacs regex.[ch].
15578                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15579                 lib/regex[.ch] is untouched.
15580
15581 2004-09-09  Bruno Haible  <bruno@clisp.org>
15582
15583         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15584
15585 2004-09-09  Bruno Haible  <bruno@clisp.org>
15586
15587         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15588         modifications.
15589         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15590
15591 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15592
15593         * modules/xvasprintf: New file.
15594         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15595
15596 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15597
15598         * lib/xvasprintf.h: New file.
15599         * lib/xvasprintf.c: New file.
15600         * lib/xasprintf.c: New file.
15601
15602 2004-09-08  Bruno Haible  <bruno@clisp.org>
15603
15604         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15605
15606 2004-09-08  Bruno Haible  <bruno@clisp.org>
15607
15608         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15609         length is > INT_MAX.
15610         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15611         more.
15612
15613 2004-09-08  Bruno Haible  <bruno@clisp.org>
15614
15615         * lib/stdint_.h: New file, taken from GNU clisp.
15616
15617 2004-09-08  Bruno Haible  <bruno@clisp.org>
15618             Oskar Liljeblad  <oskar@osk.mine.nu>
15619
15620         * modules/stdint: New file.
15621         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15622
15623 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15624
15625         Import from coreutils.
15626         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15627         strings on unbounded length.  alloca's performance benefits aren't
15628         that important here.
15629         (V_STRDUP): Remove.
15630         (parse_with_separator): New function, with most of the internals
15631         of the old parse_user_spec.  Allow user to omit both user and group,
15632         for compatibility with FreeBSD.
15633         Clone only the user name, not the entire spec.
15634         Do not set *uid, *gid unless entirely successful.
15635         Avoid memory leak in some failing cases.
15636         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15637         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15638         (parse_user_spec): Rewrite to use parse_with_separator.
15639
15640 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         * modules/userspec: Don't depend on alloca.
15643
15644 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15645
15646         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15647
15648 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15651         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15652         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15653
15654 2004-08-16  Simon Josefsson  <jas@extundo.com>
15655
15656         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15657         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15658         Add --dry-run for --import.
15659         Let user provided command line parameters override configure.ac
15660         settings.
15661
15662 2004-08-12  Simon Josefsson  <jas@extundo.com>
15663
15664         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15665         as discussed with Paul Eggert in threads rooted at
15666         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15667         and
15668         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15669         Before, the test was empty, and relied on ELIDE_CODE in source
15670         code.)
15671         (gl_PREREQ_GETOPT): New macro.
15672         (gl_GETOPT): Use them.
15673
15674 2004-08-12  Simon Josefsson  <jas@extundo.com>
15675
15676         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15677         * lib/getopt_.h: Renamed from getopt.h.
15678
15679 2004-08-12  Simon Josefsson  <jas@extundo.com>
15680
15681         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15682         Change default library name from libfoo to libgnu.
15683         Now, if you have a configure.ac that says:
15684                 gl_SOURCE_BASE(gl)
15685                 gl_M4_BASE(gl/m4)
15686                 gl_MODULES(error getopt etcetera)
15687                 gl_INIT
15688         you can import all you need by running:
15689                 ../gnulib/gnulib-tool --import
15690
15691         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15692         (Makefile.am): Rewrite, use logic from argz.
15693         (Include): Use <getopt.h> instead of "getopt.h".
15694
15695 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15696
15697         * modules/argp (Files): Add m4/unlocked-io.m4.
15698         (Depends-on): Add extensions.
15699
15700 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15701
15702         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15703         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15704         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15705         Check for program_invocation_name, program_invocation_short_name,
15706         flockfile, funlockfile, features.h, _getopt_long_only_r.
15707
15708 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15709
15710         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15711         its complicated substitute.
15712         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15713         and program_invocation_name.
15714         (__argp_basename) [!_LIBC]: Remove; the only use was
15715         replaced by its body.
15716         (__argp_short_program_name): Change condition from
15717         !defined __argp_short_program_name to
15718         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15719         to match argp-namefrob.h.
15720         (__argp_failure): Don't assume strerror_r returns char *.
15721         * lib/argp-parse.c (N_): Define unconditionally.
15722         (argp_default_options): Fill out initializers with 0 to avoid
15723         gcc warnings.
15724
15725 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15726
15727         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15728         getopt1.c.
15729
15730 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         Merge from coreutils.
15733
15734         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15735
15736         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15737         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15738
15739 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15740
15741         Merge from coreutils.
15742
15743         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15744         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15745         for Reliant Unix 5.43.
15746
15747         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15748         (union fooround): Use uintmax_t, not long int.
15749         The rest is a merge from libc:
15750         [defined _LIBC]: Include <shlib-compat.h>.
15751         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15752
15753         * lib/settime.c (settime): Recode to avoid warning with
15754         Sun Forte C 6U2.
15755
15756         * lib/strverscmp.c: Convert to UTF-8.
15757
15758 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15759
15760         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15761         m4/uintmax_t.m4.
15762
15763 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * modules/xalloc-die: New file.
15766         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15767
15768         * modules/md5 (Files): Add m4/uint32_t.m4.
15769         * modules/sha1: Renamed from modules/sha.
15770         (Files):
15771         Rename lib/sha.h to lib/sha1.h.
15772         Rename lib/sha.c to lib/sha1.c.
15773         Rename m4/sha.m4 to m4/sha1.m4.
15774         (lib_SOURCES): Likewise.
15775         (configure.ac): Rename gl_SHA to gl_SHA1.
15776         (Include): sha.h -> sha1.h.
15777
15778 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15779
15780         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15781         * m4/sha1.m4: Renamed from sha.m4.
15782         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15783
15784 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15785
15786         * lib/obstack.h (obstack_empty_p):
15787         Don't assume that chunk->contents is suitably aligned.
15788         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15789         Likewise. Problem reported by Benno in
15790         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15791
15792         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15793         readable.  This could be improved further but it'd take some work.
15794
15795 2004-08-08  Simon Josefsson  <jas@extundo.com>
15796
15797         * modules/xgethostname (Depends-on): Remove exit and error (not
15798         used).
15799
15800         * modules/getpass-gnu: Add getpass.h.
15801         (Depends-on): Add stdbool.
15802         * modules/getpass: Add getpass.h.
15803
15804 2004-08-08  Simon Josefsson  <jas@extundo.com>
15805
15806         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15807         Check getpass declaration.
15808
15809 2004-08-08  Simon Josefsson  <jas@extundo.com>
15810
15811         * lib/xgethostname.c: Don't include error.h (not used).
15812
15813         * lib/getpass.h: Add.
15814         * lib/getpass.c: Include getpass.h first.
15815
15816 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15817
15818         * lib/xalloc-die.c: New file.
15819         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15820         All uses removed.
15821         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15822         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15823         xalloc-die.c.
15824         (_, N_, xalloc_die): Move to xalloc-die.c.
15825         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15826         so that we needn't mess with xalloc_msg_memory_exhausted.
15827
15828         * lib/sha1.h: Renamed from sha.h.
15829         (SHA1_H): Renamed from _SHA_H.
15830         (sha1_ctx): Renamed from sha_ctx.
15831         (sha1_init_ctx): Renamed from sha_init_ctx.
15832         (sha1_process_block): Renamed from sha_process_block.
15833         (sha1_process_bytes): Renamed from sha_process_bytes.
15834         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15835         (sha1_read_ctx): Renamed from sha_read_ctx.
15836         (sha1_stream): Renamed from sha_stream.
15837         (sha1_buffer): Renamed from sha_buffer.
15838         * lib/sha1.c: Likewise; renamed from sha.c.
15839         Do not include <sys/types.h>.
15840         Include <stddef.h> rather than <stdlib.h>.
15841
15842 2004-08-08  Bruno Haible  <bruno@clisp.org>
15843
15844         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15845         FILESYSTEM_PREFIX_LEN.
15846         * lib/progreloc.c: Likewise.
15847         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15848
15849 2004-08-06  Simon Josefsson  <jas@extundo.com>
15850
15851         * modules/progname (Depends-on): Don't depend on stdbool.
15852
15853 2004-08-06  Simon Josefsson  <jas@extundo.com>
15854
15855         * modules/getsubopt: New file.
15856         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15857         getsubopt.
15858
15859 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15860
15861         More merge from coreutils.
15862
15863         * m4/utimens.m4, m4/utimecmp.m4: New files.
15864         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15865         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15866         prereq.m4, sha.m4: Import changes from coreutils.
15867
15868 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         More merge from coreutils.
15871         * modules/raise, modules/readtokens0, modules/utimens:
15872         * modules/utimecmp, module/xnanosleep: New files.
15873         * modules/strftime: Add lib/strftime.h.
15874         Change include from <time.h> to "strftime.h".
15875         * modules/yesno: Add lib/yesno.h.
15876         * modules/backupfile: Remove lib/addext.c.
15877         * modules/euidaccess: Add stat-macros.h.
15878         * modules/canonicalize, modules/euidaccess,
15879         modules/filemode, modules/lchown, modules/makepath,
15880         modules/rmdir, modules/stat: Likewise.
15881
15882 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15883
15884         Merge from tar.
15885         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15886         SIZE_MAX is a valid preprocessor constant.
15887         (__argp_basename): Change from "#ifndef _LIBC"
15888         to "#ifndef __argp_short_program_name", so that
15889         we don't compile these functions for tar.
15890
15891         More merges from coreutils.
15892         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15893         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15894         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15895         * lib/addext.c: Remove; no longer needed.
15896         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15897         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15898         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15899         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15900         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15901         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15902         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15903         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15904         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15905         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15906         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15907         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15908         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15909         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15910         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15911         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15912         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15913         Import changes from coreutils.
15914
15915 2004-08-05  Simon Josefsson  <jas@extundo.com>
15916
15917         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15918
15919 2004-08-05  Simon Josefsson  <jas@extundo.com>
15920
15921         * m4/getsubopt.m4: New file.
15922
15923 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15924
15925         Merge from coreutils.
15926
15927         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15928         * m4/getcwd-path-max.m4: New files.
15929
15930         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15931         FILESYSTEM_PREFIX_LEN ->
15932         FILE_SYSTEM_PREFIX_LEN.
15933         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15934         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15935         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15936         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15937
15938         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15939         prerequisite modules now handle the DOS stuff.
15940         Don't check for unistd.h.
15941
15942 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15943
15944         Merge from coreutils.
15945
15946         * lib/.gdb-history: Remove; this doesn't belong here.
15947
15948         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15949         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15950         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15951         * lib/getcwd.c: New files.
15952
15953         * lib/dirname.h: Include <stdbool.h>.
15954         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15955         for consistency with POSIX terminology.  All uses changed.
15956         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15957         (strip_trailing_slashes): Use bool for booleans.
15958         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15959
15960         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15961         sometimes returns a positive errno value even when it succeeds.
15962         (print_errno_message) [!LIBC]: Fall back on strerror if
15963         __strerror_r fails.
15964
15965         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15966         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15967         (longest_relative_suffix): New function.
15968         (path_concat): Use it.  Assume first argument is not NULL.
15969         Port to DOS.  Omit redundant separators.
15970         Report an error instead of returning NULL.
15971         Use mempcpy instead of memcpy.
15972         (xpath_concat): Remove: not declared or used.
15973
15974         * lib/same.h: Include <stdbool.h>
15975         (same_name): Return bool, not int.
15976         * lib/same.c (same_name): Likewise.
15977         (errno): Don't declare; we assume C89 or better now.
15978
15979         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15980         if not already defined.
15981
15982         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15983         * lib/dup-safer.c (errno): Likewise.
15984
15985 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15986
15987         Merge from coreutils.
15988         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15989         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15990         * modules/path-concat: Don't depend on strdup.
15991
15992 2004-08-03  Simon Josefsson  <jas@extundo.com>
15993
15994         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15995         * lib/progname.h: Don't include stdbool.h.
15996
15997 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15998
15999         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16000         * MODULES.html.sh (func_all_modules): Remove fatal.
16001
16002 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16003
16004         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16005
16006 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16009         working.
16010
16011 2004-08-02  Simon Josefsson  <jas@extundo.com>
16012
16013         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16014         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16015         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16016
16017 2004-08-01  Simon Josefsson  <jas@extundo.com>
16018
16019         * lib/xgetdomainname.c: Include stdlib.h, for free().
16020
16021 2004-07-19  Bruno Haible  <bruno@clisp.org>
16022
16023         * MODULES.html.sh (func_all_modules): Add dummy.
16024
16025 2004-07-16  Simon Josefsson  <jas@extundo.com>
16026
16027         * modules/dummy: New file.
16028
16029 2004-07-16  Simon Josefsson  <jas@extundo.com>
16030
16031         * lib/dummy.c: New file.
16032
16033 2004-07-16  Bruno Haible  <bruno@clisp.org>
16034
16035         * lib/backupfile.h: Add extern "C" for C++.
16036         * lib/closeout.h: Likewise.
16037         * lib/copy-file.h: Likewise.
16038         * lib/findprog.h: Likewise.
16039         * lib/full-write.h: Likewise.
16040         * lib/pathname.h: Likewise.
16041         * lib/progname.h: Likewise.
16042         * lib/stpcpy.h: Likewise.
16043         * lib/stpncpy.h: Likewise.
16044         * lib/strcase.h: Likewise.
16045         * lib/strstr.h: Likewise.
16046         * lib/xalloc.h: Likewise.
16047
16048         * lib/mbswidth.h: Add extern "C" for C++.
16049         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16050
16051 2004-07-13  Robert Millan  <robertmh@gnu.org>
16052
16053         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16054
16055 2004-07-09  Simon Josefsson  <jas@extundo.com>
16056
16057         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16058         failed without this.)
16059
16060 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16061
16062         * modules/chown (Files): Add lib/fchown-stub.c, since
16063         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16064
16065 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16066
16067         * lib/fchown-stub.c: New file.
16068
16069 2004-06-24  Jim Meyering  <jim@meyering.net>
16070
16071         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16072
16073 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16074
16075         * modules/argz: Omit "#include".
16076
16077         * MODULES.html.sh (func_all_modules): Add calloc, to match
16078         2004-06-01 addition of calloc module.
16079
16080 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16081
16082         * m4/argz.m4: New file, which is autoupdated from libtool.
16083
16084 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16085
16086         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16087         libtool.
16088
16089 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16090
16091         * config/srclist-update: Don't insist on "USA." before the
16092         close-comment, as libtool omits the period and puts the */ on a
16093         separate line.
16094         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16095         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16096
16097 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16098
16099         * modules/argz: New file.
16100         * MODULES.html.sh (func_all_modules): Add argz.
16101
16102 2004-06-12  Jim Meyering  <jim@meyering.net>
16103         and  Paul Eggert  <eggert@cs.ucla.edu>
16104
16105         * modules/hash (Files): Add lib/xalloc.h.
16106         * modules/pipe (Depends-on): Add wait-process.
16107         * modules/stat (Depends-on): Add xalloc.
16108         * modules/userspec (Files): Add lib/userspec.h.
16109         * modules/xstrto
16110
16111         Upgrade from gettext-0.13.
16112         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16113         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16114         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16115
16116 2004-06-10  Jim Meyering  <jim@meyering.net>
16117
16118         * lib/calloc.c: New file.
16119
16120 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16121
16122         * lib/getdate.y (yylex): Allow space between sign and number.
16123         Problem reported by Dan Jacobson.
16124
16125 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16126
16127         Merge from coreutils CVS.
16128
16129         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16130         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16131         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16132         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16133         xstrtol.m4: Fix copyright date and/or serial number.
16134
16135         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16136         See if we need an fchown replacement.
16137         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16138         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16139         and use the replacement function if we detect either defect.
16140
16141         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16142         gl_UTIMECMP.
16143
16144 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16145         and  Jim Meyering  <jim@meyering.net>
16146
16147         Merge from coreutils CVS.
16148
16149         * lib/stat-macros.h: New file, with contents from file-type.h
16150         and coreutils' system.h.
16151         * lib/file-type.c: Include "stat-macros.h".
16152         * lib/file-type.h (file_type): Move all macro definitions to new file,
16153         stat-macros.h.
16154
16155         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16156         Wrap old code with this conditional.
16157         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16158         function that does not dereference symlinks.
16159         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16160
16161         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16162         dependency problems.
16163         (xreadlink): Accept new arg SIZE, for efficiency.
16164         All decls and uses changed.
16165         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16166
16167         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16168         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16169
16170         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16171         sysexits.h.
16172
16173 2004-06-01  Jim Meyering  <jim@meyering.net>
16174
16175         * m4/calloc.m4: New file.
16176
16177 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16178
16179         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16180         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16181         Also, fix a typo in a diagnostic.
16182
16183 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16184
16185         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16186         or AC_FUNC_REALLOC.
16187
16188 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16189
16190         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16191         macros to be defined.
16192         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16193         the allocator returns NULL because the requested size is zero.
16194
16195 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16198         var.  Add comment explaining why libc still defines it.  This
16199         merges the following patch from glibc:
16200         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16201
16202 2004-05-20  Andreas Schwab  <schwab@suse.de>
16203
16204         * m4/free.m4: Replace free if it not known to work, not the other
16205         way round.
16206
16207 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16210         present in glibc since revision 1.1 of this file.
16211         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16212         obstack_alignment_mask, obstack_alloc, obstack_base,
16213         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16214         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16215         obstack_grow0, obstack_init, obstack_int_grow,
16216         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16217         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16218         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16219         nonexistent functions.
16220
16221 2004-05-18  Karl Berry  <karl@gnu.org>
16222
16223         * config/srclist.txt: break link for vasnprintf.c.
16224
16225 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         Port obstack to the AS/400, where pointers are 16 bytes wide and
16228         you cannot cast an integer to a valid pointer.  This patch is
16229         currently waiting to be integrated into glibc; see
16230         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16231
16232         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16233         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16234         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16235         (struct obstack): temp member is now a union of a pointer and
16236         an integer, instead of an integer.  All integer uses changed.
16237         This does not affect the physical layout of struct obstack,
16238         except on hosts (like the AS/400) where the size or alignment of
16239         void * is greater than that of ptrdiff_t.
16240         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16241         __STDC__)]: Store temporary in pointer member of union, not
16242         integer member.
16243         * lib/obstack.c: Include <stddef.h>, for offsetof.
16244         (struct fooalign): Remove; it doesn't need a name.
16245         (union fooround): Change double to long double, and add void *.
16246         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16247         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16248         not a macro.  Hence the values are always int; so remove all
16249         casts-to-int in uses.
16250
16251 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16252
16253         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16254         we can get this patch merged into glibc.
16255
16256 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16257             Paul Eggert  <eggert@cs.ucla.edu>
16258
16259         * m4/argp: Depend on alloca.
16260
16261 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16262             Paul Eggert  <eggert@cs.ucla.edu>
16263
16264         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16265         freecoding.
16266
16267 2004-05-17  Bruno Haible  <bruno@clisp.org>
16268
16269         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16270         precision that consists of a '.' followed by an empty digit string.
16271         Patch by Tor Lillqvist <tml@iki.fi>.
16272
16273 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16274
16275         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16276         for backward compatibility with older code.  We need our own
16277         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16278         it under some other name, and our alloca.h will define it.
16279
16280 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16281             Derek Price  <derek@ximbiot.com>
16282
16283         * lib/alloca.c: Include <alloca.h>, to get our interface.
16284         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16285         include <alloca.h> first.  Use C89 prototype for alloca; this
16286         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16287         Use #elif for simplicity, since we can assume C89 now.
16288         Don't try to source the system alloca.h since it will not be found
16289         and to prevent recursively including its replacement.
16290         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16291         * lib/regex.c: Likewise.
16292
16293 2004-05-16  Derek Price  <derek@ximbiot.com>
16294             Paul Eggert  <eggert@cs.ucla.edu>
16295
16296         getline cleanup.  This changes the getndelim2 API: both order of
16297         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16298         no delimiter).
16299
16300         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16301         interface does that.
16302         (getline): Always use getdelim, so that we don't have two
16303         copies of this code.
16304         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16305         if available.
16306         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16307         (GETNDELIM2_MAXIMUM): New macro.
16308         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16309         instead of the old practice of delim2==0.  All callers changed.
16310         Return -1 on overflow, instead of returning junk.
16311         Do not set *linesize unless allocation succeeds.
16312         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16313         that we include sys/types.h.
16314         * lib/getnline.h: Likewise.
16315         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16316         (getndelim2): Reorder arguments.
16317         * lib/getnline.c (getnline, getndelim):
16318         Don't discard the NMAX argument.
16319         (getnline): Invoke getndelim, to avoid code duplication.
16320         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16321         of (size_t) -1 by callers of the getnline family.
16322
16323 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16324
16325         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16326         Check for gettimeofday.
16327         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16328         Check for settimeofday, stime.
16329
16330 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * lib/nanosleep.c (suspended): Change its type from int to
16333         sig_atomic_t volatile.
16334         (first_call): Make it private to rpl_nanosleep, and have it
16335         be zero initially as that's a bit faster.
16336         (my_usleep): Round up fractional times instead of truncating them,
16337         as this is the usual meaning for 'sleep'.
16338
16339         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16340         doesn't work.
16341         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16342         (ENOSYS): Define if not defined.
16343         (settime): Fall back on stime if it exists and settimeofday fails.
16344         But don't bother with fallbacks if a method fails with errno == EPERM.
16345
16346 2004-05-11  Jim Meyering  <jim@meyering.net>
16347
16348         Prior to this change, the save_cwd caller required read access to the
16349         current directory on most systems (ones with the fchdir function).
16350
16351         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16352         fails, try write-only, and finally, resort to using xgetcwd.
16353
16354 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16355
16356         * lib/obstack.c, obstack.h: Import changes from libc.
16357
16358 2004-04-28  Bruno Haible  <bruno@clisp.org>
16359
16360         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16361         also implicitly appends .exe to executables.
16362         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16363         accepts Windows pathnames.
16364         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16365         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16366         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16367         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16368         Reported by Derek Robert Price <derek@ximbiot.com>.
16369
16370 2004-04-21  Karl Berry  <karl@gnu.org>
16371
16372         * config/srclist.txt (localcharset.c): break sync.
16373
16374 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16375
16376         * m4/host-os.m4: Add a copyright notice.
16377
16378 2004-04-20  Jim Meyering  <jim@meyering.net>
16379
16380         Change UTILS_ to gl_ in AC_DEFINE'd names.
16381         Change utils_- and jm_-prefixed variables, too.
16382         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16383         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16384         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16385
16386         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16387         Don't emit trailing blanks.
16388         Also rename jm_-prefixed variables to have gl_ prefix.
16389
16390         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16391         Also rename jm_-prefixed variables to have gl_ prefix.
16392
16393         * m4/jm-macros.m4: Reflect the renamings.
16394         * m4/prereq.m4: Likewise.
16395
16396 2004-04-20  Jim Meyering  <jim@meyering.net>
16397
16398         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16399         memory.
16400
16401 2004-04-20  Jim Meyering  <jim@meyering.net>
16402             Bruno Haible  <bruno@clisp.org>
16403
16404         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16405         memory when realloc fails.
16406
16407 2004-04-19  Jim Meyering  <jim@meyering.net>
16408
16409         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16410         now that readutmp.c may call `free (0)'.
16411
16412 2004-04-19  Bruno Haible  <bruno@clisp.org>
16413
16414         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16415         * m4/inttypes_h.m4: Likewise.
16416         * m4/stdint_h.m4: Likewise.
16417         * m4/intmax_t.m4: Likewise.
16418         * m4/uintmax_t.m4: Likewise.
16419
16420 2004-04-18  Jim Meyering  <jim@meyering.net>
16421
16422         * m4/prereq.m4: Don't forbid jm_ prefix.
16423
16424         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16425         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16426         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16427         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16428         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16429         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16430         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16431         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16432         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16433         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16434         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16435         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16436         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16437         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16438         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16439         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16440         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16441         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16442         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16443
16444 2004-04-18  Jim Meyering  <jim@meyering.net>
16445
16446         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16447         failure, don't leak memory and do call END_UTMP_ENT.
16448
16449 2004-04-16  Jim Meyering  <jim@meyering.net>
16450
16451         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16452         coreutils' stat program.
16453         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16454
16455 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16456
16457         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16458         C89.
16459         (CHAR_BIT): Remove, since we assume C89.
16460         Include <stdint.h> if available, as per current Autoconf CVS advice.
16461
16462 2004-03-31  Jim Meyering  <jim@meyering.net>
16463
16464         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16465         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16466         * m4/xalloc.m4: Likewise.
16467
16468 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16469
16470         Merge from coreutils.
16471
16472         * m4/inttostr.m4: New file.
16473         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16474         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16475         Require gl_CLOCK_TIME.
16476         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16477
16478 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16479
16480         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16481         not bool, to be more consistent with Unix conventions.
16482         Suggested by Bruno Haible.
16483
16484         Merge from coreutils.
16485
16486         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16487         * lib/umaxtostr.c: New files.
16488
16489         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16490         the usual <time.h> dance.
16491         (get_date): Change signature to support fractional time stamps.
16492         All callers changed.
16493         * lib/getdate.y: Include "getdate.h" first, as we can now
16494         assume C89 and don't need to worry about 'const'.
16495         Similarly, include "unlocked-io.h" near start, not in middle.
16496         Include <limits.h>.
16497         (textint.value): Use long int rather than int.
16498         (textint.digits): Use size_t rather than int.
16499         (BILLION, LOG10_BILLION): New constants.
16500         (parser_control): New member rel_ns.  Members day_ordinal,
16501         time_zone, month, day, hour, minutes, rel_year, rel_month,
16502         rel_day, rel_hour, rel_minutes, rel_seconds
16503         are now long int, not int.  Member seconds is now struct timespec,
16504         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16505         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16506         not int.
16507         (%union.intval): Now long int, not int.
16508         New member timespec.
16509         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16510         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16511         (spec): Now is a timespec or an item list.
16512         (timespec, items): New nonterminals.
16513         (time, rel, relunit, number, get_date):
16514         Add support for fractional seconds.
16515         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16516         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16517         (to_hour): First arg is now long int, not int.
16518         (to_year): Returns long int, not int.
16519         Don't treat year -70 like 70.
16520         (tm_diff): Returns long int, not int.
16521         (lookup_word): Use bool instead of int when appropriate.
16522         (yylex): Use size_t for count, not int.
16523         Detect overflow when parsing large integer constants.
16524         Add support for fractions.
16525         (get_date): Make pointers 'const' if possible.
16526         Use more-portable code to detect integer overflow.
16527         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16528         Don't use ctime; it's not reliable if the year has >4 digits.
16529
16530         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16531         This is for compatibility with BSD.
16532
16533         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16534         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16535         From coreutils' system.h.
16536
16537         * lib/userspec.c: Don't include "posixver.h".
16538         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16539         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16540         compatible extension.  Simplify code by removing a boolean int
16541         that was always nonzero if a string was nonnull.
16542
16543 2004-03-30  Jim Meyering  <jim@meyering.net>
16544
16545         Merge from coreutils.
16546
16547         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16548         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16549         on some systems one must include <grp.h> before it.
16550         Reported by Christian Krackowizer.
16551
16552 2004-03-30  Jim Meyering  <jim@meyering.net>
16553
16554         Merge from coreutils.
16555
16556         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16557
16558         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16559         an empty input stream.
16560
16561         * lib/readtokens.c: Include <stdbool.h>.
16562         (readtoken): Use `size_t' rather than int/long.
16563         All callers adjusted.
16564         Use `bool' rather than `int' where appropriate.
16565         Use memset rather than an explicit loop.
16566         Use x2nrealloc rather than xrealloc.
16567         Allow the use of `\0' as a delimiter.
16568         (readtokens): Likewise.
16569         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16570
16571 2004-03-30  Jim Meyering  <jim@meyering.net>
16572
16573         * m4/realloc.m4: Remove file, since now it does no more than
16574         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16575         the `configure.ac' section of module/realloc.
16576         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16577
16578 2004-03-30  Bruno Haible  <bruno@clisp.org>
16579
16580         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16581         nonnull.
16582
16583 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16584
16585         Merge changes to getloadavg.c from coreutils and Emacs.
16586
16587         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16588         Define to an expression, not to the empty string.
16589         Include cloexec.h and xalloc.h.
16590         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16591         Use set_cloexec_flag rather than rolling our own.
16592         * lib/cloexec.c, lib/cloexec.h: New files.
16593
16594 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16595
16596         * m4/cloexec.m4: New file.
16597
16598 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16599
16600         * lib/getopt.h: Sync with libc CVS.
16601
16602 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16603             Bruno Haible  <bruno@clisp.org>
16604
16605         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16606         mbswidth.
16607
16608 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16609             Bruno Haible  <bruno@clisp.org>
16610
16611         * lib/mbswidth.h: Include <wchar.h> only if
16612         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16613         <wchar.h>.
16614         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16615
16616 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16617
16618         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16619         Sync with libc CVS.
16620         * lib/getopt_int.h: New file, also synced from libc.
16621
16622 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16623
16624         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16625         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16626         Bring back getopt.c, getopt.h, getopt1.c.
16627
16628 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16629
16630         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16631         All uses changed.  Check for sa_sigaction member; this fixes
16632         a bug first reported by Jason Andrade in
16633         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16634
16635 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16636
16637         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16638         '#if' expressions.  Unlike the code it replaces, it does not
16639         depend on (defined _SC_PAGESIZE).  However, it does depend on
16640         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16641         first reported by Jason Andrade in
16642         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16643
16644 2004-02-25  Simon Josefsson  <jas@extundo.com>
16645
16646         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16647
16648 2004-02-25  Simon Josefsson  <jas@extundo.com>
16649
16650         * lib/strdup.h: New file.
16651         * lib/strdup.c: Include it.
16652         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16653         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16654
16655 2004-02-23  Karl Berry  <karl@gnu.org>
16656
16657         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16658         (from fencepost.gnu.org:/gd/gnuorg).
16659
16660 2004-02-23  Karl Berry  <karl@gnu.org>
16661
16662         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16663         * config/srclist.txt: add maintain/standards documents.
16664
16665 2004-02-18  Bruno Haible  <bruno@clisp.org>
16666
16667         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16668         Reported by Derek Robert Price <derek@ximbiot.com>.
16669
16670 2004-02-16  Karl Berry  <karl@gnu.org>
16671
16672         * config/mkinstalldirs, install-sh: update from automake.
16673
16674 2004-02-06  Karl Berry  <karl@gnu.org>
16675
16676         * m4/po.m4: update from gettext 0.14.1.
16677
16678 2004-02-06  Karl Berry  <karl@gnu.org>
16679
16680         * lib/config.charset: update from gettext 0.14.1.
16681
16682 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16683
16684         Add comments and code, prompted by suggestions from Bruno Haible
16685         for sh-quote.
16686         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16687         describing the enum quoting_style values.
16688         * lib/quotearg.c (quotearg_alloc): New function.
16689         (quotearg_buffer_restyled): Treat lone { and } as special.
16690         Treat = as special.  Work around bug with older shells
16691         that "see" a '\' that is really the 2nd byte of a multibyte char.
16692         Quote empty string with shell_quoting_style.
16693
16694 2004-02-03  Bruno Haible  <bruno@clisp.org>
16695
16696         * m4/pipe.m4: New file, from GNU gettext.
16697
16698 2004-02-03  Bruno Haible  <bruno@clisp.org>
16699
16700         * lib/pipe.h: New file, from GNU gettext.
16701         * lib/pipe.c: New file, from GNU gettext.
16702
16703 2004-01-27  Bruno Haible  <bruno@clisp.org>
16704
16705         * m4/execute.m4: New file, from GNU gettext.
16706
16707 2004-01-27  Bruno Haible  <bruno@clisp.org>
16708
16709         * lib/execute.h: New file, from GNU gettext.
16710         * lib/execute.c: New file, from GNU gettext.
16711         * lib/w32spawn.h: New file, from GNU gettext.
16712
16713 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16714
16715         Merge from diffutils.
16716
16717         * lib/file-type.c (file_type): Add typed memory objects.
16718         * lib/file-type.h (S_TYPEISTMO): New macro.
16719
16720         * lib/c-stack.h (c_stack_action): Remove argv argument.
16721         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16722         (die): Don't calculate message unless segv_action returns.
16723         (get_stack_location, min_address_from_argv, max_address_from_argv,
16724         volatile stack_base, volatile_stack_size): Remove.
16725         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16726         that every segmentation violation is a stack overflow.  (Ouch!)
16727         See Debian bug 136249 (still outstanding) for more info about why
16728         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16729
16730 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16731
16732         Exit-status fix from coreutils.
16733
16734         Use exit_failure consistently in place of EXIT_FAILURE,
16735         so that program exit statuses are consistent on failure.
16736
16737         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16738         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16739         * lib/argmatch.h: Comment fix to match the above.
16740         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16741         Now a macro referring to exit_failure, instead of a separate
16742         variable.  Include "exitfail.h" to get it.
16743         * lib/xstrtol.h: Include "exitfail.h".
16744         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16745
16746         * lib/long-options.c (parse_long_options): Use prototype
16747         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16748         for clarity.
16749
16750 2004-01-21  Jim Meyering  <jim@meyering.net>
16751
16752         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16753         so as not to conflict with a different-sized __mktime_internal
16754         function in GNU libc.
16755         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16756         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16757
16758 2004-01-20  Karl Berry  <karl@gnu.org>
16759
16760         * config/config.guess: update from config.
16761
16762         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16763
16764 2004-01-20  Bruno Haible  <bruno@clisp.org>
16765
16766         Safer stack allocation.
16767         * lib/setenv.c: Include allocsa.h.
16768         (alloca): Remove fallback definition.
16769         (freea): Remove macro.
16770         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16771         instead of freea.
16772
16773 2004-01-20  Bruno Haible  <bruno@clisp.org>
16774
16775         * m4/eealloc.m4: New file, from GNU gettext.
16776
16777 2004-01-20  Bruno Haible  <bruno@clisp.org>
16778
16779         * m4/allocsa.m4: New file, from GNU gettext.
16780
16781 2004-01-20  Bruno Haible  <bruno@clisp.org>
16782
16783         * lib/xallocsa.h: New file, from GNU gettext.
16784         * lib/xallocsa.c: New file, from GNU gettext.
16785
16786 2004-01-20  Bruno Haible  <bruno@clisp.org>
16787
16788         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16789
16790 2004-01-20  Bruno Haible  <bruno@clisp.org>
16791
16792         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16793         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16794         specially.
16795
16796 2004-01-20  Bruno Haible  <bruno@clisp.org>
16797
16798         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16799         patch.
16800
16801 2004-01-20  Bruno Haible  <bruno@clisp.org>
16802
16803         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16804
16805 2004-01-20  Bruno Haible  <bruno@clisp.org>
16806
16807         * lib/eealloc.h: New file.
16808
16809 2004-01-20  Bruno Haible  <bruno@clisp.org>
16810
16811         * lib/binary-io.h: Avoid warnings on Cygwin.
16812
16813 2004-01-20  Bruno Haible  <bruno@clisp.org>
16814
16815         * lib/allocsa.h: New file, from GNU gettext.
16816         * lib/allocsa.c: New file, from GNU gettext.
16817
16818 2004-01-18  Karl Berry  <karl@gnu.org>
16819
16820         * doc/gpl.texi, doc/lgpl.texi: new files.
16821
16822 2004-01-18  Karl Berry  <karl@gnu.org>
16823
16824         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16825         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16826
16827 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16828
16829         Merge from coreutils.
16830
16831         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16832         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16833         (gl_DEFAULT_POSIX2_VERSION): Move
16834         the documentation from 'configure' into 'config.hin',
16835         so that 'configure --help' isn't burdened by it and
16836         we don't have to worry about its formatting there.
16837         Reword the documentation so that it's more succinct
16838         and can be run together into a single paragraph.
16839         * m4/same.m4 (gl_SAME): Check for pathconf.
16840
16841 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16842
16843         Merge from coreutils.
16844
16845         * lib/posixver.c: Include posixver.h.
16846
16847         * lib/same.c: Include <stdbool.h>, <limits.h>.
16848         (_POSIX_NAME_MAX): Define if not defined.
16849         (MIN): New macro.
16850         (same_name): If file names are silently truncated, report
16851         that the file names are the same if they are the same after
16852         the silent truncation.
16853
16854         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16855         conversion function.
16856         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16857         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16858         longer needed.
16859
16860 2004-01-15  Jim Meyering  <jim@meyering.net>
16861
16862         Merge from coreutils.
16863
16864         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16865         if no library is required.
16866         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16867         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16868         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16869         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16870         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16871         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16872         value, $ac_cv_search_crypt, if it's "none required".
16873         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16874         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16875         not gl_FUNC_GETLOADAVG.
16876         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16877         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16878
16879 2004-01-15  Jim Meyering  <jim@meyering.net>
16880
16881         Merge from coreutils.
16882
16883         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16884         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16885         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16886
16887         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16888         optional configure-time default.
16889
16890         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16891
16892         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16893
16894 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16895
16896         Merge from coreutils.
16897
16898         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16899         value, $ac_cv_search_nanosleep, if it's "none required".
16900
16901 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16902
16903         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16904         with like-named macro in fnmatch.c.
16905         (EXT): Use an internal constant instead.
16906
16907         Merge fnmatch patches from glibc.
16908         * lib/fnmatch.c (mbsinit): Remove define.
16909         Add libc_hidden_ver (__fnmatch, fnmatch).
16910         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16911         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16912
16913 2004-01-14  Karl Berry  <karl@gnu.org>
16914
16915         * config/install-sh: update from automake.
16916
16917 2004-01-13  Karl Berry  <karl@gnu.org>
16918
16919         * config/install-sh: update from automake.
16920
16921 2004-01-09  Karl Berry  <karl@gnu.org>
16922
16923         * config/install-sh: update from automake.
16924
16925 2004-01-05  Karl Berry  <karl@gnu.org>
16926
16927         * config/config.{sub,guess}: update from config.
16928
16929 2003-12-31  Karl Berry  <karl@gnu.org>
16930
16931         * config/depcomp: update from automake.
16932
16933 2003-12-14  Karl Berry  <karl@gnu.org>
16934
16935         * lib/config.charset: update from gettext-runtime.
16936
16937 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16938
16939         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16940         Bug reported by Alfred M. Szmidt.
16941
16942 2003-12-03  Bruno Haible  <bruno@clisp.org>
16943
16944         * m4/gettext.m4: Upgrade from gettext-0.13.
16945         * m4/po.m4: Upgrade from gettext-0.13.
16946         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16947         * m4/intmax.m4: New file, from gettext-0.13.
16948         * m4/printf-posix.m4: New file, from gettext-0.13.
16949
16950 2003-11-29  Karl Berry  <karl@gnu.org>
16951
16952         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16953
16954 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16955             Bruno Haible  <bruno@clisp.org>
16956
16957         * lib/printf-parse.h: Don't include sys/types.h.
16958         (ARG_NONE): New macro.
16959         (char_directive): Change type of *arg_index fields to size_t.
16960         * lib/printf-parse.c: Don't include sys/types.h.
16961         (SSIZE_MAX): Remove macro.
16962         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16963         Remove unnecessary overflow check.
16964         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16965         fields.
16966
16967 2003-11-25  Bruno Haible  <bruno@clisp.org>
16968
16969         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16970
16971 2003-11-25  Bruno Haible  <bruno@clisp.org>
16972
16973         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16974         gt_TYPE_SSIZE_T.
16975
16976 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16977
16978         * modules/alloca: Remove dependency on xalloc.
16979
16980 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16981
16982         * lib/alloca.c: Remove dependency on xalloc module.
16983         (xalloc_die): Remove.
16984         (memory_full) [!defined emacs]: New macro.
16985         [!defined emacs]: Don't include xalloc.h.
16986         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16987         address arithmetic overflows.  Change datatypes a bit to avoid
16988         unnecessary casts.
16989
16990 2003-11-22  Jim Meyering  <jim@meyering.net>
16991
16992         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16993         s/size/size_t/.
16994
16995 2003-11-21  Karl Berry  <karl@gnu.org>
16996
16997         * config/config.{sub,guess}: update from config.
16998
16999 2003-11-18  Karl Berry  <karl@gnu.org>
17000
17001         * config/config.{sub,guess}: update from config.
17002
17003         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17004
17005 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17006
17007         * README: Mention that S+T cannot overflow if S is the size of
17008         an existing object and T is sufficiently small.
17009
17010 2003-11-17  Jim Meyering  <jim@meyering.net>
17011
17012         On systems without utime and without a utimes function capable of
17013         dealing with a NULL struct utimbuf* argument, this utime replacement
17014         could -- in unusual circumstances -- leak a file descriptor.
17015         * lib/utime.c: Include <unistd.h> and <errno.h>.
17016         (utime_null): Be sure to close `fd' and to preserve errno.
17017         Reported by Geoff Collyer via Arnold Robbins.
17018
17019 2003-11-17  Bruno Haible  <bruno@clisp.org>
17020
17021         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17022         (Depends-on): Add xsize.
17023
17024 2003-11-17  Bruno Haible  <bruno@clisp.org>
17025
17026         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17027
17028 2003-11-17  Bruno Haible  <bruno@clisp.org>
17029
17030         * lib/vasnprintf.c (alloca): Remove fallback definition.
17031         (freea): Remove definition.
17032         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17033         Reported by Paul Eggert.
17034
17035 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17036             Bruno Haible  <bruno@clisp.org>
17037
17038         Protect against address arithmetic overflow.
17039         * lib/printf-args.h: Include stddef.h.
17040         (arguments): Change type of field 'count' to size_t.
17041         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17042         'unsigned int' where appropriate.
17043         * lib/printf-parse.h: Include sys/types.h.
17044         (char_directive): Change type of *arg_index fields to ssize_t.
17045         (char_directives): Change type of fields 'count', max_*_length to
17046         size_t.
17047         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17048         (SSIZE_MAX): Define fallback value.
17049         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17050         instead of 'int' where appropriate. Check a_allocated, d_allocated
17051         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17052         * lib/vasnprintf.c: Include xsize.h.
17053         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17054         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17055         overflow. Avoid wraparound when converting a width or precision from
17056         decimal to binary.
17057
17058 2003-11-16  Bruno Haible  <bruno@clisp.org>
17059
17060         Update from GNU gettext.
17061         * lib/printf-parse.c: Generalize to it can be compiled for wide
17062         strings.
17063         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17064         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17065         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17066         SNPRINTF): New macros.
17067         Don't include <alloca.h> if the file is used inside libintl.
17068         (local_wcslen): New function, for Solaris 2.5.1.
17069         (VASNPRINTF): Use it instead of wcslen.
17070
17071 2003-11-16  Bruno Haible  <bruno@clisp.org>
17072
17073         * lib/xsize.h (xmax): New function.
17074         (xsum, xsum3, xsum4): Declare as "pure" functions.
17075
17076 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17077
17078         * modules/xalloc (Files): Undo latest change, since xalloc.h
17079         no longer needs SIZE_MAX or PTRDIFF_MAX.
17080
17081 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17082
17083         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17084         gl_PTRDIFF_MAX.
17085
17086 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17087
17088         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17089         "return", to pacify some unknown compiler.  Problem reported
17090         by Joerg Schilling.
17091
17092 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17093
17094         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17095         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17096         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17097         heuristic is just as accurate as far as we know, and it removes a
17098         dependency on size_max.m4 and ptrdiff_max.m4.
17099
17100 2003-11-11  Bruno Haible  <bruno@clisp.org>
17101
17102         * modules/xsize (Files): Add m4/size_max.m4.
17103         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17104
17105 2003-11-11  Bruno Haible  <bruno@clisp.org>
17106
17107         * m4/size_max.m4: New file.
17108         * m4/ptrdiff_max.m4: New file.
17109         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17110         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17111         (gl_XALLOC): Invoke it.
17112
17113 2003-11-11  Bruno Haible  <bruno@clisp.org>
17114
17115         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17116         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17117         defined.
17118
17119 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17120
17121         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17122         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17123         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17124         From Bruno Haible.
17125         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17126         not (size_t) -1, since it's defined here.
17127
17128 2003-11-09  Karl Berry  <karl@gnu.org>
17129
17130         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17131
17132 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17133
17134         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17135         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17136         Reject sizes of exactly SIZE_MAX bytes.
17137         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17138         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17139
17140 2003-11-05  Bruno Haible  <bruno@clisp.org>
17141
17142         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17143         SIZE_MAX defined in <limits.h> on Solaris.
17144
17145 2003-11-04  Jim Meyering  <jim@meyering.net>
17146
17147         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17148         variable names, rather than @VAR@.
17149         * modules/poll: Likewise.
17150
17151 2003-11-04  Bruno Haible  <bruno@clisp.org>
17152
17153         * modules/xsize: New file.
17154         * modules/linebreak: Depend on xsize.
17155         * MODULES.html.sh (func_all_modules): Add xsize.
17156
17157 2003-11-04  Bruno Haible  <bruno@clisp.org>
17158
17159         * m4/xsize.m4: New file.
17160
17161 2003-11-04  Bruno Haible  <bruno@clisp.org>
17162
17163         * lib/xsize.h: New file.
17164         * lib/linebreak.c: Include xsize.h.
17165         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17166         argument for overflow.
17167         Suggested by Paul Eggert.
17168
17169 2003-11-03  Karl Berry  <karl@gnu.org>
17170
17171         * config/config.{guess,sub}: update from config.
17172
17173 2003-11-03  Jim Meyering  <jim@meyering.net>
17174
17175         * modules/userspec (lib_SOURCES): Add userspec.h.
17176         (Include): Add "userspec.h".
17177         Improve description.
17178
17179 2003-11-03  Jim Meyering  <jim@meyering.net>
17180
17181         * lib/userspec.c: Include "userspec.h".
17182         * lib/userspec.h: New file.
17183
17184 2003-11-03  Bruno Haible  <bruno@clisp.org>
17185
17186         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17187
17188 2003-11-03  Bruno Haible  <bruno@clisp.org>
17189
17190         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17191         available, to avoid (extremely rare) race condition.
17192         Suggested by Paul Eggert.
17193
17194 2003-11-02  Karl Berry  <karl@gnu.org>
17195
17196         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17197
17198 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17199
17200         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17201         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17202         (read_filesystem_list): Set and use me_type_malloced.
17203         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17204         whatever the type happens to be), for brevity and consistency.
17205         Check for size calculation overflow on Alphas running OSF/1.
17206
17207 2003-10-31  Jim Meyering  <jim@meyering.net>
17208
17209         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17210
17211         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17212
17213 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17214             Bruno Haible  <bruno@clisp.org>
17215
17216         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17217         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17218
17219 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17220
17221         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17222         netbsd*-gnu*.  Suggested by Robert Millan.
17223
17224 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17225
17226         * modules/group-member: Depend on stdbool.
17227
17228 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17229
17230         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17231
17232 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17233
17234         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17235         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17236         after the 'gnu' in these cases.  This fixes some bugs in the
17237         previous change, and is based on suggestions by Robert Millan.
17238
17239 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17240
17241         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17242         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17243         no longer needed.
17244         * lib/quotearg.c (quotearg_n_options): Use it.
17245         * lib/group-member.c: Include <stdbool.h>.
17246         (free_group_info): Arg is now const *; don't free arg.
17247         (get_group_info): Now returns bool and accepts struct group_info *,
17248         rather than returning a malloc'ed struct group_info *.
17249         All uses changed.  Check for overflow in internal size calculation.
17250
17251         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17252         rather than xmalloc/xrealloc.
17253         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17254         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17255         conformance bug: the old code used a pointer after freeing the
17256         storage that it addressed.
17257         * lib/hash.c (hash_initialize): Simplify the code by using
17258         xalloc_oversized rather than doing it by hand.
17259         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17260         the buffer preserved.  Use free and xmalloc instead.
17261         * lib/quotearg.c (quotearg_n_options): Likewise.
17262         Use a simpler test for size overflow.  Don't use xalloc_oversized
17263         because unsigned int might be wider than size_t (!); this suggests
17264         that we should switch from unsigned int to size_t for slot numbers.
17265
17266 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17267
17268         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17269         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17270         NetBSD kernels.  Requested by Richard Stallman.
17271
17272 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17273
17274         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17275         to allocate the returned structure.  Do not allocate a subarray,
17276         as x2nrealloc will do that.
17277         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17278         instead of xnrealloc.
17279         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17280
17281 2003-10-27  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/stdbool_.h: Better support for BeOS.
17284
17285 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17286
17287         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17288         now uses inline.
17289
17290 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17291
17292         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17293         callers that want to do their own size-overflow checking.  Include
17294         <stdbool.h>, since xalloc_oversized returns bool.
17295         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17296         to use xalloc_oversized.
17297
17298         Add two functions x2realloc, x2nrealloc, for programs that grow
17299         arrays dynamically by doubling their sizes.
17300         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17301         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17302         New functions.
17303
17304         Port to C99 semantics for 'inline' of external functions.
17305         Bug reported by Bruno Haible.
17306         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17307         with the old contents of xnmalloc.
17308         (xnmalloc, xmalloc): Use it.
17309         (xnrealloc_inline): New static inline function,
17310         with the old contents of xnrealloc.
17311         (xnrealloc, xrealloc): Use it.
17312
17313         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17314         that.
17315
17316 2003-10-26  Karl Berry  <karl@gnu.org>
17317
17318         * config/srclist.txt (COPYING.DOC): no longer available from
17319         /gd/gnuorg; don't know where the ultimate source is.
17320
17321 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17322
17323         Fix several address-calculation bugs in the hash modules,
17324         plus some minor code cleanup.
17325
17326         * lib/hash.h: Include <stdbool.h>, for bool.
17327         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17328         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17329         hash_get_n_entries, hash_get_max_bucket_length,
17330         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17331         hash_rehash): Use size_t rather than unsigned.
17332         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17333         hash_get_n_buckets_used, hash_get_n_entries,
17334         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17335         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17336         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17337         Likewise.
17338         (SIZE_MAX): Define if not defined.
17339         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17340         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17341         hash_print):
17342         Use const * when possible.
17343         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17344         (check_tuning): Fix bug: if tuning parameters were very close to
17345         0 or 1, rounding errors could have caused subscript violations.
17346         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17347         (hash_initialize): Add 'fail:' label
17348         to free table and return NULL, and use it to simplify code.
17349         Use calloc rather than clearing the storage ourself.
17350         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17351         buffer size calculations.
17352         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17353         Include <stddef.h>, for size_t.
17354         * lib/hash-pjw.c (hash_pjw): Likewise.
17355         Switch to method described by Bruno Haible.
17356         Include <limits.h>, for CHAR_BIT.
17357         (SIZE_BITS): New macro.
17358
17359 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17360
17361         * m4/getline.m4 (AM_FUNC_GETLINE):
17362         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17363         hosts.  Problem reported by Derek Robert Price in
17364         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17365         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17366         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17367
17368 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17369
17370         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17371         ceiling the allocation at NMAX bytes rather than silently
17372         discarding input bytes before NMAX is reached.  This makes
17373         a difference only if NMAX exceeds SIZE_MAX / 2.
17374
17375         * lib/obstack.c: Merge from glibc.
17376         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17377         Add libc_hidden_def (_obstack_newchunk).
17378         (_obstack_free) [! defined _LIBC]: Remove.
17379         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17380         a clone of the function body.
17381         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17382         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17383
17384         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17385         glibc.
17386         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17387         arg to memcpy.
17388
17389         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17390         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17391         Don't use lvalue casts, as GCC plans to remove support for them
17392         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17393         was also present in the non-GCC version, indicating that this
17394         code had always been buggy and had never been widely used.
17395         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17396         Use the fast variant of each macro, rather than copying the
17397         definiens of the fast variant; that way, we'll be more likely to
17398         catch future bugs in the fast variants.
17399
17400 2003-10-20  Bruno Haible  <bruno@clisp.org>
17401
17402         * modules/wait-process: New file.
17403         * MODULES.html.sh (func_all_modules): Add wait-process.
17404
17405 2003-10-20  Bruno Haible  <bruno@clisp.org>
17406
17407         * m4/wait-process.m4: New file.
17408
17409 2003-10-20  Bruno Haible  <bruno@clisp.org>
17410
17411         * lib/wait-process.h: New file, from GNU gettext.
17412         * lib/wait-process.c: New file, from GNU gettext.
17413
17414 2003-10-19  Jim Meyering  <jim@meyering.net>
17415
17416         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17417         HPUX 10.20.
17418
17419 2003-10-18  Karl Berry  <karl@gnu.org>
17420
17421         * config/config.guess: update from config.
17422
17423 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17424
17425         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17426         (getgroups): First arg is int, not size_t.
17427         Don't let 'free' mangle errno.
17428
17429 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17430
17431         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17432
17433 2003-10-16  Karl Berry  <karl@gnu.org>
17434
17435         * config/config.{guess,sub}: update from config.
17436
17437 2003-10-16  Jim Meyering  <jim@meyering.net>
17438
17439         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17440         memcpy.
17441
17442 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17443
17444         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17445         (SIZE_MAX): Remove.
17446         (new_exclude, add_exclude_file): Initial size no longer needs to
17447         be a power of 2.
17448         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17449         our own address arithmetic overflow checking.
17450
17451         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17452         (fnmatch): Do not alloca more than 2000 wide characters;
17453         instead, use malloc for large buffers.
17454         Check for address arithmetic overflow, and return -1
17455         with errno set to ENOMEM in that case.
17456         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17457         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17458         instead, return -1.  Check for address arithmetic overflow.
17459
17460 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17461
17462         Handle invalid suffixes and overflow independently, so that
17463         callers can treat them independently as needed.  Fix some bugs in
17464         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17465         suffix for a human-readable blocksize.  The major caller-visible
17466         change is the addition of a new
17467         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17468         that both overflow and suffix chars were found.
17469
17470         * lib/human.c (humblock): Don't check separately for invalid suffix
17471         char; that is xstrtoumax's job (now that its bug is fixed).
17472         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17473         INTMAX_MAX]: New macros.
17474         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17475         TYPE_MAXIMUM): New macros.
17476         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17477         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17478         if overflow occurs, as it's what __strtol does and it's more useful
17479         in practice.
17480         (__xstrtol): If __strtol reports some error other than ERANGE,
17481         reflect it to the caller as LONGINT_INVALID.  If it reports
17482         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17483         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17484         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17485         value.
17486         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17487         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17488         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17489         [defined UINTMAX_MAX]: New macros.
17490
17491 2003-10-14  Bruno Haible  <bruno@clisp.org>
17492
17493         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17494
17495 2003-10-14  Bruno Haible  <bruno@clisp.org>
17496
17497         * m4/sig_atomic_t: New file, from GNU gettext.
17498         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17499
17500 2003-10-14  Bruno Haible  <bruno@clisp.org>
17501
17502         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17503         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17504         Also use volatile where needed.
17505
17506 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17507
17508         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17509         Change maintainer from Bruno Haible to 'all'.
17510
17511 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17512
17513         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17514
17515 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17516
17517         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17518         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17519         and define in terms of the other primitives.
17520         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17521         (SIZE_MAX): Define if not already defined.
17522         (array_size_overflow): New function.
17523         (xalloc_die): Abort instead of exiting if 'error' returns.
17524         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17525         (xmalloc, xrealloc): Use them.
17526         (xcalloc): Check for address arithmetic overflow.
17527         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17528         a bit faster than strcpy.
17529
17530 2003-10-10  Simon Josefsson  <jas@extundo.com>
17531
17532         * modules/argp (Depends-on): Add restrict and strcase.
17533
17534 2003-10-10  Simon Josefsson  <jas@extundo.com>
17535
17536         * m4/argp.m4: Add AC_C_INLINE.
17537
17538 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17539
17540         Merge getpass from libc, plus a few fixes.
17541
17542         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17543         Include <stdbool.h>.
17544         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17545         __fsetlocking to empty.
17546         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17547         do include <bits/libc-lock.h>.
17548         Do not include <fcntl.h>; not needed.
17549         [_LIBC]: Include <wchar.h>.
17550         (NOTCANCEL_MODE): New macro.
17551         (flockfile, funlockfile) [_LIBC]: New macros.
17552         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17553         [!_LIBC]: New macros.
17554         (call_fclose): New function.
17555         (getpass): Use it.  Save tty stream separately; this simplifies the
17556         code and makes it more reliable if stdin happens to equal stdout.
17557         Invoke __fsetlocking on tty.
17558         Handle thread cancellation if needed.
17559         Namespace cleanup (use __tcgetattr, __getline).
17560         Use bool for Booleans.
17561         [USE_IN_LIBIO]: Handle wide streams.
17562         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17563         stream might go where.
17564
17565         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17566         doesn't have to include <stdio.h> before us.
17567         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17568         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17569         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17570         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17571         if not declared, so that we can use getpass.c code from libc without
17572         rewriting it.
17573         (flockfile, ftrylockfile, funlockfile): New macros.
17574
17575 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17576
17577         * modules/getpass: Depend on stdbool.
17578
17579 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17580
17581         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17582
17583 2003-10-07  Karl Berry  <karl@gnu.org>
17584
17585         * config/config.{guess,sub}: update from config.
17586
17587 2003-10-06  Jim Meyering  <jim@meyering.net>
17588             Bruno Haible  <bruno@clisp.org>
17589
17590         This lets translators provide better translations for the
17591         "Written by ..." part of --version output.
17592         * lib/version-etc.h: Include stdarg.h.
17593         (version_etc_copyright): Declare as readonly.
17594         (version_etc): Make this function variadic with a NULL-terminated list
17595         of author name strings.
17596         (version_etc_va): New declaration.
17597         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17598         (version_etc_copyright): Declare as readonly.
17599         (version_etc_va): New function. Provide a different translatable string
17600         for each possible number of authors < 10. Abbreviate when there are 10
17601         authors or more.
17602         (version_etc): Make this function variadic. Call version_etc_va.
17603         Suggestion from Gary V. Vaughan.
17604
17605         * lib/long-options.h (parse_long_options): Change prototype: the
17606         authors string is moved to the end and becomes variadic.
17607         * lib/long-options.c: Include stdarg.h.
17608         (parse_long_options): Make this function variadic, too.
17609         Call version_etc_va, not version_etc.
17610
17611 2003-10-06  Bruno Haible  <bruno@clisp.org>
17612
17613         * modules/version-etc-2: Remove file.
17614         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17615
17616 2003-10-06  Bruno Haible  <bruno@clisp.org>
17617
17618         * modules/fatal-signal: New file.
17619         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17620
17621 2003-10-06  Bruno Haible  <bruno@clisp.org>
17622
17623         * m4/fatal-signal.m4: New file.
17624         * m4/signalblocking.m4: New file, from GNU gettext.
17625
17626 2003-10-06  Bruno Haible  <bruno@clisp.org>
17627
17628         * lib/version-etc-2.h: Remove file.
17629         * lib/version-etc-2.c: Remove file.
17630
17631 2003-10-06  Bruno Haible  <bruno@clisp.org>
17632
17633         * lib/fatal-signal.h: New file, from GNU gettext.
17634         * lib/fatal-signal.c: New file, from GNU gettext.
17635
17636 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17637
17638         * README: Rework advice for preventing empty .o files.
17639         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17640         not <sys/types.h>.
17641
17642 2003-10-04  Karl Berry  <karl@gnu.org>
17643
17644         * lib/argp*: update from libc.
17645
17646 2003-10-04  Karl Berry  <karl@gnu.org>
17647
17648         * config/config.{guess,sub}: update from config.
17649
17650 2003-10-02  Bruno Haible  <bruno@clisp.org>
17651
17652         * modules/lchown (Include): Add lchown.h.
17653         * modules/time_r (Include): Use "..." syntax.
17654         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17655
17656 2003-10-01  Simon Josefsson  <jas@extundo.com>
17657
17658         * MODULES.html.sh (func_all_modules): Move gethostname from section
17659         'based on' to section 'lacking' POSIX:2001.
17660
17661 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17662
17663         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17664         to output mode on the same stream.
17665
17666 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17667
17668         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17669         Fix arg typo in previous patch.
17670
17671 2003-09-28  Jim Meyering  <jim@meyering.net>
17672
17673         * lib/error.c: Correct cpp indentation.
17674
17675 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17676
17677         * modules/free: New file.
17678
17679 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17680
17681         * m4/free.m4: New file.
17682
17683 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17684
17685         * lib/minmax.h (MIN, MAX)
17686         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17687         Omit the special code that used __typeof__, since we worry that
17688         it could be more trouble than it's worth.  See:
17689         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17690         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17691
17692         * lib/free.c: New file.
17693
17694 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17695
17696         Trivial fixes to Makefile.am parts of module listings.
17697         * modules/strstr: Append strstr.h to lib_SOURCES.
17698         * modules/strcase: Likewise, for strcase.h.
17699
17700 2003-09-27  Karl Berry  <karl@gnu.org>
17701
17702         * config/mkinstalldirs: update from automake.
17703
17704 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17705
17706         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17707         (error_tail): Do not loop, reallocating temporary buffer, since
17708         the output cannot contain more wide characters than the input
17709         contains bytes, the size must be big enough already.  This avoids
17710         one potential size overflow calculation.  Check for size overflow
17711         when calculating temporary buffer size.  Free temporary buffer
17712         when done, if it was allocated with malloc; this plugs a memory
17713         leak.  Remove casts from void * to pointers, that are no longer
17714         needed now that we're assuming C89 or better.
17715
17716         Merge error changes from glibc.
17717
17718         * lib/error.c, error.h: Update copyright notice header to match glibc.
17719         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17720         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17721         Disable cancellation while printing error.
17722         * lib/error.h: Prepend __ to parameter names.
17723
17724 2003-09-26  Jim Meyering  <jim@meyering.net>
17725
17726         * lib/error.c (error_tail): Move some declarations
17727         into inner scope where the local variables are used.
17728
17729 2003-09-26  Bruno Haible  <bruno@clisp.org>
17730
17731         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17732         stpncpy().
17733         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17734
17735 2003-09-26  Bruno Haible  <bruno@clisp.org>
17736
17737         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17738         (stpncpy): Define as alias for gnu_stpncpy.
17739         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17740
17741 2003-09-25  Simon Josefsson  <jas@extundo.com>
17742
17743         * lib/xgetdomainname.h: New file.
17744         * lib/xgetdomainname.c: New file.
17745
17746 2003-09-25  Simon Josefsson  <jas@extundo.com>
17747             Bruno Haible  <bruno@clisp.org>
17748
17749         * modules/getdomainname: New file.
17750         * modules/xgetdomainname: New file.
17751         * MODULES.html.sh (func_all_modules): Add getdomainname,
17752         xgetdomainname.
17753
17754 2003-09-25  Simon Josefsson  <jas@extundo.com>
17755             Bruno Haible  <bruno@clisp.org>
17756
17757         * m4/getdomainname.m4: New file.
17758
17759 2003-09-25  Simon Josefsson  <jas@extundo.com>
17760             Bruno Haible  <bruno@clisp.org>
17761
17762         * lib/getdomainname.h: New file.
17763         * lib/getdomainname.c: New file.
17764
17765 2003-09-25  Karl Berry  <karl@gnu.org>
17766
17767         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17768
17769 2003-09-25  Karl Berry  <karl@gnu.org>
17770
17771         * config/install-sh: update from automake.
17772
17773 2003-09-25  Bruno Haible  <bruno@clisp.org>
17774
17775         * modules/version-etc-2: New file, from modules/version-etc with
17776         modifications.
17777         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17778
17779 2003-09-25  Bruno Haible  <bruno@clisp.org>
17780
17781         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17782         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17783
17784 2003-09-24  Simon Josefsson  <jas@extundo.com>
17785
17786         * modules/xgethostname: Add xgethostname.h.
17787
17788 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17789
17790         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17791         the buffer associated with the argument.  Bug reported by
17792         Simon Josefsson.
17793
17794 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17795
17796         * README: Document assumptions that 'int' is at least 32 bits
17797         wide, that integer arithmetic is 2's complement without overflow,
17798         that there are no holes in integer values, that adding sizes of
17799         two nonoverlapping objects can't overflow, and that all-bits-zero
17800         yields scalar zero.  Fix spelling and capitalization typos.
17801
17802 2003-09-19  Karl Berry  <karl@gnu.org>
17803
17804         * lib/argp.h: update from libc.
17805
17806 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17807
17808         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17809         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17810         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17811
17812 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17813
17814         * gnulib-tool: Use "test -h", not "test -L", for portability
17815         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17816         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17817         (sed_extract_prog): Issue s commands one-by-one, rather than
17818         using \| in one s command.
17819
17820 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17821
17822         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17823         input error, instead of returning NULL the next time we are called
17824         (and therefore losing track of errno).
17825
17826 2003-09-16  Bruno Haible  <bruno@clisp.org>
17827
17828         * gnulib-tool (func_create_testdir): Warn about duplicated
17829         dependencies.
17830
17831 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17832
17833         * modules/argmatch, modules/fatal, modules/obstack,
17834         modules/xalloc, modules/xgethostname: Sort dependencies by
17835         importance, not alphabetically.
17836
17837 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17838
17839         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17840         fails, so that the caller gets the proper errno.
17841
17842         * lib/readutmp.c (read_utmp): Likewise.
17843         Check for fstat error.  Close stream and free storage
17844         when failing.
17845
17846 2003-09-14  Karl Berry  <karl@gnu.org>
17847
17848         * config/srclist.txt (strdup.c): disable for c89 changes.
17849
17850 2003-09-14  Jim Meyering  <jim@meyering.net>
17851
17852         * lib/getloadavg.c: Correct cpp indentation.
17853         * lib/strdup.c: Likewise.
17854         * lib/vasnprintf.c: Likewise.
17855
17856 2003-09-14  Bruno Haible  <bruno@clisp.org>
17857
17858         * modules/fwriteerror: New file.
17859         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17860
17861 2003-09-14  Bruno Haible  <bruno@clisp.org>
17862
17863         * lib/fwriteerror.h: New file.
17864         * lib/fwriteerror.c: New file.
17865
17866 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17867
17868         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17869         modules/xgethostname, modules/xalloc: Depend on exit.
17870
17871 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17872
17873         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17874
17875         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17876         and AC_MINIX, too, so that their extensions are available.
17877
17878         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17879         This macro has been superseded by gl_BACKUPFILE.
17880
17881         More patches to assume C89 or better.
17882
17883         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17884
17885         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17886         unconditionally.
17887         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17888         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17889         Include <string.h>, <stdlib.h> unconditionally.
17890         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17891         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17892         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17893         headers or for string.h.
17894         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17895         or strtoul.
17896
17897         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17898         headers.
17899         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17900         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17901         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17902         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17903         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17904         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17905         memcpy, memset.
17906         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17907         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17908         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17909         strtol.
17910         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17911         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17912         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17913         strtoul.
17914
17915 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17916
17917         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17918         * lib/obstack.c [!defined _LIBC]: Likewise.
17919         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17920         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17921         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17922
17923         More changes to assume C89 or better.
17924
17925         * lib/error.c (error_tail): Assume vprintf.
17926
17927         * lib/argmatch.c (getenv): Remove decl.
17928         * lib/progreloc.c (get_full_program_name): Define via prototype.
17929         * lib/setenv.c (clearenv): Likewise.
17930         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17931         needed.
17932         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17933         (malloc, memcpy): Remove decls.
17934         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17935         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17936         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17937         (memcpy): Remove macro.
17938         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17939         (__P): Remove.  All uses removed.
17940         (PTR): Remove.  All uses changed to void *.
17941         (CHAR_BIT, NULL): Remove.
17942         (spaces, zeros, memset_space, memset_zero)
17943         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17944         Remove.
17945         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17946         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17947         Define with prototype.
17948         Remove now-unnecessary prototype decl.
17949         (extra_args_spec): Assume ANSI C.  All uses changed.
17950         (extra_args_spec_iso): Remove.
17951         (my_strftime, emacs_strftimeu): Define via prototype.
17952         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17953         unconditionally.
17954         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17955         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17956         (strtoul, strtol): Remove decls.
17957         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17958         LONG_MAX): Remove.
17959         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17960         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17961         (LOCALE_PARAM_PROTO): New macro.
17962         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17963         (INTERNAL (strtol), strtol): Define with a prototype.
17964         (PARAMS): Remove.  All uses removed.
17965         * lib/tempname.c: Include <string.h> unconditionally.
17966         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17967         * lib/xgethostname.c (main): Define with a prototype.
17968         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17969         Include <stdlib.h> unconditionally.
17970         (calloc, malloc, realloc, free): Remove decls.
17971         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17972         Include <stdlib.h> unconditionally.  Sort include file names.
17973         (strtod): Remove.
17974         (xstrtod): Define with a prototype.
17975         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17976         (strtol, strtoul): Remove decls.
17977
17978 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17979
17980         More patches to assume C89 or better.
17981         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17982         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17983         string.h, memchr, STDC_HEADERS.
17984
17985 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17986
17987         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17988         Include <stdlib.h>, <string.h> unconditionally.
17989         Remove now-unnecessary cast to char *.
17990         * lib/strnlen.c: Include <string.h> unconditionally.
17991         * lib/yesno.c (yesno): Define with a prototype.
17992
17993 2003-09-11  Bruno Haible  <bruno@clisp.org>
17994
17995         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17996
17997 2003-09-10  Jim Meyering  <jim@meyering.net>
17998
17999         * lib/error.c: Correct indentation of cpp directives.
18000
18001 2003-09-10  Bruno Haible  <bruno@clisp.org>
18002
18003         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18004         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18005         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18006         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18007         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18008         <stdlib.h> and <string.h> checks.
18009         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18010         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18011
18012 2003-09-10  Bruno Haible  <bruno@clisp.org>
18013
18014         * lib/strcspn.c: Include <string.h> unconditionally.
18015         * lib/strpbrk.c: Include <string.h> unconditionally.
18016         * lib/strstr.c: Include <string.h> unconditionally.
18017         * lib/unicodeio.c: Include <string.h> unconditionally.
18018         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18019         * lib/unsetenv.c: Likewise.
18020         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18021         * lib/yesno.c: Include <stdlib.h> unconditionally.
18022         (rpmatch): Add prototype.
18023
18024 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18025
18026         More patches to assume C89 or better.
18027         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18028         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18029         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18030         or for string.h.
18031         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18032         stdlib.h.
18033         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18034         C headers.
18035         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18036         string.h.
18037         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18038         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18039         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18040         or for string.h.
18041         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18042         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18043         C headers.
18044         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18045         memcpy.
18046         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18047         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18048         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18049         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18050         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18051         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18052         string.h, free.
18053         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18054         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18055         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18056         C headers, or for string.h.
18057         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18058         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18059         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18060         headers, memory.h, stdlib.h, string.h, strings.h.
18061         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18062         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18063         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18064         strchr.
18065         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18066         headers, memory.h, string.h.
18067         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18068         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18069         free.
18070         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18071         headers.
18072         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18073         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18074         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18075         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18076         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18077
18078 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18079
18080         More K&R removal.
18081
18082         * lib/acosl.c (main): Use a prototype.
18083         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18084         tanl.c: Likewise.
18085
18086         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18087
18088         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18089         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18090         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18091         with a prototype.
18092         * lib/getopt.c (const): Remove macro.
18093         Include <string.h> unconditionally.
18094         (my_index): Remove; all uses changed to strchr.
18095         (strlen): Remove decl.
18096         (exchange): Remove forward decl; no longer needed.
18097         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18098         Define with prototype.
18099         * lib/getopt1.c (const): Remove macro.
18100         (getopt_long, getopt_long_only, main): Define with prototype.
18101
18102         * lib/getugroups.c: Include <string.h> unconditionally.
18103
18104         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18105         (getusershell, setusershell, endusershell, readname, main):
18106         Define with prototypes.
18107
18108         * lib/group-member.c: Include group-member.h first.
18109         Include <stdlib.h> unconditionally.
18110
18111         * lib/hard-locale.c: Include hard-locale.h first.
18112         Include <stdlib.h>, <string.h> unconditionally.
18113
18114         * lib/hash.c (free, malloc): Remove decls.
18115         Include <stdlib.h> unconditionally.
18116
18117         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18118         (getenv): Do not declare.
18119
18120         * lib/idcache.c: Include <string.h> unconditionally.
18121
18122         * lib/long-options.c: Include long-options.h first, to test interface.
18123         Include <stdlib.h> unconditionally.
18124
18125         * lib/makepath.c: Include makepath.h first, to test interface.
18126         Include <stdlib.h> and <string.h> unconditionally.
18127
18128         * lib/linebuffer.c: Include <stdlib.h>.
18129         (free): Remove decl.
18130
18131         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18132         stddef.h. rpl_malloc returns void *, not char *.
18133         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18134         prototype.
18135
18136         * lib/md5.h: Include <limits.h> unconditionally.
18137         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18138         (__P): Remove; all uses removed.
18139         * lib/md5.c: Include "md5.h" first.
18140         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18141         md5_buffer, md5_process_bytes, md5_process_block):
18142         Define with prototypes.
18143         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18144         * lib/sha.c: Include "sha.h" first.
18145         Include <stdlib.h>, <string.h> unconditionally.
18146
18147         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18148         * lib/memcmp.c (__ptr_t): Likewise.
18149         * lib/memrchr.c (__ptr_t): Likewise.
18150         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18151         Include <string.h> unconditionally.
18152         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18153         * lib/memchr.c: Include <stdlib.h> unconditionally.
18154         * lib/memchr.c (LONG_MAX): Remove.
18155         * lib/memrchr.c (LONG_MAX): Likewise.
18156         * lib/memchr.c (__memchr): Define via a prototype.
18157         * lib/memrchr.c (__memrchr): Likewise.
18158         * lib/memcmp.c (__P): Remove, and remove all uses.
18159         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18160         Remove forward decls; no longer needed.
18161         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18162         Use types required by C89 in prototype.
18163
18164         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18165         * lib/savedir.c: Likewise.
18166         * lib/mkdir.c (free): Remove decl.
18167         * lib/rmdir.c (rmdir): Define with a prototype.
18168         * lib/savedir.c: Include savedir.h first, to test interface.
18169
18170         * lib/mktime.c (STDC_HEADERS): Remove.
18171         Include <stdlib.h>, <string.h> unconditionally.
18172
18173         * lib/modechange.c: Include <stdlib.h> unconditionally.
18174         (malloc): Remove decl.
18175
18176         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18177         (free): Remove decl.
18178
18179         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18180         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18181         (This type really should be intptr_t, but that's a C99ism.)
18182         (_obstack_memcpy): Remove: all uses changed to memcpy.
18183         Include <string.h> unconditionally.
18184         (struct obstack): Assume __STDC__ for types of members
18185         chunkfun, freefun, extra_arg.
18186         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18187         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18188         obstack_begin, obstack_specify_allocation,
18189         obstack_specify_allocation_with_arg, obstack_chunkfun,
18190         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18191         Remove unprototyped decls and the macros that use them.
18192         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18193         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18194         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18195         (defined __STDC__ && __STDC__)]:
18196         Remove nonprototyped code.
18197         Include <stdlib.h> unconditionally.
18198         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18199         _obstack_allocated_p, _obstack_free, obstack_free,
18200         _obstack_memory_used, print_and_abort):
18201         Define using prototypes.
18202         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18203         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18204         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18205         obstack_next_free, obstack_object_size, obstack_room) [0]:
18206         Remove unused, unprototyped code.
18207
18208         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18209
18210         * lib/physmem.c (physmem_total, physmem_available, main): Define
18211         with prototypes.
18212
18213         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18214         (main): Define with a prototype.
18215
18216         * lib/posixver.c (getenv): Remove decl.
18217
18218         * lib/putenv.c (malloc): Returns void *, not char *.
18219         Include <string.h> unconditionally.
18220         (strchr, memcpy, NULL): Do not define.
18221
18222         * lib/readtokens.c: Include readtokens.h first, to test interface.
18223         Include <stdlib.h>, <string.h> unconditionally.
18224         (init_tokenbuffer): Define with a prototype.
18225
18226         * lib/regex.c (PARAMS): Remove.  All uses removed.
18227         All uses of _RE_ARGS removed, too.
18228         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18229         unconditionally.
18230         (bzero): Assume memset exists.
18231         (memcmp, memcpy, NULL): Remove.
18232         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18233         char, or assignments to local vars of type signed char.
18234         (init_syntax_once, PREFIX(extract_number_and_incr),
18235         PREFIX(print_partial_compiled_pattern),
18236         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18237         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18238         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18239         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18240         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18241         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18242         wcs_compile_range, byte_compile_range, truncate_wchar,
18243         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18244         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18245         count_mbs_length, wcs_re_match_2_internal,
18246         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18247         PREFIX(alt_match_null_string_p),
18248         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18249         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18250         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18251         now-unnecessary declaration, if any.
18252         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18253         regcomp, regexec):
18254         Remove now-unnecessary casts among pointer types.
18255         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18256
18257         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18258         (free): Remove decl.
18259
18260         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18261
18262         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18263         (free): Remove decl.
18264
18265         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18266         * lib/xgetcwd.c: Likewise.
18267
18268         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18269         (free): Remove decl.
18270
18271         * lib/strchrnul.c (strchrnul): Define with a prototype.
18272         Fix bug: c_in was not converted to char before searching.
18273
18274         The following changes are not K&R related:
18275
18276         * lib/group-member.h: Include <sys/types.h>, so that this file is
18277         self-contained.
18278         * lib/makepath.h: Likewise.
18279
18280         * lib/getusershell.c (readname, default_index, line_size, readname):
18281         Use size_t, not int, for sizes.
18282         (readname): If the size overflows, report an error instead of
18283         looping forever.
18284
18285 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18286
18287         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18288         libc.
18289
18290 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18291
18292         * README: New section: portability guidelines.
18293
18294 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18295
18296         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18297         C89 spec.
18298
18299 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18300
18301         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18302
18303 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18304
18305         Assume C89 or better; remove K&R cruft.
18306         A few of these changes were first proposed by Derek Robert Price
18307         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18308
18309         * lib/addext.c: Include <string.h> unconditionally.
18310         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18311         Don't declare getenv or malloc.
18312
18313         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18314         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18315         (NULL): Remove.
18316         (find_stack_direction, alloca): Use prototypes.
18317
18318         * lib/atexit.c (atexit): Define using a prototype.
18319
18320         * lib/basename.c, dirname.c, stripslash.c:
18321         Include <string.h> unconditionally.
18322
18323         * lib/bcopy.c: Include <stddef.h>.
18324         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18325
18326         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18327
18328         * lib/error.h (error, error_at_line, error_print_progname)
18329         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18330         * lib/error.c: Include error.h first, to check interface.
18331         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18332         (VA_START): Remove; all uses changeed to va_start.
18333         (exit, strerror): Remove decls.
18334         (error_print_progname): Prototype uncondionally.
18335         Don't include <errno.h>; no longer needed.
18336         (private_strerror): Remove.
18337         (error_tail): Always define.
18338         (error, error_at_line): Assume C89 or better; always use prototypes.
18339         * lib/fatal.c: Include "fatal.h" first, to test interface.
18340         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18341         (VA_START): Remove; all uses changed to va_start.
18342         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18343         this case.
18344         (exit): Remove decl.
18345         (fatal): Prototype unconditionally.  Assume va_start works.
18346         Abort at end, to pacify gcc.
18347
18348         * lib/euidaccess.c (main): Define with a prototype.
18349
18350         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18351
18352         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18353
18354         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18355         prototypes.
18356         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18357         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18358         (getenv): Remove decl.
18359         (fnmatch): Define using a prototype.
18360         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18361         (FCT): Define using a prototype.
18362
18363         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18364
18365         * lib/gethostname.c: Include <stddef.h>.
18366         (gethostname): Define with prototype.  Length is size_t, not int.
18367
18368 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18369
18370         Assume C89 or better; remove K&R cruft.
18371         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18372         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18373         string.h, getenv, malloc.
18374         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18375         headers.
18376         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18377         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18378         do not check for strerror.
18379         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18380         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18381         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18382         do not check for doprnt or vprintf.
18383         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18384         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18385
18386 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18387
18388         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18389         getversion.c should have been removed then, but was accidentally
18390         preserved.
18391
18392         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18393         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18394
18395 2003-09-08  Karl Berry  <karl@gnu.org>
18396
18397         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18398                 config, forget about prep.
18399
18400         * config/depcomp, missing: update from automake.
18401
18402 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18403
18404         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18405         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18406
18407 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18408
18409         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18410         copy_tm_result.  Bug reported by Simon Josefsson in
18411         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18412
18413 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18414
18415         * m4/time_r.m4: New file.
18416         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18417         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18418         is. Check for timegm declaration.
18419         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18420         Do not check for gmtime_r.
18421         Replace mktime if __mktime_internal does not exist and if mktime
18422         hasn't been replaced already.
18423
18424 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18425
18426         * lib/time_r.c, lib/time_r.h: New files.
18427
18428         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18429         __localtime_r.
18430         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18431         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18432
18433         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18434         __gmtime_r.
18435         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18436         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18437         Include <time_r.h>.
18438
18439         * lib/timegm.c: Switch to glibc implementation, with the following
18440         changes:
18441         [defined HAVE_CONFIG_H]: Include <config.h>.
18442         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18443         (__mktime_internal) [!defined _LIBC]: New decl.
18444         (__gmtime_r) [!defined _LIBC]: New macro and function.
18445         (timegm): Use a prototype, since gnulib assumes C89.
18446         Do not bother declaring tmp to be const, as it's not really usefu.
18447         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18448         (timegm): Declare only if HAVE_DECL_TIMEGM.
18449
18450 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18451
18452         * MODULES.html.sh (func_all_modules): Add time_r.
18453         * modules/time_r: New file.
18454         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18455         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18456
18457 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18458
18459         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18460         Bug reported by Lute Kamstra in
18461         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18462
18463         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18464         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18465         course with correspondingly smaller numbers for tomorrow and
18466         yesterday.  From Tadayoshi Funaba.  Originally installed into
18467         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18468         coreutils merge?).
18469
18470 2003-08-31  Simon Josefsson  <jas@extundo.com>
18471
18472         * modules/timegm: New file.
18473         * MODULES.html.sh (func_all_modules): Add timegm.
18474
18475 2003-08-31  Simon Josefsson  <jas@extundo.com>
18476
18477         * m4/timegm.m4: New file.
18478
18479 2003-08-31  Simon Josefsson  <jas@extundo.com>
18480
18481         * lib/timegm.h: New file.
18482         * lib/timegm.c: New file.  Based on
18483         wget-1.8.2/src/http.c:mktime_from_utc.
18484
18485 2003-08-31  Karl Berry  <karl@gnu.org>
18486
18487         * lib/argp.h: update from libc.
18488
18489 2003-08-28  Bruno Haible  <bruno@clisp.org>
18490
18491         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18492         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18493         followed by '#define fnmatch fnmatch_posix' gives an error.
18494
18495 2003-08-28  Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18498         warning on QNX, which defines O_BINARY to 000000.
18499
18500 2003-08-27  Jim Meyering  <jim@meyering.net>
18501
18502         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18503         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18504         would fail after 32.  Reported by Danny Levinson.  Details here:
18505         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18506
18507 2003-08-24  Bruno Haible  <bruno@clisp.org>
18508
18509         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18510         MSVC7 <stdio.h> is included later.
18511
18512 2003-08-22  Simon Josefsson  <jas@extundo.com>
18513
18514         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18515
18516 2003-08-20  Karl Berry  <karl@gnu.org>
18517
18518         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18519
18520 2003-08-20  Bruno Haible  <bruno@clisp.org>
18521
18522         * modules/progname: New file.
18523         * MODULES.html.sh (func_all_modules): Add progname.
18524
18525 2003-08-20  Bruno Haible  <bruno@clisp.org>
18526
18527         * lib/progname.h: New file, from GNU gettext.
18528         * lib/progname.c: New file, from GNU gettext.
18529         * lib/progreloc.c: New file, from GNU gettext.
18530
18531 2003-08-19  Jim Meyering  <jim@meyering.net>
18532
18533         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18534         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18535
18536 2003-08-19  Bruno Haible  <bruno@clisp.org>
18537
18538         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18539         more.
18540
18541 2003-08-19  Bruno Haible  <bruno@clisp.org>
18542
18543         * lib/xstrdup.c: Assume <string.h> exists.
18544
18545 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18546
18547         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18548         in makefile rules.
18549
18550 2003-08-18  Jim Meyering  <jim@meyering.net>
18551
18552         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18553         * m4/lib-ld.m4: Likewise.
18554
18555 2003-08-18  Jim Meyering  <jim@meyering.net>
18556
18557         * lib/setenv.h: Indent nested cpp directive.
18558         * lib/vasnprintf.c: Remove trailing blanks.
18559
18560 2003-08-17  Simon Josefsson  <jas@extundo.com>
18561
18562         * modules/xstrndup: New file.
18563         * MODULES.html.sh (func_all_modules): Add xstrndup.
18564
18565 2003-08-17  Simon Josefsson  <jas@extundo.com>
18566
18567         * modules/argp: Fix autoconf macro name. Add more dependencies.
18568
18569 2003-08-17  Simon Josefsson  <jas@extundo.com>
18570
18571         * m4/xstrndup.m4: New file.
18572
18573 2003-08-17  Simon Josefsson  <jas@extundo.com>
18574
18575         * m4/argp.m4: New file.
18576
18577 2003-08-17  Simon Josefsson  <jas@extundo.com>
18578             Bruno Haible  <bruno@clisp.org>
18579
18580         * lib/xstrndup.h: New file.
18581         * lib/xstrndup.c: New file.
18582
18583 2003-08-17  Bruno Haible  <bruno@clisp.org>
18584
18585         * modules/strndup (Files, Include): Add lib/strndup.h.
18586
18587 2003-08-17  Bruno Haible  <bruno@clisp.org>
18588
18589         * modules/euidaccess (Files): Add lib/euidaccess.h.
18590
18591 2003-08-17  Bruno Haible  <bruno@clisp.org>
18592
18593         * lib/strndup.h: New file.
18594
18595 2003-08-17  Bruno Haible  <bruno@clisp.org>
18596
18597         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18598         like AC_GNU_SOURCE.
18599         * modules/extensions (configure.ac): Comment out the invocation of
18600         gl_USE_SYSTEM_EXTENSIONS.
18601
18602 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18603
18604         Merges from coreutils, etc.
18605         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18606         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18607         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18608         fixing a typo.
18609         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18610         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18611
18612 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18613
18614         Document merge from coreutils.
18615         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18616         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18617         * modules/utime: Add m4/utimes-null.m4.
18618
18619 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18620
18621         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18622         space, undoing this 2003-08-12 change:
18623         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18624
18625 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18626
18627         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18628         strtoul.c from libc, undoing this 2003-08-12 change:
18629         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18630
18631 2003-08-16  Jim Meyering  <jim@meyering.net>
18632
18633         Merges from coreutils.
18634         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18635         prefix.  Adjust cache variables similarly.  Create 500 rather than
18636         just 300 files, to exercise bug on Darwin6.5, too.
18637         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18638         $missing_dir.
18639         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18640         AM_SYS_POSIX_TERMIOS.
18641         Reported by mkc@mathdogs.com.
18642         Also change use of $am_cv_sys_posix_termios
18643         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18644         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18645         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18646         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18647         in /proc/mounts until it finds one with matching device number.  This
18648         is unnecessary when the FILE argument *is* a mount point.  No stat call
18649         is necessary in that case.  So, disable the statvfs-testing code on
18650         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18651         as RedHat bug# 84846.
18652         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18653         to 1MB, so as not to render systems with no stack size limit (e.g.,
18654         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18655         Include <unistd.h>.  On some systems,
18656         it is required for the definition of _SC_PAGESIZE.
18657
18658 2003-08-16  Jim Meyering  <jim@meyering.net>
18659
18660         Merge from coreutils.
18661         * lib/xstrtoimax.c: #else #if -> #elif.
18662         * lib/xstrtoumax.c: Likewise.
18663
18664 2003-08-16  Jim Meyering  <jim@meyering.net>
18665
18666         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18667         * m4/utimes.m4: Removed.
18668         * m4/utimes-null.m4: Renamed from utimes.m4.
18669
18670         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18671         to 1MB, so as not to render systems with no stack size limit (e.g.,
18672         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18673         Include <unistd.h>.  On some systems,
18674         it is required for the definition of _SC_PAGESIZE.
18675
18676 2003-08-16  Jim Meyering  <jim@meyering.net>
18677         and Paul Eggert  <eggert@cs.ucla.edu>
18678
18679         Merges from coreutils, etc.
18680
18681         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18682         using the latest version from cvs.  This avoids problems with #line
18683         directives using a vendor (Sun) compiler.
18684         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18685         Don't set GETGROUPS_LIB here; now it's
18686         done via getgroups.m4's wrapper function.
18687         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18688         rather than just in sh-util/configure.in, so that the
18689         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18690         same.
18691         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18692         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18693         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18694         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18695         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18696         Remove code that is now done by the newly-required macros.
18697         Append $(EXEEXT) to DF_PROG.
18698         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18699         Do not invoke or require the following here,
18700         since prereq.m4 or some gnulib .m4 now does this for us:
18701         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18702         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18703         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18704         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18705         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18706         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18707         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18708         AC_FUNC_OBSTACK.
18709         Do not replace the following functions, as this is now the job
18710         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18711         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18712         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18713         atexit getpass, strdup, getpagesize.
18714         Replace 'raise'.
18715         Do not check for the following functions, as this is now the job
18716         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18717         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18718         setregid.
18719         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18720         Check for sys/sysctl.h.
18721         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18722         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18723         of checking for ssize_t ourselves.
18724
18725         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18726         Require every macro that gnulib/modules/* suggests for us.
18727         (jm_PREREQ_ADDEXT): New macro.
18728         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18729         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18730
18731         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18732         (gl_PHYSMEM): Use it.
18733         Also check for `table' function.
18734         Check for new headers and functions.
18735         Add check for sys/sysmp.h.
18736         With suggestions from Kaveh Ghazi.
18737         Ignore headers that are present but cannot be compiled.  This
18738         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18739         C 5.4.
18740
18741 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18742
18743         Document merge from coreutils.
18744         * modules/userspec: Depend on posixver.
18745         * modules/strftime: Depend on tzset.
18746
18747 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18748
18749         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18750         rather than tab, after '#' in shell-script copyright notices.
18751         Suggested by Bruno Haible.
18752
18753 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18754
18755         * config/srclist-update: Use three spaces, rather than tab, after '#'
18756         in shell-script copyright notices.  Suggested by Bruno Haible.
18757         Remove unnecessary parenthesization in regular expression.
18758
18759 2003-08-15  Jim Meyering  <jim@meyering.net>
18760
18761         Merge from coreutils.
18762         * lib/xgethostname.c: Include <stdlib.h>.
18763         (xghostname): Don't exit for anything other than memory-related
18764         failure; just return NULL.
18765         * lib/userspec.c: Include "posixver.h".
18766         (parse_user_spec): Accept `.' as a separator only
18767         in pre-POSIX-200112 mode.
18768         * lib/strtoimax.c: Use #elif rather than #else #if.
18769         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18770         Remove function, now that we can rely on a working tzset function.
18771         [!_LIBC]: Ensure that the required autoconf test has been run.
18772         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18773         Use underlying_strftime for %r.
18774         * lib/sha.c: Merge in some clean-up and optimization changes from
18775         glibc.
18776         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18777         Ensure that it is a multiple of 64.
18778         Rearrange loop exit tests so as to avoid performing an
18779         additional fread after encountering an error or EOF.
18780         * lib/realloc.c: Update copyright date.
18781
18782 2003-08-15  Jim Meyering  <jim@meyering.net>
18783         and Paul Eggert  <eggert@twinsun.com>
18784
18785         Merge from coreutils.
18786         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18787         member but strut utmpx does not.  Needed for AIX 4.3.3.
18788         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18789
18790 2003-08-15  Jim Meyering  <jim@meyering.net>
18791         and Paul Eggert  <eggert@cs.ucla.edu>
18792
18793         Merges from coreutils, etc.
18794         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18795         Require gl_FUNC_TZSET_CLOBBER.
18796         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18797         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18798         members.
18799
18800 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18801
18802         Help the merge from coreutils.
18803         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18804         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18805         * m4/tzset.m4: Use it too.
18806
18807 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18808
18809         * modules/tzset: New file.
18810
18811 2003-08-14  Jim Meyering  <jim@meyering.net>
18812
18813         Merges from coreutils.
18814         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18815         variable names, rather than @FNMATCH_H@.
18816         * modules/alloca: Likewise for $(ALLOCA_H).
18817
18818         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18819         the three copies of the literal target, `fnmatch.h'.
18820         * modules/alloca (alloca.h): Likewise.
18821
18822 2003-08-14  Jim Meyering  <jim@meyering.net>
18823
18824         Merge from coreutils.
18825         * m4/tzset.m4: New file.
18826         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18827         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18828         otherwise, AIX 5.1 systems would end up using the latter.
18829         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18830         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18831         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18832         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18833
18834 2003-08-14  Jim Meyering  <jim@meyering.net>
18835
18836         Merge from coreutils.
18837         * lib/obstack.h: Whitespace changes.
18838         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18839         and xcalloc return values.
18840         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18841         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18842         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18843         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18844         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18845         error from mntctl.
18846         Use mntctl's return value to drive the entry-processing loop, since
18847         we can't rely on the value of the vmt_length member in the last
18848         entry.  On some systems doing so could result in exhausting
18849         virtual memory.  Based in part on a patch from Mike Jetzer.
18850
18851 2003-08-14  Jim Meyering  <jim@meyering.net>
18852         and Paul Eggert  <eggert@twinsun.com>
18853
18854         Merges from coreutils, plus other fixes.
18855         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18856         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18857         for credits and details.  Thanks to Kaveh Ghazi for helping
18858         to keep these files in sync.
18859         (ARRAY_SIZE): Define it.
18860         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18861         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18862         (memcasecmp): Don't assume size_t fits in unsigned int.
18863         Remove casts and duplicate code.
18864         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18865         (memcpy): Remove definition.
18866         Merge in some clean-up and optimization changes from glibc.
18867         [BLOCKSIZE]: Move definition to top of file.
18868         Ensure that it is a multiple of 64.
18869         Rearrange loop exit tests so as to avoid performing an
18870         additional fread after encountering an error or EOF.
18871         * lib/md5.h (md5_uintptr): Define.
18872         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18873         return to the initial working directory.  Preserve errno
18874         for caller.
18875         * lib/idcache.c: Include "xalloc.h".
18876         (xmalloc, xrealloc): Remove decls.
18877         (getuser): Remove casts no longer required in C89.
18878         * lib/human.c: Include stdio.h, for sprintf.
18879         * lib/group-member.c: Include "xalloc.h".
18880         (xmalloc, xrealloc): Remove decls.
18881         (get_group_info): Remove casts no longer required in C89.
18882         * lib/getusershell.c (readname): Remove casts no longer required in
18883         C89.
18884         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18885         * lib/getline.c: Whitespace fix, from coreutils.
18886
18887 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18888
18889         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18890         Check for isascii.
18891
18892         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18893         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18894         Undo previous (whitespace-only) change.
18895
18896 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18897
18898         * lib/exclude.c: Include <ctype.h>
18899         (IN_CTYPE_DOMAIN): New macro.
18900         (is_space): New fn.
18901         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18902         and empty lines.
18903
18904         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18905         Undo previous (whitespace-only) change.
18906
18907 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18908
18909         * config/srclist-update: Change update back to the old behavior,
18910         leaving whitespace alone.  Use one 'sed' command rather than a
18911         pipeline.
18912         (fixlicense): Now a variable, not a function.
18913         (remove_trailing_blanks): Remove.
18914         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18915         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18916         Undo previous (whitespace-only) change.
18917
18918 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18919
18920         Merge from coreutils.
18921         * modules/euidaccess: Add lib_SOURCES, include for new
18922         file euidaccess.h
18923
18924 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18925
18926         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18927         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18928         Normalize leading white space and remove trailing white space.
18929
18930         Merge from coreutils
18931         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18932
18933         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18934         0.12.1.  These files are now being upgraded automatically by
18935         ../config/srclist-update.
18936
18937 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18938
18939         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18940         Normalize leading white space and remove trailing white space.
18941         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18942         notice, as per ../config/srclist-update.
18943
18944         Merge from coreutils.
18945         * lib/euidaccess.h: New file.
18946         * lib/euidaccess.c: Include it.
18947         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18948         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18949         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18950
18951 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18952
18953         * config/srclist-update: Add copyright notice.
18954         (remove_id_lines, remove_trailing_blanks): New constants.
18955         (fixfile): Use them to normalize spacing a bit in copied files.
18956         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18957         Normalize leading white space and remove trailing white space.
18958
18959         * config/texinfo.tex: Sync with texinfo.
18960
18961         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18962         strtoul.c from libc, to merge coreutils whitespace changes.
18963
18964         * config/srclist.txt: Get the following m4 files from gettext:
18965         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18966         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18967         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18968         wint_t.m4.
18969
18970 2003-08-12  Karl Berry  <karl@gnu.org>
18971
18972         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18973         been made.
18974
18975 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18976
18977         * modules/gnu-source, m4/gnu-source.m4:
18978         Remove; we're assuming Autoconf 2.54 or later now.
18979         Suggested by Bruno Haible.
18980         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18981
18982 2003-08-11  Bruno Haible  <bruno@clisp.org>
18983
18984         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18985
18986 2003-08-11  Bruno Haible  <bruno@clisp.org>
18987
18988         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18989         (vasnprintf): Use it instead of wcslen.
18990
18991 2003-08-11  Bruno Haible  <bruno@clisp.org>
18992
18993         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18994         value to ensure that _Bool promotes to int. Use #define for _Bool when
18995         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18996
18997 2003-08-10  Karl Berry  <karl@gnu.org>
18998
18999         * lib/regex.h: update from libc (whitespace fix).
19000
19001 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19002
19003         Merge some files from coreutils.  These changes were
19004         originally made by Jim Meyering.
19005         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19006         many older Unixes require this.
19007         * lib/alloca.c (alloca): Remove cast to argument of free;
19008         no longer needed in C89.
19009         * lib/alloca_.h, regex.h: Fix white space to match
19010         what GNU indent does.
19011
19012 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19013
19014         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19015         apparently Emacs's Unicode mode got confused before my 2003-08-05
19016         checkin.
19017
19018 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19019
19020         * m4/extensions.m4: New file.
19021         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19022         Require gl_USE_SYSTEM_EXTENSIONS.
19023         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19024         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19025
19026 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19027
19028         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19029         * modules/extensions, modules/gnu-source: New files.
19030         * modules/timespec, modules/unlocked-io: Depend on extensions.
19031
19032 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19033
19034         * modules/restrict: New file.
19035         * MODULES.html.sh (func_all_modules): Add restrict.
19036         * modules/regex: Depend on restrict.
19037
19038 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19039
19040         * m4/restrict.m4: New file.
19041         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19042
19043 2003-08-07  Bruno Haible  <bruno@clisp.org>
19044
19045         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19046         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19047
19048 2003-08-07  Bruno Haible  <bruno@clisp.org>
19049
19050         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19051         makes the module 'getndelim2' compatible with the module 'getline'.
19052
19053 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19054
19055         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19056         byte with "\201" to avoid glitches when editing that source file
19057         with multi-gnome-terminal.
19058
19059 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19060
19061         * lib/bumpalloc.h: Remove.
19062
19063 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19064
19065         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19066         * modules/bumpalloc: Remove.
19067
19068 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19069
19070         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19071         GNU coding style.
19072
19073         Merge from coreutils.
19074         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19075         1. From glibc.
19076         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19077         from Karl Berry, implemented by Jim Meyering.
19078         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19079         from Dmitry V. Levin.
19080         Remove anachronistic cast of xrealloc.
19081         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19082         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19083         type. Otherwise, it wouldn't compile with at least /bin/cc on
19084         ymp-cray-unicos9.0.2.X.
19085         Combine two mostly-identical uses of alloca into one.
19086         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19087
19088 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19089
19090         [From Emacs.]
19091
19092         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19093         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19094         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19095         obsolete NLIST_NAME_UNION.
19096         [__GNU__]: Undef BSD and FSCALE.
19097         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19098
19099 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19100
19101         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19102         an enum type, so that it's guaranteed to promote to int.  See:
19103         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19104
19105 2003-08-03  Karl Berry  <karl@gnu.org>
19106
19107         * config/depcomp: update from automake.
19108
19109 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19110
19111         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19112         (strerror): Don't assume that a printable int fits in 14 bytes.
19113
19114 2003-07-31  Bruno Haible  <bruno@clisp.org>
19115
19116         * modules/getpass-gnu: New file.
19117         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19118
19119 2003-07-31  Bruno Haible  <bruno@clisp.org>
19120
19121         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19122
19123 2003-07-24  Karl Berry  <karl@gnu.org>
19124
19125         * config/missing: update from automake.
19126
19127 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19128             Bruno Haible  <bruno@clisp.org>
19129
19130         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19131         * lib/getline.c (getline, getdelim): Likewise.
19132         Remove _GNU_SOURCE define; now it's defined in config.h through
19133         m4/getline.m4.
19134
19135 2003-07-23  Karl Berry  <karl@gnu.org>
19136
19137         * config/config.sub: update from prep.
19138
19139 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19140
19141         * modules/xalloc (Depends-on): Add exitfail.
19142         * modules/xmemcoll: Likewise.
19143
19144 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19145
19146         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19147         over-parenthesization in macros.
19148
19149         Sync with coreutils.
19150
19151         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19152         required by C99.
19153
19154         Use `exit_failure' for xalloc and xmemcoll instead of their own
19155         private exit-failure variables.
19156         * lib/xalloc.h (xalloc_exit_failure): Remove.
19157         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19158         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19159         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19160         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19161         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19162
19163 2003-07-20  Jim Meyering  <jim@meyering.net>
19164
19165         * modules/closeout (Depends-on): Add exitfail.
19166         Suggestion from Bruno Haible.
19167
19168 2003-07-19  Karl Berry  <karl@gnu.org>
19169
19170         * config/config.sub: update from prep.
19171
19172 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19173
19174         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19175         Remove.
19176         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19177         to test that it can stand by itself.  Include "exitfail.h".
19178         Clients should set exit_failure instead.
19179         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19180
19181 2003-07-18  Bruno Haible  <bruno@clisp.org>
19182
19183         * modules/getndelim2: New file.
19184         * modules/getline: Share files with module getndelim2.
19185         * modules/getnline: Depend on getndelim2 instead of sharing files with
19186         it. Add getnline.c to lib_SOURCES.
19187         * MODULES.html.sh (func_all_modules): Add getndelim2.
19188
19189 2003-07-18  Bruno Haible  <bruno@clisp.org>
19190
19191         * m4/getndelim2.m4: New file.
19192         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19193         invoke gl_PREREQ_GETNDELIM2.
19194         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19195         gl_PREREQ_GETNDELIM2.
19196         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19197         gl_GETNDELIM2.
19198
19199 2003-07-18  Bruno Haible  <bruno@clisp.org>
19200
19201         * lib/getndelim2.h: New file.
19202         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19203         getndelim2.h.
19204         (getndelim2): Make non-static. Change return type to ssize_t.
19205         * lib/getline.h: Change argument names.
19206         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19207         * lib/getnline.c: Include getndelim2.h.
19208
19209 2003-07-18  Andreas Schwab  <schwab@suse.de>
19210
19211         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19212
19213 2003-07-17  Karl Berry  <karl@gnu.org>
19214
19215         * config/config.sub: update from prep.
19216
19217 2003-07-17  Bruno Haible  <bruno@clisp.org>
19218
19219         * modules/getnline: New file.
19220         * modules/getline: Add lib/getndelim2.c to source file list.
19221         * MODULES.html.sh (func_all_modules): Add getnline.
19222
19223 2003-07-17  Bruno Haible  <bruno@clisp.org>
19224
19225         * m4/getnline.m4: New file.
19226
19227 2003-07-17  Bruno Haible  <bruno@clisp.org>
19228
19229         * m4/Makefile.am.in: Remove file.
19230         * m4/Makefile.am: Remove file.
19231         * m4/Makefile.in: Remove file.
19232
19233 2003-07-17  Bruno Haible  <bruno@clisp.org>
19234
19235         * lib/getnline.h: New file.
19236         * lib/getnline.c: New file.
19237         * lib/getndelim2.c: New file, extracted from getline.c.
19238         (getndelim2): Renamed from getdelim2, with added nmax argument.
19239         * lib/getline.c: Include getndelim2.c.
19240         (getdelim2): Moved out to getndelim2.c.
19241         (getline, getdelim): Update.
19242
19243 2003-07-17  Bruno Haible  <bruno@clisp.org>
19244
19245         * lib/Makefile.am: Remove file.
19246         * lib/Makefile.in: Remove file.
19247
19248 2003-07-17  Bruno Haible  <bruno@clisp.org>
19249
19250         * configure.in: Remove file.
19251         * Makefile.in: Remove file.
19252
19253 2003-07-17  Bruno Haible  <bruno@clisp.org>
19254
19255         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19256
19257 2003-07-16  Karl Berry  <karl@gnu.org>
19258
19259         * config/srclist-update: was running fixlicense twice, which caused
19260                 texinfo.tex to be nullified for some reason.  Simplify,
19261                 $gplsrc is no longer needed as far as I can see?
19262
19263 2003-07-16  Jim Meyering  <jim@meyering.net>
19264
19265         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19266
19267 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19268
19269         * config/srclist.txt: Get the following files from gettext-runtime/intl
19270         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19271         ref-del.sin.  From Bruno Haible.
19272         * config/srclist-update (fixfile): Change grep pattern again, since the
19273         previous fix didn't work (there was another trailing $).  Use
19274         '[$]' to escape the $s.
19275
19276 2003-07-15  Karl Berry  <karl@gnu.org>
19277
19278         * lib/vasnprintf.c: update from gettext.
19279
19280 2003-07-15  Karl Berry  <karl@gnu.org>
19281
19282         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19283         gets expanded when surrounded by '$'.
19284
19285 2003-07-15  Jim Meyering  <jim@meyering.net>
19286
19287         * modules/save-cwd: Don't depend on error.  From Derek Price.
19288
19289 2003-07-15  Jim Meyering  <jim@meyering.net>
19290
19291         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19292
19293 2003-07-14  Simon Josefsson  <jas@extundo.com>
19294
19295         * modules/mempcpy: New file.
19296         * MODULES.html.sh (func_all_modules): Add mempcpy.
19297
19298 2003-07-14  Simon Josefsson  <jas@extundo.com>
19299
19300         * m4/mempcpy.m4: New file.
19301
19302 2003-07-14  Simon Josefsson  <jas@extundo.com>
19303
19304         * lib/mempcpy.h: New file.
19305         * lib/mempcpy.c: New file.
19306
19307 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19308
19309         * modules/getdate, modules/posixtm: Depend on mktime.
19310
19311 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19312
19313         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19314         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19315         unicodeio.c, unicodeio.h, unlocked-io.h:
19316         Switch from LGPL to GPL.
19317
19318 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19319
19320         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19321         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19322         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19323         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19324         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19325         updated automatically by ../config/srclist-update.  This changes
19326         their license from LPGL to GPL.
19327
19328 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19329
19330         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19331         assumed to refer to the root of the most recent stable gettext version.
19332         * config/srclistvars.sh: Add defaults for eggert.
19333         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19334         Match "This program" as well as "The program".  This is needed
19335         for gettext.
19336
19337 2003-07-14  Jim Meyering  <jim@meyering.net>
19338
19339         Don't emit diagnostics.  Let callers do that.
19340         * lib/save-cwd.c: Don't include "error.h".
19341         (save_cwd): Don't call error.  Ensure that errno is valid
19342         when returning nonzero.
19343
19344         * lib/save-cwd.h (restore_cwd): Update prototype.
19345         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19346         Simplify.  Don't call error upon failure.  Let callers do that.
19347         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19348         when auditing is enabled.  But don't bother updating the #if.
19349
19350 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19351
19352         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19353         it breaks C++ compilation.
19354         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19355
19356 2003-07-10  Simon Josefsson  <jas@extundo.com>
19357
19358         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19359
19360 2003-07-10  Jim Meyering  <jim@meyering.net>
19361
19362         * m4/clock_time.m4: Remove trailing blank.
19363         * m4/intmax_t.m4: Likewise.
19364
19365 2003-07-10  Jim Meyering  <jim@meyering.net>
19366
19367         * lib/vasnprintf.c: Remove trailing blanks.
19368         Make cpp indentation consistent.
19369
19370 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19371
19372         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19373         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19374         Switch from LGPL to GPL.
19375
19376 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19377
19378         * config/srclist.txt: Sort sublists.  Add
19379         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19380         that differ from gnulib for one reason or another; we'd like this list
19381         to be smaller but for now let's document what we have.
19382
19383 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19384
19385         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19386         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19387         and sweeter "eval x=$x".
19388         * config/srclist.txt: Get lib/argp* from glibc.
19389
19390 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19391
19392         * lib/mktime.c: Fix some boundary cases and remove need for floating
19393         point.
19394
19395         Issue a compile-time diagnostic if time_t is floating point, or if
19396         two's complement arithmetic is not in effect, or if arithmetic
19397         right shift does not propagate the sign.  These assumptions were
19398         all in the original code but they weren't checked.
19399
19400         (TIME_T_MIDPOINT, verify): New macros.
19401         (__isleap): Remove; it has integer overflow problems.
19402         (leapyear): New function, without those problems.
19403         (ydhms_tm_diff): Remove; splitting into two parts.
19404         (ydhms_diff): New function, containing the arithmetic part of
19405         the old ydhms_tm_diff function.  Issue a compile-time
19406         diagnostic if we are not using C99 integer division.
19407         Avoid casts when possible.
19408         (guess_time_tm): New function, containing the checking part of
19409         the old ydhms_tm_diff function.  Return the new value, rather than
19410         the difference between it and the old.  Accept a new argument T
19411         so that *T specifies the old value.  Check for overflow in the result.
19412
19413         (__mktime_internal): Use a time_t offset, not a long int offset.
19414         This undoes the 2003-06-04 change, which is no longer needed now
19415         that we have better overflow checking.
19416         (localtime_offset): Likewise.
19417
19418         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19419         and long are 64-bit but int is only 32-bit.
19420         (ydhms_diff): Use long int to store year1 and yday1.
19421         Issue a compile-time diagnostic if long int is not wide enough.
19422
19423         (__mktime_internal): Use long int to store adjusted year and yday.
19424         Use plain C rather than preprocessor commands, if that doesn't
19425         affect efficiency.
19426         Check for overflow (and try to repair) after each probe
19427         rather than checking only at the very end.  This avoids some bugs
19428         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19429         does not equal GMT offset at maximum time).
19430         Use integer to check for overflow rather than floating point; this
19431         is more portable to non-IEEE hosts, and is a tad faster.
19432         When we detect that we are oscillating between two values,
19433         don't check whether tm_isdst has the requested value, since
19434         we already know the answer.  When tm_isdst has the wrong value,
19435         use a different heuristic to find the right one, based on the
19436         extreme values actually observed in practice in tz2003a,
19437         rather than the (overly optimistic) "previous 3 calendar quarters".
19438
19439         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19440         "T const" to accommodate glibc style.
19441         (check_result): Use less-confusing report format.  "long" -> "long int.
19442         (main): Likewise.
19443         Don't loop if the iteration overflows time_t.
19444         Allow a negative step in the iteration.
19445
19446 2003-07-06  Karl Berry  <karl@gnu.org>
19447
19448         * config/depcomp: update from automake.
19449         * config/config.sub: update from prep.
19450
19451 2003-07-03  Karl Berry  <karl@gnu.org>
19452
19453         * config/config.guess: update from prep.
19454
19455 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19456
19457         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19458         xreadlink.c now includes it unconditionally.
19459
19460 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19461
19462         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19463         having it depend on HAVE_SYS_TYPES_H.
19464
19465 2003-07-01  Bruno Haible  <bruno@clisp.org>
19466
19467         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19468         <sys/types.h> should be sufficient.
19469         Reported by Paul Eggert.
19470
19471 2003-06-26  Karl Berry  <karl@gnu.org>
19472
19473         * config/depcomp: update from automake.
19474
19475 2003-06-26  Bruno Haible  <bruno@clisp.org>
19476
19477         * modules/human: Depend on module stdbool.
19478
19479 2003-06-25  Bruno Haible  <bruno@clisp.org>
19480
19481         * modules/readlink: New file.
19482         * modules/xreadlink: Depend on it.
19483         * MODULES.html.sh (func_all_modules): Add readlink.
19484
19485 2003-06-25  Bruno Haible  <bruno@clisp.org>
19486
19487         * m4/readlink.m4: New file.
19488
19489 2003-06-25  Bruno Haible  <bruno@clisp.org>
19490
19491         * lib/readlink.c: New file.
19492
19493 2003-06-22  Karl Berry  <karl@gnu.org>
19494
19495         * config/srclist.txt: update mkinstalldirs from automake.
19496         * config/mkinstalldirs: update.
19497
19498 2003-06-22  Bruno Haible  <bruno@clisp.org>
19499
19500         Portability to mingw32.
19501         * m4/ssize_t.m4: New file, from GNU gettext.
19502         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19503         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19504
19505 2003-06-22  Bruno Haible  <bruno@clisp.org>
19506
19507         * modules/safe-read: Add m4/ssize_t.m4.
19508         * modules/xreadlink: Add m4/ssize_t.m4.
19509
19510 2003-06-20  Bruno Haible  <bruno@clisp.org>
19511
19512         Assume C89, so PARAMS isn't needed.
19513         * lib/unicodeio.h (PARAMS): Remove.
19514         * lib/unicodeio.c: Don't use PARAMS.
19515
19516 2003-06-18  Karl Berry  <karl@gnu.org>
19517
19518         * config/config.{guess,sub}: update from prep.
19519
19520 2003-06-18  Jim Meyering  <jim@meyering.net>
19521
19522         Merge changes from coreutils.
19523         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19524         Remove explicit declarations of xmalloc and realloc.
19525         Include xalloc.h.
19526         (read_utmp): Remove anachronistic cast of xmalloc.
19527
19528 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19529
19530         Assume C89, so PARAMS isn't needed.
19531         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19532         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19533         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19534         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19535         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19536         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19537         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19538         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19539         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19540         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19541         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19542         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19543         no longer needed. Anyway, config.h should always be included before any
19544         other file.
19545
19546 2003-06-11  Simon Josefsson  <jas@extundo.com>
19547
19548         * modules/sysexits: New file.
19549         * MODULES.html.sh (func_all_modules): Add sysexits.
19550
19551 2003-06-11  Simon Josefsson  <jas@extundo.com>
19552
19553         * lib/sysexit_.h: New file.
19554
19555 2003-06-11  Derek Price  <derek@ximbiot.com>
19556
19557         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19558         necessary.
19559
19560 2003-06-11  Bruno Haible  <bruno@clisp.org>
19561
19562         * m4/sysexits.m4: New file.
19563
19564 2003-06-10  Simon Josefsson  <jas@extundo.com>
19565
19566         * lib/argp.h: New file, from glibc.
19567         * lib/argp-ba.c: New file, from glibc.
19568         * lib/argp-eexst.c: New file, from glibc.
19569         * lib/argp-fmtstream.c: New file, from glibc.
19570         * lib/argp-fmtstream.h: New file, from glibc.
19571         * lib/argp-fs-xinl.c: New file, from glibc.
19572         * lib/argp-help.c: New file, from glibc.
19573         * lib/argp-namefrob.h: New file, from glibc.
19574         * lib/argp-parse.c: New file, from glibc.
19575         * lib/argp-pv.c: New file, from glibc.
19576         * lib/argp-pvh.c: New file, from glibc.
19577         * lib/argp-xinl.c: New file, from glibc.
19578
19579 2003-06-10  Simon Josefsson  <jas@extundo.com>
19580
19581         * modules/strchrnul: New file.
19582
19583 2003-06-10  Simon Josefsson  <jas@extundo.com>
19584
19585         * modules/argp: New file.
19586
19587 2003-06-10  Simon Josefsson  <jas@extundo.com>
19588
19589         * m4/strchrnul.m4: New file.
19590
19591 2003-06-10  Simon Josefsson  <jas@extundo.com>
19592
19593         * lib/strchrnul.h: New file.
19594         * lib/strchrnul.c: New file.
19595
19596 2003-06-10  Bruno Haible  <bruno@clisp.org>
19597
19598         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19599
19600 2003-06-07  Karl Berry  <karl@gnu.org>
19601
19602         * config/config.{guess,sub}: update from prep.
19603
19604 2003-06-07  Jim Meyering  <jim@meyering.net>
19605
19606         * modules/strtod: Use $(...) notation, not @...@ for
19607         AC_REPLACE'd variables.
19608         * modules/localcharset: Likewise.
19609
19610 2003-06-07  Jim Meyering  <jim@meyering.net>
19611
19612         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19613         in place of my name in the copyright comment.
19614         Remove definition and uses of __P.
19615
19616         From coreutils.
19617         * lib/stat.c: Don't declare xmalloc explicitly.
19618         Instead, include "xalloc.h".
19619         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19620         xrealloc, and xcalloc return values.
19621         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19622         Improve comment.
19623         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19624
19625 2003-06-07  Bruno Haible  <bruno@clisp.org>
19626
19627         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19628         avoid AC_CONFIG_LINKS.
19629         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19630         fnmatch.h, to avoid AC_CONFIG_LINKS.
19631         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19632
19633 2003-06-07  Bruno Haible  <bruno@clisp.org>
19634
19635         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19636         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19637         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19638         directory.
19639         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19640         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19641         directory.
19642
19643 2003-06-06  Jim Meyering  <jim@meyering.net>
19644
19645         Merge from coreutils.
19646         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19647         Consolidate declarations and initializations of *_base* locals.
19648
19649         Merge from coreutils.
19650         This avoids a core dump on systems without GNU putenv,
19651         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19652         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19653         (unsetenv): New static function, from GNU libc.
19654         (rpl_putenv): Use it.
19655
19656         * lib/modechange.c: Remove trailing blanks.
19657
19658         Merge from coreutils.
19659         * lib/fsusage.c: Remove declaration of statfs.
19660         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19661
19662         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19663
19664 2003-06-06  Jim Meyering  <jim@meyering.net>
19665
19666         * lib/stdbool_.h: Renamed from stdbool.h.in.
19667
19668 2003-06-06  Jim Meyering  <jim@meyering.net>
19669             Bruno Haible  <bruno@clisp.org>
19670
19671         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19672         Adjust Makefile.am snippet not to redirect directly to target.
19673         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19674
19675 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19676
19677         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19678         mismatch, look in future quarters as well as past.  This fixes a
19679         bug when processing fall-backwards gaps immediately after a long
19680         period of daylight-saving time.
19681
19682         * lib/mktime.c: Assume freestanding C89 or better.
19683         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19684         (__P): Remove; not used.
19685         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19686         (mktime, not_equal_tm, print_tm, check_result,
19687         main): Use prototypes.  Use const * where appropriate.
19688         (main): Fix typo in testing code that uncovered by above changes.
19689         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19690
19691 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19692
19693         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19694         locale.h, localeconv.  This merges changes from coreutils.
19695
19696         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19697         It can be removed after the next Autoconf is released.
19698         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19699         needed.
19700
19701 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19702
19703         * lib/mktime.c: Fix Debian bug 177940
19704         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19705         (localtime_offset): Now long int, not time_t, because we want it
19706         to be guaranteed to be signed.  All uses changed.
19707         (__mktime_internal): If overflow would occur when adding offset,
19708         don't add it.
19709
19710         Merge 'human' changes from coreutils.  Rewrite to support
19711         locale-specific notations like thousands separators.
19712         * lib/human.c: Simplify authorship notice.
19713         Include human.h immediately after config.h.
19714         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19715         <limits.h>: Do not include, since human.h does.
19716         (SIZE_MAX, UINTMAX_MAX): New macros.
19717         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19718         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19719         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19720         (power_letter): Renamed from suffixes.
19721         (generate_suffix_backwards): Remove.
19722         (adjust_value): Now takes int style (because of human.h changes)
19723         and long double value (for greater precision on some platforms).
19724         (group_number): New function.
19725         (human_readable): Use it.  Use integer options, not enum.
19726         Put the options before the sizes in the arg list.
19727         Support all the new options.
19728         The old human_readable function has been removed;
19729         use inttostr.h instead.
19730         (human_readable, default_block_size, humblock):
19731         Use uintmax_t, not int, for block sizes.
19732         (human_readable_inexact, block_size_types): Remove.
19733         (block_size_opts): New constant.
19734         (human_options): Renamed from human_block_size, with new signature
19735         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19736         * lib/human.h: Add copyright and authorship notice.
19737         Include <limits.h> and <stdbool.h> unconditionally.
19738         (PARAMS): Remove.  All uses removed.
19739         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19740         (enum human_inexact_style): Remove tag; now a nameless enum.
19741         (human_floor, human_ceiling, human_round_to_even): Now have
19742         values 2, 0, 1 rather than -1, 1, 0.
19743         (human_group_digits, human_suppress_point_zero, human_autoscale,
19744         human_base_1024, human_SI, human_B): New constants.
19745         (human_readable_inexact, human_block_size): Remove.
19746         (human_readable): Size args are now uintmax_t, not int.
19747         (human_options): New decl.
19748
19749         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19750         unnecessary now that we assume C89 or better.  This change
19751         imported from coreutils.
19752
19753         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19754         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19755         in the 2003-05-30 sync from glibc.
19756
19757         .h files should stand alone, but we shouldn't include <sys/types.h>
19758         if we can get away with just <stddef.h>.
19759
19760         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19761         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19762         rather than <sys/types.h>, as we merely need size_t.
19763         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19764         to get size_t.
19765         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19766         Include <stdio.h>, to get FILE.
19767         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19768         memcasecmp.h has included <stddef.h> and all we need is size_t.
19769         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19770         our interface, instead of including <sys/types.h>
19771
19772 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19773
19774         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19775         now, as glibc mktime is buggy on non-glibc systems.
19776
19777 2003-06-03  Karl Berry  <karl@gnu.org>
19778
19779         * config/config.sub: update from prep.
19780
19781 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19782
19783         [from coreutils]
19784         Fix some minor time-related bugs with POSIX time arguments.
19785         Some valid time stamps were being rejected (notably -1, and
19786         time stamps before 1900 on 64-bit hosts).  And some invalid
19787         time stamps were being accepted, e.g. September 31.
19788
19789         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19790         that we can return (time_t) -1 successfully.
19791         * lib/posixtm.c: Likewise.
19792         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19793         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19794         (t): Remove static var.
19795         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19796         of static var.  All uses changed.
19797         (year): Do not reject years before 1900; they can occur with
19798         64-bit time_t.
19799         (posix_time_parse): Do not check for out-of-range components;
19800         that is now the caller's responsibility, since our checks were
19801         only approximations.
19802         (posixtime): Use mktime to check for out-of-range components,
19803         since it knows them exactly.
19804         If mktime returns (time_t) -1, check whether an error actually occurred
19805         by invoking localtime on -1.
19806         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19807         posixtime failures better.
19808         Improve the test data (in comments only).
19809
19810 2003-06-02  Karl Berry  <karl@gnu.org>
19811
19812         * config/mkinstalldirs (version): new variable.
19813         (--version): new option.
19814         (usage): improve message.
19815
19816 2003-05-30  Karl Berry  <karl@gnu.org>
19817
19818         * lib/mktime.c: update from libc.
19819
19820 2003-05-30  Bruno Haible  <bruno@clisp.org>
19821
19822         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19823         * config/config.rpath: Upgrade to gettext-0.12.1.
19824
19825 2003-05-30  Bruno Haible  <bruno@clisp.org>
19826
19827         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19828         * m4/nls.m4: New file, from gettext-0.12.1.
19829         * m4/po.m4: New file, from gettext-0.12.1.
19830         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19831
19832 2003-05-30  Bruno Haible  <bruno@clisp.org>
19833
19834         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19835         * lib/localcharset.h: Likewise.
19836         * lib/localcharset.c: Likewise.
19837
19838 2003-05-29  Karl Berry  <karl@gnu.org>
19839
19840         * config/config.rpath: update from gettext.
19841
19842 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19843
19844         Assume the headers required for C89 freestanding compilers.
19845         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19846         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19847         * m4/human.m4 (gl_HUMAN): Likewise.
19848         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19849         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19850         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19851         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19852         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19853         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19854
19855 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19856
19857         Assume the headers required for C89 freestanding compilers.
19858         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19859         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19860         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19861         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19862         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19863         define, since <limits.h> is guaranteed to do that.
19864         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19865         * lib/exclude.c: Include <stdbool.h> unconditionally.
19866         * lib/tempname.c: Include <stddef.h> unconditionally.
19867         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19868         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19869         <stddef.h> does that.
19870         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19871         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19872         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19873         needed.
19874         * lib/xstrtol.c: Likewise.
19875         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19876         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19877
19878         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19879         warnings on some platforms.
19880
19881         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19882         arbitrarily.
19883
19884 2003-05-26  Jim Meyering  <jim@meyering.net>
19885
19886         Merge in a change from coreutils:
19887         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19888         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19889         that condition, rather than `-1' which is slightly misleading.
19890         Change the name of the cache variable to have the gl_ prefix.
19891         Prompted by a patch from Richard Dawe for DJGPP.
19892
19893 2003-05-24  Karl Berry  <karl@gnu.org>
19894
19895         * config/config.guess: update from prep.
19896
19897 2003-05-22  Karl Berry  <karl@gnu.org>
19898
19899         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19900
19901 2003-05-20  Karl Berry  <karl@gnu.org>
19902
19903         * config/config.guess: update from prep.
19904
19905 2003-05-18  Karl Berry  <karl@gnu.org>
19906
19907         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19908         might actually be set by the user.
19909
19910         * config/depcomp, install-sh, mdate-sh: update from automake.
19911
19912 2003-05-17  Bruno Haible  <bruno@clisp.org>
19913
19914         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19915         invalid expansion for AC_EGREP_CPP.
19916         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19917         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19918         Suggested by Akim Demaille <akim@epita.fr> in
19919         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19920
19921 2003-05-12  Jim Meyering  <jim@meyering.net>
19922
19923         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19924         the space-padded-by-default conversion specifiers, %e, %k, %l.
19925
19926 2003-05-12  Bruno Haible  <bruno@clisp.org>
19927
19928         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19929         the string is longer than 4 KB.
19930
19931 2003-05-11  Karl Berry  <karl@gnu.org>
19932
19933         * config/config.{guess,sub}: update from prep.
19934
19935 2003-05-09  Bruno Haible  <bruno@clisp.org>
19936
19937         * modules/error: Add m4/strerror_r.m4 to file list.
19938
19939 2003-05-03  Bruno Haible  <bruno@clisp.org>
19940
19941         Upgrade to Unicode-4.0.
19942         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19943         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19944         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19945         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19946         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19947         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19948         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19949         Change width of U+E0100..U+E01EF from 1 to 0.
19950
19951 2003-04-25  Jim Meyering  <jim@meyering.net>
19952
19953         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19954         of type size_t, not int.
19955
19956 2003-04-25  Bruno Haible  <bruno@clisp.org>
19957
19958         * lib/copy-file.c: Include <stddef.h>, for size_t.
19959
19960 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19961
19962         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19963         code which expansion is under static control.  Patch imported from
19964         Akim Demaille's patch to Bison; see
19965         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19966
19967 2003-04-14  Bruno Haible  <bruno@clisp.org>
19968
19969         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19970
19971 2003-04-11  Jim Meyering  <jim@meyering.net>
19972
19973         Merge changes from Coreutils.
19974
19975         2003-03-22  Jim Meyering  <jim@meyering.net>
19976
19977         * lib/strftime.c (widen): Cast alloca return value to proper type.
19978
19979         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19980
19981         From GNU libc.
19982         * lib/strftime.c (my_strftime): Handle very large width
19983         specifications for numeric values correctly.  Improve checks for
19984         overflow.
19985
19986         2003-01-19  Jim Meyering  <jim@meyering.net>
19987
19988         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19989         definitions.
19990         (nl_get_alt_digit) [! defined my_strftime]: Define.
19991         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19992         _nl_get_alt_digit and _nl_get_walt_digit.
19993
19994         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19995         libc. These changes have no effect outside of _LIBC.
19996
19997 2003-04-10  Bruno Haible  <bruno@clisp.org>
19998
19999         * modules/findprog: New file.
20000         * MODULES.html.sh (func_all_modules): Add it.
20001
20002 2003-04-10  Bruno Haible  <bruno@clisp.org>
20003
20004         * m4/findprog.m4: New file.
20005         * m4/eaccess.m4: New file.
20006
20007 2003-04-10  Bruno Haible  <bruno@clisp.org>
20008
20009         * lib/findprog.h: New file, from GNU gettext.
20010         * lib/findprog.c: New file, from GNU gettext.
20011
20012 2003-04-05  Jim Meyering  <jim@meyering.net>
20013
20014         Merge changes from Coreutils.
20015
20016         * lib/exclude.h (PARAMS): Remove definition and uses.
20017         * lib/exclude.c: Remove uses of `PARAMS'.
20018
20019         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20020         Add test-cases for DOS filenames. Declare program_name.
20021         (main): Set up program_name.  Patch by Rich Dawe.
20022
20023         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20024         error from mntctl.
20025         Use mntctl's return value to drive the entry-processing loop, since
20026         we can't rely on the value of the vmt_length member in the last
20027         entry.  On some systems doing so could result in exhausting
20028         virtual memory.  Based in part on a patch from Mike Jetzer.
20029
20030 2003-04-04  Bruno Haible  <bruno@clisp.org>
20031
20032         * modules/linebreak: New file.
20033         * MODULES.html.sh (func_all_modules): Add it.
20034
20035 2003-04-04  Bruno Haible  <bruno@clisp.org>
20036
20037         * m4/linebreak.m4: New file.
20038
20039 2003-04-04  Bruno Haible  <bruno@clisp.org>
20040
20041         * lib/linebreak.h: New file, from GNU gettext.
20042         * lib/linebreak.c: New file, from GNU gettext with slight
20043         modifications.
20044         * lib/lbrkprop.h: New file, from GNU gettext.
20045
20046 2003-04-03  Bruno Haible  <bruno@clisp.org>
20047
20048         * modules/utf8-ucs4: New file.
20049         * modules/utf16-ucs4: New file.
20050         * modules/ucs4-utf8: New file.
20051         * modules/ucs4-utf16: New file.
20052         * MODULES.html.sh (func_all_modules): Add them.
20053
20054 2003-04-03  Bruno Haible  <bruno@clisp.org>
20055
20056         * m4/utf-ucs4.m4: New file.
20057         * m4/ucs4-utf.m4: New file.
20058
20059 2003-04-03  Bruno Haible  <bruno@clisp.org>
20060
20061         * lib/utf8-ucs4.h: New file, from GNU gettext.
20062         * lib/utf16-ucs4.h: New file, from GNU gettext.
20063         * lib/ucs4-utf8.h: New file, from GNU gettext.
20064         * lib/ucs4-utf16.h: New file, from GNU gettext.
20065
20066 2003-04-02  Bruno Haible  <bruno@clisp.org>
20067
20068         * modules/binary-io: New file.
20069         * MODULES.html.sh (func_all_modules): Add it.
20070
20071 2003-04-02  Bruno Haible  <bruno@clisp.org>
20072
20073         * lib/binary-io.h: New file, from GNU gettext.
20074
20075 2003-04-01  Bruno Haible  <bruno@clisp.org>
20076
20077         * modules/pathname: New file.
20078         * MODULES.html.sh (func_all_modules): Add it.
20079
20080 2003-04-01  Bruno Haible  <bruno@clisp.org>
20081
20082         * lib/pathname.h: New file, from GNU gettext.
20083         * lib/concatpath.c: New file, from GNU gettext.
20084
20085 2003-03-30  Bruno Haible  <bruno@clisp.org>
20086
20087         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20088
20089 2003-03-30  Bruno Haible  <bruno@clisp.org>
20090
20091         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20092         function chown() doesn't exist.
20093
20094 2003-03-28  Bruno Haible  <bruno@clisp.org>
20095
20096         * modules/copy-file: New file.
20097         * MODULES.html.sh (func_all_modules): Add it.
20098
20099 2003-03-28  Bruno Haible  <bruno@clisp.org>
20100
20101         * m4/copy-file.m4: New file.
20102
20103 2003-03-28  Bruno Haible  <bruno@clisp.org>
20104
20105         * lib/copy-file.h: New file, from GNU gettext.
20106         * lib/copy-file.c: New file, from GNU gettext.
20107
20108 2003-03-18  Jim Meyering  <jim@meyering.net>
20109
20110         * lib/quote.c (quote_n): Fix typo in comment.
20111
20112 2003-03-18  Bruno Haible  <bruno@clisp.org>
20113
20114         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20115         checking.
20116         * m4/onceonly_2_57.m4: Likewise.
20117
20118 2003-03-17  Bruno Haible  <bruno@clisp.org>
20119
20120         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20121         (m4_quote): Remove macro.
20122         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20123
20124 2003-03-14  Jim Meyering  <jim@meyering.net>
20125
20126         Merge changes from Coreutils.
20127         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20128         to be const, in order to avoid warnings.
20129         (obstack_room): Likewise.
20130         (obstack_empty_p): Likewise.
20131
20132 2003-03-14  Bruno Haible  <bruno@clisp.org>
20133
20134         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20135         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20136
20137 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20138
20139         Merge changes from Bison.
20140         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20141         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20142         when compiling Bison 1.875's `bitset bset = obstack_alloc
20143         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20144         * lib/hash.c: Include <stdbool.h> unconditionally.
20145
20146 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20147
20148         * m4/onceonly.m4 (m4_quote): New macro.
20149         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20150         Quote AC_FOREACH variable-expansions properly.
20151
20152 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20153
20154         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20155
20156 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20157
20158         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20159         Reported by Bruce Becker; see:
20160         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20161
20162 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20163             Bruno Haible  <bruno@clisp.org>
20164
20165         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20166         Reported by John Hughes, see
20167         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20168
20169 2003-02-20  Bruno Haible  <bruno@clisp.org>
20170
20171         * MODULES.html.sh (func_all_modules): Add poll.
20172
20173 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20174
20175         * modules/poll: New file.
20176
20177 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20178
20179         * lib/poll_.h: New file.
20180         * lib/poll.c: New file.
20181
20182 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20183
20184         * m4/poll.m4: New file.
20185
20186 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20187
20188         * modules/mathl: New file.
20189
20190 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20191
20192         * lib/mathl.h: New file.
20193         * lib/acosl.c: New file.
20194         * lib/asinl.c: New file.
20195         * lib/atanl.c: New file.
20196         * lib/ceill.c: New file.
20197         * lib/cosl.c: New file.
20198         * lib/expl.c: New file.
20199         * lib/floorl.c: New file.
20200         * lib/frexpl.c: New file.
20201         * lib/ldexpl.c: New file.
20202         * lib/logl.c: New file.
20203         * lib/sincosl.c: New file.
20204         * lib/sinl.c: New file.
20205         * lib/sqrtl.c: New file.
20206         * lib/tanl.c: New file.
20207         * lib/trigl.c: New file.
20208         * lib/trigl.h: New file.
20209
20210 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20211
20212         * m4/mathl.m4: New file.
20213
20214 2003-02-18  Bruno Haible  <bruno@clisp.org>
20215
20216         * MODULES.html.sh (func_all_modules): Add mathl.
20217
20218 2003-02-17  Bruno Haible  <bruno@clisp.org>
20219
20220         * modules/mkdtemp: New module.
20221         * MODULES.html.sh (func_all_modules): Add it.
20222
20223 2003-02-17  Bruno Haible  <bruno@clisp.org>
20224
20225         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20226
20227 2003-02-17  Bruno Haible  <bruno@clisp.org>
20228
20229         * lib/mkdtemp.h: New file, from GNU gettext.
20230         * lib/mkdtemp.c: New file, from GNU gettext.
20231
20232 2003-02-02  Jim Meyering  <jim@meyering.net>
20233
20234         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20235         e.g. glibc-2.2.93.
20236
20237 2003-01-31  Bruno Haible  <bruno@clisp.org>
20238
20239         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20240         'rpl_rename'.
20241         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20242         'rpl_strnlen'.
20243         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20244         'rpl_strtod'.
20245         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20246         'rpl_utime'.
20247
20248 2003-01-31  Bruno Haible  <bruno@clisp.org>
20249
20250         * lib/rename.c: #undef rename before defining rpl_rename.
20251         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20252
20253 2003-01-30  Bruno Haible  <bruno@clisp.org>
20254
20255         * modules/vasnprintf, modules/vasprintf: New modules.
20256         * MODULES.html.sh (func_all_modules): Add them.
20257
20258 2003-01-30  Bruno Haible  <bruno@clisp.org>
20259
20260         * m4/signed.m4: New file, from GNU gettext.
20261         * m4/longdouble.m4: New file, from GNU gettext.
20262         * m4/wchar_t.m4: New file, from GNU gettext.
20263         * m4/wint_t.m4: New file, from GNU gettext.
20264         * m4/vasnprintf.m4: New file.
20265         * m4/vasprintf.m4: New file.
20266
20267 2003-01-30  Bruno Haible  <bruno@clisp.org>
20268
20269         * lib/printf-args.h: New file, from GNU gettext.
20270         * lib/printf-args.c: New file, from GNU gettext.
20271         * lib/printf-parse.h: New file, from GNU gettext.
20272         * lib/printf-parse.c: New file, from GNU gettext.
20273         * lib/vasnprintf.h: New file, from GNU gettext.
20274         * lib/vasnprintf.c: New file, from GNU gettext.
20275         * lib/asnprintf.c: New file, from GNU gettext.
20276         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20277         * lib/vasprintf.c: New file, from GNU gettext.
20278         * lib/asprintf.c: New file, from GNU gettext.
20279
20280 2003-01-29  Bruno Haible  <bruno@clisp.org>
20281
20282         * modules/stpncpy: New module.
20283         * MODULES.html.sh (func_all_modules): Add it.
20284
20285 2003-01-29  Bruno Haible  <bruno@clisp.org>
20286
20287         * m4/stpncpy.m4: New file.
20288
20289 2003-01-29  Bruno Haible  <bruno@clisp.org>
20290
20291         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20292         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20293
20294 2003-01-28  Bruno Haible  <bruno@clisp.org>
20295
20296         * modules/c-ctype: New module.
20297         * MODULES.html.sh (func_all_modules): Add it.
20298
20299 2003-01-28  Bruno Haible  <bruno@clisp.org>
20300
20301         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20302         Paul Eggert.
20303         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20304         Paul Eggert.
20305
20306 2003-01-27  Bruno Haible  <bruno@clisp.org>
20307
20308         * modules/xsetenv: New module.
20309         * MODULES.html.sh (func_all_modules): Add it.
20310
20311 2003-01-27  Bruno Haible  <bruno@clisp.org>
20312
20313         * lib/xsetenv.h: New file, from GNU gettext.
20314         * lib/xsetenv.c: New file, from GNU gettext.
20315
20316 2003-01-23  Jim Meyering  <jim@meyering.net>
20317
20318         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20319         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20320
20321 2003-01-23  Bruno Haible  <bruno@clisp.org>
20322
20323         * modules/minmax: New module.
20324         * MODULES.html.sh (func_all_modules): Add it.
20325
20326 2003-01-23  Bruno Haible  <bruno@clisp.org>
20327
20328         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20329         Eggert.
20330
20331 2003-01-22  Bruno Haible  <bruno@clisp.org>
20332
20333         * modules/exit: New module.
20334         * MODULES.html.sh (func_all_modules): Add it.
20335
20336 2003-01-22  Bruno Haible  <bruno@clisp.org>
20337
20338         * lib/exit.h: New file, from GNU gettext.
20339
20340 2003-01-19  Bruno Haible  <bruno@clisp.org>
20341
20342         * gnulib-tool: Recognize option --extract-maintainer.
20343         (func_get_maintainer): New function.
20344         * modules/*: Add Maintainer entry.
20345
20346 2003-01-16  Jim Meyering  <jim@meyering.net>
20347
20348         * m4/regex.m4: The `regex' struct is both input and output.
20349         Initialize it before each use.  Patch by Tim Waugh.
20350
20351 2003-01-16  Bruno Haible  <bruno@clisp.org>
20352
20353         * MODULES.html.sh: Add a table of contents. Add the module name as
20354         leftmost column. Add hyperlinks.
20355
20356 2003-01-15  Bruno Haible  <bruno@clisp.org>
20357
20358         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20359
20360 2003-01-15  Bruno Haible  <bruno@clisp.org>
20361
20362         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20363         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20364         suffix.
20365
20366 2003-01-15  Bruno Haible  <bruno@clisp.org>
20367
20368         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20369
20370 2003-01-15  Bruno Haible  <bruno@clisp.org>
20371
20372         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20373         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20374
20375 2003-01-14  Jim Meyering  <jim@meyering.net>
20376
20377         * lib/same.c (same_name): Tweak a comment.
20378
20379 2003-01-14  Bruno Haible  <bruno@clisp.org>
20380
20381         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20382         when a string comparison is sufficient.
20383
20384 2003-01-14  Bruno Haible  <bruno@clisp.org>
20385
20386         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20387         'unsigned int'.
20388
20389 2003-01-14  Bruno Haible  <bruno@clisp.org>
20390
20391         * lib/hash-pjw.c: Add comment about low quality of this function.
20392
20393 2003-01-13  Bruno Haible  <bruno@clisp.org>
20394
20395         * modules/stpcpy: Distribute lib/stpcpy.h.
20396         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20397
20398 2003-01-13  Bruno Haible  <bruno@clisp.org>
20399
20400         * modules/*: Add a description.
20401         * modules/strpbrk: Fix Makefile.am snippet.
20402         * modules/strtoimax: Fix dependencies.
20403         * modules/strtoumax: Likewise.
20404
20405 2003-01-13  Bruno Haible  <bruno@clisp.org>
20406
20407         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20408         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20409         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20410
20411 2003-01-13  Bruno Haible  <bruno@clisp.org>
20412
20413         * gnulib-tool (func_create_testdir): Store config/* files in the main
20414         directory.
20415         * config.rpath: Move to ...
20416         * config/config.rpath: ... here.
20417         * modules/gettext: Contains config/config.rpath, not config.rpath.
20418         * modules/iconv: Likewise.
20419
20420 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20421
20422         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20423         to avoid collisions with libcurses and libreadline.
20424
20425         * m4/getstr.m4: Remove.
20426         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20427
20428 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20429
20430         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20431         to avoid collisions with libcurses and libreadline.
20432
20433         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20434         * lib/getstr.h, getstr.c: Remove.
20435         * lib/getline.c: Include "getline.h", to check interface.
20436         Move body of old getstr.c here: this defines MIN_CHUNK and
20437         declares getdelim2, which is renamed from getstr.
20438         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20439
20440         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20441         All uses changed.
20442         * lib/linebuffer.h: Likewise.
20443         (readline): Remove backward-compatibility macro.
20444
20445 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20446
20447         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20448         to avoid collisions with libcurses and libreadline.
20449         * getstr: Remove.
20450         * MODULES.html.sh: Remove getstr.
20451         * modules/getline: Depend on unlocked-io, not getstr.
20452
20453 2003-01-12  Jim Meyering  <jim@meyering.net>
20454
20455         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20456
20457 2003-01-10  Bruno Haible  <bruno@clisp.org>
20458
20459         * modules/alloca: Change Makefile.am requirements. Simplify Include
20460         requirements. Add lib/alloca_.h to file list.
20461
20462 2003-01-10  Bruno Haible  <bruno@clisp.org>
20463
20464         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20465
20466 2003-01-10  Bruno Haible  <bruno@clisp.org>
20467
20468         * lib/alloca_.h: New file.
20469         * lib/getdate.y: Unconditionally include alloca.h.
20470         * lib/makepath.c: Likewise.
20471         * lib/setenv.c: Likewise.
20472         * lib/userspec.c: Likewise.
20473
20474 2003-01-09  Karl Berry  <karl@gnu.org>
20475
20476         * MODULES.html.sh: include `dirname $0` in PATH, to find
20477         gnulib-tool.
20478
20479 2003-01-09  Bruno Haible  <bruno@clisp.org>
20480
20481         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20482         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20483
20484 2003-01-09  Bruno Haible  <bruno@clisp.org>
20485
20486         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20487
20488 2003-01-09  Bruno Haible  <bruno@clisp.org>
20489
20490         * lib/stdbool.h.in: New file.
20491
20492 2003-01-09  Bruno Haible  <bruno@clisp.org>
20493
20494         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20495         * MODULES.html.sh: Likewise.
20496
20497 2003-01-08  Jim Meyering  <jim@meyering.net>
20498
20499         * lib/full-write.c: Undefine and define-away `const' after inclusion
20500         of errno.h, not before.  Suggestion from Bruno Haible.
20501
20502 2003-01-08  Bruno Haible  <bruno@clisp.org>
20503
20504         * modules/full-read: Depend on full-write.
20505
20506 2003-01-08  Bruno Haible  <bruno@clisp.org>
20507
20508         * lib/safe-read.c: Include specification header first, to ensure its
20509         selfcontainedness.
20510         * lib/full-write.c: Likewise.
20511
20512 2003-01-07  Jim Meyering  <jim@meyering.net>
20513
20514         * lib/full-write.c: Rework so that it may serve to define full_read,
20515         too.
20516         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20517
20518 2003-01-07  Bruno Haible  <bruno@clisp.org>
20519
20520         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20521         <inttypes.h>.
20522         * lib/xstrtol.h: Likewise.
20523         * lib/xstrtoimax.c: Likewise.
20524         * lib/xstrtoumax.c: Likewise.
20525         * lib/human.h: Likewise.
20526
20527         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20528         on systems that have <inttypes.h> but not <stdint.h>.
20529
20530 2003-01-07  Bruno Haible  <bruno@clisp.org>
20531
20532         * MODULES.html.sh: Add copyright notice.
20533         (missed_files): Omit CVS directory entries.
20534         (func_module): Make it work with sed-3.02.
20535         * MODULES.txt: Remove file.
20536
20537 2003-01-06  Jim Meyering  <jim@meyering.net>
20538
20539         * lib/version-etc.c: Update year in translatable copyright string.
20540
20541 2003-01-03  Karl Berry  <karl@gnu.org>
20542
20543         * config/config.{guess,sub}: update from prep.
20544
20545 2003-01-02  Karl Berry  <karl@gnu.org>
20546
20547         * doc/COPYING.DOC: belatedly updated to 1.2.
20548
20549 2003-01-01  Karl Berry  <karl@gnu.org>
20550
20551         * gnulib-tool (func_verify_module): report module name $module in
20552         error message, not $1.
20553         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20554         be created, only if it doesn't exist.
20555         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20556
20557 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20558
20559         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20560
20561 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20562
20563         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20564         memcmp if strcoll doesn't work.
20565
20566 2002-12-31  Bruno Haible  <bruno@clisp.org>
20567
20568         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20569         nonempty.
20570
20571 2002-12-31  Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/memcoll.c (STRCOLL): New macro.
20574         (memcoll): Use it.
20575
20576 2002-12-31  Bruno Haible  <bruno@clisp.org>
20577
20578         * lib/localcharset.h: New file.
20579         * lib/localcharset.c: Include it.
20580         * lib/unicodeio.c: Likewise.
20581
20582 2002-12-31  Bruno Haible  <bruno@clisp.org>
20583
20584         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20585         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20586
20587 2002-12-31  Bruno Haible  <bruno@clisp.org>
20588
20589         * lib/getline.h: Include <stddef.h>, for size_t.
20590
20591         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20592         * lib/unicodeio.c: Don't include <stddef.h>.
20593
20594 2002-12-31  Bruno Haible  <bruno@clisp.org>
20595
20596         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20597         HAVE_TM_ZONE.
20598
20599 2002-12-24  Karl Berry  <karl@gnu.org>
20600
20601         * config/config.guess: update from prep.
20602
20603 2002-12-24  Bruno Haible  <bruno@clisp.org>
20604
20605         General infrasructure.
20606         * m4/README: Rewritten.
20607         * m4/onceonly.m4: New file.
20608         * m4/onceonly_2_57.m4: New file.
20609
20610         Module atexit.
20611         * m4/atexit.m4: New file.
20612
20613         Module strtod.
20614         * m4/strtod.m4: New file.
20615
20616         Module strtol.
20617         * m4/strtol.m4: New file.
20618
20619         Module strtoul.
20620         * m4/strtoul.m4: New file.
20621
20622         Module memchr.
20623         * m4/memchr.m4: New file.
20624
20625         Module memcmp.
20626         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20627         (jm_FUNC_MEMCMP): Invoke it.
20628
20629         Module memcpy.
20630         * m4/memcpy.m4: New file.
20631
20632         Module memmove.
20633         * m4/memmove.m4: New file.
20634
20635         Module memset.
20636         * m4/memset.m4: New file.
20637
20638         Module strcspn.
20639         * m4/strcspn.m4: New file.
20640
20641         Module strpbrk.
20642         * m4/strpbrk.m4: New file.
20643
20644         Module strstr.
20645         * m4/strstr.m4: New file.
20646
20647         Module strerror.
20648         * m4/strerror.m4: New file.
20649
20650         Module mktime.
20651         * m4/mktime.m4: Renamed from jm-mktime.m4.
20652         (gl_PREREQ_MKTIME): New macro.
20653         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20654
20655         Module malloc.
20656         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20657         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20658         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20659
20660         Module realloc.
20661         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20662         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20663         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20664
20665         Module strftime.
20666         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20667         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20668         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20669         gl_TM_GMTOFF.
20670         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20671
20672         Module xalloc.
20673         * m4/xalloc.m4: New file.
20674
20675         Module alloca.
20676         * m4/alloca.m4: New file.
20677
20678         Module putenv.
20679         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20680         (jm_FUNC_PUTENV): Invoke it.
20681
20682         Module setenv.
20683         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20684         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20685         when invoked twice.
20686         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20687         gt_FUNC_SETENV.
20688
20689         Module memrchr.
20690         * m4/memrchr.m4: New file.
20691
20692         Module stpcpy.
20693         * m4/stpcpy.m4: New file.
20694
20695         Module strcase.
20696         * m4/strcase.m4: New file.
20697
20698         Module strdup.
20699         * m4/strdup.m4: New file.
20700
20701         Module strnlen.
20702         * m4/strnlen.m4: New file.
20703
20704         Module strndup.
20705         * m4/strndup.m4: New file.
20706
20707         Module xstrtod.
20708         * m4/xstrtod.m4: New file.
20709
20710         Module xstrtol.
20711         * m4/xstrtol.m4: New file.
20712
20713         Module getdate.
20714         * m4/getdate.m4: New file.
20715
20716         Module unlocked-io.
20717         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20718         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20719         * m4/jm-glibc-io.m4n: Remove file.
20720
20721         Module long-options.
20722         * m4/long-options.m4: New file.
20723
20724         Module md5.
20725         * m4/md5.m4: New file.
20726
20727         Module sha.
20728         * m4/sha.m4: New file.
20729
20730         Module getstr.
20731         * m4/getstr.m4: New file.
20732
20733         Module getline.
20734         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20735         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20736         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20737         simply getline. Infoke gl_PREREQ_GETLINE.
20738
20739         Module obstack.
20740         * m4/obstack.m4: New file.
20741
20742         Module hash.
20743         * m4/hash.m4: New file.
20744
20745         Module readtokens.
20746         * m4/readtokens.m4: New file.
20747
20748         Module strverscmp.
20749         * m4/strverscmp.m4: New file.
20750
20751         Module stdbool.
20752         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20753         OSF/1.
20754
20755         Module strtoll.
20756         * m4/strtoll.m4: New file.
20757
20758         Module strtoull.
20759         * m4/strtoull.m4: New file.
20760
20761         Module strtoimax.
20762         * m4/strtoimax.m4: New file.
20763
20764         Module strtoumax.
20765         * m4/strtoumax.m4: New file.
20766
20767         Module xstrtoimax.
20768         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20769         jm_AC_PREREQ_XSTRTOIMAX.
20770         Moved the strtol prerequisites to strtol.m4.
20771         Moved the strtoll prerequisites to strtoll.m4.
20772         Moved the strtoimax prerequisites to strtoimax.m4.
20773
20774         Module xstrtoumax.
20775         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20776         jm_AC_PREREQ_XSTRTOUMAX.
20777         Moved the strtoul prerequisites to strtoul.m4.
20778         Moved the strtoull prerequisites to strtoull.m4.
20779         Moved the strtoumax prerequisites to strtoumax.m4.
20780
20781         Module chown.
20782         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20783         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20784
20785         Module dup2.
20786         * m4/dup2.m4: New file.
20787
20788         Module ftruncate.
20789         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20790         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20791
20792         Module getgroups.
20793         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20794         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20795
20796         Module gettimeofday.
20797         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20798         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20799         gl_PREREQ_GETTIMEOFDAY.
20800
20801         Module mkdir.
20802         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20803         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20804
20805         Module mkstemp.
20806         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20807         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20808         jm_AC_TYPE_UINTMAX_T.
20809         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20810
20811         Module stat.
20812         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20813         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20814
20815         Module lstat.
20816         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20817         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20818
20819         Module timespec.
20820         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20821         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20822         * m4/st_mtim.m4: Indentation.
20823
20824         Module nanosleep.
20825         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20826         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20827         gl_PREREQ_NANOSLEEP.
20828
20829         Module regex.
20830         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20831         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20832         (gl_REGEX): New macro.
20833
20834         Module rename.
20835         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20836         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20837
20838         Module rmdir.
20839         * m4/rmdir.m4: New file.
20840
20841         Module utime.
20842         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20843         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20844         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20845
20846         Module dirname.
20847         * m4/dirname.m4: New file.
20848
20849         Module getopt.
20850         * m4/getopt.m4: New file.
20851
20852         Module unistd-safer.
20853         * m4/unistd-safer.m4: New file.
20854
20855         Module fnmatch.
20856         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20857         declaration.
20858         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20859         (gl_FUNC_FNMATCH_POSIX): New macro.
20860         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20861         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20862         simply fnmatch.
20863
20864         Module exclude.
20865         * m4/exclude.m4: New file.
20866
20867         Module human.
20868         * m4/human.m4: New file.
20869
20870         Module acl.
20871         * m4/acl.m4: Nop.
20872
20873         Module backupfile.
20874         * m4/backupfile.m4: New file.
20875         * m4/d-ino.m4: Indentation.
20876
20877         Module fsusage.
20878         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20879         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20880         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20881
20882         Module dirfd.
20883         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20884         requirements.
20885
20886         Module euidaccess.
20887         * m4/euidaccess.m4: New file.
20888
20889         Module file-type.
20890         * m4/file-type.m4: New file.
20891
20892         Module fileblocks.
20893         * m4/fileblocks.m4: New file.
20894
20895         Module filemode.
20896         * m4/filemode.m4: New file.
20897
20898         Module isdir.
20899         * m4/isdir.m4: New file.
20900
20901         Module lchown.
20902         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20903         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20904
20905         Module makepath.
20906         * m4/makepath.m4: New file.
20907
20908         Module modechange.
20909         * m4/modechange.m4: New file.
20910
20911         Module mountlist.
20912         * m4/mountlist.m4: New file.
20913         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20914         Indentation.
20915
20916         Module path-concat.
20917         * m4/path-concat.m4: New file.
20918
20919         Module pathmax.
20920         * m4/pathmax.m4: New file.
20921
20922         Module same.
20923         * m4/same.m4: New file.
20924
20925         Module save-cwd.
20926         * m4/save-cwd.m4: New file.
20927
20928         Module savedir.
20929         * m4/savedir.m4: New file.
20930
20931         Module xgetcwd.
20932         * m4/xgetcwd.m4: New file.
20933         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20934
20935         Module xreadlink.
20936         * m4/xreadlink.m4: New file.
20937
20938         Module safe-read.
20939         * m4/safe-read.m4: New file.
20940
20941         Module safe-write.
20942         * m4/safe-write.m4: New file.
20943
20944         Module closeout.
20945         * m4/closeout.m4: New file.
20946
20947         Module stdio-safer.
20948         * m4/stdio-safer.m4: New file.
20949
20950         Module getpass.
20951         * m4/getpass.m4: New file.
20952
20953         Module getugroups.
20954         * m4/getugroups.m4: New file.
20955
20956         Module group-member.
20957         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20958         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20959
20960         Module idcache.
20961         * m4/idcache.m4: New file.
20962
20963         Module userspec.
20964         * m4/userspec.m4: New file.
20965
20966         Module gettime.
20967         * m4/clock_time.m4: New file.
20968         * m4/gettime.m4: New file.
20969
20970         Module settime.
20971         * m4/settime.m4: New file.
20972
20973         Module posixtm.
20974         * m4/posixtm.m4: New file.
20975
20976         Module gethostname.
20977         * m4/gethostname.m4: New file.
20978
20979         Module canon-host.
20980         * m4/canon-host.m4: New file.
20981
20982         Module gettext.
20983         * m4/codeset.m4: New file, from gettext-0.11.5.
20984         * m4/gettext.m4: New file, from gettext-0.11.5.
20985         * m4/glibc21.m4: New file, from gettext-0.11.5.
20986         * m4/iconv.m4: New file, from gettext-0.11.5.
20987         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20988         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20989         * m4/inttypes.m4: New file, from gettext-0.11.5.
20990         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20991         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20992         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20993         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20994         * m4/lib-link.m4: New file, from gettext-0.11.5.
20995         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20996         * m4/progtest.m4: New file, from gettext-0.11.5.
20997         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20998         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20999         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21000
21001         Module localcharset.
21002         * m4/localcharset.m4: New file.
21003
21004         Module hard-locale.
21005         * m4/hard-locale.m4: New file.
21006
21007         Module mbswidth.
21008         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21009         onceonly macros.
21010         * m4/mbrtowc.m4: Add comment.
21011
21012         Module memcasecmp.
21013         * m4/memcasecmp.m4: New file.
21014
21015         Module memcoll.
21016         * m4/memcoll.m4: New file.
21017
21018         Module unicodeio.
21019         * m4/unicodeio.m4: New file.
21020
21021         Module rpmatch.
21022         * m4/rpmatch.m4: New file.
21023
21024         Module yesno.
21025         * m4/yesno.m4: New file.
21026
21027         Module exitfail.
21028         * m4/exitfail.m4: New file.
21029
21030         Module c-stack.
21031         * m4/c-stack.m4 (gl_C_STACK): New macro.
21032         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21033
21034         Module error.
21035         * m4/error.m4 (gl_ERROR): New macro.
21036         (jm_PREREQ_ERROR): Use onceonly macros.
21037
21038         Module fatal.
21039         * m4/fatal.m4: New file.
21040
21041         Module getloadavg.
21042         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21043         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21044
21045         Module getpagesize.
21046         * m4/getpagesize.m4: New file.
21047
21048         Module getusershell.
21049         * m4/getusershell.m4: New file.
21050
21051         Module physmem.
21052         * m4/physmem.m4: New file.
21053
21054         Module posixver.
21055         * m4/posixver.m4: New file.
21056
21057         Module quotearg.
21058         * m4/quotearg.m4: New file.
21059
21060         Module quote.
21061         * m4/quote.m4: New file.
21062
21063         Module readutmp.
21064         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21065
21066         Module sig2str.
21067         * m4/sig2str.m4: New file.
21068
21069         Other.
21070         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21071         ulonglong.m4.
21072         * m4/intmax_t.m4: New file.
21073         * m4/d-type.m4: Indentation.
21074         * m4/jm-macros.m4: Update.
21075         * m4/prereq.m4 (jm_PREREQ): Update.
21076         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21077         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21078         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21079         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21080         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21081         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21082         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21083         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21084         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21085         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21086         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21087         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21088         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21089         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21090         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21091         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21092         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21093         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21094         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21095
21096 2002-12-24  Bruno Haible  <bruno@clisp.org>
21097
21098         * MODULES.txt: Update according to m4/ changes.
21099
21100         Module gettext.
21101         * config.rpath: New file, from gettext-0.11.5.
21102
21103         * modules/*: New module descriptions.
21104         * gnulib-tool: New file.
21105         * MODULES.html.sh: New file.
21106
21107 2002-12-21  Karl Berry  <karl@gnu.org>
21108
21109         * doc/fdl.texi: update to version 1.2.
21110
21111 2002-12-19  Karl Berry  <karl@gnu.org>
21112
21113         * config/config.guess: update from prep.
21114
21115 2002-12-18  Bruno Haible  <bruno@clisp.org>
21116
21117         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21118         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21119
21120 2002-12-17  Bruno Haible  <bruno@clisp.org>
21121
21122         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21123         stdlib.h, string.h.
21124
21125 2002-12-17  Bruno Haible  <bruno@clisp.org>
21126
21127         * lib/canon-host.c (strdup): Remove unused declaration.
21128
21129         * lib/fsusage.c: Include full_read.h.
21130         (get_fs_usage): Use full_read instead of safe_read.
21131
21132         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21133
21134 2002-12-12  Karl Berry  <karl@gnu.org>
21135
21136         * config/config.guess: update from prep.
21137
21138 2002-12-11  Bruno Haible  <bruno@clisp.org>
21139
21140         * m4/setenv.m4: New file, from gettext-0.11.5.
21141
21142 2002-12-11  Bruno Haible  <bruno@clisp.org>
21143
21144         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21145         not unsetenv().
21146         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21147         modifications:
21148
21149         2002-12-11  Bruno Haible  <bruno@clisp.org>
21150
21151                 * setenv.c (alloca): Fall back to malloc.
21152                 (freea): New macro.
21153                 (setenv): Use freea() to free memory allocated with alloca().
21154
21155         2002-11-13  Bruno Haible  <bruno@clisp.org>
21156
21157                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21158                 function declarations.
21159                 * unsetenv.c (unsetenv): Likewise.
21160
21161         2002-03-04  Bruno Haible  <bruno@clisp.org>
21162
21163                 Portability to AIX 4.3.3.
21164                 * unsetenv.c: New file, extracted from setenv.c.
21165                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21166
21167         2001-12-20  Bruno Haible  <bruno@clisp.org>
21168
21169                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21170                 use malloc instead. For SunOS 4.
21171
21172         2001-12-11  Bruno Haible  <bruno@clisp.org>
21173
21174                 * setenv.c: Declare alloca.
21175                 (compar_fn_t): New typedef.
21176                 (KNOWN_VALUE, STORE_VALUE): Use it.
21177
21178         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21179         setenv.h.
21180
21181 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21182
21183         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21184         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21185         Choose values that are less likely to collide with system fnmatch
21186         options.
21187         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21188         defined (e.g., a pure POSIX system).
21189         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21190         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21191
21192 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21193
21194         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21195         a pain in practice to deal with generated m4 files.  This change
21196         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21197
21198         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21199         and jm-glibc-io.m4, as they are no longer a special case.
21200         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21201         kludge and the auto-generation stuff.  Check only whether the
21202         functions are declared, not whether they exist, since older hosts
21203         that don't declare the functions can't use the optimization anyway.
21204
21205 2002-12-06  Jim Meyering  <jim@meyering.net>
21206
21207         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21208
21209         Merge in changes from libc's misc/error.c, in preparation
21210         for the merge of gnulib's changes back into libc.
21211
21212         * lib/error.c (_): Define only if not already defined.
21213         Move definition to follow all #include directives.
21214         Include unlocked-io.h only if !_LIBC.
21215         [_LIBC]: Include <libio/libioP.h>.
21216         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21217         (fflush): Tweak definition to use INTUSE.
21218         (putc): Define.
21219
21220 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21221
21222         * lib/alloca.c [defined emacs]: Include "lisp.h".
21223         (xalloc_die) [defined emacs]: New macro.
21224         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21225         [! defined emacs]: Include <xalloc.h>.
21226         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21227         (pointer): Typedef to POINTER_TYPE *.
21228         (malloc): Remove decl; we now always use xmalloc.
21229         (alloca): Use old-style definition, since Emacs needs this.
21230         Check for arithmetic overflow when computing combined size.
21231
21232 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21233
21234         Do not generate unlocked-io.h automatically, since it's easier to
21235         maintain it by hand.
21236
21237         * lib/unlocked-io.h: New file, from GNU diffutils,
21238         but with proper copyright notice and attribution.
21239         * lib/gen-uio: Remove.
21240         * lib/Makefile.am: Add copyright notice.
21241         (libfetish_a_SOURCES): Add unlocked-io.h.
21242         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21243         (DISTCLEANFILES, io_functions): Remove macros.
21244         (EXTRA_DIST): Remove gen_uio.
21245         (unlocked-io.h): Remove rule.
21246
21247 2002-12-04  Jim Meyering  <jim@meyering.net>
21248
21249         Reflect the fact that stat.c and lstat.c are no longer generated.
21250         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21251         (DISTCLEANFILES): Likewise.
21252         (EXTRA_DIST): Likewise.
21253         (all_local): Don't depend on stat.c or lstat.c.
21254         (stat.c, lstat.c): Remove rules.
21255         (EXTRA_DIST): Remove xstat.in.
21256
21257         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21258         * lib/stat.c: New file.  Contents mostly from xstat.in.
21259         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21260         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21261
21262         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21263         too.
21264         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21265
21266 2002-12-03  Jim Meyering  <jim@meyering.net>
21267
21268         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21269         but not semantics, to minimize the differences between these two files.
21270         (safe_read): Change comment to mention SAFE_READ_ERROR.
21271
21272         * lib/safe-read.c (IS_EINTR): Define.
21273         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21274
21275 2002-12-02  Jim Meyering  <jim@meyering.net>
21276
21277         * lib/safe-read.c (EINTR): Define.
21278         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21279         (INT_MAX): Provide fallback.
21280         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21281
21282         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21283
21284 2002-12-02  Bruno Haible  <bruno@clisp.org>
21285
21286         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21287         Define, taken from safe-read.c.
21288         (INT_MAX): Provide fallback.
21289         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21290         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21291
21292         * lib/safe-read.c (EINTR): Remove definition.
21293         (safe_read): Don't use EINTR if it is absent.
21294
21295 2002-12-01  Jim Meyering  <jim@meyering.net>
21296
21297         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21298         zero.
21299         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21300
21301 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21302
21303         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21304         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21305         with `if (! (value < limit)) abort ();', for readability.
21306
21307 2002-11-26  Karl Berry  <karl@gnu.org>
21308
21309         * lib/strdup.c: copy from libc again, with jim's ok.
21310         * lib/.cppi-disable: re-add strdup.c
21311
21312 2002-11-25  Karl Berry  <karl@gnu.org>
21313
21314         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21315         instead of "strtol.c".
21316
21317 2002-11-25  Karl Berry  <karl@gnu.org>
21318
21319         * config/install-sh: update from automake for variable quoting, $0 in
21320         error msgs, etc.
21321
21322         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21323         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21324         entry.
21325
21326 2002-11-25  Jim Meyering  <jim@meyering.net>
21327
21328         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21329
21330 2002-11-24  Karl Berry  <karl@gnu.org>
21331
21332         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21333         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21334
21335 2002-11-24  Jim Meyering  <jim@meyering.net>
21336
21337         Update from coreutils:
21338
21339         * lib/mktime.c: Merge in changes from libc.
21340
21341         Avoid a link-time failure on some Linux systems.
21342         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21343         (otherwise).
21344         (__mon_yday): Declare with the STATIC attribute.
21345         (__mktime_internal): Likewise.
21346         Based on a report from Greg Schafer.
21347
21348 2002-11-23  Jim Meyering  <jim@meyering.net>
21349
21350         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21351         Use `unsigned', not `int', as type of index.
21352
21353         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21354
21355         * lib/fsusage.c: Remove unneeded parentheses around operands of
21356         `defined'.
21357
21358 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21359
21360         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21361         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21362         so that we can be included first.
21363         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21364         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21365         No need to include stddef.h or sys/types.h any more.
21366         Surround local include files with "", not "<>".
21367         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21368         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21369         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21370         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21371         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21372         (ISPRINT): Remove; no longer needed now that we assume C89.
21373
21374         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21375         Preserve errno.
21376
21377         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21378         quotearg_char): Use SIZE_MAX rather than
21379         (size_t) -1 when we are talking about "infinity".
21380
21381         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21382
21383 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21384
21385         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21386         hint that one should use `if (! x) abort ();' rather than `assert
21387         (x);', and anyway it's one less thing to worry about configuring.
21388         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21389         hash_rehash, hash_insert): Use abort rather than assert.
21390
21391 2002-11-22  Bruno Haible  <bruno@clisp.org>
21392
21393         * lib/safe-read.h: Assume C89. Add comments.
21394         (safe_read): Change return type to size_t.
21395         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21396         byte counts > SSIZE_MAX correctly.
21397         * lib/safe-write.h: New file.
21398         * lib/safe-write.c: New file.
21399         * lib/full-read.h: New file.
21400         * lib/full-read.c: New file.
21401         * lib/full-write.h: Assume C89. Add comments.
21402         * lib/full-write.c: Include safe-write.h.
21403         (full_write): Rewritten to use safe_write.
21404         Suggested by Jim Meyering and Paul Eggert.
21405
21406 2002-11-21  Jim Meyering  <jim@meyering.net>
21407
21408         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21409
21410         Merge in changes from the coreutils.
21411
21412         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21413         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21414         <stdint.h>.
21415         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21416         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21417         int.  Work more efficiently if X is the same width as uintmax_t.
21418         Do not compare X to -1, to avoid bogus compiler warning.
21419         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21420         Don't assume that f_frsize and f_bsize are the same type.
21421
21422         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21423         warning on FreeBSD.
21424
21425         * lib/makepath.c (make_path): Restore umask *before* creating the final
21426         component.
21427         (make_path): Minor reformatting.
21428
21429         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21430         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21431         HAVE_MALLOC/HAVE_REALLOC.
21432
21433         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21434         dummy ones.  At least on GNU/Linux systems, `auto' means something
21435         else.
21436         From Michael Stone.
21437
21438 2002-11-21  Bruno Haible  <bruno@clisp.org>
21439
21440         Remove case insensitive option matching.
21441         * lib/argmatch.h (argcasematch): Remove declaration.
21442         (ARGCASEMATCH): Remove macro.
21443         (__xargmatch_internal): Remove case_sensitive argument.
21444         (XARGMATCH): Update.
21445         (XARGCASEMATCH): Remove macro.
21446         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21447         case_sensitive argument.
21448         (argcasematch): Remove function.
21449         (__xargmatch_internal): Remove case_sensitive argument.
21450         (main): Use XARGMATCH instead of XARGCASEMATCH.
21451
21452         * lib/xmalloc.c: Change compile-time error message. Add comment about
21453         required autoconf version.
21454
21455 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21456
21457         Merge argmatch cleanups from Bison.  Assume C89.
21458
21459         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21460         Include stdlib.h, for EXIT_FAILURE.
21461         Always include <string.h>, since we assume C89.
21462         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21463         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21464         Include <stddef.h> instead, since it's all we need for size_t.
21465         (PARAMS): Remove.  All uses removed.
21466         (ARRAY_CARDINALITY): Do not bother to #undef.
21467         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21468         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21469         Remove unnecessary parentheses.
21470         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21471         Insert necessary parentheses.
21472         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21473         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21474
21475 2002-11-19  Bruno Haible  <bruno@clisp.org>
21476
21477         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21478         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21479
21480         * lib/mbswidth.h (PARAMS): Remove macro.
21481         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21482         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21483
21484         * lib/gcd.h (PARAMS): Remove macro.
21485         (gcd): Use ANSI C function declarations.
21486         * lib/gcd.c (gcd): Likewise.
21487
21488 2002-11-15  Bruno Haible  <bruno@clisp.org>
21489
21490         * lib/strcspn.c: Include <stddef.h>.
21491         (strcspn): Use ANSI C function declaration. Change return type to
21492         size_t. Use NULL.
21493         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21494         (strpbrk): Use NULL.
21495         * lib/strpbrk.h (PARAMS): Remove macro.
21496         (strpbrk): Use ANSI C function declaration.
21497         * lib/strstr.c: Don't include <sys/types.h>.
21498         * lib/strstr.h (PARAMS): Remove macro.
21499         (strstr): Use ANSI C function declarations.
21500
21501 2002-11-14  Karl Berry  <karl@gnu.org>
21502
21503         * config/mkinstalldirs: `do' on separate line, instead of
21504         `for var; do'.
21505
21506 2002-11-06  Bruno Haible  <bruno@clisp.org>
21507
21508         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21509         * lib/gcd.c (gcd): Likewise.
21510
21511 2002-11-05  Bruno Haible  <bruno@clisp.org>
21512
21513         * lib/gcd.h: New file, from gettext-0.11.5.
21514         * lib/gcd.c: New file, from gettext-0.11.5.
21515
21516 2002-11-05  Bruno Haible  <bruno@clisp.org>
21517
21518         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21519         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21520         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21521         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21522
21523         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21524         <libintl.h>.
21525         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21526         <libintl.h>.
21527
21528         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21529         * lib/human.c: Include gettext.h instead of <libintl.h>.
21530         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21531         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21532         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21533         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21534         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21535         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21536         (textdomain): Remove definition.
21537         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21538
21539         * lib/long-options.c: Remove include of <libintl.h> and definition of
21540         _.
21541         * lib/same.c: Remove include of <libintl.h> and definition of _.
21542
21543 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21544
21545         * lib/config.charset: A few additions for Solaris.
21546
21547 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21548
21549         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21550         * lib/localcharset.c (locale_charset): Declare as extern "C".
21551
21552 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21553
21554         * lib/config.charset: msdos in uk_UA uses CP1125.
21555
21556 2002-11-04  Bruno Haible  <bruno@clisp.org>
21557
21558         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21559         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21560         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21561         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21562         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21563
21564 2002-11-04  Bruno Haible  <bruno@clisp.org>
21565
21566         * lib/localcharset.c (locale_charset): Don't return an empty string.
21567
21568 2002-11-04  Bruno Haible  <bruno@clisp.org>
21569
21570         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21571         aliases.
21572
21573 2002-11-04  Bruno Haible  <bruno@clisp.org>
21574
21575         * lib/config.charset: Update for newest glibc. Add canonical names
21576         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21577
21578 2002-11-04  Bruno Haible  <bruno@clisp.org>
21579
21580         * lib/config.charset: Add support for NetBSD.
21581
21582 2002-11-04  Bruno Haible  <bruno@clisp.org>
21583
21584         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21585
21586 2002-11-01  Bruno Haible  <bruno@clisp.org>
21587
21588         * configure.in: Add AC_CONFIG_AUX_DIR call.
21589         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21590         test/Makefile.
21591         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21592
21593 2002-09-28  Karl Berry  <karl@gnu.org>
21594
21595         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21596         installed automake until the next release, since changes have been
21597         made.
21598
21599 2002-09-25  Karl Berry  <karl@gnu.org>
21600
21601         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21602         * lib/getopt*: copy from libc/posix.
21603         * lib/gettext.h: copy from gettext.
21604         * lib/.cppi-disable: add strdup.c, gettext.h.
21605
21606 2002-09-25  Karl Berry  <karl@gnu.org>
21607
21608         * config/srclist.txt: enable gettext.h check.
21609         * config/config.{guess,sub}: update from prep.
21610         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21611                 from automake 1.6.3.
21612         See srclist*.
21613
21614 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21615
21616         * regex.c (PATFETCH): Remove the translating fetch.
21617         (PATFETCH_RAW): Rename to PATFETCH.
21618         (set_image_of_range): New fun.
21619         (SET_RANGE_TABLE_WORK_AREA): Use it.
21620         (regex_compile): Don't translate the pattern chars so eagerly.
21621         Only do it when inserting an `exactn' bytecode or when handling
21622         a char-range.
21623         (mutually_exclusive_p): Avoid empty statement.
21624
21625 2002-07-06  Jim Meyering  <meyering@lucent.com>
21626
21627         * m4/README: Don't mention Makefile.am.in.
21628         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21629
21630 2002-07-01  Jim Meyering  <meyering@lucent.com>
21631
21632         * lib/c-stack.c: Include sys/time.h.
21633         From Volker Borchert.
21634
21635 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21636
21637         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21638
21639 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21640
21641         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21642         New macro.  Use it uniformly instead of
21643         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21644         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21645         reported by Vin Shelton.
21646
21647 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21648
21649         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21650         Do not assume SA_SIGINFO behavior.
21651         Bug reported by Jim Meyering on NetBSD 1.5.2.
21652
21653 2002-06-22  Jim Meyering  <meyering@lucent.com>
21654
21655         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21656         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21657
21658         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21659         now that configure.ac uses AC_GNU_SOURCE.
21660         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21661         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21662
21663         Update to latest tools.  Suggestions from Paul Eggert.
21664         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21665         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21666         * m4/fnmatch.m4: Likewise.
21667         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21668         to AC_HEADER_STDBOOL
21669
21670 2002-06-22  Jim Meyering  <meyering@lucent.com>
21671
21672         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21673         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21674
21675 2002-06-22  Jim Meyering  <meyering@lucent.com>
21676
21677         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21678
21679         * lib/exitfail.c, exitfail.h: Likewise.
21680         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21681
21682         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21683         of fnmatch.h.
21684         (EXTRA_DIST): Add fnmatch_loop.c.
21685         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21686
21687         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21688         * lib/fnmatch.c: Update from diffutils-2.8.2.
21689         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21690         * lib/fnmatch.h: Remove file.
21691
21692 2002-06-21  Jim Meyering  <meyering@lucent.com>
21693
21694         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21695         * m4/mbrtowc.m4: Likewise.
21696
21697         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21698         * m4/mbswidth.m4: Reflect name change:
21699         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21700         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21701
21702         * m4/lib-link.m4: Update from gettext-0.11.2.
21703         * m4/gettext.m4: Likewise.
21704
21705         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21706         From Alfred M. Szmidt.
21707
21708 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21709
21710         * lib/file-type.h: Report an error if neither S_ISREG nor
21711         S_IFREG is defined, instead of using a test specific to glibc
21712         2.2.  This should be safe, since POSIX requires S_ISREG and
21713         Unix Version 7 had S_IFREG.  We don't need to check for
21714         <sys/types.h> since we don't use any symbols that it defines.
21715
21716 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21717
21718         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21719         $@-t, so that each temporary file name is unique and valid in the first
21720         8 characters, for operation under DOS.
21721
21722 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21723
21724         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21725
21726 2002-06-15  Jim Meyering  <meyering@lucent.com>
21727
21728         Work even with DJGPP 2.03, which lacks support for symlinks.
21729         From Richard Dawe.
21730         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21731         is defined.
21732         * lib/lchown.c (S_ISLNK): Likewise.
21733
21734 2002-06-15  Jim Meyering  <meyering@lucent.com>
21735
21736         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21737         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21738         have been included before this file.
21739
21740 2002-06-14  Jim Meyering  <meyering@lucent.com>
21741
21742         * lib/file-type.h: Use the version from diffutils-2.8.2.
21743         * lib/file-type.c: Likewise.
21744
21745 2002-06-07  Jim Meyering  <meyering@lucent.com>
21746
21747         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21748         They're needed at least for NetBSD 1.5.2.
21749         ($statxfs_includes): Include those same headers.
21750         ($statxfs_includes): Include sys/vfs.h if available.
21751         ($statxfs_includes): Likewise for sys/statvfs.h.
21752         Check for the following members in both structs statfs and statvfs:
21753         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21754
21755 2002-06-01  Jim Meyering  <meyering@lucent.com>
21756
21757         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21758         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21759
21760 2002-05-28  Jim Meyering  <meyering@lucent.com>
21761
21762         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21763         Reported by Volker Borchert.
21764
21765 2002-05-27  Jim Meyering  <meyering@lucent.com>
21766
21767         Fix a problem seen only on nonconforming systems whereby ls.c's
21768         use of localtime, and then of gettimeofday would cause trouble:
21769         the localtime call used to initialize rpl_gettimeofday's save
21770         mechanism would clobber ls's current local time information so
21771         that in any long listing the first file would always be listed
21772         with date 1970-01-01.  Analysis by Volker Borchert.
21773
21774         * lib/gettimeofday.c (localtime): Undefine.
21775         (rpl_localtime): New function.
21776
21777 2002-05-27  Jim Meyering  <meyering@lucent.com>
21778
21779         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21780         localtime.
21781
21782         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21783         use the replacement function; it wouldn't resolve at link time.
21784         Reported by Volker Borchert.
21785
21786 2002-05-22  Jim Meyering  <meyering@lucent.com>
21787
21788         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21789         file-type.h.
21790         * lib/file-type.h: New file.
21791         * lib/file-type.c (file_type): New file/function.  Extracted from
21792         diffutils.
21793
21794 2002-04-30  Jim Meyering  <meyering@lucent.com>
21795
21796         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21797
21798 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21799
21800         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21801
21802 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21803
21804         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21805         Do not check for alloca.h (no longer used) or stdbool.h (was never
21806         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21807
21808 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21809
21810         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21811
21812 2002-04-29  Jim Meyering  <meyering@lucent.com>
21813
21814         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21815         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21816         Use AC_FUNC_STRNLEN here instead.
21817
21818         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21819         With autoconf-2.53a, it's part of AC_PROG_CC.
21820
21821 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21822
21823         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21824         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21825
21826 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21827
21828         * lib/sig2str.h, lib/sig2str.c: New files.
21829         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21830
21831 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21832
21833         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21834         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21835         of 127, since 64 is the largest conceivable number for ancient
21836         nonstandard hosts.
21837         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21838
21839 2002-04-28  Jim Meyering  <meyering@lucent.com>
21840
21841         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21842
21843 2002-04-24  Jim Meyering  <meyering@lucent.com>
21844
21845         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21846         (jm_PREREQ): Use it.
21847
21848         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21849         mach/mach.h fcntl.h.
21850         Check for this function: setlocale.
21851
21852 2002-04-24  Jim Meyering  <meyering@lucent.com>
21853
21854         * lib/gettext.h: New file, from Gettext.
21855         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21856         (libfetish_a_SOURCES): Add gettext.h.
21857
21858 2002-04-16  Jim Meyering  <meyering@lucent.com>
21859
21860         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21861         ut_pid, ut_id, ut_exit.
21862
21863 2002-04-16  Jim Meyering  <meyering@lucent.com>
21864
21865         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21866         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21867         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21868
21869 2002-04-12  Jim Meyering  <meyering@lucent.com>
21870
21871         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21872         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21873         existence of the getmntinfo function.  Needed for Darwin 5.3.
21874
21875         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21876         This is necessary at least on Darwin 5.3.
21877
21878         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21879         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21880         strnlen.o in the library, and that makes some versions of ranlib
21881         object.
21882
21883 2002-04-12  Jim Meyering  <meyering@lucent.com>
21884
21885         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21886
21887 2002-04-09  Jim Meyering  <meyering@lucent.com>
21888
21889         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21890         to be more precise.  Rather than saying we're checking whether the
21891         function `works', say what we're testing.
21892         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21893         Reported by Bruno Haible.
21894
21895 2002-03-10  Jim Meyering  <meyering@lucent.com>
21896
21897         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21898         Suggestion from Santiago Vila.
21899
21900 2002-03-08  Jim Meyering  <meyering@lucent.com>
21901
21902         * lib/rename.c: Mention that this wrapper is needed also on
21903         mips-dec-ultrix4.4 systems.
21904
21905 2002-03-02  Jim Meyering  <meyering@lucent.com>
21906
21907         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21908         not HAVE_CLOCK_SETTIME.
21909
21910 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21911
21912         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21913         Check for clock_settime.
21914
21915 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21916
21917         * lib/nanosleep.h: Rename to....
21918         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21919
21920         * lib/gettime.c: New file.
21921         * lib/settime.c: New file.
21922         * lib/stime.c: Remove.
21923
21924         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21925         timespec.h.  Remove nanosleep.h.
21926
21927 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21928
21929         * m4/acl.m4: New file.
21930         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21931         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21932
21933 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21934
21935         * lib/acl.c, lib/acl.h: New files.
21936         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21937
21938 2002-02-24  Jim Meyering  <meyering@lucent.com>
21939
21940         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21941         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21942         cause trouble.  Reported by Nelson Beebe.
21943
21944 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21945
21946         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21947         compilers that don't know that xalloc_die never returns.
21948
21949 2002-02-20  Jim Meyering  <meyering@lucent.com>
21950
21951         * lib/getdate.c: Regenerate using bison-1.33.
21952
21953 2002-02-17  Jim Meyering  <meyering@lucent.com>
21954
21955         * config/config.guess (main): Don't use `head -1'; it's no longer
21956         portable. Use `sed 1q' instead.
21957
21958 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21959
21960         * m4/codeset.m4: Upgrade to gettext-0.11.
21961         * m4/gettext.m4: Upgrade to gettext-0.11.
21962         * m4/glibc21.m4: Upgrade to gettext-0.11.
21963         * m4/iconv.m4: Upgrade to gettext-0.11.
21964         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21965         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21966         * m4/lib-ld.m4: New file, from gettext-0.11.
21967         * m4/lib-link.m4: New file, from gettext-0.11.
21968         * m4/lib-prefix.m4: New file, from gettext-0.11.
21969         * m4/progtest.m4: Upgrade to gettext-0.11.
21970
21971 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21972
21973         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21974         (jm_PREREQ): Use it.
21975
21976 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21977
21978         * lib/posixver.c, lib/posixver.h: New files.
21979         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21980
21981 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21982             Bruno Haible  <bruno@clisp.org>
21983
21984         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21985         (fwrite_success_callback): New declaration.
21986         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21987         print_unicode_char. Call failure callback instead of error.
21988         (fwrite_success_callback): New function.
21989         (exit_failure_callback): New function.
21990         (fallback_failure_callback): New function.
21991         (print_unicode_char): Call unicode_to_mb.
21992
21993 2002-01-26  Jim Meyering  <meyering@lucent.com>
21994
21995         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21996         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21997
21998 2002-01-26  Jim Meyering  <meyering@lucent.com>
21999
22000         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22001
22002 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22003
22004         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22005
22006 2002-01-22  Jim Meyering  <meyering@lucent.com>
22007
22008         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22009         Otherwise, some versions of automake would omit the rule that makes
22010         Makefile from Makefile.in.
22011
22012 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22013
22014         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22015         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22016         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22017         (memcoll): Set errno to zero if there is no error.
22018
22019         * lib/quotearg.c (quotearg_buffer_restyled):
22020         Fix bug with quoting buffers containing NUL when backslashing escapes.
22021         This bug was exposed by the other changes in this patch.
22022         (quotearg_n_options): New arg ARGSIZE.
22023         All callers changed.
22024         (quoting_options_from_style): New function.
22025         (quotearg_n_style): Use it.
22026         (quotearg_n_style_mem): New function.
22027
22028         * lib/quotearg.h (quotearg_n_style_mem): New function.
22029
22030 2002-01-19  Jim Meyering  <meyering@lucent.com>
22031
22032         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22033         Remove useless quotes: DF_PROG="df".
22034         * m4/strnlen.m4: New file.
22035
22036 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22037
22038         * lib/backupfile.c (ISDIGIT): Comment fix.
22039         * lib/getdate.y (ISDIGIT): Likewise.
22040         * lib/posixtm.c (ISDIGIT, year): Likewise.
22041         * lib/strverscmp.c (ISDIGIT): Likewise.
22042         * lib/userspec.c (ISDIGIT): Likewise.
22043
22044 2002-01-16  Jim Meyering  <meyering@lucent.com>
22045
22046         * lib/getdate.y: Add three semicolons, each just before a closing
22047         brace. Bison (as of version 1.31) no longer papers over that mistake.
22048
22049 2002-01-05  Jim Meyering  <meyering@lucent.com>
22050
22051         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22052
22053 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22054
22055         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22056         not silently exit merely because the output buffer happens to
22057         have nothing pending.
22058
22059 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22060
22061         See the big note in ../ChangeLog.
22062         * lib/human.c (suffixes): Prefer K to k for 1024.
22063         (generate_suffix_backwards): New function.
22064         (human_readable_inexact): Use it.
22065         * lib/xstrtol.c (__xstrtol): If there is no number but there
22066         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22067         Accept 'K' as well as 'k'.
22068
22069 2001-12-15  Jim Meyering  <meyering@lucent.com>
22070
22071         * lib/regex.h (__restrict_arr): Update from libc.
22072
22073         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22074         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22075         (STREQ): Define.
22076
22077 2001-12-14  Jim Meyering  <meyering@lucent.com>
22078
22079         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22080         Suggestion from Bruno Haible.
22081
22082 2001-12-10  Jim Meyering  <meyering@lucent.com>
22083
22084         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22085         xrealloc, Instead, include "xalloc.h".
22086         (initbuffer): Don't cast xmalloc return value to char*.
22087         (readline): Reword comment.
22088         Don't cast xrealloc return value to char*
22089         Return NULL, not 0.
22090
22091 2001-12-09  Jim Meyering  <meyering@lucent.com>
22092
22093         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22094         about `signed and unsigned type in conditional expression'.
22095         * lib/posixtm.c (posix_time_parse): Likewise.
22096
22097         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22098
22099         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22100         to avoid a pedantic warning.
22101
22102         * lib/getstr.c: Don't include assert.h.
22103         (getstr): Remove warning-evoking assertions.
22104         Return -1 if offset parameter is out of bounds.
22105         Change the type of a local from int to size_t.
22106
22107         * lib/strftime.c (my_strftime_localtime_r): Include this function
22108         definition in the `#if ! HAVE_TM_GMTOFF' block.
22109
22110         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22111         Include xalloc.h instead.
22112
22113 2001-12-02  Jim Meyering  <meyering@lucent.com>
22114
22115         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22116         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22117         included.
22118
22119         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22120         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22121
22122 2001-11-30  Akim Demaille  <akim@epita.fr>
22123
22124         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22125         before being defined.
22126
22127 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22128
22129         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22130         First arg is int, not unsigned.
22131         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22132         (SIZE_MAX, UINT_MAX): New macros.
22133         (quotearg_n_options): Abort if N is negative.
22134         Avoid overflow check on hosts where size_t is 64 bits and int
22135         is 32 bits, as overflow is impossible there.
22136         Fix off-by-one typo that caused unnecessary reallocation.
22137
22138 2001-11-27  Jim Meyering  <meyering@lucent.com>
22139
22140         * lib/tempname.c: Merge with version from libc.
22141         * lib/regex.c: Likewise.
22142
22143         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22144         systems for which STDC_HEADERS is 0, it was not included, resulting in
22145         a warning about an integer-to-pointer conversion problem with getenv.
22146         Reported by Volker Borchert.
22147
22148 2001-11-26  Jim Meyering  <meyering@lucent.com>
22149
22150         * lib/gtod.h: Remove file.
22151         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22152         * lib/gettimeofday.c: Don't include gtod.h.
22153         (GTOD_init): Remove function.
22154         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22155         Suggestion from Volker Borchert.
22156
22157 2001-11-23  Jim Meyering  <meyering@lucent.com>
22158
22159         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22160         it.
22161         * lib/hash.c (struct hash_table): Define it here instead.
22162
22163 2001-11-22  Jim Meyering  <meyering@lucent.com>
22164
22165         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22166
22167 2001-11-20  Jim Meyering  <meyering@lucent.com>
22168
22169         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22170         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22171
22172 2001-11-19  Jim Meyering  <meyering@lucent.com>
22173
22174         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22175         directory.  Use "conftestXXXXXX" as the template.
22176         Suggestion from Paul Eggert.
22177
22178         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22179         immediately, so the test doesn't mistakenly hit the max-open-files
22180         limit.
22181
22182 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22183
22184         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22185         (TEMPORARIES): New macro.
22186         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22187         removes an artificial limitation (e.g. HP-UX 10.20, where
22188         TMP_MAX is 17576).
22189
22190 2001-11-18  Jim Meyering  <meyering@lucent.com>
22191
22192         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22193
22194 2001-11-18  Jim Meyering  <meyering@lucent.com>
22195
22196         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22197         on SunOS 4.
22198
22199         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22200         files will be created before anything else.
22201
22202 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22203
22204         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22205         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22206
22207 2001-11-17  Jim Meyering  <meyering@lucent.com>
22208
22209         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22210         Prompted by a report from Bob Proulx.
22211
22212         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22213         Instead, require UTILS_FUNC_MKSTEMP.
22214
22215 2001-11-17  Jim Meyering  <meyering@lucent.com>
22216
22217         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22218         Now, that's done as part of AC_FUNC_STRTOD.
22219
22220 2001-11-17  Jim Meyering  <meyering@lucent.com>
22221
22222         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22223         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22224         rather than group writable.  Patch by Juan F. Codagnone.
22225
22226         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22227         xrealloc, Instead, include "xalloc.h".
22228
22229         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22230         Remove explicit declarations of xmalloc, xrealloc,
22231         and xstrdup.  Instead, include "xalloc.h".
22232
22233         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22234         unlocked-io.h.
22235         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22236         Likewise.
22237         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22238
22239         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22240         Reported by Padraig Brady.
22241
22242         * lib/mkstemp.c: #undef mkstemp.
22243         Include config.h.
22244         (rpl_mkstemp): Rename from mkstemp.
22245         Protoize.
22246
22247 2001-11-16  Jim Meyering  <meyering@lucent.com>
22248
22249         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22250         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22251         determine the amount of total physical memory, use pstat_getstatic.
22252         HPUX-11 doesn't define _SC_PHYS_PAGES.
22253         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22254         If sysconf couldn't be used to determine the amount of available
22255         physical memory, use both pstat_getstatic and pstat_getdynamic.
22256         Based on a patch from Bob Proulx.
22257
22258 2001-11-10  Jim Meyering  <meyering@lucent.com>
22259
22260         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22261         (jm_PREREQ): Use it.
22262
22263 2001-11-09  Jim Meyering  <meyering@lucent.com>
22264
22265         * m4/jm-macros.m4: Require autoconf-2.52f.
22266         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22267         Use these AC_-prefixed names, not the AM_-prefixed ones.
22268
22269         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22270
22271 2001-11-05  Jim Meyering  <meyering@lucent.com>
22272
22273         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22274
22275 2001-11-04  Jim Meyering  <meyering@lucent.com>
22276
22277         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22278         $DEFS.
22279
22280 2001-11-03  Jim Meyering  <meyering@lucent.com>
22281
22282         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22283         of AC_DEFUN.
22284
22285         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22286         know the name of the variable in the macro definition.
22287
22288 2001-11-03  Jim Meyering  <meyering@lucent.com>
22289
22290         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22291         in argmatch_to_argument call.
22292
22293         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22294         argument.
22295
22296         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22297         e.g., a fault due to an attempt to free a NULL pointer.
22298
22299 2001-11-01  Jim Meyering  <meyering@lucent.com>
22300
22301         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22302         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22303
22304 2001-11-01  Jim Meyering  <meyering@lucent.com>
22305
22306         * lib/dirfd.c, lib/dirfd.h: New files.
22307         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22308
22309         * lib/hash.c (hash_print) [TESTING]: Clean up.
22310
22311 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22312
22313         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22314         to avoid a warning if -Wall.
22315
22316 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22317
22318         * README: New file
22319         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22320         (per RMS's instructions, this is now the canonical source)
22321         * lgpl/, gpl/: New directories.
22322
22323 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22324
22325         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22326
22327 2001-10-21  Jim Meyering  <meyering@lucent.com>
22328
22329         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22330         this code would end up calling gettext even in packages built
22331         with --disable-nls.
22332         * lib/getopt.c (_): Likewise.
22333         * lib/regex.c (_): Likewise.
22334
22335 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22336
22337         * m4/error.m4 (jm_PREREQ_ERROR):
22338         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22339         AC_FUNC_STRERROR_R does that.
22340         Check for strerror declaration.
22341
22342         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22343         are supposed to have them these days.
22344         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22345         Merge changes from latest Autoconf CVS.
22346         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22347         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22348         POSIX decided to standardize on the int flavor of strerror_r.
22349
22350 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22351
22352         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22353         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22354         Use strerror_r that is only a macro, even if it is not a function.
22355         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22356         (private_strerror): Use prototypes, not old-style function definition.
22357         (print_errno_message): New function.
22358         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22359         char*-flavored one.
22360         (error_tail, error, error_at_line): Use it.
22361
22362 2001-10-11  Jim Meyering  <meyering@lucent.com>
22363
22364         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22365         and quote_n (1, ... to avoid clobbering a buffer.
22366
22367 2001-10-05  Jim Meyering  <meyering@lucent.com>
22368
22369         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22370         hash-pjw.h.
22371         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22372         * lib/hash-pjw.h: New file.
22373
22374 2001-09-30  Jim Meyering  <meyering@lucent.com>
22375
22376         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22377         `struct fsstat' has the `f_fstypename' member.
22378         Use that to define FS_TYPE, which is now used to make
22379         the getfsstat link test tighter.
22380
22381 2001-09-30  Jim Meyering  <meyering@lucent.com>
22382
22383         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22384         Include <sys/ucred.h>, for Apple Darwin.
22385         Include sys/mount.h and sys/fs_types.h only if available.
22386         (FS_TYPE): Define.
22387         (read_filesystem_list): Use FS_TYPE.
22388
22389 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22390
22391         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22392         a boolean context.
22393
22394 2001-09-29  Jim Meyering  <meyering@lucent.com>
22395
22396         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22397         [one-argument getmntent function]): Include stdio.h before mntent.h.
22398         SunOS 4.1.x needs it for the declaration of `FILE'.
22399         Patch by Volker Borchert.
22400
22401         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22402         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22403         sys/fs_types.h, and make the link-test for getfsstat guard #include
22404         directives with appropriate #if HAVE_*_H tests so that we can
22405         detect getfsstat on Apple Darwin1.3.7 systems.
22406         Reported by Nelson Beebe.
22407         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22408
22409 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22410
22411         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22412         #defines strtoimax.  Also treat the other strto* functions
22413         like strtoimax.
22414
22415         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22416         Check for strtoul and strtoumax,
22417         as those declarations are made even in the signed case.
22418         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22419         Likewise, for strtol and strtoimax.
22420
22421 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22422
22423         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22424         #defines strtoimax.  Also treat the other strto* functions
22425         like strtoimax.
22426
22427         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22428         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22429         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22430
22431 2001-09-26  Jim Meyering  <meyering@lucent.com>
22432
22433         Most macros in unlocked-io.h had the wrong number of arguments.
22434         * lib/gen-uio: New script.
22435         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22436         * lib/unlocked-io.hin: Remove file.
22437         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22438         rather than trying to embed it here.
22439         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22440         Reported by Padraig Brady.
22441
22442 2001-09-25  Volker Borchert  <bt@teknon.de>
22443
22444         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22445         `result'.
22446
22447 2001-09-24  Jim Meyering  <meyering@lucent.com>
22448
22449         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22450
22451 2001-09-23  Jim Meyering  <meyering@lucent.com>
22452
22453         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22454         instead of the mere test for existence of mntent.h.  The latter
22455         would get a false-positive on AIX 3.4 systems.
22456         In the outer getmntent if-block, don't die if neither of the getmntent
22457         tests succeeds.  Instead, just fall through and continue with the
22458         remaining tests.
22459
22460 2001-09-23  Jim Meyering  <meyering@lucent.com>
22461
22462         * lib/mountlist.c: Remove useless parentheses in #if directives.
22463         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22464         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22465
22466 2001-09-22  Jim Meyering  <meyering@lucent.com>
22467
22468         * m4/gettext.m4: New file.  From gettext.
22469         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22470         * m4/progtest.m4: Likewise
22471         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22472         * m4/glibc21.m4: Likewise.
22473
22474         * m4/libintl.m4: Remove.  No longer used.
22475
22476 2001-09-22  Jim Meyering  <meyering@lucent.com>
22477
22478         * lib/localcharset.c: Update from latest gettext.
22479         * lib/config.charset: Likewise.
22480
22481 2001-09-20  Jim Meyering  <meyering@lucent.com>
22482
22483         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22484         strtoimax.
22485         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22486         strtoumax.
22487
22488 2001-09-20  Jim Meyering  <meyering@lucent.com>
22489
22490         * lib/xstrtol.c (strtoimax): Guard declaration with
22491         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22492         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22493         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22494         (strtoumax): Likewise, for completeness (it wasn't necessary).
22495
22496 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22497
22498         * lib/strtoimax.c (HAVE_LONG_LONG):
22499         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22500         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22501         to work around bug in IBM C compiler.
22502
22503 2001-09-17  Jim Meyering  <meyering@lucent.com>
22504
22505         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22506         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22507         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22508         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22509         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22510         whenever the right hand side need not be expanded by the shell.
22511
22512 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22513
22514         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22515         library.  It's not correct, as some older glibcs are buggy.
22516         fnmatch wasn't fixed until glibc 2.2.
22517
22518         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22519         special shell magic here.
22520
22521 2001-09-16  Jim Meyering  <meyering@lucent.com>
22522
22523         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22524         * m4/jm-macros.m4: Require it.
22525
22526 2001-09-16  Jim Meyering  <meyering@lucent.com>
22527
22528         * lib/mkdir.c: New file.
22529
22530 2001-09-15  Jim Meyering  <meyering@lucent.com>
22531
22532         * m4/jm-macros.m4: Check for help2man.
22533
22534 2001-09-11  Jim Meyering  <meyering@lucent.com>
22535
22536         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22537         The body, by Paul Eggert, was moved here from configure.in.
22538         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22539
22540 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22541
22542         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22543         (jm_PREREQ): Use it.
22544
22545 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22546
22547         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22548         Use ssize_t, not int, to store result of readlink.
22549         Check for ssize_t overflow as well as size_t overflow,
22550         as POSIX says the result of readlink is implementation-defined
22551         when ssize_t overflows.
22552         Remove unnecessary cast to char*.
22553         Use free+malloc instead of realloc, as the storage doesn't need
22554         to be preserved and it's clearer and can be more efficient that way.
22555         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22556         * lib/xreadlink.h (xreadlink): Update prototype.
22557
22558 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22559
22560         * lib/xgetcwd.c: Revert some of the previous change; intead,
22561         fix the HAVE_GETCWD_NULL code to behave more like the
22562         !HAVE_GETCWD_NULL code used to.
22563
22564         Include "xalloc.h".
22565         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22566         invoke xalloc_die.
22567
22568 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22569
22570         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22571         sys/param.h, as pathmax.h includes them.
22572
22573 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22574
22575         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22576         (jm_PREREQ_XGETCWD): New macro.
22577
22578         * m4/getcwd.m4: New file.
22579
22580 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22581
22582         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22583         like the HAVE_GETCWD_NULL code.
22584         Include pathmax.h if not HAVE_GETCWD.
22585         Do not include xalloc.h.
22586         (INITIAL_BUFFER_SIZE): New symbol.
22587         Do not use xmalloc / xrealloc, since the caller is responsible for
22588         handling errors.  Preserve errno around `free' during failure.
22589         Do not overrun buffer when using getwd.
22590
22591 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22592
22593         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22594         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22595         getcwd (NULL, 0).
22596
22597 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22598
22599         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22600         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22601         spotted by Jim Meyering.
22602
22603 2001-09-03  Jim Meyering  <meyering@lucent.com>
22604
22605         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22606         failure.
22607
22608 2001-09-02  Jim Meyering  <meyering@lucent.com>
22609
22610         * lib/error.c: Update from GNU libc.
22611
22612 2001-09-01  Jim Meyering  <meyering@lucent.com>
22613
22614         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22615         Used by df.
22616
22617 2001-09-01  Jim Meyering  <meyering@lucent.com>
22618
22619         * lib/xreadlink.c: New file.
22620         * lib/xreadlink.h: New file.
22621         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22622         xreadlink.h.
22623
22624         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22625         doesn't conflict with sparc Solaris 7's definition in
22626         /usr/include/sys/int_types.h.
22627
22628         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22629         files.
22630         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22631         and strncasecmp as r-values.  Unixware didn't have declarations.
22632
22633 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22634
22635         * lib/xstrtol.h: Add copyright notice.
22636         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22637         LONGINT_INVALID_SUFFIX_CHAR.
22638
22639 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22640
22641         * lib/xstrtol.c (strtoimax): New decl.
22642
22643 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22644
22645         * lib/xgetcwd.c: Don't include pathmax.h.
22646         Include stdlib.h and unistd.h if available.
22647         Include xalloc.h.
22648         (xmalloc, xstrdup, free): Remove decls.
22649         (xgetcwd): Don't assume sizes fit in unsigned.
22650         Check for overflow when computing sizes.
22651         Simplify reallocation code.
22652
22653 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22654
22655         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22656         a directory's st_size can have an arbitrary value, so the old
22657         usage could waste an arbitrary amount of memory.  All uses
22658         changed.
22659         * lib/savedir.h: Update prototype.
22660
22661 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22662
22663         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22664
22665         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22666         old strtoimax.c.
22667
22668         Also, make the following further changes to make this file's
22669         configuration more similar to that of strtol.c:
22670         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22671         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22672         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22673         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22674         changed to signed values.
22675
22676         And make the following changes as well:
22677         Fix copyright notice, as 1999 was missing.
22678         (verify): New macro.
22679         (strtoimax): Check sizes at compile-time, not run-time.
22680         Prefer strtol to strtoll if both work.
22681         (main): Remove; it was not that useful and was a pain to maintain.
22682
22683         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22684
22685 2001-08-31  Jim Meyering  <meyering@lucent.com>
22686
22687         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22688         Use an initial, malloc'd, buffer of length 128 rather than
22689         a statically allocated one of length 1024.
22690
22691 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22692
22693         Simplify code, partly by assuming autoconf 2.52 semantics.
22694
22695         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22696
22697         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22698         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22699         All uses removed.
22700         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22701         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22702         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22703         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22704         jm_AC_HEADER_INTTYPES_H.
22705         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22706
22707         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22708
22709         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22710         Quote first arg of AC_DEFUN.
22711         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22712         since they are needed to parse the include file even if we need
22713         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22714         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22715         but with opposite signedness.
22716
22717 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22718
22719         Merge 'exclude' changes from tar 1.13.22.
22720         This fixes one or two unlikely storage allocation overflow bugs,
22721         but doesn't change user-visible behavior otherwise.
22722
22723 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22724
22725         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22726         (jm_PREREQ_EXCLUDE): New macro.
22727
22728 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22729
22730         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22731         tm to be declared.
22732
22733 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22734
22735         * lib/hash.c: Remove '2001' from copyright notice.
22736
22737 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22738
22739         * lib/full-write.h: New file.
22740         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22741         * lib/full-write.c: Correct credits, as cccp.c no longer
22742         exists and anyway it was so heavily changed from the old cccp
22743         code as to be unrecognizable.  Include full-write.h.
22744         (full_write) Return size_t, with short writes meaning failure.
22745         All callers changed.  This fixes a bug with large buffers
22746         on 64-bit hosts.
22747         * lib/utime.c: Include full-write.h.
22748
22749 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22750
22751         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22752         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22753         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22754         Include if available.
22755         (<xalloc.h>): Include
22756         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22757         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22758         collide with FNM macros.
22759         (struct patopts): New struct.
22760         (struct exclude): Use it, as exclude patterns now come with options.
22761         (new_exclude): Support above changes.
22762         (new_exclude, add_exclude_file):
22763         Initial size must now be a power of two to simplify overflow checking.
22764         (free_exclude, fnmatch_no_wildcards): New function.
22765         (excluded_filename): No longer requires options arg, as the options
22766         are determined by add_exclude.  Now returns bool, not int.
22767         (excluded_filename, add_exclude):
22768         Add support for the fancy new exclusion options.
22769         (add_exclude, add_exclude_file): Now takes int options arg.
22770         Check for arithmetic overflow when computing sizes.
22771         (add_exclude_file): xrealloc might modify errno, so don't
22772         realloc until after errno might be used.
22773
22774         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22775         New macros.
22776         (free_exclude): New decl.
22777         (add_exclude, add_exclude_file): Now takes int options arg.
22778         (excluded_filename): No longer requires options arg, as the options
22779         are determined by add_exclude.  Now returns bool, not int.
22780
22781 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22782
22783         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22784
22785 2001-08-27  Jim Meyering  <meyering@lucent.com>
22786
22787         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22788
22789         * lib/version-etc.c (N_): Remove definition.
22790         Revert most of last change.
22791         Instead, simply don't mark the `Copyright...' string for translation.
22792         Based on advice from Paul Eggert.
22793
22794         * lib/strtoxmax.c: Tweak comment.
22795
22796 2001-08-26  Jim Meyering  <meyering@lucent.com>
22797
22798         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22799
22800         * m4/xstrtoimax.m4: New file.
22801         * m4/xstrtoumax.m4: Add comments explaining why we
22802         AC_REPLACE_FUNCS(strtol).
22803
22804 2001-08-26  Jim Meyering  <meyering@lucent.com>
22805
22806         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22807         of copyright with `%s' so translators don't get an untranslated
22808         message in 2002.
22809         (COPYRIGHT_YEAR): Define.
22810         (version_etc): Use fprintf rather than fputs.
22811         Suggestion from Ulrich Drepper.
22812
22813         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22814
22815         * lib/strtoll.c: New file, from GNU libc.
22816         * lib/xstrtoimax.c: New file.
22817
22818         * lib/xstrtol.h: Add xstrtoimax.
22819         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22820         * lib/strtoimax.c: New file.  Likewise, but first define
22821         STRTOUXMAX_SIGNED.
22822
22823         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22824         ...
22825         * lib/strtoxmax.c: ... then renamed to this.
22826
22827 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22828
22829         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22830         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22831         (jm_AC_TYPE_INTMAX_T): New macro.
22832         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22833
22834         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22835
22836         * m4/longlong.m4: Renamed from ulonglong.m4.
22837         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22838         * m4/uintmax_t.m4: Removed.
22839
22840 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22841
22842         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22843         Port to Solaris 8, where 'sed' requires a space after the 'r'
22844         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22845         Redirect output to $tmp just once.
22846
22847 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22848
22849         * lib/addext.c (<errno.h>): Include.
22850         (errno): Declare if not defined.
22851         (addext): Work correctly when pathconf returns -1 and leaves
22852         errno alone because there is no limit.  Also, work even if
22853         pathconf returns a value greater than SIZE_MAX.
22854
22855 2001-08-12  Jim Meyering  <meyering@lucent.com>
22856
22857         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22858         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22859         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22860         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22861         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22862         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22863         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22864         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22865         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22866         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22867         utime.m4, utimes.m4, xstrtoumax.m4:
22868         Quote the first argument in each use of AC_DEFUN.
22869
22870 2001-08-12  Jim Meyering  <meyering@lucent.com>
22871
22872         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22873         Simply `return getcwd (NULL, 0);'.
22874         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22875         Use 1300 as initial value for length, not PATH_MAX.
22876
22877         * lib/pathmax.h: Clean up cpp syntax.
22878
22879 2001-08-12  Jim Meyering  <meyering@lucent.com>
22880
22881         * lib/gettimeofday.c: New file.
22882         * lib/gtod.h: New file.
22883         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22884
22885 2001-08-05  Jim Meyering  <meyering@lucent.com>
22886
22887         * m4/jm-macros.m4: Require autoconf-2.52.
22888
22889 2001-08-04  Jim Meyering  <meyering@lucent.com>
22890
22891         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22892         stmt, to get in sync with glibc.
22893
22894 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22895
22896         The following changes are from gettext 0.10.39 as maintained by
22897         Bruno Haible.
22898
22899         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22900         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22901         with inverted sense.  All uses changed.
22902
22903         * lib/mbswidth.c: Don't include <limits.h>.
22904         Include <stdlib.h> and <string.h> unconditionally.
22905         (iswcntrl, mbsinit, ISCNTRL): New macros.
22906         (mbsnwidth): Use K&R style function declarations.
22907         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22908         can optimize it when MB_CUR_MAX == 1.
22909         The width of control characters is zero, not 1.
22910
22911 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22912
22913         The following changes are from gettext 0.10.39 as maintained by
22914         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22915
22916         * m4/codeset.m4: Upgrade to serial AM1.
22917         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22918         all uses changed.  Quote first arg of AC_DEFUN.
22919         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22920
22921         * m4/iconv.m4: Upgrade to serial AM2.
22922         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22923         Add --with-libconv-prefix.
22924         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22925         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22926         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22927         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22928         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22929
22930         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22931         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22932         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22933         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22934         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22935         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22936         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22937         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22938         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22939
22940         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22941         string.h any more.
22942
22943         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22944         not the default value.
22945
22946         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22947         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22948         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22949         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22950         Also check for iswcntrl, used for wcwidth fallback.
22951         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22952         to Autoconf 2.13.
22953
22954 2001-08-03  Jim Meyering  <meyering@lucent.com>
22955
22956         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22957         as it was in the original.  Reported by Paul Eggert.
22958
22959 2001-07-16  Jim Meyering  <meyering@lucent.com>
22960
22961         * m4/gettimeofday.m4: New file.
22962         Prompted by a report from Bernhard Baehr.
22963
22964 2001-07-15  Jim Meyering  <meyering@lucent.com>
22965
22966         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22967         stuff. Now it's in ../Makefile.cfg.
22968
22969 2001-07-15  Jim Meyering  <meyering@lucent.com>
22970
22971         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22972         (BUILT_SOURCES): Add unlocked-io.h.
22973         (io_functions): Define.
22974         (unlocked-io.h): New rule.
22975         (DISTCLEANFILES): Add unlocked-io.h.
22976         (all-local): Depend on unlocked-io.h, to ensure it is created.
22977
22978         * lib/unlocked-io.hin: New file
22979
22980         * lib/regex.c: Update from glibc.
22981
22982 2001-07-05  Jim Meyering  <meyering@lucent.com>
22983
22984         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22985         recommendation.
22986         (libfetish_a_SOURCES): Put all .h files here instead.
22987         Remove a thus-exposed (better checks in automake) duplicate and
22988         two unnecessary .h files.
22989
22990 2001-07-04  Jim Meyering  <meyering@lucent.com>
22991
22992         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22993         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22994         distcheck failure.
22995
22996 2001-07-02  Jim Meyering  <meyering@lucent.com>
22997
22998         The following changes were prompted by suggestions from Bruno Haible.
22999
23000         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23001         is now generated.
23002         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23003         definition of EXTRA_DIST.
23004         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23005         ensure that the generated file is created/updated whenever the list
23006         of $(unlocked_functions) is changed.
23007         (jm-glibc-io.m4): New rule.
23008         (unlocked-io.h): New rule -- currently unused.
23009
23010 2001-06-24  Jim Meyering  <meyering@lucent.com>
23011
23012         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23013         unmatched right bracket, rather than kludging it with an extra,
23014         falsely-matching quote in a comment.  Patch by Akim Demaille.
23015
23016 2001-06-11  Jim Meyering  <meyering@lucent.com>
23017
23018         * lib/regex.c: Update from GNU libc.
23019
23020 2001-05-27  Jim Meyering  <meyering@lucent.com>
23021
23022         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23023         Check for ut_type in struct utmp.
23024
23025 2001-05-27  Jim Meyering  <meyering@lucent.com>
23026
23027         * lib/readutmp.h (UT_TYPE): Define.
23028
23029 2001-05-24  Jim Meyering  <meyering@lucent.com>
23030
23031         * lib/argmatch.c: Include "quote.h".
23032         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23033         quote function.  Reported by Göran Uddeborg.
23034
23035 2001-05-22  Jim Meyering  <meyering@lucent.com>
23036
23037         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23038         now that we use the package-supplied version unconditionally.
23039         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23040
23041 2001-05-21  Jim Meyering  <meyering@lucent.com>
23042
23043         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23044         shell syntax errors.
23045
23046 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23047
23048         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23049
23050 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23051
23052         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23053         Don't bother to check library strftime, since
23054         we'll be using our own my_strftime function anyway.
23055         Define my_strftime instead of strftime.
23056
23057 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23058
23059         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23060         which is not yet declared.
23061
23062 2001-05-15  Jim Meyering  <meyering@lucent.com>
23063
23064         * m4/regex.m4: Use proper quoting so brackets appear in the test
23065         program.
23066         Reported by, and with help from, Bruno Haible.
23067
23068 2001-05-13  Jim Meyering  <meyering@lucent.com>
23069
23070         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23071         undefined.
23072
23073 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23074
23075         dirname code cleanup.  base_name now behaves more compatibly
23076         with POSIX basename when given file names that have trailing
23077         slashes, and similarly for dir_name.  Add new primitives
23078         base_len and dir_len.  Put the directory-name-related decls
23079         into dirname.h.
23080
23081         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23082         * lib/backupfile.c (base_name): Likewise.
23083         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23084         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23085         * lib/makepath.c (strip_trailing_slashes): Likewise.
23086         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23087         ISSLASH): Likewise.
23088         * lib/rename.c (strip_trailing_slashes): Likewise.
23089         * lib/same.c (base_name): Likewise.
23090         * lib/stripslash.c (ISSLASH): Likewise.
23091
23092         * lib/addext.c: Include <dirname.h> after size_t is defined.
23093         * lib/backupfile.c: Likewise.
23094
23095         * lib/addext.c (addext): Use base_len to trim redundant
23096         trailing slashes instead of doing it ourselves.
23097         But do not trim the last slash if it is not redundant.
23098
23099         * lib/backupfile.c (find_backup_file_name,
23100         max_backup_version): Use base_len instead of rolling it ourselves.
23101         Handle the case of "" and (on DOS) "C:" correctly.
23102
23103         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23104         needed. Include <string.h>, <dirname.h>.
23105         (base_name): Allow file names ending in slashes, other than names
23106         that are all slashes.  In this case, return the basename followed
23107         by the slashes.  This is more general, and can be used in places
23108         where the original base_name purposely had an assertion failure.
23109         (base_len): New function.
23110
23111         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23112         Do not include <assert.h>; no longer needed.
23113         Include xalloc.h.
23114         (memrchr): Remove decl.
23115         (dir_name_r): Remove.
23116         (dir_len): Renamed from dirlen.  All callers changed.
23117         Rewrite in terms of base_name, for simplicity and consistency.
23118         (dir_name): Never return NULL.  All callers changed.
23119         Do not include <stdlib.h> in test program; no longer needed.
23120         return 0; is fine for test program.
23121
23122         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23123         New macros.
23124         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23125
23126         * lib/path-concat.c (path_concat): Use base_len to compute
23127         base length, not strlen; this means we cannot rely on memcpy
23128         to null-terminate.
23129
23130         * lib/same.c (STREQ): Remove.
23131         (same_name): Handle the case where the basename ends in trailing '/'.
23132
23133         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23134         a slash was stripped.  Do not strip the last slash after a
23135         file system prefix.
23136
23137 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23138
23139         * lib/Makefile.am (libfetish_a_SOURCES):
23140         Add strftime.c, since we now compile it on all hosts.
23141
23142         * lib/strftime.c (my_strftime):
23143         Define to nstrftime if emacs, but only if my_strftime is not defined.
23144         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23145         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23146         Add one more extra argument: a nanoseconds value.
23147         All uses changed.
23148         (ns): New macro.
23149         (my_strftime function): Add %N format.
23150         (emacs_strftimeu): Renamed from emacs_strftime,
23151         with extra ut argument.
23152
23153 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23154
23155         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23156
23157 2001-04-21  Jim Meyering  <meyering@lucent.com>
23158
23159         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23160         doesn't interfere.
23161
23162 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23163
23164         * m4/ftruncate.m4: Check for chsize.
23165         Link with ftruncate.o unconditionally if ftruncate is missing.
23166         This was required when cross-compiling to i586-mingw32msvc.
23167
23168 2001-04-08  Jim Meyering  <meyering@lucent.com>
23169
23170         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23171         recomputed; that's necessary when the offset spans a DST transition.
23172         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23173
23174 2001-04-02  Jim Meyering  <meyering@lucent.com>
23175
23176         * lib/regex.h, regex.c: Update from GNU libc.
23177
23178 2001-03-24  Jim Meyering  <meyering@lucent.com>
23179
23180         * m4/jm-macros.m4: Require autoconf-2.49d.
23181
23182 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23183
23184         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23185
23186 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23187
23188         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23189
23190 2001-03-17  Jim Meyering  <meyering@lucent.com>
23191
23192         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23193         now that the version in autoconf is equivalent.
23194         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23195
23196         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23197         Suggestion from Akim Demaille.
23198
23199         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23200         (jm_PREREQ_TEMPNAME): New function.
23201
23202 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23203
23204         * lib/tempname.c (uint64_t): Define to uintmax_t if
23205         not defined, and if UINT64_MAX is not defined.
23206         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23207         Reported by John David Anglin.
23208
23209 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23210
23211         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23212         resolve alias if codeset is empty.
23213         * lib/config.charset (BeOS): Use wildcard syntax.
23214
23215 2001-03-13  Jim Meyering  <meyering@lucent.com>
23216
23217         * lib/path-concat.c (path_concat)
23218         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23219         concatenating e.g., `C:' and `foo'.
23220         From Bruno Haible.
23221
23222 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23223
23224         * lib/localcharset.c (locale_charset): Don't use
23225         setlocale(LC_CTYPE,NULL). Don't return NULL.
23226         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23227
23228 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23229
23230         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23231         support for DOS/DJGPP.
23232
23233 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23234
23235         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23236         lacks mkstemp.  Compile our own tempname.c if we compile our own
23237         mkstemp.c, as mkstemp relies on tempname.
23238
23239 2001-03-01  Jim Meyering  <meyering@lucent.com>
23240
23241         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23242         AH_VERBATIM really does output its argument verbatim.
23243
23244 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23245
23246         * lib/Makefile.am (libfetish_a_SOURCES):
23247         Add dup-safer.c, fopen-safer.c.
23248         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23249
23250         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23251         * lib/unistd-safer.h: New files.
23252
23253 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23254
23255         The mkstemp replacement is taken from glibc 2.2.2, with some
23256         portability fixes for use outside glibc, as follows:
23257
23258         * lib/tempname.c (struct_stat64): New macro.
23259         (direxists, __gen_tempname): Use it.
23260         This avoids a portability problem with Solaris 8.
23261
23262         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23263         (<stddef.h>, <stdint.h>, <string.h>):
23264         Include only if STDC_HEADERS || _LIBC.
23265         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23266         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23267         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23268         (__set_errno): Define this macro if <errno.h> doesn't.
23269         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23270         Define these macros if <stdio.h> doesn't.
23271         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23272         Define these macros if <sys/stat.h>
23273         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23274         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23275         __xstat64): Define if not _LIBC.
23276         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23277         (__gen_tempname): Invoke gettimeofday only if
23278         HAVE_GETTIMEOFDAY || _LIBC;
23279         otherwise, fall back on plain "time".
23280         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23281
23282         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23283
23284         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23285
23286 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23287
23288         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23289
23290 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23291
23292         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23293         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23294         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23295         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23296
23297 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23298
23299         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23300         Remove workaround macros for hosts that have mbrtowc but not
23301         mbstate_t, as we now insist on proper declarations for both
23302         before using mbrtowc.
23303
23304 2001-02-17  Jim Meyering  <meyering@lucent.com>
23305
23306         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23307         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23308         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23309         UnixWare 7.1.1.
23310
23311         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23312         rather than AC_CACHE_VAL.
23313
23314 2001-02-17  Jim Meyering  <meyering@lucent.com>
23315
23316         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23317         around included file name.
23318
23319         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23320
23321         * lib/strftime.c: Update from GNU libc (the only changes were to
23322         comments).
23323
23324 2001-02-17  Jim Meyering  <meyering@lucent.com>
23325
23326         * lib/regex.c: Update from libc.
23327
23328 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23329
23330         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23331         clash.
23332
23333 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23334
23335         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23336         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23337         Reported by Mark Hounschell via Paul Eggert.
23338
23339 2001-02-07  Jim Meyering  <meyering@lucent.com>
23340
23341         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23342
23343 2001-02-05  Jim Meyering  <meyering@lucent.com>
23344
23345         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23346         it includes the patch required for `large file' support with at least
23347         HP-UX's 10.20 /bin/cc.
23348
23349 2001-02-03  Jim Meyering  <meyering@lucent.com>
23350
23351         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23352         AS_IF, now that it works once again (mysteriously).
23353         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23354
23355 2001-01-30  Jim Meyering  <meyering@lucent.com>
23356
23357         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23358         * m4/chown.m4: Rename conftestchown to conftest.chown.
23359         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23360         s/conftestdir2/conftest.d2/.
23361         * m4/utimes.m4: s/conftestdata/conftest.data/
23362         Inspired by Pavel Roskin's change in autoconf.
23363
23364 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23365
23366         * lib/config.charset: Update for FreeBSD 4.2.
23367
23368 2001-01-27  Jim Meyering  <meyering@lucent.com>
23369
23370         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23371         a use of AS_IF.
23372         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23373
23374 2001-01-26  Jim Meyering  <meyering@lucent.com>
23375
23376         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23377         quotearg.c includes it.
23378
23379 2001-01-26  Jim Meyering  <meyering@lucent.com>
23380
23381         * lib/quotearg.c: Include stddef.h.
23382         * lib/quote.c: Include stddef.h.
23383         Reported by Axel Kittenberger.
23384
23385         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23386         line in double quotes so that it evokes a better diagnostic.
23387         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23388         Reported by Axel Kittenberger.
23389
23390 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23391
23392         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23393         as if it was a `charset'.
23394
23395 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23396
23397         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23398         has const.
23399
23400 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23401
23402         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23403         to avoid a warning.  Add back 'const' to inptr.
23404
23405 2001-01-20  Jim Meyering  <meyering@lucent.com>
23406
23407         Be sure that headers are checked before used in code compiled
23408         for the type checks.
23409         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23410         In place of that, invoke jm_CHECK_ALL_TYPES.
23411         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23412         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23413         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23414         The check for ssize_t was mistakenly run before the test for unistd.h.
23415
23416         The configure-time check for stdbool.h was missing.
23417         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23418         (jm_PREREQ_HASH): New function.
23419
23420 2001-01-17  Jim Meyering  <meyering@lucent.com>
23421
23422         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23423         for autoconf-2.49c.
23424         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23425
23426 2001-01-16  Jim Meyering  <meyering@lucent.com>
23427
23428         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23429         From Bruno Haible.
23430
23431 2001-01-14  Jim Meyering  <meyering@lucent.com>
23432
23433         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23434         foo and bar.  Create conftestdir/ in the script, not in the C code.
23435         Remove directories in the script, not in the C code.
23436         Remove conftestdir{,2} before trying to create the directory.
23437         Make the entire configure script fail if the mkdir fails.
23438
23439 2001-01-14  Jim Meyering  <meyering@lucent.com>
23440
23441         * lib/rename.c: New file.  From Volker Borchert.
23442         Include stdlib.h, string.h or strings.h, and xalloc.h.
23443         Use strip_trailing_slashes rather than open-coding it.
23444
23445 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23446
23447         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23448
23449 2001-01-03  Jim Meyering  <meyering@lucent.com>
23450
23451         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23452         of local `inptr' to avoid warning with some system declarations of
23453         iconv.
23454
23455 2001-01-02  Volker Borchert  <bt@teknon.de>
23456
23457         * m4/rename.m4: New file.
23458         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23459
23460 2001-01-01  Jim Meyering  <meyering@lucent.com>
23461
23462         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23463         even on systems with utmpx.h.  It's necessary for the declaration of
23464         utmp's ut_user member.  Reported by Andreas Jaeger.
23465
23466         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23467         available. They are required for the declarations of getgrgid and
23468         getpwuid resp.
23469         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23470         Reported by Andreas Jaeger.
23471
23472 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23473
23474         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23475         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23476         so `make install' also works in VPATH builds.
23477
23478 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23479
23480         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23481         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23482         can be used in subdirectories.
23483
23484 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23485
23486         * lib/modechange.c: Do not assume that mode_t uses the
23487         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23488         the other-execute bit of FOO even if S_IXOTH != 1.
23489
23490         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23491         WOTH, XOTH, ALLM): New macros.
23492         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23493          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23494         Use them.
23495         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23496         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23497         (mode_compile):
23498         No need to use uintmax_t; unsigned long is long enough.
23499         Don't bother to get suffix since we don't use it.
23500
23501 2000-12-26  Jim Meyering  <meyering@lucent.com>
23502
23503         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23504         better with autoheader.
23505
23506 2000-12-24  Jim Meyering  <meyering@lucent.com>
23507
23508         * lib/hash.c (is_prime): Return explicit boolean values.
23509         (hash_get_first): Return NULL to appease Irix5.6's 89.
23510         Reported by Nelson Beebe.
23511
23512 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23513
23514         * lib/localcharset.c (locale_charset): Add support for Win32.
23515
23516 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23517
23518         * lib/physmem.h, lib/physmem.c: New files.
23519
23520         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23521         (noinst_HEADERS): Add physmem.h.
23522
23523         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23524         't' for compatibility with Solaris 8 sort.
23525
23526 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23527
23528         * lib/config.charset: Add support for BeOS.
23529
23530 2000-12-17  Jim Meyering  <meyering@lucent.com>
23531
23532         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23533         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23534
23535 2000-12-16  Jim Meyering  <meyering@lucent.com>
23536
23537         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23538         N and M) would have treated it like `chown N:N FILE'.
23539
23540         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23541
23542 2000-12-16  Jim Meyering  <meyering@lucent.com>
23543
23544         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23545         SHELLS_FILE to a file name that's useful on djgpp systems.
23546         Include stdlib.h.
23547         (ADDITIONAL_DEFAULT_SHELLS): Define.
23548         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23549         Based mostly on a patch from Prashant TR.
23550
23551 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23552
23553         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23554         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23555         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23556
23557 2000-12-08  Andreas Schwab  <schwab@suse.de>
23558
23559         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23560         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23561
23562 2000-12-07  Jim Meyering  <meyering@lucent.com>
23563
23564         * lib/stripslash.c (ISSLASH): Define.
23565         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23566         `/'.
23567         From Prashant TR.
23568
23569         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23570         (dir_name_r): Declare this function as static.
23571         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23572         manifest itself on a name containing a mix of slashes and
23573         backslashes.
23574         Make this function work with names starting with a DOS-style
23575         drive letter and colon prefix.
23576         (dir_name): Append `.' if necessary.
23577         Based mostly on patches from Prashant TR and Eli Zaretskii.
23578
23579         * lib/dirname.h (dir_name_r): Remove prototype.
23580
23581 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23582
23583         * m4/off_t-format.m4: Remove this file.
23584         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23585
23586 2000-12-06  Jim Meyering  <meyering@lucent.com>
23587
23588         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23589         replacement strtoull, we may well need the replacement strtoul, too.
23590         Check for declarations of strtoul and strtoull.
23591         Check for strtol.  Mainly as a cue to cause automake to include
23592         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23593         Check for limits.h -- strtol.c needs it.
23594
23595 2000-12-05  Jim Meyering  <meyering@lucent.com>
23596
23597         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23598
23599 2000-12-04  Jim Meyering  <meyering@lucent.com>
23600
23601         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23602         Also include memory.h, stdlib.h, unistd.h if appropriate.
23603         Reported by Andreas Jaeger (conflicting declaration of malloc).
23604
23605 2000-12-02  Jim Meyering  <meyering@lucent.com>
23606
23607         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23608         * m4/jm-macros.m4 (jm_MACROS): require it.
23609
23610 2000-12-02  Jim Meyering  <meyering@lucent.com>
23611
23612         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23613
23614 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23615
23616         * lib/memrchr.c: Include <config.h> before any system include file.
23617
23618 2000-11-30  Jim Meyering  <meyering@lucent.com>
23619
23620         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23621
23622 2000-11-30  Jim Meyering  <meyering@lucent.com>
23623
23624         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23625
23626 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23627
23628         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23629
23630 2000-11-26  Jim Meyering  <meyering@lucent.com>
23631
23632         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23633
23634 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23635
23636         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23637         size of (size_t) -1; it's not portable.
23638
23639 2000-11-17  Jim Meyering  <meyering@lucent.com>
23640
23641         * lib/strstr.c: Update from GNU libc.
23642
23643 2000-11-17  Akim Demaille  <akim@epita.fr>
23644
23645         * lib/obstack.h: Formatting changes.
23646         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23647         prevent type checking.
23648         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23649         cast the value to (void *): assigning a `foo *' to a `void *'
23650         variable is valid.
23651         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23652
23653 2000-11-16  Jim Meyering  <meyering@lucent.com>
23654
23655         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23656
23657 2000-11-11  Jim Meyering  <meyering@lucent.com>
23658
23659         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23660
23661 2000-11-10  Jim Meyering  <meyering@lucent.com>
23662
23663         * lib/obstack.h: Update from GNU libc.
23664         * lib/obstack.c: Likewise.
23665
23666 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23667
23668         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23669
23670 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23671
23672         * lib/getusershell.c (setusershell): Use rewind rather than
23673         fseek/fseeko, to avoid configuration hassles with fseeko.
23674         Don't bother opening SHELLS_FILE if shellstream is NULL;
23675         it's not necessary.
23676
23677 2000-11-05  Jim Meyering  <meyering@lucent.com>
23678
23679         * lib/makepath.h (make_dir): Declare.
23680         * lib/makepath.c (make_dir): Remove `static' attribute.
23681         Tweak a comment.
23682
23683 2000-11-04  Jim Meyering  <meyering@lucent.com>
23684
23685         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23686
23687 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23688
23689         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23690         last one in a bucket, advance to the next bucket.
23691
23692 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23693
23694         * lib/fnmatch.c: Do not comment out all the code if we are using
23695         the GNU C library, because in some cases we are replacing buggy
23696         code in the GNU C library itself.
23697
23698 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23699
23700         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23701         (regex_compile): Catch bogus \(\1\).
23702
23703 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23704
23705         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23706         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23707         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23708
23709 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23710
23711         * lib/error.h, getline.h, modechange.h:
23712         Remove "2000" from Copyright line, as the file hasn't been
23713         changed this year other than in the copyright notice.
23714
23715         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23716         was changed this year.
23717
23718 2000-10-29  Jim Meyering  <meyering@lucent.com>
23719
23720         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23721         renaming.
23722         * m4/ls-mntd-fs.m4: Likewise
23723
23724 2000-10-29  Jim Meyering  <meyering@lucent.com>
23725
23726         * lib/xstat.in: Fix grammar in comment.
23727
23728 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23729
23730         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23731         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23732         doesn't define __restrict_arr.
23733
23734 2000-10-28  Jim Meyering  <meyering@lucent.com>
23735
23736         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23737         (jm_PREREQ_MEMCHR): New function.
23738
23739 2000-10-28  Jim Meyering  <meyering@lucent.com>
23740
23741         * lib/memchr.c: Update from libc.
23742         Adjust for portability:
23743         [HAVE_STDLIB_H]: Include stdlib.h.
23744         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23745         Undef __memchr, too.
23746         [!weak_alias]: Define __memchr to memchr.
23747
23748         * lib/regex.c: Update from libc.
23749         * lib/regex.h: Likewise.
23750         * lib/getopt1.c: Likewise.
23751         * lib/memcmp.c: Likewise.
23752
23753         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23754         Avoid using fseek, when possible -- it's broken by design.
23755         Patch by Ulrich Drepper.
23756
23757 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23758
23759         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23760         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23761         Giving in to popular pressure to shut up the compiler with casts.
23762
23763 2000-10-26  Jim Meyering  <meyering@lucent.com>
23764
23765         * lib/strftime.c: Update from libc.
23766
23767 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23768
23769         * regex.c: More `unsigned char' -> `re_char' changes.
23770         Also change several `int' into `re_wchar_t'.
23771         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23772         (PUSH_FAILURE_POINTER): Don't cast any more.
23773         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23774         We want GCC to complain, since this piece of code makes
23775         re_match non-reentrant, which *should* be fixed.
23776         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23777         (EXTEND_BUFFER): Use RETALLOC.
23778         (SET_LIST_BIT): Don't cast.
23779         (re_wchar_t): New type.
23780         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23781         that those two functions will always properly return.
23782         (IMMEDIATE_QUIT_CHECK): Cast to void.
23783         (analyse_first): Use recursion rather than an explicit stack.
23784         (re_compile_fastmap): Can't fail anymore.
23785         (re_search_2): Don't check re_compile_fastmap for failure.
23786         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23787         Now also sets the new value (passed in a new argument).
23788         (re_match_2_internal): Use it.
23789         Also, use a new var `reg' of type size_t when looping through regs
23790         rather than reuse the inappropriate `mcnt'.
23791
23792 2000-10-25  Jim Meyering  <meyering@lucent.com>
23793
23794         * lib/obstack.c: Update from libc.
23795
23796 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23797
23798         * regex.c (regex_compile): Change the way of handling a range from
23799         a char less than 256 to a char not less than 256.
23800
23801 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23802
23803         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23804         NT-Emacs only.
23805         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23806         so that re_search functions only quit when callers expect them to.
23807
23808 2000-10-23  Jim Meyering  <meyering@lucent.com>
23809
23810         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23811         wrong.  That set_locale call must not have any side effects.
23812         From Paul Eggert.
23813
23814 2000-10-22  Jim Meyering  <meyering@lucent.com>
23815
23816         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23817         [CYCLIC]: Remove now-unused definition.
23818
23819         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23820         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23821         Suggestion from Ulrich Drepper.
23822
23823 2000-10-21  Jim Meyering  <meyering@lucent.com>
23824
23825         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23826         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23827         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23828
23829 2000-10-21  Jim Meyering  <meyering@lucent.com>
23830
23831         * lib/dirname.c (memrchr): Declare if necessary.
23832         (dir_name): Remove the restriction that there be no
23833         trailing slashes.  Now, this code skips past them, effectively
23834         ignoring them.
23835         [TEST_DIRNAME] (main): New unit tests.
23836
23837         * lib/memrchr.c: New file from GNU libc.
23838         Undef __memrchr, too.
23839         [!weak_alias]: Define __memrchr to memrchr.
23840         Guard weak_alias use with `#ifdef weak_alias'.
23841
23842 2000-10-21  Jim Meyering  <meyering@lucent.com>
23843
23844         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23845         (dir_name): Use dir_name_r.
23846         * lib/dirname.h (dir_name_r): Declare it.
23847
23848 2000-10-17  Jim Meyering  <meyering@lucent.com>
23849
23850         * lib/quote.h (PARAMS): Define and use.
23851         Reported by Akim Demaille.
23852
23853         * lib/getopt.c: Update from libc.
23854
23855 2000-10-16  Jim Meyering  <meyering@lucent.com>
23856
23857         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23858         setlocale.
23859         From Jan Fedak.
23860
23861 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23862
23863         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23864
23865 2000-09-25  Jim Meyering  <meyering@lucent.com>
23866
23867         * lib/md5.h (rol): Define (from GnuPG).
23868
23869         * lib/sha.c: Give credit (GnuPG) where due.
23870         (M): Use rol rather than open-coding it.
23871         Add a FIXME comment.
23872
23873 2000-09-21  Jim Meyering  <meyering@lucent.com>
23874
23875         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23876         Reported by Michael Stone.
23877
23878 2000-09-20  Jim Meyering  <meyering@lucent.com>
23879
23880         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23881         (noinst_HEADERS): Add sha.h.
23882         Based on code from Scott G. Miller and from GnuPG.
23883
23884 2000-09-18  Jim Meyering  <meyering@lucent.com>
23885
23886         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23887         LIBS. Otherwise, everyone ends up linking with -lelf for some
23888         configurations.
23889         Reported by Mike Stone.
23890
23891 2000-09-15  Jim Meyering  <meyering@lucent.com>
23892
23893         * lib/regex.c: Update from libc.
23894
23895 2000-09-10  Jim Meyering  <meyering@lucent.com>
23896
23897         * lib/getopt.c (_getopt_internal): Update from glibc.
23898
23899 2000-09-09  Jim Meyering  <meyering@lucent.com>
23900
23901         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23902         think it should be used as a general replacement for isascii.
23903         * lib/fnmatch.c: Likewise.
23904         * lib/mbswidth.c: Likewise
23905         * lib/regex.c: Likewise.
23906
23907         Don't use atoi.
23908         * lib/userspec.c: Include sys/param.h and limits.h.
23909         Include xstrtol.h.
23910         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23911         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23912         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23913         UID, GID.  Check range.
23914
23915 2000-09-06  Jim Meyering  <meyering@lucent.com>
23916
23917         * lib/getopt.c (_getopt_internal): Update from glibc.
23918
23919 2000-08-30  Jim Meyering  <meyering@lucent.com>
23920
23921         * lib/strftime.c: Merge in changes from GNU libc.
23922
23923 2000-08-26  Jim Meyering  <meyering@lucent.com>
23924
23925         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23926         * m4/fpending.m4: New file.
23927
23928 2000-08-26  Jim Meyering  <meyering@lucent.com>
23929
23930         * lib/closeout.c: Include "__fpending.h".
23931         (close_stdout_status): Return right away if there's nothing to flush.
23932
23933         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23934         * lib/__fpending.c: New file.
23935         * lib/__fpending.h: New file.
23936
23937 2000-08-20  Jim Meyering  <meyering@lucent.com>
23938
23939         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23940         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23941         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23942
23943 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23944
23945         Improve fileutils installation on systems where running
23946         programs (like install) can't be unlinked.
23947         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23948         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23949
23950 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23951
23952         Standardize on "memory exhausted" instead of "Memory exhausted"
23953         or "virtual memory exhausted".
23954         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23955         "virtual memory exhausted".
23956         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23957         our own message.
23958         * lib/userspec.c (parse_user_spec): Likewise.
23959         * lib/bumpalloc.h: comment fix
23960         * lib/same.c, userspec.c: Include xalloc.h.
23961
23962         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23963         not char *const and pointing to a constant array.
23964         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23965         (xrealloc): Comment fix.
23966
23967         * lib/userspec.c (parse_user_spec):
23968         Don't translate a message until just before returning,
23969         to avoid unnecessary translation.
23970
23971 2000-08-07  Jim Meyering  <meyering@lucent.com>
23972
23973         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23974         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23975         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23976         getgroups.c, gethostname.c, getopt.h, group-member.c,
23977         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23978         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23979         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23980         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23981         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23982         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23983         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23984         yesno.c: Back out Copyright date changes for each file with no change
23985         this year.  This eases coordination with other programs using the same
23986         source code modules.  From Paul Eggert.
23987
23988 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23989
23990         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23991         not char, for compatibility with glibc 2.1.3 strftime.c.
23992
23993 2000-08-03  Greg McGary  <greg@mcgary.org>
23994
23995         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23996         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23997         (EXTEND_BUFFER): Use them.
23998
23999 2000-08-01  Jim Meyering  <meyering@lucent.com>
24000
24001         * lib/dirname.c (ISSLASH): Define.
24002         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24003         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24004         both `\' and `/' may be use as path separators.
24005         Based on a patch from Prashant TR.
24006
24007 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24008
24009         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24010         slot vector a constant, since it might get modified.
24011
24012 2000-07-31  Jim Meyering  <meyering@lucent.com>
24013
24014         * lib/xmalloc.c: Use `virtual memory exhausted', not
24015         `Memory exhausted'.
24016         * lib/obstack.c (print_and_abort): Likewise.
24017
24018 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24019
24020         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24021         buffer, so that the caller can always quote one small
24022         component of a "memory exhausted" message in slot 0.
24023         From a suggestion by Jim Meyering.
24024
24025 2000-07-30  Jim Meyering  <meyering@lucent.com>
24026
24027         * lib/makepath.c (make_path): Quote the other instance, too.
24028
24029         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24030         (STATIC_BUF_SIZE): Define.
24031         (quotearg_n_options): Use only statically allocated storage when
24032         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24033         than STATIC_BUF_SIZE.
24034
24035 2000-07-29  Jim Meyering  <meyering@lucent.com>
24036
24037         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24038         * lib/dirname.c (dir_name): Likewise.
24039
24040         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24041         `/'.
24042
24043         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24044         (dir_name): Assert that there are no trailing slashes.
24045
24046 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24047
24048         * lib/mbswidth.h (mbswidth): Add a flags argument.
24049         (mbswidth): New declaration.
24050         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24051         * lib/mbswidth.c (mbswidth): Add a flags argument.
24052         (mbsnwidth): New function.
24053
24054 2000-07-24  Jim Meyering  <meyering@lucent.com>
24055
24056         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24057
24058 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24059
24060         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24061
24062 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24063
24064         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24065         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24066         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24067         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24068         invoke multibyte primitives.
24069
24070 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24071
24072         * lib/quotearg.c:
24073         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24074         so that mbstate_t is always defined.
24075
24076         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24077         be 1 in at least one GCC installation, and this configuration
24078         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24079         performance on hosts that have mbrtowc but have only unibyte
24080         locales, but I assume these hosts are rare.
24081
24082 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24083
24084         * lib/mbswidth.c (_XOPEN_SOURCE):
24085         Don't define; this causes problems on Solaris 7.
24086         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24087
24088 2000-07-23  Jim Meyering  <meyering@lucent.com>
24089
24090         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24091         too: getgrgid, getpwuid, getuid.
24092
24093 2000-07-23  Jim Meyering  <meyering@lucent.com>
24094
24095         * lib/basename.c (base_name): Add an assertion.
24096
24097 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24098
24099         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24100         shadow its mbsinit function.
24101
24102 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24103
24104         * lib/mbswidth.h: New file.
24105         * lib/mbswidth.c: New file.
24106         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24107         (noinst_HEADERS): Add mbswidth.h.
24108
24109 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24110
24111         * lib/config.charset: Add support for FreeBSD. Improve support for
24112         HP-UX and IRIX 6.
24113
24114 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24115
24116         * m4/mbswidth.m4: New file.
24117         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24118
24119 2000-07-15  Jim Meyering  <meyering@lucent.com>
24120
24121         * lib/makepath.c: Include quote.h.
24122         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24123         corresponding argument in a `quote (...)' call.
24124         Give better diagnostics.
24125
24126         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24127         (noinst_HEADERS): Add quote.h.
24128
24129         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24130         from tar's src/misc.c.
24131         * lib/quote.h: New file.  Prototypes for same.
24132
24133 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24134
24135         From a suggestion by Bruno Haible.
24136         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24137         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24138         to decide whether to define the BeOS workaround macro;
24139         this adjusts to the change to AC_MBSTATE_T.
24140
24141 2000-07-14  Jim Meyering  <meyering@lucent.com>
24142
24143         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24144         jm_AC_TYPE_UINTMAX_T.
24145
24146 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24147
24148         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24149
24150         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24151         quotearg_buffer_restyled): Add support for
24152         clocale_quoting_style.  Undo previous change to
24153         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24154         and "{RIGHT QUOTATION MARK}" msgids.
24155
24156 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24157
24158         From a suggestion by Bruno Haible.
24159         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24160         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24161         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24162         and mbstate_t, to a single-part test that simply defines mbstate_t.
24163         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24164         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24165
24166 2000-07-10  Jim Meyering  <meyering@lucent.com>
24167
24168         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24169
24170         * m4/gnu-source.m4: Output to confdefs.h directly.
24171         Suggestion from Akim Demaille.
24172
24173 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24174
24175         The old behavior of quoting `like this' doesn't look good with
24176         newer, ISO-style fonts.  See:
24177         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24178
24179         Instead, quote "like this" by default.  Let the translator
24180         tailor the locale-specific quoting behavior by providing
24181         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24182
24183         * lib/quotearg.c (N_): New macro.
24184         (gettext_default): New function.
24185         (quotearg_buffer_restyled): Use
24186         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24187         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24188
24189 2000-07-09  Jim Meyering  <meyering@lucent.com>
24190
24191         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24192         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24193
24194         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24195         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24196
24197 2000-07-09  Jim Meyering  <meyering@lucent.com>
24198
24199         * lib/Most files: Update copyright dates to include 2000.
24200
24201 2000-07-08  Jim Meyering  <meyering@lucent.com>
24202
24203         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24204         if not defined.
24205         (xgethostname): Remove now-unnecessary #ifdef.
24206         Move declaration of `err' into loop where it's used.
24207
24208 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24209         and Bruno Haible  <haible@clisp.cons.org>
24210
24211         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24212         only if the test for an object-type mbstate_t fails.  This
24213         prevents us from mistakenly reporting that mbstate_t is a
24214         system object type after we "#define mbstate_t int" to work
24215         around its lack.
24216
24217 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24218         and Bruno Haible  <haible@clisp.cons.org>
24219
24220         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24221
24222 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24223
24224         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24225         to strerror_r.
24226         Include <ctype.h> for use of isalpha.
24227
24228 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24229
24230         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24231         by allocating a larger buffer. Test the gethostname return value for
24232         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24233         returns an error and ENAMETOOLONG isn't defined.
24234
24235 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24236
24237         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24238         dimension.
24239
24240 2000-07-04  Jim Meyering  <meyering@lucent.com>
24241
24242         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24243         of the deprecated AC_CHECKING.
24244
24245 2000-07-04  Jim Meyering  <meyering@lucent.com>
24246
24247         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24248         Reported by Bruno Haible.
24249
24250 2000-07-04  Jim Meyering  <meyering@lucent.com>
24251
24252         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24253         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24254         lacks mbrtowc.
24255
24256 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24257
24258         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24259         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24260
24261 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24262         and Bruno Haible  <haible@clisp.cons.org>
24263
24264         * lib/quotearg.c (mbrtowc):
24265         Assign to *pwc, and return 1 only if result is nonzero.
24266         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24267
24268 2000-07-03  Jim Meyering  <meyering@lucent.com>
24269
24270         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24271
24272 2000-07-03  Jim Meyering  <meyering@lucent.com>
24273
24274         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24275         This is necessary to get a definition of e.g., UTMP_FILE on
24276         HP-UX 10.20.
24277         From Bob Proulx.
24278
24279 2000-07-02  Jim Meyering  <meyering@lucent.com>
24280
24281         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24282
24283         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24284         AC_LIBOBJ(function_name).
24285         * m4/chown.m4: Likewise.
24286         * m4/fnmatch.m4: Likewise.
24287         * m4/ftruncate.m4: Likewise.
24288         * m4/getgroups.m4: Likewise.
24289         * m4/getline.m4: Likewise.
24290         * m4/group-member.m4: Likewise.
24291         * m4/jm-macros.m4: Likewise.
24292         * m4/lstat.m4: Likewise.
24293         * m4/malloc.m4: Likewise.
24294         * m4/memcmp.m4: Likewise.
24295         * m4/nanosleep.m4: Likewise.
24296         * m4/putenv.m4: Likewise.
24297         * m4/realloc.m4: Likewise.
24298         * m4/regex.m4: Likewise.
24299         * m4/stat.m4: Likewise.
24300         * m4/strftime.m4: Likewise.
24301
24302 2000-07-02  Jim Meyering  <meyering@lucent.com>
24303
24304         * lib/quotearg.c (mbstate_t): Don't define here.
24305
24306 2000-07-02  Jim Meyering  <meyering@lucent.com>
24307
24308         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24309
24310 2000-07-01  Jim Meyering  <meyering@lucent.com>
24311
24312         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24313
24314 2000-07-01  Jim Meyering  <meyering@lucent.com>
24315
24316         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24317         problem.
24318
24319 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24320
24321         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24322         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24323
24324 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24325
24326         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24327         per change in ../m4/ls-mntd-fs.m4.
24328         (read_filesystem_list): Ignore symbolic links.
24329
24330 2000-06-29  Jim Meyering  <meyering@lucent.com>
24331
24332         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24333         for declaration of strcmp.
24334
24335         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24336
24337         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24338         Avoid warning by casting result to `char *' to remove `const'.
24339
24340 2000-06-28  Jim Meyering  <meyering@lucent.com>
24341
24342         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24343         included by quotearg.c, for which we perform this test.  From
24344         Bruno Haible.
24345
24346 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24347
24348         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24349         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24350         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24351
24352 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24353
24354         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24355
24356 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24357
24358         savedir now sets errno on failure and invokes xmalloc to get memory.
24359         Fix a couple of other minor bugs while we're at it.
24360
24361         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24362         (NAMLEN): Remove macro.
24363         (malloc, realloc): Remove decls.
24364         (stpcpy): Likewise.
24365         ("xalloc.h"): Include.
24366         (NAME_SIZE_DEFAULT): New macro.
24367         (savedir): Use xmalloc / xrealloc to allocate memory.
24368         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24369         Skip "" directory entries.
24370         Use strlen to calculate directory entry length, since the old method
24371         is rarely used these days and isn't worth supporting.
24372         Don't use a pointer after freeing it.
24373         Check for integer overflow when calculating allocation size.
24374         Use memcpy to copy entries, instead of stpcpy.
24375         Set errno properly when returning NULL.
24376         Check for readdir error.
24377
24378 2000-06-26  Jim Meyering  <meyering@lucent.com>
24379
24380         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24381
24382 2000-06-25  Jim Meyering  <meyering@lucent.com>
24383
24384         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24385         Linux header bug when _XOPEN_SOURCE is defined to 500.
24386
24387 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24388
24389         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24390         deficiency.
24391
24392 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24393
24394         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24395         Include xalloc.h.
24396         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24397
24398 2000-06-24  Jim Meyering  <meyering@lucent.com>
24399
24400         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24401         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24402         for which strerror does return char*, but which lacks a conveniently
24403         accessible declaration of the function.  If the compile-test says
24404         strerror_r doesn't work, then resort to a `run'-test that works on
24405         BeOS and segfaults on DEC Unix.
24406
24407 2000-06-24  Jim Meyering  <meyering@lucent.com>
24408
24409         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24410
24411 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24412
24413         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24414         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24415
24416 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24417
24418         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24419         (mbrtowc, mbstate_t): Define substitutes if
24420         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24421         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24422         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24423
24424 2000-06-23  Jim Meyering  <meyering@lucent.com>
24425
24426         * m4/afs.m4: Add missing AC_MSG_RESULT.
24427         Reported by Bruno Haible.
24428
24429         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24430         Suggestion from Bruno Haible.
24431
24432 2000-06-23  Jim Meyering  <meyering@lucent.com>
24433
24434         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24435
24436 2000-06-21  Jim Meyering  <meyering@lucent.com>
24437
24438         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24439
24440 2000-06-21  Jim Meyering  <meyering@lucent.com>
24441
24442         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24443         (noinst_HEADERS): Add getstr.h.
24444
24445         * lib/getline.c (getstr): Move into a separate file.
24446         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24447         the following changes: new parameter, delim2; both delim[12]
24448         parameters have type `int', not `char'.  The latter would lose
24449         with 8-bit delimiters.
24450         * lib/getstr.h: New file.
24451
24452 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24453
24454         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24455         than 1024, return a memory chunk of least possible size, instead
24456         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24457         Use free/xmalloc instead of xrealloc to avoid copying for very long
24458         paths.
24459
24460 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24461
24462         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24463         the empty string.
24464
24465 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24466
24467         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24468         address, not strdup.  Include <stdlib.h> and don't declare free().
24469
24470 2000-06-19  Jim Meyering  <meyering@lucent.com>
24471
24472         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24473
24474 2000-06-18  Jim Meyering  <meyering@lucent.com>
24475
24476         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24477
24478         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24479         `checking whether...' message to be consistent with that of the
24480         lstat test.
24481
24482 2000-06-18  Jim Meyering  <meyering@lucent.com>
24483
24484         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24485         Besides, these days every porting target provides a mkdir function.
24486
24487         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24488         needed. (this snippet comes from src/system.h).
24489
24490 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24491
24492         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24493
24494 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24495
24496         * lib/human.c (adjust_value): New function.
24497         (human_readable_inexact): Apply rounding style even when
24498         printing approximate values.
24499
24500 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24501
24502         * lib/human.c (human_readable_inexact): Allow an input block
24503         size that is not a multiple of the output block size, and vice versa.
24504         Reported by Piergiorgio Sartor.
24505
24506 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24507
24508         * lib/getdate.y (get_date): Apply relative times after time
24509         zone indicator, not before.  Reported by Todd A. Jacobs.
24510
24511 2000-06-13  Jim Meyering  <meyering@lucent.com>
24512
24513         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24514
24515         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24516
24517 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24518
24519         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24520
24521 2000-06-12  Jim Meyering  <meyering@lucent.com>
24522
24523         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24524         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24525         optional argument.
24526         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24527         the optional argument, `lib'.
24528
24529 2000-06-08  Jim Meyering  <meyering@lucent.com>
24530
24531         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24532
24533 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24534
24535         Rewrite largefile configuration so that we don't need to run
24536         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24537         AC_CANONICAL_HOST in configure.in -- jmm]
24538
24539         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24540         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24541         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24542         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24543         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24544         All uses changed.
24545         Instead of inspecting the output of getconf, try to compile the
24546         test program without and with the macro definition.
24547         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24548         for getconf.  Instead, check for the needed flags by compiling
24549         test programs.
24550
24551 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24552
24553         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24554
24555 2000-06-04  Jim Meyering  <meyering@lucent.com>
24556
24557         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24558         SunOS 4.1.4 for which gid_t is an unsigned type.
24559
24560 2000-06-03  Jim Meyering  <meyering@lucent.com>
24561
24562         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24563         now that autoconf requires that.
24564
24565         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24566         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24567         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24568
24569 2000-06-03  Jim Meyering  <meyering@lucent.com>
24570
24571         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24572
24573 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24574
24575         * m4/glibc21.m4: New file.
24576         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24577
24578 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24579
24580         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24581         newer, don't install charset.alias.
24582         * lib/config.charset: Change the Linux/glibc rules so they become empty
24583         on glibc-2.1 or newer.
24584
24585 2000-06-02  Jim Meyering  <meyering@lucent.com>
24586
24587         * lib/mountlist.c: Back out last change.  Instead, do this...
24588         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24589         me_dummy member using the same `ignore'-testing code.
24590         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24591         fs_type strings.
24592         From Mark D. Roth.
24593
24594 2000-05-29  Jim Meyering  <meyering@lucent.com>
24595
24596         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24597         mounts with the `ignore' attribute.  Based on a patch from
24598         Mark D. Roth.
24599
24600 2000-05-28  Jim Meyering  <meyering@lucent.com>
24601
24602         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24603         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24604         * m4/stat.m4: Likewise.
24605         * m4/lstat.m4: Likewise.
24606         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24607
24608         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24609         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24610
24611 2000-05-26  Jim Meyering  <meyering@lucent.com>
24612
24613         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24614
24615 2000-05-24  Jim Meyering  <meyering@lucent.com>
24616
24617         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24618         autoconf requires that.
24619         * m4/lib-check.m4: Likewise.
24620         * m4/jm-macros.m4: Likewise.
24621         * m4/strftime.m4: Likewise.
24622
24623         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24624         AC_CHECK_DECLS, now that autoconf requires that.
24625
24626 2000-05-22  Jim Meyering  <meyering@lucent.com>
24627
24628         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24629         * m4/lstat.m4: Likewise.
24630
24631 2000-05-22  Jim Meyering  <meyering@lucent.com>
24632
24633         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24634
24635 2000-05-20  Jim Meyering  <meyering@lucent.com>
24636
24637         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24638         (jm_PREREQ): Use it.
24639
24640 2000-05-18  Jim Meyering  <meyering@lucent.com>
24641
24642         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24643         back, too, since it may have been modified by allocate_entry.
24644         (hash_delete): Rewrite to use neither the assignment operator
24645         nor the comma operator in an if-expression.
24646
24647 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24648
24649         * lib/closeout.c:
24650         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24651         Remove; no longer needed.
24652         "quotearg.h": Add include.
24653         (file_name): Do not bother to explicitly initialize to NULL; it's less
24654         efficient on some hosts.
24655         (close_stdout_status): Remove test as to whether stdout was already
24656         closed; it breaks for the case "echo x | sort >&-".
24657         Quote file name colons.
24658         Do not assume that _("write error") lacks format strings.
24659
24660 2000-05-15  Jim Meyering  <meyering@lucent.com>
24661
24662         * lib/version-etc.c (version_etc_copyright): Update the copyright
24663         string used in all --version output.
24664
24665 2000-05-14  Jim Meyering  <meyering@lucent.com>
24666
24667         * lib/closeout.c (close_stdout_set_file_name): New function.
24668         (close_stdout_status): Use new file-scoped global.
24669         Return right away if fstat says the stdout file descriptor is invalid.
24670         * lib/closeout.h (close_stdout_set_file_name): Declare.
24671
24672 2000-05-10  Jim Meyering  <meyering@lucent.com>
24673
24674         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24675         (close_stdout_set_status): New function.
24676         * lib/closeout.h (close_stdout_set_status): Declare.
24677
24678 2000-05-09  Jim Meyering  <meyering@lucent.com>
24679
24680         * m4/gettext.m4: Rename this...
24681         * m4/libintl.m4: ...to this.
24682
24683 2000-05-08  Jim Meyering  <meyering@lucent.com>
24684
24685         * lib/long-options.c: Don't include closeout.h.
24686         (parse_long_options): Don't call close_stdout for --version.
24687
24688 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24689
24690         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24691         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24692         2.1.3 bug.  This avoids a clash when files like regex.c define
24693         _GNU_SOURCE.
24694
24695 2000-05-06  Jim Meyering  <meyering@lucent.com>
24696
24697         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24698         (AC_REPLACE_FUNCS): Add strnlen.
24699
24700         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24701         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24702
24703         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24704         AC_SEARCH_LIBS call for nanosleep.
24705         (LIB_NANOSLEEP): Set and AC_SUBST.
24706
24707 2000-05-06  Jim Meyering  <meyering@lucent.com>
24708
24709         * lib/strnlen.c: Undefine __strnlen and strnlen.
24710         [!weak_alias]: Define __strnlen to strnlen.
24711
24712         * lib/atexit.c: New file, from libiberty.
24713
24714 2000-05-06  Jim Meyering  <meyering@lucent.com>
24715
24716         * lib/closeout.c (close_stdout_status): Also check for errors on the
24717         stderr stream.
24718
24719 2000-05-05  Jim Meyering  <meyering@lucent.com>
24720
24721         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24722         AC_SEARCH_LIBS call for clock_gettime.
24723         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24724
24725         * m4/search-libs.m4: Update from autoconf.
24726
24727         su doesn't work on Solaris 2.6.
24728         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24729         <shadow.h>.  Reported by Dragos Harabor.
24730
24731 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24732
24733         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24734         memcpy instead of xmalloc, xrealloc, path_concat.
24735         (locale_charset): Treat empty environment variables as absent.
24736         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24737
24738 2000-05-04  Jim Meyering  <meyering@lucent.com>
24739
24740         * lib/getopt.c: Update from glibc.
24741         * lib/obstack.c: Likewise.
24742         * lib/obstack.h: Likewise.
24743         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24744         file
24745
24746         * lib/regex.h: Likewise.
24747         * lib/strndup.c: Likewise.
24748         * lib/strnlen.c: New file, from glibc.
24749
24750 2000-05-03  Jim Meyering  <meyering@lucent.com>
24751
24752         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24753
24754 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24755
24756         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24757         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24758         compile-time test, rather than inspecting host and OS, to
24759         decide whether to define _LARGEFILE_SOURCE.
24760
24761 2000-05-01  Jim Meyering  <meyering@lucent.com>
24762
24763         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24764
24765         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24766         Based on a patch from Bruno Haible.
24767
24768 2000-05-01  Jim Meyering  <meyering@lucent.com>
24769
24770         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24771
24772 2000-04-29  Jim Meyering  <meyering@lucent.com>
24773
24774         * lib/path-concat.c: Declare strdup only if it's not defined.
24775         * lib/canon-host.c: Likewise.
24776
24777 2000-04-28  Jim Meyering  <meyering@lucent.com>
24778
24779         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24780         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24781         is included first, then limits.h is included by locale.h by libintl.h.
24782         From John David Anglin.
24783
24784 2000-04-25  Jim Meyering  <meyering@lucent.com>
24785
24786         * lib/makepath.c (S_IRWXUGO): Define.
24787         (make_path): Always perform explicit chmod if MODE specifies any
24788         of the `special' permission bits.  Prompted by a bug report against
24789         install from Mate Wierdl and Joost van Baal.
24790
24791 2000-04-18  Jim Meyering  <meyering@lucent.com>
24792
24793         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24794         (jm_PREREQ): Use it.
24795
24796 2000-04-18  Jim Meyering  <meyering@lucent.com>
24797
24798         * lib/README: New file.
24799
24800         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24801         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24802
24803 2000-04-17  Jim Meyering  <meyering@lucent.com>
24804
24805         Get it right :-)
24806         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24807         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24808         Suggestion from Akim Demaille.
24809
24810 2000-04-17  Jim Meyering  <meyering@lucent.com>
24811
24812         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24813         the definition of it to rpl_strftime also defined-away the system's
24814         declaration.
24815
24816 2000-04-15  Jim Meyering  <meyering@lucent.com>
24817
24818         Use `C' to denote so-called `contiguous' files, the same way
24819         that tar does.
24820         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24821         (ftypelet): Use S_ISCTG.
24822         From Michael Deutschmann.
24823
24824 2000-04-14  Jim Meyering  <meyering@lucent.com>
24825
24826         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24827         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24828         clobbered.
24829
24830 2000-04-14  Jim Meyering  <meyering@lucent.com>
24831
24832         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24833
24834 2000-04-13  Jim Meyering  <meyering@lucent.com>
24835
24836         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24837         AH_VERBATIM to insert required #ifndef into config.h.in.
24838         Suggestion from Akim Demaille.
24839
24840 2000-04-12  Jim Meyering  <meyering@lucent.com>
24841
24842         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24843         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24844         Christian Krackowizer.
24845
24846         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24847         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24848         (AC_SYS_LARGEFILE): Require.
24849         (AM_C_PROTOTYPES): Require.
24850
24851 2000-04-08  Jim Meyering  <meyering@lucent.com>
24852
24853         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24854         names don't conflict.  Reported by Eli Zaretskii.
24855
24856 2000-04-07  Jim Meyering  <meyering@lucent.com>
24857
24858         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24859         sys/types.h, to work around system header problems on AIX 3.2.5.
24860         From Bruno Haible.
24861
24862 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24863
24864         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24865         bug.  Deal with the different error behavior of Irix iconv.
24866
24867 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24868
24869         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24870         IRIX if the installer said otherwise.
24871
24872 2000-04-05  Jim Meyering  <meyering@lucent.com>
24873
24874         Portability tweaks required for ultrix4.3.
24875         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24876         (jm_CHECK_DECLS): Add getutent to the list of functions.
24877         (_jm_DECL_HEADERS): Add utmpx.h.
24878         From John David Anglin.
24879
24880         * m4/strftime.m4: Back out the 2000-04-02 change.
24881         Instead of that change, simply undefine putenv in the test program.
24882
24883 2000-04-05  Jim Meyering  <meyering@lucent.com>
24884
24885         Portability tweaks required for ultrix4.3.
24886         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24887         getutent.
24888         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24889         * lib/canon-host.c: Declare strdup.
24890         * lib/path-concat.c: Likewise.
24891         From John David Anglin.
24892
24893 2000-04-04  Jim Meyering  <meyering@lucent.com>
24894
24895         Be more DOS 8.3-friendly.
24896         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24897         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24898         * lib/Makefile.am: Reflect renaming.
24899         Reported by Eli Zaretskii.
24900
24901         Use a temporary file name that won't clash with `charset.alias'
24902         in the DOS 8.3 name space.
24903         * lib/Makefile.am (charset_tmp): Define.
24904         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24905         (uninstall-local): Likewise.
24906         Reported by Eli Zaretskii.
24907
24908 2000-04-03  Jim Meyering  <meyering@lucent.com>
24909
24910         * m4/gettext.m4: Fix typo in comment.
24911
24912         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24913         textutils/configure.in).  Suggestion from Paul Eggert.
24914         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24915
24916 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24917
24918         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24919         variable in the shell rather than using putenv, which isn't
24920         portable.  This avoids the configure-time inter-test dependency
24921         on the potentially-renamed putenv function.
24922
24923 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24924
24925         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24926         before checking struct stat.st_blksize, so that
24927         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24928
24929 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24930
24931         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24932         since strftime.c uses HAVE_STRFTIME to decide whether to use
24933         the underlying strftime.
24934
24935 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24936
24937         * lib/time/strftime.c (my_strftime): Make sure we call the system
24938         strftime, not ourselves, when invoking the underlying strftime.
24939
24940 2000-03-24  Jim Meyering  <meyering@lucent.com>
24941
24942         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24943         (charset_alias): Define.
24944         (install-exec-local): Factor out common code.
24945         (uninstall-local): Split lines longer than 80.
24946         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24947         (SUFFIXES): Define.
24948         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24949         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24950
24951 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24952
24953         * lib/config.charset: Output a line containing "Packages using this
24954         file".
24955         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24956         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24957         ref-del.sed): New rules.
24958
24959 2000-03-17  Jim Meyering  <meyering@lucent.com>
24960
24961         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24962         Otherwise, include <strings.h>
24963
24964 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24965
24966         * lib/unicodeio.c (utf8_wctomb): New function.
24967         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24968         format instead of in UCS-4 with platform dependent endianness.
24969
24970 2000-03-10  Jim Meyering  <meyering@lucent.com>
24971
24972         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24973         From Marco Franzen.
24974
24975 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24976
24977         * lib/savedir.c (savedir): Work even if directory size is
24978         negative; this can happen with some screwy NFS configurations.
24979
24980 2000-03-06  Jim Meyering  <meyering@lucent.com>
24981
24982         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24983         if it's NULL (because we ran out of memory).  From Bruno Haible.
24984
24985 2000-03-05  Jim Meyering  <meyering@lucent.com>
24986
24987         * lib/localcharset.c ("path-concat.h"): Include.
24988         (get_charset_aliases): Use path_concat instead of ANSI string
24989         concatenation.
24990
24991         * lib/unicodeio.h (PARAMS): Define.
24992         Use it to guard prototype.
24993
24994 2000-03-04  Jim Meyering  <meyering@lucent.com>
24995
24996         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24997         for lib/localcharset.c.
24998
24999 2000-03-04  Jim Meyering  <meyering@lucent.com>
25000
25001         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25002         installing into it.
25003         (uninstall-local): Uncomment this rule so `make distcheck' works
25004         once again.
25005
25006         * lib/unicodeio.c (<errno.h>): Include it.
25007         (errno): Declare if not defined.
25008
25009         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25010
25011         * lib/config.charset: New version, incorporating remarks from a linux
25012         i18n mailing list.  From Bruno Haible.
25013
25014 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25015
25016         * m4/codeset.m4: New file.
25017         * m4/iconv.m4: New file.
25018         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25019
25020 2000-03-03  Jim Meyering  <meyering@lucent.com>
25021
25022         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25023
25024 2000-03-02  Jim Meyering  <meyering@lucent.com>
25025
25026         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25027         the messages come out on separate lines.
25028
25029         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25030         rather than jm_CHECK_DECLARATIONS.
25031         * m4/decl.m4: Remove now-unused file.
25032
25033         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25034         geteuid.
25035
25036 2000-03-02  Jim Meyering  <meyering@lucent.com>
25037
25038         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25039
25040 2000-03-01  Jim Meyering  <meyering@lucent.com>
25041
25042         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25043         * lib/unicodeio.c: Likewise.
25044
25045 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25046
25047         * lib/config.charset: New file.
25048         * lib/localcharset.c: New file.
25049         * lib/unicodeio.h, lib/unicodeio.c: New files.
25050         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25051         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25052         (noinst_HEADERS): Add unicodeio.h.
25053         (all-local, install-exec-local, charset.alias): New targets.
25054
25055 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25056
25057         * lib/quotearg.c (ALERT_CHAR): New macro.
25058         (quotearg_buffer_restyled): Use it.
25059
25060 2000-02-27  Jim Meyering  <meyering@lucent.com>
25061
25062         * m4/check-decl.m4: Add getenv to the list.
25063
25064 2000-02-27  Jim Meyering  <meyering@lucent.com>
25065
25066         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25067         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25068
25069         * lib/backupfile.c: Guard inclusion of stdlib.h with
25070         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25071         Declare malloc if needed.
25072
25073         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25074         `#ifndef HAVE_DECL..'
25075         now that autoconf always defines the HAVE_DECL_ symbols.
25076         * lib/human.c: Likewise.
25077         * lib/same.c: Likewise.
25078         * lib/strtoumax.c: Likewise.
25079
25080         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25081         declaration check was not run.
25082         * lib/hash.c: Likewise.
25083         * lib/human.c: Likewise.
25084         * lib/same.c: Likewise.
25085         * lib/strtoumax.c: Likewise.
25086
25087         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25088         `.', then first look up the entire `.'-containing string as a login
25089         name.
25090
25091 2000-02-23  Jim Meyering  <meyering@lucent.com>
25092
25093         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25094         in place of my hack.
25095
25096 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25097
25098         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25099         (textint): New typedef.
25100         (parser_control): Member year changed from int to textint.
25101         All uses changed.
25102         (YYSTYPE): Removed; replaced by %union with int and textint members.
25103         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25104         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25105         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25106         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25107         (date, number, to_year): Use width of number in digits, not its value,
25108         to determine whether it's a 2-digit year, or a 2-digit time.
25109         (yylex): Store number of digits of numeric tokens.
25110         Reported by John Kendall.
25111
25112         (parser_control): Changed from struct parser_control to typedef (for
25113         consistency).  All uses changed.
25114
25115         (tID): Removed; not used.
25116         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25117
25118 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25119
25120         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25121         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25122
25123 2000-02-12  Jim Meyering  <meyering@lucent.com>
25124
25125         * lib/userspec.c (ISDIGIT): Define it.
25126         (isdigit): Remove definition.
25127         (is_number): Use ISDIGIT, not isdigit.
25128         <libintl.h>: Include.
25129         (_ and N_): Define.
25130         (parse_user_spec): Mark translatable strings.
25131
25132 2000-02-10  Jim Meyering  <meyering@lucent.com>
25133
25134         With these changes, nanosleep.[ch] are finally enough like the other
25135         lib/* replacement files to compile on a few more losing systems.
25136
25137         * lib/nanosleep.h: Don't include config.h.
25138         Remove prototype from declaration of nanosleep.
25139         (PARAMS): Remove now-unneeded definition.
25140         * lib/nanosleep.c: #undef nanosleep.
25141         (rpl_nanosleep): Rename from nanosleep.
25142
25143 2000-02-10  Jim Meyering  <meyering@lucent.com>
25144
25145         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25146         gnu_nanosleep to rpl_nanosleep.
25147
25148 2000-02-09  Jim Meyering  <meyering@lucent.com>
25149
25150         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25151         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25152
25153 2000-02-08  Akim Demaille  <akim@epita.fr>
25154
25155         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25156         `[' and `]' and remove uses of `changequote'.
25157         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25158         (AC_SYS_LARGEFILE): Likewise.
25159         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25160         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25161         of changequote.
25162         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25163         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25164         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25165         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25166
25167 2000-02-05  Jim Meyering  <meyering@lucent.com>
25168
25169         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25170         Remove explicit use of AC_HEADER_TIME.  It is required by
25171         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25172         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25173         in autoconf whereby the expansion of the latter ended up preceding
25174         the expansion of its prerequisite, AC_HEADER_TIME.
25175         Reported by Volker Borchert.
25176
25177 2000-02-03  Jim Meyering  <meyering@lucent.com>
25178
25179         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25180
25181 2000-02-03  Jim Meyering  <meyering@lucent.com>
25182
25183         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25184         rather than with `#if HAVE_UTMPNAME'.
25185
25186 2000-02-02  Jim Meyering  <meyering@lucent.com>
25187
25188         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25189         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25190         Reported by Eli Zaretskii.
25191
25192 2000-02-01  Jim Meyering  <meyering@lucent.com>
25193
25194         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25195
25196 2000-01-31  Jim Meyering  <meyering@lucent.com>
25197
25198         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25199         functions.  Add the time.h and sys/time.h headers along with the
25200         AC_REQUIRE'ment of AC_HEADER_TIME.
25201
25202 2000-01-31  Jim Meyering  <meyering@lucent.com>
25203
25204         * lib/nanosleep.h (nanosleep): Guard declaration with
25205         `#if ! HAVE_DECL_NANOSLEEP'.
25206         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25207         the declaration in that vendor's sys/timers.h.
25208         Reported by Christian Krackowizer.
25209
25210         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25211         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25212         (ISPRINT): Likewise.
25213         Reported by Tom Tromey.
25214
25215 2000-01-30  Jim Meyering  <meyering@lucent.com>
25216
25217         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25218
25219         * m4/prereq.m4 (utmp_includes): Define.
25220         Check for ut_user and ut_name members in both struct utmpx
25221         and struct utmp.
25222
25223 2000-01-30  Jim Meyering  <meyering@lucent.com>
25224
25225         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25226         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25227         header files where only utmpx.ut_user is declared.
25228
25229         * lib/readutmp.h (UT_USER): Define.
25230
25231 2000-01-29  Jim Meyering  <meyering@lucent.com>
25232
25233         * m4/lib-check.m4: New file containing library-related checks from
25234         fileutils and sh-utils (textutils had none).
25235
25236 2000-01-28  Jim Meyering  <meyering@lucent.com>
25237
25238         * m4/perl.m4: Change format of warning message to look more like that
25239         from the missing script.  Suggestion from François Pinard.
25240
25241 2000-01-25  Jim Meyering  <meyering@lucent.com>
25242
25243         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25244         well as time.h in the compile check.
25245         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25246         Fix typo in cross-compiling case: s/yes/no/.
25247
25248 2000-01-23  Jim Meyering  <meyering@lucent.com>
25249
25250         * m4/jm-macros.m4: Move df-related tests here from
25251         fileutils/configure.in
25252
25253         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25254         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25255
25256         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25257         s/space/ac_fsusage_space/.
25258         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25259
25260         * m4/ftruncate.m4: New file (derived from part of
25261         fileutils/configure.in).
25262         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25263         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25264
25265         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25266         AC_SUBST these here, rather than just in sh-util/configure.in, so
25267         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25268         all the same.
25269         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25270         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25271         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25272         (AC_SUBST(POW_LIBM)): Likewise.
25273         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25274
25275 2000-01-23  Jim Meyering  <meyering@lucent.com>
25276
25277         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25278         obstack.c.
25279
25280 2000-01-22  Jim Meyering  <meyering@lucent.com>
25281
25282         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25283
25284         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25285
25286         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25287         configure.in
25288         (AC_CHECK_HEADERS): Likewise for sh-utils.
25289         (AC_CHECK_HEADERS): Likewise for textutils.
25290         Merge the three lists of headers.
25291
25292         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25293         from fileutils' configure.in.
25294
25295         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25296         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25297         check-decl.m4.
25298
25299         * m4/check-decl.m4: Use #if rather than #ifdef.
25300         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25301         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25302         (_jm_DECL_HEADERS): Define new function.
25303         (jm_CHECK_DECLARATIONS): Require it.
25304
25305 2000-01-22  Jim Meyering  <meyering@lucent.com>
25306
25307         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25308         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25309         Required for some AIX systems.  Reported by Christian Krackowizer.
25310         [TESTING] (main): New function.
25311
25312         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25313         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25314         letters.
25315
25316         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25317         iswprint.
25318
25319         * lib/strverscmp.c (ISDIGIT): Define.
25320         (strverscmp): Use ISDIGIT, not isdigit.
25321
25322 2000-01-19  Jim Meyering  <meyering@lucent.com>
25323
25324         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25325         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25326         defines `struct timespec' in <sys/time.h>
25327
25328         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25329         Thanks to Akim for explaining.
25330
25331 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25332
25333         * lib/nanosleep.c (nanosleep):
25334         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25335         POSIX.1 doesn't require SA_INTERRUPT and some systems
25336         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25337         it's been part of POSIX.1 since day 1 (in 1988).
25338
25339 2000-01-17  Jim Meyering  <meyering@lucent.com>
25340
25341         * lib/interlock: Remove unused file.  Reported by François Pinard.
25342
25343 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25344
25345         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25346         alert, backslash, formfeed, and vertical tab unnecessarily in
25347         shell quoting style.
25348
25349 2000-01-16  Jim Meyering  <meyering@lucent.com>
25350
25351         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25352         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25353         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25354         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25355
25356 2000-01-16  Jim Meyering  <meyering@lucent.com>
25357
25358         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25359         because the latter didn't work.
25360
25361 2000-01-15  Jim Meyering  <meyering@lucent.com>
25362
25363         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25364         (AC_REPLACE_FUNCS): Add memcpy and memset.
25365         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25366         Add strpbrk.
25367         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25368
25369 2000-01-12  Jim Meyering  <meyering@lucent.com>
25370
25371         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25372         (jm_PREREQ): Use it.
25373         (jm_PREREQ_READUTMP): New macro.
25374         (jm_PREREQ): Use it.
25375
25376 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25377
25378         Quote multibyte characters correctly.
25379         * m4/c-bs-a.m4: New file.
25380         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25381         (jm_PREREQ): Use it.
25382
25383 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25384
25385         * m4/uintmax_t.m4: Port to autoconf 2.13.
25386
25387 2000-01-08  Jim Meyering  <meyering@ascend.com>
25388
25389         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25390         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25391
25392 2000-01-04  Jim Meyering  <meyering@ascend.com>
25393
25394         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25395         jm_STRUCT_DIRENT_D_TYPE.
25396         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25397         jm_STRUCT_DIRENT_D_INO.
25398         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25399         jm_STRUCT_UTIMBUF.
25400         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25401         renamings.
25402         * m4/utime.m4: Likewise.
25403
25404         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25405         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25406
25407 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25408
25409         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25410         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25411
25412 2000-01-02  Jim Meyering  <meyering@ascend.com>
25413
25414         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25415         remember if this is necessary.
25416
25417 1999-12-26  Jim Meyering  <meyering@ascend.com>
25418
25419         * m4/jm-macros.m4: Use it here.
25420         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25421
25422 1999-12-23  Jim Meyering  <meyering@ascend.com>
25423
25424         * m4/jm-macros.m4: Check for clock_gettime (moved from
25425         fileutils/configure.in)
25426         Check for gettimeofday.
25427
25428 1999-12-20  Jim Meyering  <meyering@ascend.com>
25429
25430         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25431         autoconf-2.14a-1999-12-20.
25432
25433 1999-12-19  Jim Meyering  <meyering@ascend.com>
25434
25435         * m4/lstat-slash.m4: New file.
25436         * m4/jm-macros.m4: Use the new macro:
25437         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25438
25439 1999-12-07  Jim Meyering  <meyering@ascend.com>
25440
25441         * m4/perl.m4: Require that File::Compare be available, too.
25442         Too many systems seem to lack it.
25443
25444         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25445         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25446
25447 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25448
25449         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25450         problem with the QNX 4.25 shell, which doesn't propagate exit
25451         status of failed commands inside shell assignments.
25452
25453 1999-11-17  Jim Meyering  <meyering@ascend.com>
25454
25455         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25456
25457 1999-11-07  Jim Meyering  <meyering@ascend.com>
25458
25459         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25460
25461 1999-11-06  Jim Meyering  <meyering@ascend.com>
25462
25463         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25464         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25465
25466 1999-11-05  Jim Meyering  <meyering@ascend.com>
25467
25468         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25469         configure.in of textutils, fileutils, and sh-utils into this one
25470         (shared between those packages) file.
25471         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25472         AC_STRUCT_ST_BLKSIZE.
25473
25474 1999-11-03  Jim Meyering  <meyering@ascend.com>
25475
25476         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25477         of AC_CHECK_TYPE checks includes unistd.h.
25478         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25479         Suggestion from Akim Demaille.
25480
25481 1999-10-30  Jim Meyering  <meyering@ascend.com>
25482
25483         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25484         m4-quoted string.
25485         * m4/ls-mntd-fs.m4: Likewise.
25486         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25487         * m4/jm-winsz1.m4: Likewise.
25488
25489         * m4/const.m4: Remove file, since the fix made it into the experimental
25490         version of autoconf.
25491         * m4/mktime.m4: Likewise.
25492
25493         * m4/check-type.m4: Remove file, now that the latest version of
25494         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25495
25496         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25497         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25498         AC_CHECK_TYPE.
25499
25500 1999-10-04  Jim Meyering  <meyering@ascend.com>
25501
25502         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25503
25504 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25505
25506         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25507         2.95.1 bug with HP-UX 10.20.
25508
25509 1999-09-17  Jim Meyering  <meyering@ascend.com>
25510
25511         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25512         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25513         due to missing strdup (against sh-utils-2.0).
25514
25515 1999-08-29  Jim Meyering  <meyering@ascend.com>
25516
25517         * m4/jm-macros.m4: Require jm_BISON.
25518         * m4/bison.m4: New file.
25519
25520 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25521
25522         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25523         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25524
25525 1999-08-05  Jim Meyering  <meyering@ascend.com>
25526
25527         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25528         to avoid conflicts with `conftest' on 8+3 filesystems.
25529         Suggestion from Eli Zaretskii.
25530
25531 1999-08-04  Jim Meyering  <meyering@ascend.com>
25532
25533         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25534         fileutils and sh-utils (textutils's getline test was inadequate).
25535         (AM_FUNC_GETLINE): Run this test.
25536         (AC_CHECK_FUNCS): Check for getdelim.
25537         Reported by Bob Proulx.
25538
25539 1999-08-02  Jim Meyering  <meyering@ascend.com>
25540
25541         * m4/jm-macros.m4: Add a comment.
25542
25543 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25544
25545         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25546         <inttypes.h> defines strtoumax as a macro (and not as a
25547         function).
25548
25549 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25550
25551         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25552         that we can shift, multiply and divide unsigned long long
25553         values; Ultrix cc can't do it.
25554
25555 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25556
25557         * m4/mktime.m4: New file, which is a preview of what should appear
25558         in the next public autoconf release.
25559
25560 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25561
25562         * m4/lfs.m4: Remove this file.
25563         * m4/largefile.m4: New file.  It contains the old contents of
25564         lfs.m4, except that all names with prefix AC_LFS have been
25565         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25566         compatible with future autoconf versions.  Also, some minor m4
25567         quoting problems have been fixed.
25568
25569 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25570
25571         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25572         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25573         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25574         and simplify the shell code.
25575
25576 1999-08-01  Jim Meyering  <meyering@ascend.com>
25577
25578         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25579         m4.
25580
25581 1999-07-20  Jim Meyering  <meyering@ascend.com>
25582
25583         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25584
25585 1999-07-15  Jim Meyering  <meyering@ascend.com>
25586
25587         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25588
25589 1999-05-22  Jim Meyering  <meyering@ascend.com>
25590
25591         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25592
25593 1999-05-20  Jim Meyering  <meyering@ascend.com>
25594
25595         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25596         Add a colon after each `then' in case $4 is empty.
25597
25598 1999-05-16  Jim Meyering  <meyering@ascend.com>
25599
25600         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25601
25602 1999-05-10  Jim Meyering  <meyering@ascend.com>
25603
25604         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25605
25606         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25607         AC_FUNC_MKTIME.
25608
25609 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25610
25611         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25612
25613 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25614
25615         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25616         not CPPFLAGS, so that linking works correctly in IRIX.
25617
25618 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25619
25620         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25621
25622 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25623
25624         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25625         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25626         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25627         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25628         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25629
25630         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25631
25632 1999-04-20  Jim Meyering  <meyering@ascend.com>
25633
25634         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25635         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25636         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25637
25638 1999-04-18  Jim Meyering  <meyering@ascend.com>
25639
25640         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25641         * m4/jm-macros.m4: Use it.
25642
25643 1999-04-06  Jim Meyering  <meyering@ascend.com>
25644
25645         * m4/strftime.m4: Remove test for %f.
25646
25647 1999-03-29  Jim Meyering  <meyering@ascend.com>
25648
25649         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25650         superset of the AC_TYPE_* checks in the textutils, fileutils,
25651         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25652         AC_TYPE_PID_T.
25653
25654 1999-03-28  Jim Meyering  <meyering@ascend.com>
25655
25656         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25657         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25658         replaced e.g., in the *.sh files of the sh-utils.
25659
25660 1999-03-20  Jim Meyering  <meyering@ascend.com>
25661
25662         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25663         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25664         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25665
25666 1999-03-19  Jim Meyering  <meyering@ascend.com>
25667
25668         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25669
25670 1999-03-12  Jim Meyering  <meyering@ascend.com>
25671
25672         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25673
25674 1999-03-07  Jim Meyering  <meyering@ascend.com>
25675
25676         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25677         declared.
25678
25679 1999-02-17  Jim Meyering  <meyering@ascend.com>
25680
25681         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25682         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25683
25684 1999-02-07  Jim Meyering  <meyering@ascend.com>
25685
25686         * m4/group-member.m4: New file -- extracted from sh-utils'
25687         configure.in.
25688
25689         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25690         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25691
25692 1999-02-06  Jim Meyering  <meyering@ascend.com>
25693
25694         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25695         * m4/fnmatch.m4: Likewise.
25696         * m4/getgroups.m4: Likewise.
25697         * m4/lstat.m4: Likewise.
25698         * m4/malloc.m4: Likewise.
25699         * m4/putenv.m4: Likewise.
25700         * m4/realloc.m4: Likewise.
25701         * m4/regex.m4: Likewise.
25702         * m4/stat.m4: Likewise.
25703         * m4/strftime.m4: Likewise.
25704         Suggestion from Alain Magloire.
25705
25706         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25707         * m4/fnmatch.m4: Likewise.
25708         * m4/getgroups.m4: Likewise.
25709         * m4/getline.m4: Likewise.
25710         * m4/lstat.m4: Likewise.
25711         * m4/malloc.m4: Likewise.
25712         * m4/memcmp.m4: Likewise.
25713         * m4/putenv.m4: Likewise.
25714         * m4/realloc.m4: Likewise.
25715         * m4/regex.m4: Likewise.
25716         * m4/stat.m4: Likewise.
25717         * m4/strftime.m4: Likewise.
25718         Suggestion from Alain Magloire.
25719
25720         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25721         an argument.
25722
25723         * m4/regex.m4: Add a run-time Test for proper operation of
25724         re_compile_pattern.
25725
25726 1999-01-31  Jim Meyering  <meyering@ascend.com>
25727
25728         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25729
25730 1999-01-30  Jim Meyering  <meyering@ascend.com>
25731
25732         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25733
25734         * m4/jm-mktime.m4: Make this a wrapper around the official
25735         AM_FUNC_MKTIME rather than my private copy, now that the official one
25736         is up to date.
25737         * m4/mktime.m4: Remove file.
25738
25739         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25740         * m4/uptime.m4: Likewise.
25741         * m4/uintmax_t.m4: Likewise.
25742
25743 1999-01-28  Jim Meyering  <meyering@ascend.com>
25744
25745         * m4/jm-macros.m4: Use jm_AFS.
25746         * m4/afs.m4: New file (from fileutils' configure.in).
25747
25748         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25749         * m4/chown.m4: Likewise.
25750         * m4/d-ino.m4: Likewise.
25751         * m4/d-type.m4: Likewise.
25752         * m4/fnmatch.m4: Likewise.
25753         * m4/getgroups.m4: Likewise.
25754         * m4/gettext.m4: Likewise.
25755         * m4/jm-mktime.m4: Likewise.
25756         * m4/jm-winsz2.m4: Likewise.
25757         * m4/lcmessage.m4: Likewise.
25758         * m4/ls-mntd-fs.m4: Likewise.
25759         * m4/malloc.m4: Likewise.
25760         * m4/memcmp.m4: Likewise.
25761         * m4/putenv.m4: Likewise.
25762         * m4/realloc.m4: Likewise.
25763         * m4/st_mtim.m4: Likewise.
25764         * m4/strftime.m4: Likewise.
25765
25766 1999-01-16  Jim Meyering  <meyering@ascend.com>
25767
25768         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25769         (ARGMATCH_DIE_DECL): Define.
25770
25771 1999-01-12  Jim Meyering  <meyering@ascend.com>
25772
25773         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25774         Reported by Lars Hecking.
25775
25776 1999-01-10  Jim Meyering  <meyering@ascend.com>
25777
25778         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25779         gross kludge.
25780         * m4/inttypes_h.m4: Likewise.
25781         * m4/lstat.m4: Likewise.
25782         * m4/malloc.m4: Likewise.
25783         * m4/readdir.m4: Likewise.
25784         * m4/realloc.m4: Likewise.
25785         * m4/st_dm_mode.m4: Likewise.
25786         * m4/stat.m4: Likewise.
25787         * m4/utimbuf.m4: Likewise.
25788         * m4/utimes.m4: Likewise.
25789
25790         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25791         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25792         comments in config.h.in are meaningful.
25793
25794         * m4/jm-macros.m4: Require autoconf-2.13 here.
25795
25796         * m4/regex.m4: By default, don't use the included regex.c on systems
25797         with glibc 2.  Suggestion from Uli Drepper.
25798
25799 1999-01-02  Jim Meyering  <meyering@ascend.com>
25800
25801         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25802
25803 1998-12-18  Jim Meyering  <meyering@ascend.com>
25804
25805         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25806         Based on a suggestion from Lars Hecking.
25807
25808 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25809
25810         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25811
25812 1998-11-16  Jim Meyering  <meyering@ascend.com>
25813
25814         * m4/lfs.m4: Double-quote the `uname...` expression.
25815
25816 1998-11-14  Jim Meyering  <meyering@ascend.com>
25817
25818         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25819         * m4/stat.m4: Likewise.
25820
25821 1998-11-03  Jim Meyering  <meyering@ascend.com>
25822
25823         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25824         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25825
25826 1998-10-18  Jim Meyering  <meyering@ascend.com>
25827
25828         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25829
25830 1998-10-17  Jim Meyering  <meyering@ascend.com>
25831
25832         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25833         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25834         calls for those previously hard-coded headers.  Instead, take a new
25835         parameter.
25836         (jm_CHECK_DECLARATIONS): Reflect interface change.
25837         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25838         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25839
25840         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25841
25842 1998-10-14  Jim Meyering  <meyering@ascend.com>
25843
25844         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25845         instead of "TZ=America/Vancouver".  From Paul Eggert.
25846
25847 1998-10-11  Jim Meyering  <meyering@ascend.com>
25848
25849         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25850         This adds a test for a recently added compatibility fix for mktime.c.
25851         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25852
25853 1998-09-27  Jim Meyering  <meyering@ascend.com>
25854
25855         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25856
25857         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25858         ../configure.in, including a change from Gordon Matzigkeit to allow
25859         cross-compiling for the Hurd.
25860
25861         * m4/glibc.m4: New file/macro to test for the GNU C Library
25862         versions 1 and 2.  From Gordon Matzigkeit.
25863         Indent.
25864
25865 1998-09-21  Jim Meyering  <meyering@ascend.com>
25866
25867         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25868
25869 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25870
25871         Port nanosecond-resolution times to UnixWare 2.1.2 and
25872         pedantic Solaris 2.6.
25873
25874         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25875         AC_STRUCT_ST_MTIM.
25876         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25877         Generate name of ns member, instead of just 1 or undef.
25878         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25879
25880 1998-08-15  Jim Meyering  <meyering@ascend.com>
25881
25882         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25883         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25884         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25885         instead of jm_TYPE_SSIZE_T.
25886
25887 1998-08-12  Jim Meyering  <meyering@ascend.com>
25888
25889         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25890
25891 1998-08-02  Jim Meyering  <meyering@ascend.com>
25892
25893         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25894         in acconfig.h manually.
25895
25896 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25897
25898         * m4/st_mtim.m4: New file.
25899
25900 1998-07-28  Jim Meyering  <meyering@ascend.com>
25901
25902         * m4/utimes.m4: Undef stat.
25903
25904 1998-07-25  Jim Meyering  <meyering@ascend.com>
25905
25906         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25907         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25908
25909 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25910
25911         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25912         uid and gid actually remain unchanged.
25913
25914 1998-07-07  Jim Meyering  <meyering@ascend.com>
25915
25916         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25917
25918 1998-07-04  Jim Meyering  <meyering@ascend.com>
25919
25920         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25921         to prove that this macro can be used in packages without regex.c.
25922
25923 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25924
25925         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25926         is to be used.
25927
25928 1998-07-03  Jim Meyering  <meyering@ascend.com>
25929
25930         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25931
25932         * m4/gettext.m4: New file -- from gettext-0.10.35.
25933         * m4/lcmessage.m4: Likewise.
25934         * m4/progtest.m4: Likewise.
25935
25936         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25937         * m4/jm-macros.m4: Require the new macro.
25938
25939 1998-06-29  Jim Meyering  <meyering@ascend.com>
25940
25941         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25942         for the definition of NGROUPS (used in a system header included
25943         by sys/mount.h).
25944
25945 1998-06-28  Jim Meyering  <meyering@ascend.com>
25946
25947         * m4/ls-mntd-fs.m4: New file.
25948         * m4/fstypename.m4: New file.
25949
25950         * m4/jm-macros.m4: Require the new macro.
25951         * m4/jm-glibc-io.m4: New file.
25952
25953 1998-05-19  Jim Meyering  <meyering@ascend.com>
25954
25955         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25956         * m4/lchown.m4: New file.
25957
25958         * m4/Makefile.am.in: New file.
25959         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25960
25961 1998-05-14  Jim Meyering  <meyering@ascend.com>
25962
25963         * m4/Makefile.am (EXTRA_DIST): Add them.
25964         * m4/jm-macros.m4: New file.
25965         * m4/utimbuf.m4: New file.
25966
25967 1998-05-12  Jim Meyering  <meyering@ascend.com>
25968
25969         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25970
25971 1998-05-11  Jim Meyering  <meyering@ascend.com>
25972
25973         * m4/isc-posix.m4: New file.
25974
25975 1998-05-10  Jim Meyering  <meyering@ascend.com>
25976
25977         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25978
25979 1998-05-09  Jim Meyering  <meyering@ascend.com>
25980
25981         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25982         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25983         with automake.
25984
25985         * m4/ssize_t.m4: New file.
25986         * m4/mktime.m4: Remove file -- the new automake has this now.
25987
25988 1998-04-26  Jim Meyering  <meyering@ascend.com>
25989
25990         * m4/assert.m4: New file.
25991         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25992
25993 1998-04-05  Jim Meyering  <meyering@ascend.com>
25994
25995         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25996         (jm_PREREQ): Use it here.
25997
25998 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25999
26000         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26001         in acconfig.h.
26002
26003 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26004
26005         * m4/prereq.m4: New file.
26006         * m4/error.m4: New file.
26007         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26008
26009 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26010
26011         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26012         cache-check for the same variable -- that defeated the purpose of
26013         the test; the test program was never run.  This was a problem only
26014         on systems with losing getline functions -- HP-UX 10.20 is one.
26015         Reported by Bjorn Helgaas.
26016
26017 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26018
26019         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26020
26021 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26022
26023         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26024
26025         * m4/const.m4: New file.  Use an initializer in this declaration
26026         typedef int charset[2]; const charset x;
26027         Reported by Bob Glickstein.
26028
26029 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26030
26031         * m4/chown.m4: Fix reversed types on -1 args to chown.
26032         From Kaveh Ghazi.
26033
26034 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26035
26036         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26037         Add lseek and memchr.
26038
26039         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26040         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26041         have a 20-character limit on names.
26042
26043 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26044
26045         * m4/inttypes_h.m4: New file.
26046         * m4/uintmax_t.m4: New file.
26047         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26048
26049 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26050   Free Software Foundation, Inc.
26051 Copying and distribution of this file, with or without modification,
26052 are permitted provided the copyright notice and this notice are preserved.