437cd5a2724e1e5369bf3c3616f10375caa17e6b
[pspp] / ChangeLog
1 2007-01-27  Bruno Haible  <bruno@clisp.org>
2
3         Rename utf8-ucs4-safe -> utf8-ucs4, utf8-ucs4 -> utf8-ucs4-unsafe,
4         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe ->u8_mbtouc.
5         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
8         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9         modules/unistr/u8-mbtouc.
10         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
11         * lib/unistr.h: Update.
12         * lib/striconveh.c: Update.
13         * modules/striconveh: Update.
14         * lib/linebreak.c: Update.
15         * modules/linebreak: Update.
16
17 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18
19         Sync from Libtool.
20         * lib/argz.c: Do not include strings.h nor memory.h, include
21         string.h unconditionally.  Patch by Simon Josefsson.
22
23 2007-01-27  Bruno Haible  <bruno@clisp.org>
24
25         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
26         from gl_HEADER_STRING_H_BODY.
27         (gl_HEADER_STRING_H_BODY): Require it.
28         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
29         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
30         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
31         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
34         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
35         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
36         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
37         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
38         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
40         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
41         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
42         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
43
44 2007-01-27  Bruno Haible  <bruno@clisp.org>
45
46         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
47         check_PROGRAMS into noinst_PROGRAMS.
48         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
49         check_PROGRAMS in this case.
50         (func_import): Set for_test to false.
51         (func_create_testdir): Set for_test to true.
52
53 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
54             Bruno Haible  <bruno@clisp.org>
55
56         * modules/strcasestr (Files): Remove lib/strcasestr.h.
57         (Depends-on): Add string.
58         (Includes): Use <string.h> instead of strcasestr.h.
59         * modules/string (Makefile.am): Also substitute the value of
60         REPLACE_STRCASESTR.
61         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
62         assume strcasestr is declared in <string.h> not <strings.h>. Also
63         set REPLACE_STRCASESTR.
64         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
65         REPLACE_STRCASESTR.
66         * lib/strcasestr.h: Remove file.
67         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
68         * lib/string_.h (strcasestr): New declaration.
69
70 2007-01-27  Bruno Haible  <bruno@clisp.org>
71
72         * lib/string_.h: Use 'extern'.
73
74 2007-01-27  Jim Meyering  <jim@meyering.net>
75
76         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
77         of set-but-not-used local, "q".
78
79         * lib/mempcpy.c: Include <config.h> before <string.h>.
80         This fixes a compilation error on HP-UX, due to the system's
81         "restrict"-using mempcpy prototype.
82
83 2007-01-26  Bruno Haible  <bruno@clisp.org>
84
85         Small optimization.
86         * lib/javacomp.c: Include c-strstr.h.
87          (is_envjavac_gcj): Use c_strstr instead of strstr.
88         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
89
90 2007-01-26  Bruno Haible  <bruno@clisp.org>
91
92         * MODULES.html.sh (Unicode string functions): Add the new modules.
93
94         * modules/uniconv/u32-strconv-to-locale: New file.
95         * lib/uniconv/u32-strconv-to-locale.c: New file.
96
97         * modules/uniconv/u16-strconv-to-locale: New file.
98         * lib/uniconv/u16-strconv-to-locale.c: New file.
99
100         * modules/uniconv/u8-strconv-to-locale: New file.
101         * lib/uniconv/u8-strconv-to-locale.c: New file.
102
103         * modules/uniconv/u32-strconv-from-locale: New file.
104         * lib/uniconv/u32-strconv-from-locale.c: New file.
105
106         * modules/uniconv/u16-strconv-from-locale: New file.
107         * lib/uniconv/u16-strconv-from-locale.c: New file.
108
109         * modules/uniconv/u8-strconv-from-locale: New file.
110         * lib/uniconv/u8-strconv-from-locale.c: New file.
111
112         * modules/uniconv/u32-strconv-to-enc: New file.
113         * lib/uniconv/u32-strconv-to-enc.c: New file.
114         * modules/uniconv/u32-strconv-to-enc-tests: New file.
115         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
116
117         * modules/uniconv/u16-strconv-to-enc: New file.
118         * lib/uniconv/u16-strconv-to-enc.c: New file.
119         * lib/uniconv/u-strconv-to-enc.h: New file.
120         * modules/uniconv/u16-strconv-to-enc-tests: New file.
121         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
122
123         * modules/uniconv/u8-strconv-to-enc: New file.
124         * lib/uniconv/u8-strconv-to-enc.c: New file.
125         * modules/uniconv/u8-strconv-to-enc-tests: New file.
126         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
127
128         * modules/uniconv/u32-strconv-from-enc: New file.
129         * lib/uniconv/u32-strconv-from-enc.c: New file.
130         * modules/uniconv/u32-strconv-from-enc-tests: New file.
131         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
132
133         * modules/uniconv/u16-strconv-from-enc: New file.
134         * lib/uniconv/u16-strconv-from-enc.c: New file.
135         * modules/uniconv/u16-strconv-from-enc-tests: New file.
136         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
137
138         * modules/uniconv/u8-strconv-from-enc: New file.
139         * lib/uniconv/u8-strconv-from-enc.c: New file.
140         * lib/uniconv/u-strconv-from-enc.h: New file.
141         * modules/uniconv/u8-strconv-from-enc-tests: New file.
142         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
143
144         * modules/uniconv/u32-conv-from-enc: New file.
145         * lib/uniconv/u32-conv-from-enc.c: New file.
146         * modules/uniconv/u32-conv-from-enc-tests: New file.
147         * tests/uniconv/test-u32-conv-from-enc.c: New file.
148
149         * modules/uniconv/u16-conv-from-enc: New file.
150         * lib/uniconv/u16-conv-from-enc.c: New file.
151         * lib/uniconv/u-conv-from-enc.h: New file.
152         * modules/uniconv/u16-conv-from-enc-tests: New file.
153         * tests/uniconv/test-u16-conv-from-enc.c: New file.
154
155         * modules/uniconv/u8-conv-from-enc: New file.
156         * lib/uniconv/u8-conv-from-enc.c: New file.
157         * modules/uniconv/u8-conv-from-enc-tests: New file.
158         * tests/uniconv/test-u8-conv-from-enc.c: New file.
159
160         * modules/uniconv/base: New file.
161         * lib/uniconv.h: New file.
162
163 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
164
165         * doc/gnulib-tool.texi (Initial import): Update to match current
166         behavior with strdup module.
167         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
168         * lib/memmem.h: Remove; all uses removed.  This is now done
169         by <string.h>.
170         * lib/mempcpy.h: Likewise.
171         * lib/memrchr.h: Likewise.
172         * lib/stpcpy.h: Likewise.
173         * lib/stpncpy.h: Likewise.
174         * lib/strcase.h: Likewise.
175         * lib/strchrnul.h: Likewise.
176         * lib/strdup.h: Likewise.
177         * lib/strndup.h: Likewise.
178         * lib/strnlen.h: Likewise.
179         * lib/strpbrk.h: Likewise.
180         * lib/strsep.h: Likewise.
181         * lib/strstr.h: Likewise.
182         * lib/strtok_r.h: Likewise.
183         * lib/string_.h: New file.
184         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
185         Rely on <string.h> instead.
186         * lib/canon-host.c: Likewise.
187         * lib/chdir-long.c: Likewise.
188         * lib/concatpath.c: Likewise.
189         * lib/exclude.c: Likewise.
190         * lib/fchdir.c: Likewise.
191         * lib/getaddrinfo.c: Likewise.
192         * lib/getcwd.c: Likewise.
193         * lib/getsubopt.c: Likewise.
194         * lib/glob.c: Likewise.
195         * lib/hard-locale.c: Likewise.
196         * lib/iconvme.c: Likewise.
197         * lib/javacomp.c: Likewise.
198         * lib/mempcpy.c: Likewise.
199         * lib/memrchr.c: Likewise.
200         * lib/regex_internal.h: Likewise.
201         * lib/stpncpy.c: Likewise.
202         * lib/strcasecmp.c: Likewise.
203         * lib/strchrnul.c: Likewise.
204         * lib/strdup.c: Likewise.
205         * lib/striconv.c: Likewise.
206         * lib/striconveh.c: Likewise.
207         * lib/striconveha.c: Likewise.
208         * lib/strncasecmp.c: Likewise.
209         * lib/strndup.c: Likewise.
210         * lib/strnlen.c: Likewise.
211         * lib/strsep.c: Likewise.
212         * lib/strstr.c: Likewise.
213         * lib/strtok_r.c: Likewise.
214         * lib/userspec.c: Likewise.
215         * lib/w32spawn.h: Likewise.
216         * lib/xstrndup.c: Likewise.
217         * lib/mountlist.c (strstr): Remove decl.
218         * m4/string_h.m4: New file.
219         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
220         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
221         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
222         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
223         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
224         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
225         Set REPLACE_STRCASECMP if necessary.
226         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
227         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
228         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
229         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
230         HAVE_DECL_STRDUP if necessary.
231         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
232         since gl_FUNC_STRNDUP does that now.
233         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
234         Check for decl here...
235         (gl_PREREQ_STRNLEN): ... not here.
236         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
237         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
238         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
239         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
240         necessary.
241         * modules/string: New file.
242         * modules/memmem (Files): Remove special-purpose include file.
243         (Depends-on): Add string.
244         (Include): Include <string.h>, not the removed file.
245         * modules/mempcpy: Likewise.
246         * modules/memrchr: Likewise.
247         * modules/stpcpy: Likewise.
248         * modules/stpncpy: Likewise.
249         * modules/strcase: Likewise.
250         * modules/strchrnul: Likewise.
251         * modules/strdup: Likewise.
252         * modules/strndup: Likewise.
253         * modules/strnlen: Likewise.
254         * modules/strpbrk: Likewise.
255         * modules/strsep: Likewise.
256         * modules/strstr: Likewise.
257         * modules/strtok_r: Likewise.
258         * tests/test-dirname.c: Don't include "strdup.h", since
259         <string.h> now suffices.
260         * tests/test-memmem.c: Don't include "memmem.h", since
261         <string.h> now suffices.
262
263 2007-01-25  Bruno Haible  <bruno@clisp.org>
264
265         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
266         *resultp is 0.
267
268         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
269         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
270         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
271         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
272
273         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
274         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
275         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
276         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
277         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
278         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
279
280 2007-01-24  Bruno Haible  <bruno@clisp.org>
281
282         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
283         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
284         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
285         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
286         gl_FUNC_FTS_CORE.
287         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
288         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
289         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
290         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
291         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
292         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
293         gl_FUNC_FCHOWNAT.
294         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
295         gl_FUNC_STRFTIME.
296         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
297         Reported by Ralf Wildenhues.
298
299 2007-01-24  Bruno Haible  <bruno@clisp.org>
300
301         Drop AC_REQUIRE calls that are redundant with the module dependencies.
302         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
303         gl_GETADDRINFO.
304         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
305         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
306         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
307
308 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
309
310         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
311         Don't use 'exit'; just return from 'main'.
312         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
313
314         * lib/fnmatch_.h: Readjust white space and comments to match
315         glibc, to avoid spurious diffs.
316
317 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
318
319         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
320         2004-12-01 change by Jakub Jelinek, since this code won't compile
321         if !LIBC.  Problem reported by Bob Proulx.
322
323 2007-01-23  Bruno Haible  <bruno@clisp.org>
324
325         * lib/striconveh.c: Include c-strcaseeq.h.
326         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
327         * modules/striconveh (Depends-on): Add c-strcaseeq.
328
329 2007-01-23  Bruno Haible  <bruno@clisp.org>
330
331         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
332
333         * modules/c-strcaseeq: New file.
334         * lib/c-strcaseeq.h: New file.
335
336         * modules/streq: New file.
337         * lib/streq.h: New file.
338
339 2007-01-23  Bruno Haible  <bruno@clisp.org>
340
341         * modules/striconveha-tests: New file.
342         * tests/test-striconveha.c: New file.
343
344         * lib/striconveha.h: Include <stdbool.h>.
345         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
346         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
347         (mem_iconveha_notranslit): Renamed from mem_iconveha.
348         (mem_iconveha): New function.
349         (str_iconveha_notranslit): Renamed from str_iconveha.
350         (str_iconveha): New function.
351         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
352         c-strcase.
353
354 2007-01-23  Bruno Haible  <bruno@clisp.org>
355
356         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
357         encodings without forgiving before trying any encoding with handler.
358         (str_iconveha): Try all encodings without forgiving before trying any
359         encoding with handler.
360
361 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
362
363         Import the following changes from libc.
364
365         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
366
367         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
368
369         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
370
371         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
372         normal_bracket label.
373
374         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
375
376         [BZ #361]
377         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
378         to normal_bracket after fetching the next character.
379
380 2007-01-22  Bruno Haible  <bruno@clisp.org>
381
382         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
383         argument.
384         * lib/striconveh.c (iconv_carefully_1): New function.
385         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
386         argument.
387         (str_cd_iconveh): Update.
388         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
389         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
390         * tests/test-striconveh.c (MAGIC): New macro.
391         (new_offsets): New function.
392         (main): Test call with and without offsets.
393
394 2007-01-22  Bruno Haible  <bruno@clisp.org>
395
396         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
397         * modules/sys_select (Makefile.am): Likewise.
398         * modules/sys_socket (Makefile.am): Likewise.
399         * modules/sys_time (Makefile.am): Likewise.
400
401 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
402
403         * modules/gettimeofday (License): Change from GPL to LGPL, since
404         gettimeofday is a library function.
405
406 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
407
408         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
409
410 2007-01-21  Bruno Haible  <bruno@clisp.org>
411
412         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
413
414 2007-01-21  Bruno Haible  <bruno@clisp.org>
415
416         * modules/striconveha: New file.
417         * lib/striconveha.h: New file.
418         * lib/striconveha.c: New file.
419         * MODULES.html.sh (Internationalization functions): Add striconveha.
420         * lib/striconv.c (str_iconv): Optimize the case of an empty input
421         string.
422         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
423
424 2007-01-21  Bruno Haible  <bruno@clisp.org>
425
426         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
427         * lib/striconveh.c (str_iconveh): Likewise.
428
429 2007-01-21  Bruno Haible  <bruno@clisp.org>
430
431         * lib/striconveh.h (mem_iconveh): New declaration.
432         * lib/striconveh.c (mem_iconveh): New function.
433         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
434
435 2007-01-21  Bruno Haible  <bruno@clisp.org>
436
437         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
438
439         * lib/striconveh.h (mem_cd_iconveh): Change specification.
440         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
441         original result buffer.
442         (str_cd_iconveh): Update.
443         * tests/test-striconveh.c (main): Update.
444
445         * lib/striconv.h (mem_cd_iconv): Change specification.
446         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
447         result buffer.
448         (str_cd_iconv): Update.
449         * tests/test-striconv.c (main): Update.
450
451 2007-01-21  Bruno Haible  <bruno@clisp.org>
452
453         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
454
455 2007-01-20  Jim Meyering  <jim@meyering.net>
456
457         * lib/userspec.c (parse_with_separator): If a user or group string
458         starts with "+", skip the corresponding name-to-ID look-up, since
459         such a look-up must fail: user and group names may not include "+".
460
461 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
462
463         * lib/poll.c: Include sys/time.h and time.h unconditionally,
464         since we now assume the sys_time module.
465         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
466         check for sys/time.h; no longer needed.
467         * modules/poll (Depends-on): Depend on sys_time.
468
469 2007-01-18  Bruno Haible  <bruno@clisp.org>
470
471         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
472         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
473
474         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
475         gettimeofday.
476
477         * tests/test-gettimeofday.c: Include <time.h>.
478         (dummy): Remove variable.
479
480         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
481         gl_HEADER_SYS_TIME_H.
482         (gl_HEADER_SYS_TIME_H): New macro.
483
484         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
485         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
486         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
487         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
488         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
489         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
490         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
491         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
492         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
493         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
494         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
495
496         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
497         last change; it caused a compilation error when cross-compiling to
498         Cygwin.
499
500 2007-01-18  Jim Meyering  <jim@meyering.net>
501
502         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
503         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
504         than the race-prone "test -d sys || mkdir sys".
505         (configure.ac): Use AC_PROG_MKDIR_P.
506         * modules/sys_select: Likewise.
507         * modules/sys_socket: Likewise.
508         * modules/sys_time: Likewise.
509
510 2007-01-18  Eric Blake  <ebb9@byu.net>
511
512         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
513         replace gettimeofday.
514         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
515         name, to avoid infinite recursion.
516
517 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
518
519         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
520         module sys_time.
521         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
522         assume timespec.h defines struct timeval.
523         * lib/settime.c: Likewise.
524         * lib/utimens.c: Likewise.
525         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
526         since we now assume the gettimeofday module.
527         * lib/tempname.c (__gen_tempname): Likewise.
528         * lib/gettimeofday.h: Remove.
529         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
530         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
531         Include <time.h>, for 'time()'.
532         (localtime_buffer_addr): Also use this workaround if
533         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
534         to simplify the uses.  All uses changed.
535         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
536         that #undef is inside {}, and 'const' follows type name consistently.
537         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
538         (gettimeofday): Do not use the maximum possible value for
539         tv->tv_usec, since that might break usages other than ls.c.
540         Instead, we'll leave ls.c alone.  This undoes today's patch
541         by Bruno.  Add a compile-time warning for 1s-clock resolution;
542         we've never observed the problem but might as well keep the
543         canary.
544         * lib/nanosleep.c: Include timespec.h first, for interface check.
545         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
546         now assume the sys_time module.
547         * lib/tempname.c: Likewise.
548         * lib/timespec.h: Likewise.
549         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
550         needed.
551         * lib/strftime.c: Likewise.
552         * lib/timespec.h: Likewise.
553         * lib/posixtm.c: Include posixtm.h first, for interface check.
554         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
555         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
556         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
557         * lib/sys_time_.h: New file.
558         * lib/timespec.h (struct timespec): Use long int, not long.
559         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
560         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
561         Remove obsolescent call to AC_HEADER_TIME.
562         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
563         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
564         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
565         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
566         Likewise.
567         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
568         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
569         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
570         into the sys_time module.  Check for gettimeofday just once.
571         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
572         for gettimeofday signature to just check the signature.  Merely
573         compile it, since linking doesn't test signature.  Improve test for
574         whether gettimeofday.o is actually needed.
575         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
576         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
577         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
578         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
579         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
580         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
581         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
582         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
583         than worrying about sys/time.h.
584         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
585         Don't bother worrying about TIME_WITH_SYS_TIME.
586         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
587         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
588         * m4/sys_time_h.m4: New file.
589         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
590         Don't include sys/time.h.  Return from main rather than exiting.
591         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
592         all uses changed.
593         * modules/gethrxtime (Depends-on): Add sys_time.
594         * modules/gettime (Depends-on): Likewise.
595         * modules/gettimeofday (Depends-on): Likewise.
596         * modules/nanosleep (Depends-on): Likewise.
597         * modules/settime (Depends-on): Likewise.
598         * modules/tempname (Depends-on): Likewise.
599         * modules/utimens (Depends-on): Likewise.
600         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
601         (Include:) Change back to <sys/time.h>.
602         (Maintainer:) Add self.
603         * modules/sys_time: New file.
604         * modules/tempname (Depends-on): Add gettimeofday.
605         * tests/test-gettimeofday.c: Include <sys/time.h>
606         rather than gettimeofday.h.
607
608 2007-01-17  Bruno Haible  <bruno@clisp.org>
609
610         * gnulib-tool (func_get_license): Revert last patch. Instead, let
611         the license default to GPL.
612         (func_create_testdir): Don't complain if a module is LGPL and its
613         tests module depends on GPLed modules.
614
615 2007-01-17  Bruno Haible  <bruno@clisp.org>
616
617         * lib/gettimeofday.c (gettimeofday): Add code for the case
618         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
619         maximum possible value for tv->tv_usec, rather than the minimum one.
620
621 2005-10-08  Martin Lambers  <marlam@marlam.de>
622 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
623 2007-01-16  Bruno Haible  <bruno@clisp.org>
624
625         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
626         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
627         gl_FUNC_GETTIMEOFDAY.
628         (Include): Add gettimeofday.h.
629         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
630         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
631         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
632         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
633         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
634         * lib/gettimeofday.h: New file.
635         * lib/gettimeofday.c: Include <sys/timeb.h>.
636         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
637         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
638         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
639         fall back on time().
640
641         * tests/test-gettimeofday.c: New file.
642         * modules/gettimeofday-tests: New file.
643
644 2007-01-16  Eric Blake  <ebb9@byu.net>
645
646         * modules/fnmatch (Depends-on): Depend on wchar.
647         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
648         * m4/fnmatch.m4: Likewise.
649         * modules/mbchar (Makefile.am): Assume <wchar.h>.
650         * m4/mbchar.m4: Likewise.
651         * modules/mbswidth (Depends-on): Depend on wchar.
652         * lib/mbswidth.c: Assume <wchar.h>.
653         * m4/mbswidth.m4: Likewise.
654         * modules/quotearg (Depends-on): Depend on wchar.
655         * lib/quotearg.c: Assume <wchar.h>.
656         * m4/quotearg.m4: Likewise.
657         * modules/regex (Depends-on): Depend on wchar.
658         * lib/regex_internal.h: Assume <wchar.h>.
659         * m4/regex.m4: Likewise.
660         * modules/stdint (Depends-on): Depend on wchar.
661         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
662         * m4/stdint.m4: Likewise.
663         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
664         * modules/strftime (Depends-on): Depend on wchar.
665         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
666         * modules/strtol (Depends-on): Depend on wchar.
667         * lib/strtol.c: Assume <wchar.h>.
668         * modules/wcwidth (Depends-on): Depend on wchar.
669         * lib/wcwidth.h: Assume <wchar.h>.
670         * m4/wcwidth.m4: Likewise.
671
672 2007-01-16  Bruno Haible  <bruno@clisp.org>
673
674         * modules/csharpexec-script: New, created from...
675         * modules/csharpexec: ... this.
676
677 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
678
679         * modules/javaexec-script: New, created from...
680         * modules/javaexec: ... this.
681
682 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
683
684         * modules/poll (Dependencies): Add sys_select.
685
686 2007-01-15  Jim Meyering  <jim@meyering.net>
687
688         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
689         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
690         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
691         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
692
693 2007-01-15  Bruno Haible  <bruno@clisp.org>
694
695         * modules/striconveh: New file.
696         * lib/striconveh.h: New file.
697         * lib/striconveh.c: New file.
698         * MODULES.html.sh (Internationalization functions): Add striconveh.
699
700         * modules/striconveh-tests: New file.
701         * tests/test-striconveh.c: New file.
702
703 2007-01-15  Bruno Haible  <bruno@clisp.org>
704
705         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
706         not from GNU libiconv or GNU libc.
707
708 2007-01-15  Bruno Haible  <bruno@clisp.org>
709
710         * doc/gnulib-intro.texi (Copyright): Explain the different license
711         terms for module descriptions, autoconf macros, tests, documentation.
712
713 2007-01-14  Bruno Haible  <bruno@clisp.org>
714
715         * modules/striconv-tests: New file.
716         * tests/test-striconv.c: New file.
717
718 2007-01-14  Bruno Haible  <bruno@clisp.org>
719
720         * modules/iconv-tests: New file.
721         * tests/test-iconv.c: New file.
722
723 2007-01-14  Bruno Haible  <bruno@clisp.org>
724
725         * gnulib-tool (func_get_license): For test modules, use the license of
726         the main module.
727
728 2007-01-14  Bruno Haible  <bruno@clisp.org>
729
730         * modules/iconv (Include): Clarify that <iconv.h> can only be included
731         if iconv is found to exist.
732
733 2007-01-14  Bruno Haible  <bruno@clisp.org>
734
735         * modules/c-ctype-tests: New file.
736         * tests/test-c-ctype.c: New file.
737
738 2007-01-14  Bruno Haible  <bruno@clisp.org>
739
740         * modules/binary-io-tests: New file.
741         * tests/test-binary-io.sh: New file.
742         * tests/test-binary-io.c: New file.
743
744 2007-01-14  Bruno Haible  <bruno@clisp.org>
745
746         * modules/array-oset-tests: New file.
747         * tests/test-array_oset.c: New file.
748
749 2007-01-14  Bruno Haible  <bruno@clisp.org>
750
751         * modules/array-list-tests: New file.
752         * tests/test-array_list.c: New file.
753
754 2007-01-14  Bruno Haible  <bruno@clisp.org>
755
756         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
757         and make.
758         Reported by Simon Josefsson in
759         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
760
761 2007-01-14  Bruno Haible  <bruno@clisp.org>
762
763         * modules/allocsa-tests: New file.
764         * tests/test-allocsa.c: New file.
765
766 2007-01-14  Bruno Haible  <bruno@clisp.org>
767
768         * modules/fchdir (Depends-on): Add absolute-header.
769         * modules/unistd (Depends-on): Likewise.
770
771 2006-12-30  Bruno Haible  <bruno@clisp.org>
772
773         * modules/fchdir: New file.
774         * modules/unistd (Files): Add lib/unistd_.h.
775         (Makefile.am): Generate unistd.h from unistd_.h.
776         * lib/fchdir.c: New file.
777         * lib/dirent_.h: New file.
778         * lib/unistd_.h: New file.
779         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
780         * m4/fchdir.m4: New file.
781         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
782         (gl_HEADER_UNISTD): Invoke it.
783         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
784         function.
785         * lib/backupfile.c (opendir, closedir): Undefine.
786         * lib/chown.c (open, close): Undefine.
787         * lib/clean-temp.c (open, close): Undefine.
788         * lib/copy-file.c (open, close): Undefine.
789         * lib/execute.c (open, close): Undefine.
790         * lib/fsusage.c (open, close): Undefine.
791         * lib/gc-gnulib.c (open, close): Undefine.
792         * lib/getcwd.c (opendir, closedir): Undefine.
793         * lib/glob.c (opendir, closedir): Undefine.
794         * lib/javacomp.c (open, close): Undefine.
795         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
796         * lib/openat-proc.c (open, close): Undefine.
797         * lib/pagealign_alloc.c (open, close): Undefine.
798         * lib/pipe.c (open, close): Undefine.
799         * lib/progreloc.c (open, close): Undefine.
800         * lib/savedir.c (opendir, closedir): Undefine.
801         * lib/utime.c (open, close): Undefine.
802         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
803
804 2007-01-10  Bruno Haible  <bruno@clisp.org>
805
806         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
807
808 2007-01-12  Eric Blake  <ebb9@byu.net>
809
810         Provide a robust <wchar.h>.  Further simplifications are now
811         possible in other modules, but not included here.
812         * modules/wchar: New module.
813         * m4/wchar.m4: New file.
814         * lib/wchar_.h: Likewise.
815         * modules/mbchar (Depends-on): Depend on wchar, as the first use
816         of the new module.
817         * MODULES.html.sh (Extended multibyte and wide character utilities):
818         New section.
819
820 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
821
822         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
823         to a reasonable default for memory allocation.
824         (xreadlink): Don't allocate a huge buffer, to work around a buggy
825         file system that reports garbage st_size values for symlinks.
826         Problem reported by Liyang Hu.
827
828 2007-01-11  Simon Josefsson  <simon@josefsson.org>
829
830         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
831         Emacs .#* auto-save files).
832
833 2007-01-11  Bruno Haible  <bruno@clisp.org>
834
835         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
836         directory.
837
838 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
839
840         Use @...@ consistently in lib/wctype_.h.
841         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
842         on it being set to 1 or 0.
843         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
844         go back to AC_SUBSTing it.
845         * modules/wctype (Makefile.am): Undo previous change.
846
847 2007-01-10  Eric Blake  <ebb9@byu.net>
848
849         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
850         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
851         * modules/wctype (Makefile.am): Likewise.
852         Reported by Chris McGuire.
853
854 2007-01-10  Jim Meyering  <jim@meyering.net>
855
856         fts.c: a small readability/maintainability improvement
857         * lib/fts.c (fts_read): Make this code slightly more readable and
858         maintainable by hoisting the "sp->fts_cur = p" assignments to
859         immediately follow the statements that set P.  Derived from
860         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
861
862 2007-01-10  Eric Blake  <ebb9@byu.net>
863
864         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
865         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
866         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
867         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
868         Reported by Chris McGuire.
869
870 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
871
872         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
873         in sed script.
874
875 2007-01-09  Bruno Haible  <bruno@clisp.org>
876
877         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
878         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
879         variables.
880         (func_module): Use them.
881
882 2007-01-09  Bruno Haible  <bruno@clisp.org>
883
884         * modules/unistr/base: New file.
885         * lib/unistr.h: New file.
886
887         * modules/unistr/u8-to-u16: New file.
888         * lib/unistr/u8-to-u16.c: New file.
889
890         * modules/unistr/u8-to-u32: New file.
891         * lib/unistr/u8-to-u32.c: New file.
892
893         * modules/unistr/u16-to-u8: New file.
894         * lib/unistr/u16-to-u8.c: New file.
895
896         * modules/unistr/u16-to-u32: New file.
897         * lib/unistr/u16-to-u32.c: New file.
898
899         * modules/unistr/u32-to-u8: New file.
900         * lib/unistr/u32-to-u8.c: New file.
901
902         * modules/unistr/u32-to-u16: New file.
903         * lib/unistr/u32-to-u16.c: New file.
904
905         * modules/unistr/u8-check: New file.
906         * modules/unistr/u16-check: New file.
907         * modules/unistr/u32-check: New file.
908         * lib/unistr/u8-check.c: New file.
909         * lib/unistr/u16-check.c: New file.
910         * lib/unistr/u32-check.c: New file.
911
912         * modules/unistr/u8-chr: New file.
913         * modules/unistr/u16-chr: New file.
914         * modules/unistr/u32-chr: New file.
915         * lib/unistr/u8-chr.c: New file.
916         * lib/unistr/u16-chr.c: New file.
917         * lib/unistr/u32-chr.c: New file.
918
919         * modules/unistr/u8-cmp: New file.
920         * modules/unistr/u16-cmp: New file.
921         * modules/unistr/u32-cmp: New file.
922         * lib/unistr/u8-cmp.c: New file.
923         * lib/unistr/u16-cmp.c: New file.
924         * lib/unistr/u32-cmp.c: New file.
925
926         * modules/unistr/u8-cpy: New file.
927         * modules/unistr/u16-cpy: New file.
928         * modules/unistr/u32-cpy: New file.
929         * lib/unistr/u8-cpy.c: New file.
930         * lib/unistr/u16-cpy.c: New file.
931         * lib/unistr/u32-cpy.c: New file.
932         * lib/unistr/u-cpy.h: New file.
933
934         * modules/unistr/u8-cpy-alloc: New file.
935         * modules/unistr/u16-cpy-alloc: New file.
936         * modules/unistr/u32-cpy-alloc: New file.
937         * lib/unistr/u8-cpy-alloc.c: New file.
938         * lib/unistr/u16-cpy-alloc.c: New file.
939         * lib/unistr/u32-cpy-alloc.c: New file.
940         * lib/unistr/u-cpy-alloc.h: New file.
941
942         * modules/unistr/u8-endswith: New file.
943         * modules/unistr/u16-endswith: New file.
944         * modules/unistr/u32-endswith: New file.
945         * lib/unistr/u8-endswith.c: New file.
946         * lib/unistr/u16-endswith.c: New file.
947         * lib/unistr/u32-endswith.c: New file.
948         * lib/unistr/u-endswith.h: New file.
949
950         * modules/unistr/u8-mblen: New file.
951         * modules/unistr/u16-mblen: New file.
952         * modules/unistr/u32-mblen: New file.
953         * lib/unistr/u8-mblen.c: New file.
954         * lib/unistr/u16-mblen.c: New file.
955         * lib/unistr/u32-mblen.c: New file.
956
957         * modules/unistr/u8-mbtouc: New file.
958         * modules/unistr/u16-mbtouc: New file.
959         * modules/unistr/u32-mbtouc: New file.
960         * lib/unistr/u8-mbtouc.c: New file.
961         * lib/unistr/u16-mbtouc.c: New file.
962         * lib/unistr/u32-mbtouc.c: New file.
963
964         * modules/unistr/u8-mbtouc-safe: New file.
965         * modules/unistr/u16-mbtouc-safe: New file.
966         * modules/unistr/u32-mbtouc-safe: New file.
967         * lib/unistr/u8-mbtouc-safe.c: New file.
968         * lib/unistr/u16-mbtouc-safe.c: New file.
969         * lib/unistr/u32-mbtouc-safe.c: New file.
970
971         * modules/unistr/u8-move: New file.
972         * modules/unistr/u16-move: New file.
973         * modules/unistr/u32-move: New file.
974         * lib/unistr/u8-move.c: New file.
975         * lib/unistr/u16-move.c: New file.
976         * lib/unistr/u32-move.c: New file.
977         * lib/unistr/u-move.h: New file.
978
979         * modules/unistr/u8-next: New file.
980         * modules/unistr/u16-next: New file.
981         * modules/unistr/u32-next: New file.
982         * lib/unistr/u8-next.c: New file.
983         * lib/unistr/u16-next.c: New file.
984         * lib/unistr/u32-next.c: New file.
985
986         * modules/unistr/u8-prev: New file.
987         * modules/unistr/u16-prev: New file.
988         * modules/unistr/u32-prev: New file.
989         * lib/unistr/u8-prev.c: New file.
990         * lib/unistr/u16-prev.c: New file.
991         * lib/unistr/u32-prev.c: New file.
992
993         * modules/unistr/u8-set: New file.
994         * modules/unistr/u16-set: New file.
995         * modules/unistr/u32-set: New file.
996         * lib/unistr/u8-set.c: New file.
997         * lib/unistr/u16-set.c: New file.
998         * lib/unistr/u32-set.c: New file.
999         * lib/unistr/u-set.h: New file.
1000
1001         * modules/unistr/u8-startswith: New file.
1002         * modules/unistr/u16-startswith: New file.
1003         * modules/unistr/u32-startswith: New file.
1004         * lib/unistr/u8-startswith.c: New file.
1005         * lib/unistr/u16-startswith.c: New file.
1006         * lib/unistr/u32-startswith.c: New file.
1007         * lib/unistr/u-startswith.h: New file.
1008
1009         * modules/unistr/u8-stpcpy: New file.
1010         * modules/unistr/u16-stpcpy: New file.
1011         * modules/unistr/u32-stpcpy: New file.
1012         * lib/unistr/u8-stpcpy.c: New file.
1013         * lib/unistr/u16-stpcpy.c: New file.
1014         * lib/unistr/u32-stpcpy.c: New file.
1015         * lib/unistr/u-stpcpy.h: New file.
1016
1017         * modules/unistr/u8-stpncpy: New file.
1018         * modules/unistr/u16-stpncpy: New file.
1019         * modules/unistr/u32-stpncpy: New file.
1020         * lib/unistr/u8-stpncpy.c: New file.
1021         * lib/unistr/u16-stpncpy.c: New file.
1022         * lib/unistr/u32-stpncpy.c: New file.
1023         * lib/unistr/u-stpncpy.h: New file.
1024
1025         * modules/unistr/u8-strcat: New file.
1026         * modules/unistr/u16-strcat: New file.
1027         * modules/unistr/u32-strcat: New file.
1028         * lib/unistr/u8-strcat.c: New file.
1029         * lib/unistr/u16-strcat.c: New file.
1030         * lib/unistr/u32-strcat.c: New file.
1031         * lib/unistr/u-strcat.h: New file.
1032
1033         * modules/unistr/u8-strchr: New file.
1034         * modules/unistr/u16-strchr: New file.
1035         * modules/unistr/u32-strchr: New file.
1036         * lib/unistr/u8-strchr.c: New file.
1037         * lib/unistr/u16-strchr.c: New file.
1038         * lib/unistr/u32-strchr.c: New file.
1039
1040         * modules/unistr/u8-strcmp: New file.
1041         * modules/unistr/u16-strcmp: New file.
1042         * modules/unistr/u32-strcmp: New file.
1043         * lib/unistr/u8-strcmp.c: New file.
1044         * lib/unistr/u16-strcmp.c: New file.
1045         * lib/unistr/u32-strcmp.c: New file.
1046
1047         * modules/unistr/u8-strcpy: New file.
1048         * modules/unistr/u16-strcpy: New file.
1049         * modules/unistr/u32-strcpy: New file.
1050         * lib/unistr/u8-strcpy.c: New file.
1051         * lib/unistr/u16-strcpy.c: New file.
1052         * lib/unistr/u32-strcpy.c: New file.
1053         * lib/unistr/u-strcpy.h: New file.
1054
1055         * modules/unistr/u8-strcspn: New file.
1056         * modules/unistr/u16-strcspn: New file.
1057         * modules/unistr/u32-strcspn: New file.
1058         * lib/unistr/u8-strcspn.c: New file.
1059         * lib/unistr/u16-strcspn.c: New file.
1060         * lib/unistr/u32-strcspn.c: New file.
1061         * lib/unistr/u-strcspn.h: New file.
1062
1063         * modules/unistr/u8-strdup: New file.
1064         * modules/unistr/u16-strdup: New file.
1065         * modules/unistr/u32-strdup: New file.
1066         * lib/unistr/u8-strdup.c: New file.
1067         * lib/unistr/u16-strdup.c: New file.
1068         * lib/unistr/u32-strdup.c: New file.
1069         * lib/unistr/u-strdup.h: New file.
1070
1071         * modules/unistr/u8-strlen: New file.
1072         * modules/unistr/u16-strlen: New file.
1073         * modules/unistr/u32-strlen: New file.
1074         * lib/unistr/u8-strlen.c: New file.
1075         * lib/unistr/u16-strlen.c: New file.
1076         * lib/unistr/u32-strlen.c: New file.
1077         * lib/unistr/u-strlen.h: New file.
1078
1079         * modules/unistr/u8-strmblen: New file.
1080         * modules/unistr/u16-strmblen: New file.
1081         * modules/unistr/u32-strmblen: New file.
1082         * lib/unistr/u8-strmblen.c: New file.
1083         * lib/unistr/u16-strmblen.c: New file.
1084         * lib/unistr/u32-strmblen.c: New file.
1085
1086         * modules/unistr/u8-strmbtouc: New file.
1087         * modules/unistr/u16-strmbtouc: New file.
1088         * modules/unistr/u32-strmbtouc: New file.
1089         * lib/unistr/u8-strmbtouc.c: New file.
1090         * lib/unistr/u16-strmbtouc.c: New file.
1091         * lib/unistr/u32-strmbtouc.c: New file.
1092
1093         * modules/unistr/u8-strncat: New file.
1094         * modules/unistr/u16-strncat: New file.
1095         * modules/unistr/u32-strncat: New file.
1096         * lib/unistr/u8-strncat.c: New file.
1097         * lib/unistr/u16-strncat.c: New file.
1098         * lib/unistr/u32-strncat.c: New file.
1099         * lib/unistr/u-strncat.h: New file.
1100
1101         * modules/unistr/u8-strncmp: New file.
1102         * modules/unistr/u16-strncmp: New file.
1103         * modules/unistr/u32-strncmp: New file.
1104         * lib/unistr/u8-strncmp.c: New file.
1105         * lib/unistr/u16-strncmp.c: New file.
1106         * lib/unistr/u32-strncmp.c: New file.
1107
1108         * modules/unistr/u8-strncpy: New file.
1109         * modules/unistr/u16-strncpy: New file.
1110         * modules/unistr/u32-strncpy: New file.
1111         * lib/unistr/u8-strncpy.c: New file.
1112         * lib/unistr/u16-strncpy.c: New file.
1113         * lib/unistr/u32-strncpy.c: New file.
1114         * lib/unistr/u-strncpy.h: New file.
1115
1116         * modules/unistr/u8-strnlen: New file.
1117         * modules/unistr/u16-strnlen: New file.
1118         * modules/unistr/u32-strnlen: New file.
1119         * lib/unistr/u8-strnlen.c: New file.
1120         * lib/unistr/u16-strnlen.c: New file.
1121         * lib/unistr/u32-strnlen.c: New file.
1122         * lib/unistr/u-strnlen.h: New file.
1123
1124         * modules/unistr/u8-strpbrk: New file.
1125         * modules/unistr/u16-strpbrk: New file.
1126         * modules/unistr/u32-strpbrk: New file.
1127         * lib/unistr/u8-strpbrk.c: New file.
1128         * lib/unistr/u16-strpbrk.c: New file.
1129         * lib/unistr/u32-strpbrk.c: New file.
1130         * lib/unistr/u-strpbrk.h: New file.
1131
1132         * modules/unistr/u8-strrchr: New file.
1133         * modules/unistr/u16-strrchr: New file.
1134         * modules/unistr/u32-strrchr: New file.
1135         * lib/unistr/u8-strrchr.c: New file.
1136         * lib/unistr/u16-strrchr.c: New file.
1137         * lib/unistr/u32-strrchr.c: New file.
1138
1139         * modules/unistr/u8-strspn: New file.
1140         * modules/unistr/u16-strspn: New file.
1141         * modules/unistr/u32-strspn: New file.
1142         * lib/unistr/u8-strspn.c: New file.
1143         * lib/unistr/u16-strspn.c: New file.
1144         * lib/unistr/u32-strspn.c: New file.
1145         * lib/unistr/u-strspn.h: New file.
1146
1147         * modules/unistr/u8-strstr: New file.
1148         * modules/unistr/u16-strstr: New file.
1149         * modules/unistr/u32-strstr: New file.
1150         * lib/unistr/u8-strstr.c: New file.
1151         * lib/unistr/u16-strstr.c: New file.
1152         * lib/unistr/u32-strstr.c: New file.
1153         * lib/unistr/u-strstr.h: New file.
1154
1155         * modules/unistr/u8-strtok: New file.
1156         * modules/unistr/u16-strtok: New file.
1157         * modules/unistr/u32-strtok: New file.
1158         * lib/unistr/u8-strtok.c: New file.
1159         * lib/unistr/u16-strtok.c: New file.
1160         * lib/unistr/u32-strtok.c: New file.
1161         * lib/unistr/u-strtok.h: New file.
1162
1163         * modules/unistr/u8-uctomb: New file.
1164         * modules/unistr/u16-uctomb: New file.
1165         * modules/unistr/u32-uctomb: New file.
1166         * lib/unistr/u8-uctomb.c: New file.
1167         * lib/unistr/u16-uctomb.c: New file.
1168         * lib/unistr/u32-uctomb.c: New file.
1169
1170         * MODULES.html.sh (Unicode string functions): Add the new modules.
1171
1172 2007-01-08  Bruno Haible  <bruno@clisp.org>
1173
1174         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1175         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1176         subdirectories.
1177
1178 2007-01-08  Karl Berry  <karl@gnu.org>
1179
1180         * doc/error.texi: mention that main() fns must set program_name
1181         when progname is used.
1182
1183 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1184
1185         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1186         WCTYPE_H is empty, for the benefit of builds from non-distclean
1187         directories.  Problem reported by Eric Blake in
1188         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1189
1190 2007-01-08  Bruno Haible  <bruno@clisp.org>
1191
1192         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1193         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1194         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1195         PROVIDE_CANONICALIZE_FILENAME_MODE.
1196         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1197
1198 2007-01-08  Bruno Haible  <bruno@clisp.org>
1199
1200         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1201         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1202         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1203         * lib/fts.c: Likewise.
1204         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1205
1206 2006-12-25  Bruno Haible  <bruno@clisp.org>
1207
1208         * modules/utf8-ucs4-safe: New file.
1209         * lib/utf8-ucs4-safe.h: New file.
1210         * lib/unistr/utf8-ucs4-safe.c: New file.
1211
1212         * modules/utf16-ucs4-safe: New file.
1213         * lib/utf16-ucs4-safe.h: New file.
1214         * lib/unistr/utf16-ucs4-safe.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         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1221         (Depends-on): Add unitypes.
1222         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1223         (u8_mbtouc_aux): Move out to separate file.
1224         (u8_mbtouc): Use ucs4_t, uint8_t types.
1225         * lib/unistr/utf8-ucs4.c: New file.
1226
1227         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1228         (Depends-on): Add unitypes.
1229         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1230         (u16_mbtouc_aux): Move out to separate file.
1231         (u16_mbtouc): Use ucs4_t, uint16_t types.
1232         * lib/unistr/utf16-ucs4.c: New file.
1233
1234         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1235         (Depends-on): Add unitypes.
1236         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1237         (u8_uctomb_aux): Move out to separate file.
1238         (u8_uctomb): Use ucs4_t, uint8_t types.
1239         * lib/unistr/ucs4-utf8.c: New file.
1240
1241         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1242         (Depends-on): Add unitypes.
1243         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1244         (u16_uctomb_aux): Move out to separate file.
1245         (u16_uctomb): Use ucs4_t, uint16_t types.
1246         * lib/unistr/ucs4-utf16.c: New file.
1247
1248 2006-12-25  Bruno Haible  <bruno@clisp.org>
1249
1250         * modules/unitypes: New file.
1251         * lib/unitypes.h: New file.
1252         * MODULES.html.sh (func_all_modules): New section "Unicode string
1253         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1254         this section. Add unitypes.
1255
1256 2007-01-08  Bruno Haible  <bruno@clisp.org>
1257
1258         Avoid variable names that conflict with those from libtool.
1259         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1260         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1261         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1262         library_names_spec to acl_library_names_spec, hardcode_* to
1263         acl_hardcode_*.
1264         Reported by Ralf Wildenhues.
1265
1266 2007-01-08  Bruno Haible  <bruno@clisp.org>
1267
1268         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1269         definition.
1270         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1271         definition.
1272         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1273         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1274         definition.
1275         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1276         definition.
1277         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1278         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1279         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1280         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1281         definition.
1282         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1283         definition.
1284         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1285         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1286         GC_USE_<algorithm>.
1287         * lib/gc-libgcrypt.c: Likewise.
1288         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1289         * modules/gc-arctwo (configure.ac): Likewise.
1290         * modules/gc-des (configure.ac): Likewise.
1291         * modules/gc-hmac-md5 (configure.ac): Likewise.
1292         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1293         * modules/gc-md2 (configure.ac): Likewise.
1294         * modules/gc-md4 (configure.ac): Likewise.
1295         * modules/gc-md5 (configure.ac): Likewise.
1296         * modules/gc-random (configure.ac): Likewise.
1297         * modules/gc-rijndael (configure.ac): Likewise.
1298         * modules/gc-sha1 (configure.ac): Likewise.
1299
1300 2007-01-08  Bruno Haible  <bruno@clisp.org>
1301
1302         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1303         macro definition.
1304         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1305         definition.
1306         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1307         definition.
1308         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1309         * modules/fcntl-safer (configure.ac): Likewise.
1310         * modules/fopen-safer (configure.ac): Likewise.
1311         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1312         GNULIB_FWRITEERROR macro definition.
1313
1314 2007-01-08  Bruno Haible  <bruno@clisp.org>
1315
1316         * m4/gnulib-common.m4: New file.
1317         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1318         (func_get_filelist): Add m4/gnulib-common.m4.
1319
1320 2007-01-08  Bruno Haible  <bruno@clisp.org>
1321
1322         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1323         command.
1324
1325 2007-01-08  Jim Meyering  <jim@meyering.net>
1326
1327         Use a more robust test for a "can't happen" condition.
1328         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1329         narrowed the st_size value.  Presuming the "can't happen" condition
1330         is true, that narrowing could conceivably convert an invalid st_size
1331         value into a valid one.  Instead, use a change based on Matthew
1332         Woehlke's original patch.
1333
1334         Slight readability improvement: use an assert-like macro
1335         in place of literal "abort ()" uses.
1336         * lib/fts.c (fts_assert): Define.
1337         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1338         Use this macro instead of a bare 'abort'.
1339
1340 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1341
1342         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1343         simply work around them.
1344         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1345         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1346         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1347         Don't bother to define as macros, since the standard doesn't require it.
1348         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1349         longer worry about IRIX 5.3.
1350         (HAVE_WCTYPE_CTMP_BUG): Remove.
1351
1352 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1353
1354         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1355         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1356         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1357         Problems reported by Georg Schwarz for IRIX 5.3.
1358
1359         * gnulib-tool (autoconf_minversion): Take the maximum version number
1360         found, not the minimum.  Problem reported by James Youngman.
1361
1362 2007-01-03  Karl Berry  <karl@gnu.org>
1363
1364         * doc/error.texi: new file, explaining interaction with progname.
1365         * doc/gnulib.texi: include it.  Update copyright.
1366
1367 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1368
1369         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1370         AC_CANONICAL_HOST, to improve autobuild outputs.
1371
1372 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1373             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1374
1375         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1376         sockets, server sockets, and other file descriptors.  Count errors
1377         to compute the return value.  Reorder the code a bit to be easier
1378         to follow.  Don't set event bits that were not requested (except
1379         POLLERR and POLLHUP).
1380
1381 2007-01-01  Bruno Haible  <bruno@clisp.org>
1382
1383         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1384
1385 2007-01-03  Jim Meyering  <jim@meyering.net>
1386
1387         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1388
1389 2007-01-02  Bruno Haible  <bruno@clisp.org>
1390
1391         * modules/settime (Include): Require timespec.h.
1392         * modules/nanosleep (Include): Likewise.
1393
1394 2007-01-01  Bruno Haible  <bruno@clisp.org>
1395
1396         * gnulib-tool (func_emit_copyright_notice): Bump year.
1397         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1398
1399 2007-01-01  Bruno Haible  <bruno@clisp.org>
1400
1401         Improve support for OpenBSD.
1402         * build-aux/config.rpath (libname_spec): Export.
1403         (library_names_spec): New variable. Export.
1404         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1405         library_names_spec from the config.rpath output. Locate shared library
1406         through the name pattern in library_names_spec.
1407
1408 2007-01-01  Eric Blake  <ebb9@byu.net>
1409
1410         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1411
1412 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1413
1414         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1415         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1416         assume the C locale, and avoid an "eval" that could cause trouble.
1417         Problem with SORT reported by Bob Proulx.
1418
1419         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1420         Define.  Trivial patch from Henning Nielsen Lund, originally
1421         sent to bug-grep@gnu.org today.
1422
1423 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1424
1425         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1426         struct stat.  Problem reported by Henning Nielsen Lund.
1427         * lib/acl.c: Include acl.h first, to check interface.  Don't
1428         bother to include sys/types.h and sys/stat.h again.
1429
1430 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1431
1432         Import the following change from libc; problem reported by
1433         Sven Verdoolaege.
1434
1435         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1436
1437         [BZ #1373]
1438         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1439
1440 2006-12-28  Jim Meyering  <jim@meyering.net>
1441
1442         * build-aux/announce-gen: Do not assume that the package
1443         builds any of tar.gz, tar.bz2, and .xdelta files.
1444         Suggestion from Simon Josefsson.
1445
1446 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1447
1448         * modules/announce-gen: New file.
1449
1450 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1451
1452         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1453         handles its gotchas now.
1454         * lib/mbswidth.c: Likewise.
1455         * lib/wcwidth.h: Likewise.
1456         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1457         and iswcntrl; the wctype module does this stuff now.
1458         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1459         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1460         * modules/mbchar (Depends-on): Add wctype.
1461         * modules/mbswidth (Depends-on): Likewise.
1462         * modules/wcwidth (Depends-on): Likewise.
1463
1464 2006-12-27  Eric Blake  <ebb9@byu.net>
1465
1466         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1467         module uses more than what <wctype.h> is required to provide.
1468
1469 2006-12-26  Eric Blake  <ebb9@byu.net>
1470
1471         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1472
1473 2006-12-26  Eric Blake  <ebb9@byu.net>
1474
1475         * modules/absolute-header: New module.
1476         * modules/fcntl (Depends-on): Depend on it.
1477         * modules/inttypes (Depends-on): Likewise.
1478         * modules/stdint (Depends-on): Likewise.
1479         * modules/sys_stat (Depends-on): Likewise.
1480         * modules/wctype (Depends-on): Likewise.
1481         * MODULES.html.sh (Support for building libraries and
1482         executables): Document it.
1483
1484 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1485
1486         * gnulib-tool (SED): Remove, undoing previous change.
1487         The problem was that it broke coreutils on Solaris, because
1488         "sed --posix" leaked into a makefile.
1489         (sed): New alias, if 'alias' and GNU sed.
1490
1491 2006-12-24  Jim Meyering  <jim@meyering.net>
1492
1493         Work around an fchownat bug in glibc-2.4:
1494         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1495         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1496         in spite of the -P option.
1497         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1498         New macros.
1499         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1500         * modules/openat (Files): Add lib/fchownat.c.
1501         * lib/openat.c (fchownat): Don't define here.  Move to...
1502         * lib/fchownat.c: ...this new file.
1503
1504 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1505
1506         Fix bug reported by Bruno Haible in
1507         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1508         where quotearg.c didn't compile on Mac OS X 10.2 because it
1509         lacks <wchar.h> and wint_t.
1510         * lib/wctype_.h (__wctype_wint_t): New type.
1511         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1512         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1513         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1514         Arg is now of type __wctype_wint_t, not wint_t.
1515         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1516         substitute HAVE_WINT_T.
1517         * modules/wctype (Files): Add m4/wint_t.m4.
1518         (wctype.h): Substitute HAVE_WINT_T.
1519
1520 2006-12-23  Bruno Haible  <bruno@clisp.org>
1521
1522         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1523
1524 2006-12-23  Bruno Haible  <bruno@clisp.org>
1525
1526         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1527         S_ISLNK.
1528         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1529         mingw.
1530
1531 2006-12-22  Bruno Haible  <bruno@clisp.org>
1532
1533         * lib/copy-file.c: Include acl.h.
1534         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1535         Close the file descriptors only after being done with copy_acl.
1536         * modules/copy-file (Depends-on): Add acl.
1537
1538 2006-12-22  Bruno Haible  <bruno@clisp.org>
1539
1540         * gnulib-tool (SED): New variable.
1541         Use $SED instead of sed everywhere.
1542
1543 2006-12-22  Bruno Haible  <bruno@clisp.org>
1544
1545         * modules/no-c++: New file.
1546         * m4/no-c++.m4: New file.
1547         * MODULES.html.sh (Support for building libraries and executables):
1548         Add no-c++.
1549
1550 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1551
1552         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1553         Include <limits.h>, and use its INT_MAX to rewrite the
1554         j loop so that it does not overflow 'int'.  Problem reported by
1555         Ralf Wildenhues in
1556         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1557         Play it safe by shifting left by 1 rather than multiplying by 2,
1558         as GCC is less likely to optimize this away when the value
1559         is signed (when it assumes overflow leads to undefined behavior).
1560         Also, don't assume time_t uses two's complement.
1561
1562 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1563
1564         * MODULES.html.sh: New module wctype.
1565         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1566         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1567         <wctype.h>, since the new wctype module should fix this.
1568         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1569         the wctype module should arrange for it.
1570         * lib/regex_internal.h: Likewise.
1571         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1572         since the wctype module should handle this now.
1573         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1574         * modules/fnmatch (Depends-on): Add wctype.
1575         * modules/quotearg (Depends-on): Likewise.
1576         * modules/regex (Depends-on): Likewise.
1577
1578 2006-12-19  Bruno Haible  <bruno@clisp.org>
1579
1580         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1581         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1582
1583 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1584
1585         * modules/savewd (Depends-on): Fix dependency on fcntl.
1586
1587 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1588
1589         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1590         conforms to C99, rather than relying on the user's environment
1591         setting of STDINT_H.
1592
1593 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1594         and Eric Blake  <ebb9@byu.net>
1595
1596         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1597         This is more consistent with the other defines here.
1598         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1599         Port to z/OS.  Problem reported by Paul Gilmartin.
1600         Change local vars to use gl_ prefix rather than ac_.
1601         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1602         with other defines.
1603         * modules/double-slash-root: New module.
1604         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1605         (Depends-on): Add double-slash-root.
1606         * MODULES.html.sh (File system functions): Mention new module.
1607
1608 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1609
1610         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1611         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1612         This is for the benefit of gzip, which doesn't do i18n.
1613
1614 2006-12-12  Jim Meyering  <jim@meyering.net>
1615
1616         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1617         Reported by Andreas Schwab <schwab@suse.de>.
1618
1619 2006-12-12  Bruno Haible  <bruno@clisp.org>
1620
1621         Merge these changes.
1622         2006-09-05  Bruno Haible  <bruno@clisp.org>
1623         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1624         iconv_alloc succeeded.
1625         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1626         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1627         test for " && dest " at the end - dest is always != NULL there. Call
1628         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1629         with 2xNULL arguments, also to flush the state storage. Handle the
1630         IRIX iconv behaviour. Realloc the final result, to throw away unused
1631         memory.
1632
1633 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1634
1635         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1636         and fchmodat unconditionally, since glibc 2.4 has them.
1637         Problem reported by Arkadiusz Miskiewicz.
1638
1639 2006-12-10  Bruno Haible  <bruno@clisp.org>
1640
1641         * gnulib-tool (func_import): Show the include files only for those
1642         modules that are copied and specified.
1643         Reported by Karl Berry.
1644
1645 2006-12-08  Jim Meyering  <jim@meyering.net>
1646
1647         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1648         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1649
1650         * build-aux/announce-gen: Add two new options, both optional:
1651         --bootstrap-tools=TOOL_LIST
1652               a comma-separated list of tools, e.g.,
1653               autoconf,automake,bison,gnulib
1654         --gnulib-snapshot-date=DATE
1655               if gnulib is in the bootstrap tool list,
1656               then report this as the snapshot date.
1657               If not specified, use the current date/time.
1658               If you specify a date here, be sure it's UTC.
1659
1660 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1661
1662         * tests/test-argp-2.sh: Fix test to match actual output.
1663         (func_compare): Fix sed script to be portable.
1664
1665 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1666
1667         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1668         workaround for this case.  It is not autoconfigured now; offhand
1669         it's hard to see how to autoconfigure it.
1670
1671 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1672
1673         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1674         a directory that is about to be chowned.  Such a directory's
1675         initial file permissions should permit the owner only and this
1676         should not be changed until after the chown, since the group and
1677         other bits would be incorrect if they granted permission before
1678         the chown.
1679
1680         Fix porting problem for iswctype reported by Georg Schwarz in:
1681         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1682         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1683         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1684         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1685         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1686
1687 2006-12-03  Jim Meyering  <jim@meyering.net>
1688
1689         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1690         p->fts_statp may not yet be defined.
1691         (fts_read): Instead, set it in the caller, once p->fts_statp is
1692         sure to be defined, and corresponds to a top-level directory.
1693         This bug made du -x fail.  Here's the coreutils test case:
1694         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1695         Reported by Mike Frysinger.
1696
1697 2006-12-01  Jim Meyering  <jim@meyering.net>
1698
1699         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1700         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1701         Reported by Simon Josefsson.
1702
1703 2006-11-30  Jim Meyering  <jim@meyering.net>
1704
1705         * m4/warning.m4: Use the all-permissive copyright notice
1706         recommended by RMS (rather than LGPL).
1707         * m4/vararrays.m4: Likewise.
1708         * m4/flexmember.m4: Likewise.
1709
1710 2006-11-29  Bruno Haible  <bruno@clisp.org>
1711
1712         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1713         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1714         using +=.
1715         Reported by Simon Josefsson <simon@josefsson.org>.
1716
1717 2006-11-28  James Youngman <jay@gnu.org>
1718
1719         * README: Advise users that they might find the bug-gnulib@gnu.org
1720         and autotools-announce@gnu.org mailing lists useful.
1721
1722 2006-11-28  Bruno Haible  <bruno@clisp.org>
1723
1724         * m4/ptrdiff_max.m4: Remove file.
1725
1726 2006-11-21  Bruno Haible  <bruno@clisp.org>
1727
1728         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1729         _AC_COMPUTE_INT.
1730         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1731         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1732         _AC_COMPUTE_INT.
1733         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1734         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1735         _AC_COMPUTE_INT.
1736         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1737
1738 2006-11-28  Jim Meyering  <jim@meyering.net>
1739
1740         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1741         warning from "gcc -Wshadow" about shadowing the builtin.
1742
1743 2006-11-27  Bruno Haible  <bruno@clisp.org>
1744
1745         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1746         _AC_COMPUTE_INT.
1747         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1748
1749 2006-11-27  Bruno Haible  <bruno@clisp.org>
1750             Paul Eggert  <eggert@cs.ucla.edu>
1751
1752         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1753
1754 2006-11-26  Bruno Haible  <bruno@clisp.org>
1755
1756         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1757         noinst_LTLIBRARIES.
1758
1759 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1760             Bruno Haible  <bruno@clisp.org>
1761
1762         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1763         if compiling with "gcc -ansi".
1764
1765 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1766
1767         Fix some incompatibilities with gcc -ansi -pedantic.
1768         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1769         if compiling pedantically with GCC, unless it's C99 or later.
1770         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1771         it mishandles gcc -ansi -pedantic as well.
1772         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1773         if gcc -pedantic.
1774         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1775         initializers for struct if -pedantic, unless it's C99 or later.
1776
1777 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1778
1779         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1780         Don't close an fd more than once. Identical atimes indicate
1781         success, not failure.
1782
1783 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1784
1785         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1786
1787 2006-11-23  Jim Meyering  <jim@meyering.net>
1788
1789         * build-aux/announce-gen: New file.  From coreutils.
1790
1791 2006-11-22  Jim Meyering  <jim@meyering.net>
1792
1793         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1794         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1795         (fts_read): Use a temporary to narrow the overused st_size member
1796         before using it in a switch statement.  Reported by Matthew Woehlke.
1797
1798         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1799         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1800
1801 2006-11-20  Bruno Haible  <bruno@clisp.org>
1802
1803         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1804         changequote instead of pairs of brackets.
1805         Reported by Andreas Schwab <schwab@suse.de>.
1806
1807 2006-11-21  Jim Meyering  <jim@meyering.net>
1808
1809         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1810         so as to remain compatible with older compilers.
1811         Patch from Michael Deutschmann.
1812
1813 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1814
1815         * MODULES.html.sh (File system functions): Add openat.
1816
1817         * lib/openat.h (rpl_fstatat): New macro, if
1818         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1819         (fstatat): Define to rpl_fstatat under the same conditions,
1820         unless COMPILING_FSTATAT.
1821         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1822         seems to have the bug.
1823         * lib/fstatat.c: New file.
1824         * modules/openat (Files): Add it.
1825
1826 2006-11-20  Bruno Haible  <bruno@clisp.org>
1827
1828         * Makefile: New file.
1829
1830 2006-11-20  Jim Meyering  <jim@meyering.net>
1831
1832         The beginnings of syntax-related checks for gnulib.
1833         * lib/Makefile: New file.
1834         * lib/t-idcache: New script.  Ensure that the two halves of
1835         idcache.c stay in sync.
1836
1837         * lib/idcache.c: Adjust comments in user- and group- portions to
1838         be more accurate, and to be consistent with one another.
1839
1840 2006-11-20  Jim Meyering  <jim@meyering.net>
1841
1842         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1843         continue using the flexible array member (thus, this module performs
1844         half as many malloc calls), with the addition that...
1845         (getgroup, getuser): Consistently record a non-match via an empty
1846         "name" string, and map an empty string match to a NULL return value.
1847         * modules/idcache (Depends-on): Re-add flexmember.
1848
1849         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1850         (getuidbyname, getgroup, getgidbyname): Likewise.
1851
1852         Use cleaner syntax: NULL rather than 0.
1853         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1854
1855 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1856
1857         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1858         It mishandled the case where the group was missing.
1859         Problem reported by Greg Schafer.
1860         * modules/idcache: Likewise.
1861
1862 2006-11-18  Jim Meyering  <jim@meyering.net>
1863
1864         * check-module (%exempt_header): Add exception for some
1865         conditionally-included headers.
1866
1867         * modules/i-ring (Depends-on): Add verify.
1868         (License): Change to LGPL.
1869
1870 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1871
1872         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1873         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1874         and inttostr.h.  Use snprintf rather than uinttostr, so that
1875         LGPLed code doesn't depend on GPLed.
1876
1877 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1878
1879         * modules/inline (License): Change from GPL to LGPL.
1880
1881 2006-11-17  Jim Meyering  <jim@meyering.net>
1882
1883         * modules/d-type (License): Switch to LGPL.
1884
1885 2006-11-15  Bruno Haible  <bruno@clisp.org>
1886
1887         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1888
1889 2006-11-15  Eric Blake  <ebb9@byu.net>
1890
1891         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1892         the module dependency.
1893
1894 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1895             Bruno Haible  <bruno@clisp.org>
1896
1897         * gnulib-tool (func_create_testdir): Add license consistency check.
1898
1899 2006-11-15  Eric Blake  <ebb9@byu.net>
1900
1901         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1902         random "(cached)" in configure output.
1903
1904 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1905
1906         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1907         test for conforming inttypes.h is both announced and cached.
1908
1909         * MODULES.html.sh (seen_modules, seen_files): New variables.
1910         (func_module): Rewrite to use a few less gnulib-tool and sed
1911         invocations.  Avoid a couple of quadratic algorithms for ...
1912         (missed_modules, missed_files): ... these, with ...
1913         (func_append, func_tmpdir): ... these new functions, from
1914         gnulib-tool.  Analogously, install traps for cleanup.
1915
1916         * tests/test-gc.c (main): Remove unused variables.
1917         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1918
1919 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1920
1921         * modules/inttostr (License): Change to LGPL.
1922
1923 2006-11-14  Eric Blake  <ebb9@byu.net>
1924
1925         * modules/tempname (License): Change to LGPL.
1926
1927 2006-11-14  Eric Blake  <ebb9@byu.net>
1928
1929         * doc/functions.texi (Function Portability): *printf functions on
1930         Cygwin now understand all POSIX size specifiers.
1931
1932 2006-11-14  Bruno Haible  <bruno@clisp.org>
1933
1934         * modules/c-ctype (License): Change to LGPL.
1935
1936 2006-11-12  Bruno Haible  <bruno@clisp.org>
1937
1938         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1939         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1940         for GNOME libraries, for which the include files are installed in
1941         subdirectories of $prefix/include.
1942
1943 2006-11-12  Bruno Haible  <bruno@clisp.org>
1944
1945         * m4/lib-link.m4: Require at least autoconf-2.54.
1946         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1947         name to underscores for the --with option.
1948
1949 2006-11-13  Bruno Haible  <bruno@clisp.org>
1950
1951         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1952         the tests directory.
1953         Reported by Ralf Wildenhues.
1954
1955 2006-11-13  Bruno Haible  <bruno@clisp.org>
1956
1957         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1958         (func_emit_initmacro_end): Undo the override here.
1959         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1960         Works around the famous automake error in coreutils.
1961
1962 2006-11-13  Eric Blake  <ebb9@byu.net>
1963
1964         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1965         element, not its node.
1966
1967 2006-11-12  Bruno Haible  <bruno@clisp.org>
1968
1969         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1970         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1971
1972 2006-11-12  Bruno Haible  <bruno@clisp.org>
1973
1974         * gnulib-tool: New option --local-symlink.
1975         (func_usage): Document it.
1976         (lsymbolic): New variable.
1977         (func_import, func_create_testdir): If --symlink was not specified,
1978         test whether --local-symlink was specified and the file comes from
1979         the local_gnulib_dir.
1980
1981 2006-11-12  Bruno Haible  <bruno@clisp.org>
1982
1983         * gnulib-tool (func_ln): New function.
1984         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1985
1986 2006-11-12  Bruno Haible  <bruno@clisp.org>
1987
1988         Finish support for source files in subdirectories.
1989         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1990         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1991         AUTOMAKE_OPTIONS.
1992         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1993
1994 2006-11-12  Bruno Haible  <bruno@clisp.org>
1995
1996         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1997         EXTRA_lib_SOURCES augmentation.
1998         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1999
2000 2006-11-12  Jim Meyering  <jim@meyering.net>
2001
2002         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2003         file descriptors.  This also averts a failure on systems with
2004         native openat support when a traversed directory lacks "x" access.
2005         * lib/fts_.h: Include "i-ring.h"
2006         (struct FTS) [fts_fd_ring]: New member.
2007         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2008         (FCHDIR): Add parentheses.
2009         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2010         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2011         When descending, rather than simply closing the previous
2012         fts_cwd_fd value, push that file descriptor onto the ring.
2013         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2014         (fts_open): Initialize the new fd_ring member.
2015         (fts_close): Clear the ring.
2016         (fts_safe_changedir): When possible, use our new fd_ring to skip
2017         the diropen and fstat and dev/ino comparison that would normally
2018         accompany a virtual `chdir ("..")'.
2019
2020         * modules/fts (Depends-on): Add i-ring.
2021         * modules/i-ring: New module.
2022         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2023         * m4/i-ring.m4: New file.
2024
2025 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2026
2027         * gnulib-tool (func_create_testdir): Fix replacement of
2028         `build-aux' in configure.ac.  Run autotools in gltests
2029         subdirectory.
2030         (func_create_testdir, func_create_megatestdir, test): There is
2031         no need for '--force' in most autotool invocations in a new
2032         tree.  Actually fail the whole test if any of the tools, or the
2033         configure or make stages fail.
2034
2035         Sync from Automake.
2036         * build-aux/gnupload: Revert last change.  Add pointer to upload
2037         instructions of the GNU Maintenance Instructions.
2038         Suggestion by Karl Berry.
2039
2040 2006-11-10  Jim Meyering  <jim@meyering.net>
2041
2042         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2043
2044 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2045
2046         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2047         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2048         (bind_textdomain_codeset) [! ENABLE_NLS]:
2049         Evaluate all the arguments.  That way, callers get compatible behavior
2050         if the arguments have side effects.  Also, it avoids some GCC
2051         diagnostics in some cases; Joel E. Denny reported problems when Bison
2052         was configured with --enable-gcc-warnigs.
2053
2054 2006-11-10  Jim Meyering  <jim@meyering.net>
2055
2056         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2057         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2058         account.
2059
2060 2006-11-10  Jim Meyering  <jim@meyering.net>
2061
2062         * modules/inline: New file/module.
2063         * modules/xalloc (Files): Remove m4/inline.m4.
2064         (Depends-on): Add inline, instead.
2065         * modules/oset: Likewise.
2066         * modules/list: Likewise.
2067
2068 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2069
2070         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2071         Problem reported by Matthew Woehlke.
2072
2073 2006-11-09  Bruno Haible  <bruno@clisp.org>
2074
2075         * lib/tempname.c (gen_tempname): Remove variant that invokes
2076         __gen_tempname.
2077         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2078         __gen_tempname.
2079
2080 2006-11-08  Bruno Haible  <bruno@clisp.org>
2081
2082         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2083         to 'yes' instead of 'cross-compiling'.
2084
2085 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2086
2087         * lib/quotearg.h (quotearg_free): New decl.
2088         * lib/quotearg.c (quotearg_free): New function.
2089         (slot0, nslots, slotvec0, slotvec):
2090         Now file-scope so that quotearg_free can get at them.
2091
2092 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2093
2094         Sync from Automake.
2095         * build-aux/gnupload: Add missing 'gnu' to example URL.
2096         Report by Karl Berry.
2097
2098 2006-11-08  Bruno Haible  <bruno@clisp.org>
2099
2100         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2101         Suggested by Paul Eggert.
2102
2103 2006-11-08  Jim Meyering  <jim@meyering.net>
2104
2105         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2106         It's already included if !_LIBC.
2107         (fts_safe_changedir): Add a comment.
2108
2109 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2110
2111         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2112         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2113         Matthew Woehlke.
2114
2115         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2116         definitions up, to avoid colliding with change below.
2117         (static_inline) [HAVE_INLINE]: New macro.
2118         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2119         Provide extern decls when !HAVE_INLINE.  Do not define unless
2120         static_inline is defined, either by us or by xmalloc.c.  Use
2121         static_inline rather than static inline.
2122         (XCALLOC): Optimize sizeof(T) = 1 case.
2123         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2124
2125 2006-11-07  Bruno Haible  <bruno@clisp.org>
2126
2127         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2128         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2129         AC_C_INLINE.
2130         * modules/xalloc (Files): Add m4/inline.m4.
2131
2132 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2133
2134         * README: Fix typo.
2135         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2136         (Miscellanous Notes): ...from this.
2137
2138 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2139
2140         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2141         Mention that offsetof should be used instead of sizeof.
2142         From Bruno Haible.
2143
2144 2006-11-07  Bruno Haible  <bruno@clisp.org>
2145
2146         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2147
2148 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2149
2150         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2151         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2152         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2153         (gl_tree_add_before, gl_tree_add_after):
2154         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2155         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2156         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2157         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2158         (gl_linked_add_after, gl_linked_add_at): Likewise.
2159         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2160         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2161         (gl_tree_add_before, gl_tree_add_after): Likewise.
2162         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2163         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2164         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2165
2166 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2167
2168         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2169
2170 2006-11-06  Bruno Haible  <bruno@clisp.org>
2171
2172         * m4/inline.m4: New file.
2173         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2174         * modules/list (Files): Add m4/inline.m4.
2175         * modules/oset (Files): Likewise.
2176
2177 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2178
2179         * lib/idcache.c: Include <stddef.h>, for offsetof.
2180         (struct userid.name): Change from char * to a flexible array member.
2181         All uses changed.
2182         * modules/idcache (Depends-on): Add flexmember.
2183
2184         * MODULES.html.sh (Core language properties): New module flexmember.
2185         * modules/flexmember, m4/flexmember.m4: New files.
2186
2187         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2188         inline functions that are identical with the old xnmalloc_inline,
2189         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2190         that we can avoid some unnecessary integer multiplications and
2191         divisions in the common case where the element size is known at
2192         compile time.
2193         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2194         needed.
2195         (xnboundedmalloc): Remove.
2196         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2197         arguments, for consistency with rest of this header.
2198         (xcharalloc): Rewrite using XNMALLOC.
2199         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2200         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2201         versions have been moved to lib/xalloc.h and renamed to be the
2202         non-*_inline versions.
2203         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2204         and xnrealloc functions, since those functions are now inline and
2205         now call us.
2206         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2207         renaming described above.
2208         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2209         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2210         captures the dependency in AC_C_INLINE.
2211
2212         New module canonicalize-lgpl, proposed by Charles Wilson in
2213         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2214         with a few small changes afterwards.
2215         * MODULES.html.sh (File system functions): New module
2216         canonicalize-lgpl.
2217         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2218         and canonicalize_file_name.
2219         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2220         * modules/canonicalize-lgpl: New files.
2221
2222 2006-11-05  Bruno Haible  <bruno@clisp.org>
2223
2224         * gnulib-tool (func_import, func_create_testdir): Create directories
2225         also for files in subdirectories of lib/.
2226
2227 2006-11-05  Bruno Haible  <bruno@clisp.org>
2228
2229         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2230         ANSI C compliant.
2231
2232 2006-11-03  Bruno Haible  <bruno@clisp.org>
2233
2234         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2235         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2236         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2237         (xnboundedmalloc): New inline function.
2238         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2239         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2240         xmalloc.
2241         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2242         xmalloc.
2243         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2244         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2245         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2246         xmalloc.
2247         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2248         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2249         xmalloc.
2250         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2251         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2252         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2253         xmalloc.
2254         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2255         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2256         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2257         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2258         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2259         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2260         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2261
2262 2006-11-03  Bruno Haible  <bruno@clisp.org>
2263
2264         * lib/c-ctype.h [C++]: Define functions without name mangling.
2265         * lib/fwriteerror.h [C++]: Likewise.
2266         * lib/gcd.h [C++]: Likewise.
2267         * lib/linebreak.h [C++]: Likewise.
2268
2269 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2270
2271         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2272         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2273         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2274         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2275         Check for functions and headers just once.
2276         Check for declaration of canonicalize_file_name.
2277         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2278
2279 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2280
2281         * gnulib-tool (func_import): Fix typo in actioncmd.
2282
2283 2006-11-02  Bruno Haible  <bruno@clisp.org>
2284
2285         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2286         newline sequence in the Makefile.am snippet as a space, like "make"
2287         does.
2288         Reported by Roger Persson <perrog@gmail.com>.
2289
2290 2006-11-01  Bruno Haible  <bruno@clisp.org>
2291
2292         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2293         already declared in <string.h>.
2294         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2295
2296 2006-11-01  Bruno Haible  <bruno@clisp.org>
2297
2298         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2299         * lib/strcase.h: Include <string.h>.
2300         (strcasecmp): Define to rpl_strcasecmp here.
2301
2302 2006-11-01  Bruno Haible  <bruno@clisp.org>
2303
2304         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2305
2306 2006-11-01  Eric Blake  <ebb9@byu.net>
2307
2308         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2309
2310         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2311
2312 2006-10-29  Bruno Haible  <bruno@clisp.org>
2313
2314         Make it compile in C++ mode.
2315         * lib/full-write.c (full_rw): Add a cast.
2316
2317 2006-11-01  Bruno Haible  <bruno@clisp.org>
2318
2319         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2320         be POSIX compliant.
2321         Reported by Roger Persson <perrog@gmail.com>.
2322
2323 2006-11-01  Eric Blake  <ebb9@byu.net>
2324
2325         * lib/getopt_.h: Fix comments.
2326
2327 2006-10-31  Eric Blake  <ebb9@byu.net>
2328
2329         * modules/tmpdir (Depends-on): Add sys_stat.
2330         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2331         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2332         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2333         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2334         tempname.
2335
2336 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2337
2338         Avoid some C++ diagnostics reported by Bruno Haible.
2339         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2340         xmalloc.
2341         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2342         (struct slotvec): Move to top level.
2343         (quotearg_n_options): Rewrite to avoid xmalloc.
2344         * lib/xalloc.h (xcharalloc): New function.
2345         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2346         [defined __cplusplus]: Add function template that provides result
2347         type propagation.  This part of the change is from Bruno Haible.
2348
2349 2006-10-29  Bruno Haible  <bruno@clisp.org>
2350
2351         Make it compile in C++ mode.
2352         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2353         * lib/strnlen1.c (strnlen1): Cast memchr result.
2354         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2355         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2356         (create_temp_dir): Rename local variable 'template'.
2357         (compile_csharp_using_sscli): Add cast.
2358         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2359         * lib/findprog.c (find_in_path): Likewise.
2360         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2361         * lib/wait-process.c (register_slave_subprocess): Likewise.
2362
2363 2006-10-22  Bruno Haible  <bruno@clisp.org>
2364
2365         * modules/tsearch: New file.
2366         * lib/tsearch.h: New file.
2367         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2368         * m4/tsearch.m4: New file.
2369         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2370
2371 2006-10-29  Eric Blake  <ebb9@byu.net>
2372
2373         * lib/arcfour.c: Assume config.h.
2374         * lib/arctwo.c: Likewise.
2375         * lib/base64.c: Likewise.
2376         * lib/check-version.c: Likewise.
2377         * lib/crc.c: Likewise.
2378         * lib/des.c: Likewise.
2379         * lib/gc-gnulib.c: Likewise.
2380         * lib/gc-libgcrypt.c: Likewise.
2381         * lib/gc-pbkdf2-sha1.c: Likewise.
2382         * lib/getaddrinfo.c: Likewise.
2383         * lib/getdelim.c: Likewise.
2384         * lib/getline.c: Likewise.
2385         * lib/hmac-md5.c: Likewise.
2386         * lib/hmac-sha1.c: Likewise.
2387         * lib/iconvme.c: Likewise.
2388         * lib/md2.c: Likewise.
2389         * lib/md4.c: Likewise.
2390         * lib/memxor.c: Likewise.
2391         * lib/read-file.c: Likewise.
2392         * lib/readline.c: Likewise.
2393         * lib/rijndael-alg-fst.c: Likewise.
2394         * lib/rijndael-api-fst.c: Likewise.
2395         * lib/xgetdomainname.c: Likewise.
2396
2397 2006-10-28  Eric Blake  <ebb9@byu.net>
2398
2399         * lib/xstrndup.c: Assume config.h.
2400
2401 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2402
2403         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2404         stat-macros.h is now for our own macros, whereas stat_h is for
2405         macros in the <sys/stat.h> name space.
2406         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2407         (STAT_MACROS_H): Remove.
2408         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2409         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2410         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2411         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2412         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2413         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2414         Move these macros to ...
2415         * lib/stat_.h: here.  Don't include stat-macros.h.
2416         * lib/canonicalize.c: Don't include stat-macros.h.
2417         * lib/chown.c: Likewise.
2418         * lib/euidaccess.c: Likewise.
2419         * lib/file-type.c: Likewise.
2420         * lib/filemode.c: Likewise.
2421         * lib/glob.c: Likewise.
2422         * lib/isapipe.c: Likewise.
2423         * lib/lchown.c: Likewise.
2424         * lib/lstat.c: Likewise.
2425         * lib/mkdir-p.c: Likewise.
2426         * lib/rmdir.c: Likewise.
2427         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2428         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2429         unless mkdir isn't declared, to speed up 'configure'.
2430         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2431         would define all the S_* symbols.
2432         * modules/canonicalize (Depends-on):
2433         Depend on sys_stat, not stat-macros.
2434         * modules/chown: Likewise.
2435         * modules/euidaccess: Likewise.
2436         * modules/filemode: Likewise.
2437         * modules/file-type: Likewise.
2438         * modules/glob: Likewise.
2439         * modules/isapipe: Likewise.
2440         * modules/lchown: Likewise.
2441         * modules/lstat: Likewise.
2442         * modules/mkancesdirs: Likewise.
2443         * modules/rmdir: Likewise.
2444         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2445         * modules/modechange: Likewise.
2446         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2447         (configure.ac): Remove gl_STAT_MACROS.
2448         * modules/sys_stat (Depends-on): Remove stat-macros.
2449
2450 2006-10-27  Bruno Haible  <bruno@clisp.org>
2451
2452         * m4/signed.m4: Remove file.
2453         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2454         invocation.
2455         * modules/vasnprintf (Files): Remove m4/signed.m4.
2456
2457 2006-10-27  Bruno Haible  <bruno@clisp.org>
2458
2459         Update to GNU gettext 0.16.
2460         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2461         m4/inttypes-h.m4, m4/signed.m4.
2462         * m4/gettext.m4: Update to GNU gettext 0.16.
2463         * m4/intl.m4: New file, from GNU gettext.
2464         * m4/intldir.m4: New file, from GNU gettext.
2465         * config/srclist.txt: Update
2466
2467 2006-10-27  Eric Blake  <ebb9@byu.net>
2468
2469         * MODULES.html.sh: Document tempname.
2470         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2471         dependencies.
2472         (Files): Move lib/tempname.c...
2473         * modules/tempname: ...to this new module.
2474         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2475         (gl_PREREQ_TEMPNAME): Move...
2476         * m4/tempname.m4: ...to this new file.
2477         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2478         * modules/sys_stat (Depends-on): Add stat-macros.
2479         * lib/stat_.h (includes): Pick up stat macros.
2480         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2481         if stat macros are broken.
2482         * lib/tempname.c (includes): No need to include "stat-macros.h".
2483         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2484         (direxists, __path_search) [!_LIBC]: Don't compile these in
2485         gnulib; the tmpdir module covers that.
2486         * lib/tempname.h: New file.
2487
2488 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2489
2490         * COPYING: Explain how gnulib-tool converts licence headers.
2491         Almost all wording by Eric Blake.
2492
2493 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2494
2495         * lib/mbchar.h (is_basic_table): Make read-only.
2496         * lib/mbchar.c (is_basic_table): Likewise.
2497         Reported by John Darrington.
2498
2499 2006-10-25  Bruno Haible  <bruno@clisp.org>
2500
2501         * lib/progname.h (set_program_name): Undefine before defining.
2502
2503 2006-10-25  Bruno Haible  <bruno@clisp.org>
2504
2505         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2506         false for non-gcc C++ compilers.
2507         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2508
2509 2006-10-24  Bruno Haible  <bruno@clisp.org>
2510
2511         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2512         iconv implementations like Irix iconv.
2513
2514 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2515
2516         * modules/vararrays: New file.
2517         * m4/vararrays.m4: New file, taken from diffutils.
2518         * MODULES.html.sh: New module vararrays.
2519
2520 2006-10-24  Karl Berry  <karl@gnu.org>
2521
2522         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2523         Don't call GNU Unix.
2524
2525 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2526
2527         * users.txt: Add Libtool.
2528
2529         Sync from Libtool:
2530
2531         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2532
2533         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2534         to gnulib's policy of including config.h unconditionally.
2535
2536 2006-10-24  Bruno Haible  <bruno@clisp.org>
2537
2538         * modules/wcwidth (Files): Add m4/wint_t.m4.
2539         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2540         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2541
2542 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2543
2544         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2545         to pacify GCC with some -W flags enabled.  Problem reported by
2546         Bruno Haible.
2547
2548 2006-10-24  Jim Meyering  <jim@meyering.net>
2549
2550         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2551         Reported by Karl Berry.
2552
2553 2006-10-23  Bruno Haible  <bruno@clisp.org>
2554
2555         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2556
2557 2006-10-24  Bruno Haible  <bruno@clisp.org>
2558
2559         * lib/gl_list.h: Use C comment style, not C++ comment style.
2560
2561 2006-10-23  Eric Blake  <ebb9@byu.net>
2562
2563         * lib/getaddrinfo.c (includes): Add missing include.
2564
2565 2006-10-23  Bruno Haible  <bruno@clisp.org>
2566             Paul Eggert  <eggert@cs.ucla.edu>
2567
2568         Ability to rename obstack_free.
2569         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2570         obstack_free.
2571         (obstack_free): Invoke the __obstack_free macro.
2572         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2573
2574 2006-10-23  Bruno Haible  <bruno@clisp.org>
2575             Paul Eggert  <eggert@cs.ucla.edu>
2576
2577         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2578         __argc, __argv from the declaration. (They are defined as macros on
2579         mingw.)
2580
2581 2006-10-22  Bruno Haible  <bruno@clisp.org>
2582
2583         * doc/gnulib-intro.texi: New file.
2584         * doc/gnulib.texi: Include it.
2585
2586 2006-10-21  Bruno Haible  <bruno@clisp.org>
2587
2588         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2589         "Introduction", "Miscellanous Notes", "Particular Modules".
2590
2591 2006-10-21  Bruno Haible  <bruno@clisp.org>
2592
2593         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2594         Change mostlyclean-local rule to avoid sh syntax error from bash
2595         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2596
2597 2006-10-23  Jim Meyering  <jim@meyering.net>
2598
2599         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2600         in place of snprintf.
2601
2602         * modules/inttostr (Files): Add lib/uinttostr.c.
2603         * lib/uinttostr.c (inttostr): New file/function.
2604         * lib/inttostr.h (uinttostr): Declare.
2605         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2606         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2607         Add uinttostr.
2608         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2609
2610 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2611
2612         * lib/canonicalize.c (ELOOP): Define if not already defined.
2613         Problem reported by Bruno Haible in
2614         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2615
2616 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2617
2618         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2619         Problem reported by Perry Smith and Ville Laurikari.
2620
2621         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2622         uses.
2623
2624 2006-10-19  Bruno Haible  <bruno@clisp.org>
2625
2626         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2627         for mingw.
2628
2629 2006-10-19  Bruno Haible  <bruno@clisp.org>
2630
2631         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2632         Needed for mingw.
2633
2634 2006-10-19  Bruno Haible  <bruno@clisp.org>
2635
2636         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2637
2638 2006-10-19  Bruno Haible  <bruno@clisp.org>
2639
2640         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2641         it.
2642
2643 2006-10-19  Bruno Haible  <bruno@clisp.org>
2644
2645         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2646         invocation.
2647
2648 2006-10-19  Bruno Haible  <bruno@clisp.org>
2649
2650         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2651         mountlist by default.
2652
2653 2006-10-16  Bruno Haible  <bruno@clisp.org>
2654
2655         * lib/c-strstr.c: Include c-strstr.h.
2656
2657 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2658
2659         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2660         in a slash.
2661
2662 2006-10-18  Bruno Haible  <bruno@clisp.org>
2663
2664         * lib/lock.h [C++]: Wrap definitions in extern "C".
2665
2666 2006-10-18  Bruno Haible  <bruno@clisp.org>
2667
2668         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2669         gl_LIBOBJS list.
2670
2671 2006-10-18  Bruno Haible  <bruno@clisp.org>
2672
2673         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2674
2675 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2676
2677         * lib/xstrtol.h: Include gettext.h.
2678         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2679         Problem reported by Eric Blake.
2680         * modules/xstrtol (Depends-on): Add gettext-h.
2681
2682 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2683
2684         * lib/strftime.c (advance): New macro.
2685         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2686         incomplete type, so you can't add 0 to it.  Problem and patch
2687         reported by Eelco Dolstra for dietlibc.
2688
2689 2006-10-18  Jim Meyering  <jim@meyering.net>
2690
2691         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2692         type for a local, and rename it: s/up/user_proc/.
2693
2694 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2695
2696         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2697         READ_UTMP_USER_PROCESS.
2698         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2699
2700 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2701
2702         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2703         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2704
2705 2006-10-17  Eric Blake  <ebb9@byu.net>
2706
2707         * lib/sigprocmask.c (sigprocmask): Fix typo.
2708
2709         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2710
2711         * modules/clean-temp (Makefile.am): Don't add to make output...
2712         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2713         config.h.
2714
2715 2006-10-17  Bruno Haible  <bruno@clisp.org>
2716
2717         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2718         differently if DEFAULT_TEXT_DOMAIN is set.
2719
2720 2006-10-16  Bruno Haible  <bruno@clisp.org>
2721
2722         * lib/clean-temp.c: Include fwriteerror.h.
2723
2724 2006-10-16  Bruno Haible  <bruno@clisp.org>
2725
2726         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2727
2728 2006-10-16  Bruno Haible  <bruno@clisp.org>
2729
2730         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2731         * lib/sigprocmask.h: Include <sys/types.h>.
2732         (sigset_t): Use the system's definition if present.
2733
2734 2006-10-17  Eric Blake  <ebb9@byu.net>
2735
2736         * lib/xvasprintf.c (includes): Assume config.h.
2737         * lib/xasprintf.c (includes): Likewise.
2738
2739 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2740
2741         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2742         at least as wide as intmax_t.
2743
2744 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2745
2746         (Imported from Automake.)
2747         * build-aux/gnupload: Update to version 1.1 of directive file.
2748
2749 2006-10-16  Eric Blake  <ebb9@byu.net>
2750
2751         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2752         match Automake 1.10a.
2753
2754 2006-10-14  Bruno Haible  <bruno@clisp.org>
2755
2756         * modules/sigprocmask: New file.
2757         * lib/sigprocmask.h: New file.
2758         * lib/sigprocmask.c: New file.
2759         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2760         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2761         request sigprocmask.o.
2762         (gl_PREREQ_SIGPROCMASK): New macro.
2763         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2764         (Depends-on): Add sigprocmask.
2765         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2766         gt_SIGNALBLOCKING. Test for 'raise' only once.
2767         * lib/fatal-signal.c: Include sigprocmask.h.
2768         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2769         unblock_fatal_signals): Define always.
2770         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2771         sigprocmask.
2772
2773 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2774
2775         Sync from Automake.
2776         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2777         which incorrectly sets the mode of an existing destination
2778         directory.  In some cases the unpatched install-sh could do the
2779         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2780         system.  We hope this is rare in practice, but it's clearly worth
2781         fixing.  Problem reported by Alex Unleashed in
2782         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2783         Also, don't bother to check for -m bugs unless we're using -m;
2784         suggested by Stepan Kasal.
2785
2786 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2787
2788         Sync from Automake.
2789         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2790         `-c' flag, so they appear at the same position as in %FASTDEP%
2791         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2792         which ignores unknown options only after the first non-option.
2793         Bug report against M4 by Nelson H. F. Beebe.
2794
2795 2006-10-13  Jim Meyering  <jim@meyering.net>
2796
2797         Fix a bug in yesterday's change.
2798         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2799         p->fts_statp->st_dev would be used uninitialized.
2800         Ensures that we always call fts_stat on the very first entry.
2801         Miklos Szeredi reported that find -xdev stopped working.
2802
2803 2006-10-12  Bruno Haible  <bruno@clisp.org>
2804
2805         * gnulib-tool (func_get_automake_snippet): Append an automatically
2806         computed EXTRA_DIST augmentation.
2807         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2808         * modules/alloca-opt (Makefile.am): Likewise.
2809         * modules/allocsa (Makefile.am): Likewise.
2810         * modules/arcfour (Makefile.am): Likewise.
2811         * modules/arctwo (Makefile.am): Likewise.
2812         * modules/argmatch (Makefile.am): Likewise.
2813         * modules/argz (Makefile.am): Likewise.
2814         * modules/atexit (Makefile.am): Likewise.
2815         * modules/backupfile (Makefile.am): Likewise.
2816         * modules/byteswap (Makefile.am): Likewise.
2817         * modules/c-strtod (Makefile.am): Likewise.
2818         * modules/c-strtold (Makefile.am): Likewise.
2819         * modules/calloc (Makefile.am): Likewise.
2820         * modules/canon-host (Makefile.am): Likewise.
2821         * modules/canonicalize (Makefile.am): Likewise.
2822         * modules/chdir-long (Makefile.am): Likewise.
2823         * modules/chdir-safer (Makefile.am): Likewise.
2824         * modules/check-version (Makefile.am): Likewise.
2825         * modules/chown (Makefile.am): Likewise.
2826         * modules/cloexec (Makefile.am): Likewise.
2827         * modules/close-stream (Makefile.am): Likewise.
2828         * modules/closeout (Makefile.am): Likewise.
2829         * modules/crc (Makefile.am): Likewise.
2830         * modules/csharpexec (Makefile.am): Likewise.
2831         * modules/cycle-check (Makefile.am): Likewise.
2832         * modules/des (Makefile.am): Likewise.
2833         * modules/dev-ino (Makefile.am): Likewise.
2834         * modules/dirfd (Makefile.am): Likewise.
2835         * modules/dirname (Makefile.am): Likewise.
2836         * modules/dup2 (Makefile.am): Likewise.
2837         * modules/eealloc (Makefile.am): Likewise.
2838         * modules/error (Makefile.am): Likewise.
2839         * modules/euidaccess (Makefile.am): Likewise.
2840         * modules/exclude (Makefile.am): Likewise.
2841         * modules/exitfail (Makefile.am): Likewise.
2842         * modules/fcntl-safer (Makefile.am): Likewise.
2843         * modules/fcntl (Makefile.am): Likewise.
2844         * modules/file-type (Makefile.am): Likewise.
2845         * modules/fileblocks (Makefile.am): Likewise.
2846         * modules/filemode (Makefile.am): Likewise.
2847         * modules/filenamecat (Makefile.am): Likewise.
2848         * modules/fnmatch (Makefile.am): Likewise.
2849         * modules/fopen-safer (Makefile.am): Likewise.
2850         * modules/fpending (Makefile.am): Likewise.
2851         * modules/fprintftime (Makefile.am): Likewise.
2852         * modules/free (Makefile.am): Likewise.
2853         * modules/fsusage (Makefile.am): Likewise.
2854         * modules/ftruncate (Makefile.am): Likewise.
2855         * modules/fts (Makefile.am): Likewise.
2856         * modules/gc-arcfour (Makefile.am): Likewise.
2857         * modules/gc-des (Makefile.am): Likewise.
2858         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2859         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2860         * modules/gc-md4 (Makefile.am): Likewise.
2861         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2862         * modules/gc-sha1 (Makefile.am): Likewise.
2863         * modules/gc (Makefile.am): Likewise.
2864         * modules/getaddrinfo (Makefile.am): Likewise.
2865         * modules/getcwd (Makefile.am): Likewise.
2866         * modules/getdelim (Makefile.am): Likewise.
2867         * modules/getdomainname (Makefile.am): Likewise.
2868         * modules/getgroups (Makefile.am): Likewise.
2869         * modules/gethostname (Makefile.am): Likewise.
2870         * modules/gethrxtime (Makefile.am): Likewise.
2871         * modules/getline (Makefile.am): Likewise.
2872         * modules/getloadavg (Makefile.am): Likewise.
2873         * modules/getlogin_r (Makefile.am): Likewise.
2874         * modules/getndelim2 (Makefile.am): Likewise.
2875         * modules/getopt (Makefile.am): Likewise.
2876         * modules/getpagesize (Makefile.am): Likewise.
2877         * modules/getpass-gnu (Makefile.am): Likewise.
2878         * modules/getpass (Makefile.am): Likewise.
2879         * modules/getsubopt (Makefile.am): Likewise.
2880         * modules/gettime (Makefile.am): Likewise.
2881         * modules/gettimeofday (Makefile.am): Likewise.
2882         * modules/getugroups (Makefile.am): Likewise.
2883         * modules/getusershell (Makefile.am): Likewise.
2884         * modules/glob (Makefile.am): Likewise.
2885         * modules/group-member (Makefile.am): Likewise.
2886         * modules/hard-locale (Makefile.am): Likewise.
2887         * modules/hash (Makefile.am): Likewise.
2888         * modules/hmac-md5 (Makefile.am): Likewise.
2889         * modules/hmac-sha1 (Makefile.am): Likewise.
2890         * modules/human (Makefile.am): Likewise.
2891         * modules/idcache (Makefile.am): Likewise.
2892         * modules/imaxabs (Makefile.am): Likewise.
2893         * modules/imaxdiv (Makefile.am): Likewise.
2894         * modules/inet_ntop (Makefile.am): Likewise.
2895         * modules/inet_pton (Makefile.am): Likewise.
2896         * modules/intprops (Makefile.am): Likewise.
2897         * modules/inttostr (Makefile.am): Likewise.
2898         * modules/inttypes (Makefile.am): Likewise.
2899         * modules/isapipe (Makefile.am): Likewise.
2900         * modules/javaversion (Makefile.am): Likewise.
2901         * modules/lchmod (Makefile.am): Likewise.
2902         * modules/lchown (Makefile.am): Likewise.
2903         * modules/localcharset (Makefile.am): Likewise.
2904         * modules/long-options (Makefile.am): Likewise.
2905         * modules/lstat (Makefile.am): Likewise.
2906         * modules/malloc (Makefile.am): Likewise.
2907         * modules/mathl (Makefile.am): Likewise.
2908         * modules/mbchar (Makefile.am): Likewise.
2909         * modules/md2 (Makefile.am): Likewise.
2910         * modules/md4 (Makefile.am): Likewise.
2911         * modules/md5 (Makefile.am): Likewise.
2912         * modules/memcasecmp (Makefile.am): Likewise.
2913         * modules/memchr (Makefile.am): Likewise.
2914         * modules/memcmp (Makefile.am): Likewise.
2915         * modules/memcoll (Makefile.am): Likewise.
2916         * modules/memcpy (Makefile.am): Likewise.
2917         * modules/memmem (Makefile.am): Likewise.
2918         * modules/memmove (Makefile.am): Likewise.
2919         * modules/mempcpy (Makefile.am): Likewise.
2920         * modules/memrchr (Makefile.am): Likewise.
2921         * modules/memset (Makefile.am): Likewise.
2922         * modules/memxor (Makefile.am): Likewise.
2923         * modules/mkancesdirs (Makefile.am): Likewise.
2924         * modules/mkdir-p (Makefile.am): Likewise.
2925         * modules/mkdir (Makefile.am): Likewise.
2926         * modules/mkdtemp (Makefile.am): Likewise.
2927         * modules/mkstemp (Makefile.am): Likewise.
2928         * modules/mktime (Makefile.am): Likewise.
2929         * modules/modechange (Makefile.am): Likewise.
2930         * modules/mountlist (Makefile.am): Likewise.
2931         * modules/nanosleep (Makefile.am): Likewise.
2932         * modules/obstack (Makefile.am): Likewise.
2933         * modules/openat (Makefile.am): Likewise.
2934         * modules/pagealign_alloc (Makefile.am): Likewise.
2935         * modules/pathmax (Makefile.am): Likewise.
2936         * modules/physmem (Makefile.am): Likewise.
2937         * modules/poll (Makefile.am): Likewise.
2938         * modules/posixtm (Makefile.am): Likewise.
2939         * modules/posixver (Makefile.am): Likewise.
2940         * modules/putenv (Makefile.am): Likewise.
2941         * modules/quote (Makefile.am): Likewise.
2942         * modules/quotearg (Makefile.am): Likewise.
2943         * modules/raise (Makefile.am): Likewise.
2944         * modules/read-file (Makefile.am): Likewise.
2945         * modules/readline (Makefile.am): Likewise.
2946         * modules/readlink (Makefile.am): Likewise.
2947         * modules/readtokens (Makefile.am): Likewise.
2948         * modules/readutmp (Makefile.am): Likewise.
2949         * modules/realloc (Makefile.am): Likewise.
2950         * modules/regex (Makefile.am): Likewise.
2951         * modules/rename-dest-slash (Makefile.am): Likewise.
2952         * modules/rename (Makefile.am): Likewise.
2953         * modules/rijndael (Makefile.am): Likewise.
2954         * modules/rmdir (Makefile.am): Likewise.
2955         * modules/rpmatch (Makefile.am): Likewise.
2956         * modules/safe-read (Makefile.am): Likewise.
2957         * modules/safe-write (Makefile.am): Likewise.
2958         * modules/same-inode (Makefile.am): Likewise.
2959         * modules/same (Makefile.am): Likewise.
2960         * modules/save-cwd (Makefile.am): Likewise.
2961         * modules/savedir (Makefile.am): Likewise.
2962         * modules/setenv (Makefile.am): Likewise.
2963         * modules/settime (Makefile.am): Likewise.
2964         * modules/sha1 (Makefile.am): Likewise.
2965         * modules/sig2str (Makefile.am): Likewise.
2966         * modules/snprintf (Makefile.am): Likewise.
2967         * modules/stat-macros (Makefile.am): Likewise.
2968         * modules/stat-time (Makefile.am): Likewise.
2969         * modules/stdbool (Makefile.am): Likewise.
2970         * modules/stdint (Makefile.am): Likewise.
2971         * modules/stdlib-safer (Makefile.am): Likewise.
2972         * modules/stpcpy (Makefile.am): Likewise.
2973         * modules/stpncpy (Makefile.am): Likewise.
2974         * modules/strcase (Makefile.am): Likewise.
2975         * modules/strcasestr (Makefile.am): Likewise.
2976         * modules/strchrnul (Makefile.am): Likewise.
2977         * modules/strcspn (Makefile.am): Likewise.
2978         * modules/strdup (Makefile.am): Likewise.
2979         * modules/strerror (Makefile.am): Likewise.
2980         * modules/strftime (Makefile.am): Likewise.
2981         * modules/strndup (Makefile.am): Likewise.
2982         * modules/strnlen (Makefile.am): Likewise.
2983         * modules/strpbrk (Makefile.am): Likewise.
2984         * modules/strsep (Makefile.am): Likewise.
2985         * modules/strstr (Makefile.am): Likewise.
2986         * modules/strtod (Makefile.am): Likewise.
2987         * modules/strtoimax (Makefile.am): Likewise.
2988         * modules/strtok_r (Makefile.am): Likewise.
2989         * modules/strtol (Makefile.am): Likewise.
2990         * modules/strtoll (Makefile.am): Likewise.
2991         * modules/strtoul (Makefile.am): Likewise.
2992         * modules/strtoull (Makefile.am): Likewise.
2993         * modules/strtoumax (Makefile.am): Likewise.
2994         * modules/strverscmp (Makefile.am): Likewise.
2995         * modules/sys_socket (Makefile.am): Likewise.
2996         * modules/sys_stat (Makefile.am): Likewise.
2997         * modules/sysexits (Makefile.am): Likewise.
2998         * modules/time_r (Makefile.am): Likewise.
2999         * modules/timegm (Makefile.am): Likewise.
3000         * modules/timespec (Makefile.am): Likewise.
3001         * modules/tmpfile-safer (Makefile.am): Likewise.
3002         * modules/trim (Makefile.am): Likewise.
3003         * modules/unistd-safer (Makefile.am): Likewise.
3004         * modules/unlinkdir (Makefile.am): Likewise.
3005         * modules/unlocked-io (Makefile.am): Likewise.
3006         * modules/userspec (Makefile.am): Likewise.
3007         * modules/utime (Makefile.am): Likewise.
3008         * modules/utimecmp (Makefile.am): Likewise.
3009         * modules/utimens (Makefile.am): Likewise.
3010         * modules/vasnprintf (Makefile.am): Likewise.
3011         * modules/vasprintf (Makefile.am): Likewise.
3012         * modules/vsnprintf (Makefile.am): Likewise.
3013         * modules/xalloc (Makefile.am): Likewise.
3014         * modules/xgetcwd (Makefile.am): Likewise.
3015         * modules/xnanosleep (Makefile.am): Likewise.
3016         * modules/xreadlink (Makefile.am): Likewise.
3017         * modules/xstrtod (Makefile.am): Likewise.
3018         * modules/xstrtol (Makefile.am): Likewise.
3019         * modules/xstrtold (Makefile.am): Likewise.
3020         * modules/yesno (Makefile.am): Likewise.
3021         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3022
3023 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3024
3025         * modules/error (Makefile.am): Distribute files through
3026         EXTRA_DIST, not lib_SOURCES.
3027
3028 2006-10-12  Eric Blake  <ebb9@byu.net>
3029
3030         * modules/error (Makefile.am): Distribute files in /lib.
3031         * modules/obstack (Makefile.am): Likewise.
3032
3033 2006-10-12  Bruno Haible  <bruno@clisp.org>
3034
3035         * modules/acl (Makefile.am): Distribute all files in lib/ through
3036         EXTRA_DIST.
3037         * modules/arcfour (Makefile.am): Likewise.
3038         * modules/arctwo (Makefile.am): Likewise.
3039         * modules/argmatch (Makefile.am): Likewise.
3040         * modules/argz (Makefile.am): Likewise.
3041         * modules/atexit (Makefile.am): Likewise.
3042         * modules/backupfile (Makefile.am): Likewise.
3043         * modules/c-strtod (Makefile.am): Likewise.
3044         * modules/c-strtold (Makefile.am): Likewise.
3045         * modules/calloc (Makefile.am): Likewise.
3046         * modules/canon-host (Makefile.am): Likewise.
3047         * modules/canonicalize (Makefile.am): Likewise.
3048         * modules/chdir-long (Makefile.am): Likewise.
3049         * modules/chdir-safer (Makefile.am): Likewise.
3050         * modules/check-version (Makefile.am): Likewise.
3051         * modules/chown (Makefile.am): Likewise.
3052         * modules/cloexec (Makefile.am): Likewise.
3053         * modules/close-stream (Makefile.am): Likewise.
3054         * modules/closeout (Makefile.am): Likewise.
3055         * modules/crc (Makefile.am): Likewise.
3056         * modules/cycle-check (Makefile.am): Likewise.
3057         * modules/des (Makefile.am): Likewise.
3058         * modules/dirfd (Makefile.am): Likewise.
3059         * modules/dirname (Makefile.am): Likewise.
3060         * modules/dup2 (Makefile.am): Likewise.
3061         * modules/euidaccess (Makefile.am): Likewise.
3062         * modules/exclude (Makefile.am): Likewise.
3063         * modules/exitfail (Makefile.am): Likewise.
3064         * modules/fcntl-safer (Makefile.am): Likewise.
3065         * modules/file-type (Makefile.am): Likewise.
3066         * modules/fileblocks (Makefile.am): Likewise.
3067         * modules/filemode (Makefile.am): Likewise.
3068         * modules/filenamecat (Makefile.am): Likewise.
3069         * modules/fnmatch (Makefile.am): Likewise.
3070         * modules/fopen-safer (Makefile.am): Likewise.
3071         * modules/fpending (Makefile.am): Likewise.
3072         * modules/fprintftime (Makefile.am): Likewise.
3073         * modules/free (Makefile.am): Likewise.
3074         * modules/fsusage (Makefile.am): Likewise.
3075         * modules/ftruncate (Makefile.am): Likewise.
3076         * modules/fts (Makefile.am): Likewise.
3077         * modules/gc (Makefile.am): Likewise.
3078         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3079         * modules/getaddrinfo (Makefile.am): Likewise.
3080         * modules/getcwd (Makefile.am): Likewise.
3081         * modules/getdelim (Makefile.am): Likewise.
3082         * modules/getdomainname (Makefile.am): Likewise.
3083         * modules/getgroups (Makefile.am): Likewise.
3084         * modules/gethostname (Makefile.am): Likewise.
3085         * modules/gethrxtime (Makefile.am): Likewise.
3086         * modules/getline (Makefile.am): Likewise.
3087         * modules/getloadavg (Makefile.am): Likewise.
3088         * modules/getlogin_r (Makefile.am): Likewise.
3089         * modules/getopt (Makefile.am): Likewise.
3090         * modules/getpass (Makefile.am): Likewise.
3091         * modules/getpass-gnu (Makefile.am): Likewise.
3092         * modules/getsubopt (Makefile.am): Likewise.
3093         * modules/gettime (Makefile.am): Likewise.
3094         * modules/gettimeofday (Makefile.am): Likewise.
3095         * modules/getugroups (Makefile.am): Likewise.
3096         * modules/getusershell (Makefile.am): Likewise.
3097         * modules/glob (Makefile.am): Likewise.
3098         * modules/group-member (Makefile.am): Likewise.
3099         * modules/hard-locale (Makefile.am): Likewise.
3100         * modules/hash (Makefile.am): Likewise.
3101         * modules/hmac-md5 (Makefile.am): Likewise.
3102         * modules/hmac-sha1 (Makefile.am): Likewise.
3103         * modules/human (Makefile.am): Likewise.
3104         * modules/idcache (Makefile.am): Likewise.
3105         * modules/imaxabs (Makefile.am): Likewise.
3106         * modules/imaxdiv (Makefile.am): Likewise.
3107         * modules/inet_ntop (Makefile.am): Likewise.
3108         * modules/inet_pton (Makefile.am): Likewise.
3109         * modules/inttostr (Makefile.am): Likewise.
3110         * modules/isapipe (Makefile.am): Likewise.
3111         * modules/lchown (Makefile.am): Likewise.
3112         * modules/long-options (Makefile.am): Likewise.
3113         * modules/lstat (Makefile.am): Likewise.
3114         * modules/malloc (Makefile.am): Likewise.
3115         * modules/mathl (Makefile.am): Likewise.
3116         * modules/mbchar (Makefile.am): Likewise.
3117         * modules/md2 (Makefile.am): Likewise.
3118         * modules/md4 (Makefile.am): Likewise.
3119         * modules/md5 (Makefile.am): Likewise.
3120         * modules/memcasecmp (Makefile.am): Likewise.
3121         * modules/memchr (Makefile.am): Likewise.
3122         * modules/memcmp (Makefile.am): Likewise.
3123         * modules/memcoll (Makefile.am): Likewise.
3124         * modules/memcpy (Makefile.am): Likewise.
3125         * modules/memmem (Makefile.am): Likewise.
3126         * modules/memmove (Makefile.am): Likewise.
3127         * modules/mempcpy (Makefile.am): Likewise.
3128         * modules/memrchr (Makefile.am): Likewise.
3129         * modules/memset (Makefile.am): Likewise.
3130         * modules/memxor (Makefile.am): Likewise.
3131         * modules/mkancesdirs (Makefile.am): Likewise.
3132         * modules/mkdir (Makefile.am): Likewise.
3133         * modules/mkdir-p (Makefile.am): Likewise.
3134         * modules/mkdtemp (Makefile.am): Likewise.
3135         * modules/mkstemp (Makefile.am): Likewise.
3136         * modules/mktime (Makefile.am): Likewise.
3137         * modules/modechange (Makefile.am): Likewise.
3138         * modules/mountlist (Makefile.am): Likewise.
3139         * modules/nanosleep (Makefile.am): Likewise.
3140         * modules/openat (Makefile.am): Likewise.
3141         * modules/pagealign_alloc (Makefile.am): Likewise.
3142         * modules/physmem (Makefile.am): Likewise.
3143         * modules/poll (Makefile.am): Likewise.
3144         * modules/posixtm (Makefile.am): Likewise.
3145         * modules/posixver (Makefile.am): Likewise.
3146         * modules/putenv (Makefile.am): Likewise.
3147         * modules/quote (Makefile.am): Likewise.
3148         * modules/quotearg (Makefile.am): Likewise.
3149         * modules/raise (Makefile.am): Likewise.
3150         * modules/read-file (Makefile.am): Likewise.
3151         * modules/readline (Makefile.am): Likewise.
3152         * modules/readlink (Makefile.am): Likewise.
3153         * modules/readtokens (Makefile.am): Likewise.
3154         * modules/readutmp (Makefile.am): Likewise.
3155         * modules/realloc (Makefile.am): Likewise.
3156         * modules/regex (Makefile.am): Likewise.
3157         * modules/rename (Makefile.am): Likewise.
3158         * modules/rename-dest-slash (Makefile.am): Likewise.
3159         * modules/rijndael (Makefile.am): Likewise.
3160         * modules/rmdir (Makefile.am): Likewise.
3161         * modules/rpmatch (Makefile.am): Likewise.
3162         * modules/safe-read (Makefile.am): Likewise.
3163         * modules/safe-write (Makefile.am): Likewise.
3164         * modules/same (Makefile.am): Likewise.
3165         * modules/save-cwd (Makefile.am): Likewise.
3166         * modules/savedir (Makefile.am): Likewise.
3167         * modules/setenv (Makefile.am): Likewise.
3168         * modules/settime (Makefile.am): Likewise.
3169         * modules/sha1 (Makefile.am): Likewise.
3170         * modules/sig2str (Makefile.am): Likewise.
3171         * modules/snprintf (Makefile.am): Likewise.
3172         * modules/stdlib-safer (Makefile.am): Likewise.
3173         * modules/stpcpy (Makefile.am): Likewise.
3174         * modules/stpncpy (Makefile.am): Likewise.
3175         * modules/strcase (Makefile.am): Likewise.
3176         * modules/strcasestr (Makefile.am): Likewise.
3177         * modules/strchrnul (Makefile.am): Likewise.
3178         * modules/strcspn (Makefile.am): Likewise.
3179         * modules/strdup (Makefile.am): Likewise.
3180         * modules/strerror (Makefile.am): Likewise.
3181         * modules/strftime (Makefile.am): Likewise.
3182         * modules/strndup (Makefile.am): Likewise.
3183         * modules/strnlen (Makefile.am): Likewise.
3184         * modules/strpbrk (Makefile.am): Likewise.
3185         * modules/strsep (Makefile.am): Likewise.
3186         * modules/strstr (Makefile.am): Likewise.
3187         * modules/strtod (Makefile.am): Likewise.
3188         * modules/strtoimax (Makefile.am): Likewise.
3189         * modules/strtok_r (Makefile.am): Likewise.
3190         * modules/strtol (Makefile.am): Likewise.
3191         * modules/strtoll (Makefile.am): Likewise.
3192         * modules/strtoul (Makefile.am): Likewise.
3193         * modules/strtoull (Makefile.am): Likewise.
3194         * modules/strtoumax (Makefile.am): Likewise.
3195         * modules/strverscmp (Makefile.am): Likewise.
3196         * modules/time_r (Makefile.am): Likewise.
3197         * modules/timegm (Makefile.am): Likewise.
3198         * modules/tmpfile-safer (Makefile.am): Likewise.
3199         * modules/unistd-safer (Makefile.am): Likewise.
3200         * modules/unlinkdir (Makefile.am): Likewise.
3201         * modules/userspec (Makefile.am): Likewise.
3202         * modules/utime (Makefile.am): Likewise.
3203         * modules/utimecmp (Makefile.am): Likewise.
3204         * modules/utimens (Makefile.am): Likewise.
3205         * modules/vasnprintf (Makefile.am): Likewise.
3206         * modules/vasprintf (Makefile.am): Likewise.
3207         * modules/vsnprintf (Makefile.am): Likewise.
3208         * modules/xalloc (Makefile.am): Likewise.
3209         * modules/xgetcwd (Makefile.am): Likewise.
3210         * modules/xnanosleep (Makefile.am): Likewise.
3211         * modules/xreadlink (Makefile.am): Likewise.
3212         * modules/xstrtod (Makefile.am): Likewise.
3213         * modules/xstrtol (Makefile.am): Likewise.
3214         * modules/xstrtold (Makefile.am): Likewise.
3215         * modules/yesno (Makefile.am): Likewise.
3216
3217 2006-10-12  Jim Meyering  <jim@meyering.net>
3218
3219         * m4/getloadavg.m4: Revert the change below.
3220
3221         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3222         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3223         fail with a symlink, which is what coreutils' ./bootstrap now
3224         creates by default.
3225
3226 2006-10-12  Bruno Haible  <bruno@clisp.org>
3227
3228         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3229         mingw.
3230         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3231         MSVC and mingw explicitly.
3232
3233 2006-10-11  Simon Josefsson  <jas@extundo.com>
3234             Bruno Haible  <bruno@clisp.org>
3235
3236         Add support for multiple gnulib-tool invocations in the scope of a
3237         single configure.ac file.
3238         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3239         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3240         with the same contents as the _LIBADD variable.
3241         (func_emit_initmacro_start, func_emit_initmacro_end,
3242         func_emit_initmacro_done): New functions.
3243         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3244         gl_LIBOBJS and gl_LTLIBOBJS.
3245
3246 2006-10-11  Bruno Haible  <bruno@clisp.org>
3247
3248         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3249         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3250         autoreconf. Instead, invoke autopoint explicitly but move back the
3251         *.m4 files from gnulib.
3252
3253 2006-10-11  Bruno Haible  <bruno@clisp.org>
3254
3255         * gnulib-tool (func_usage): Make module names after --create-testdir
3256         optional.
3257         (func_create_testdir): If no module was specified, use nearly all
3258         modules.
3259
3260 2006-10-12  Jim Meyering  <jim@meyering.net>
3261
3262         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3263         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3264         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3265         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3266         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3267         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3268         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3269         (fts_set_stat_required): New function.
3270         (fts_open): Defer the calls to fts_stat, if possible or requested.
3271         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3272         into fts_stat itself.
3273         (fts_read): Perform any required (deferred) fts_stat call.
3274         (fts_build): Likewise, for the directory we're about to open and read.
3275         In the readdir loop, carefully decide whether each entry will require
3276         an eventual call to fts_stat, using dirent.d_type info if available.
3277         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3278         a command line argument into this function.  Update all callers.
3279         Map a return value of FTS_DOT to FTS_D for a command line argument.
3280         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3281         Thanks to Miklos Szeredi for his tenacity and for the initial
3282         bug report about "find" failing on a FUSE-based file system.
3283
3284         * lib/fts.c (fts_open): Use consistent indentation.
3285
3286 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3287
3288         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3289         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3290         reported by Jim Meyering.  All uses of cache variables renamed
3291         to match Autoconf's.
3292         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3293         the other one.
3294
3295         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3296         Fix misspelling in diagnostic.
3297
3298 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3299
3300         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3301         defined.  Problem reported by Matthew Woehlke.
3302
3303         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3304         Add support for Tandem NonStop R series.
3305         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3306         Use new macro.
3307
3308         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3309         (has_trailing_slash): Omit size arg; all callers changed.
3310         Omit 'inline', since it doesn't help performance and we'd
3311         need to configure it.
3312         Don't count //, ///, etc. as having a trailing slash.
3313         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3314         (rpl_rename_dest_slash): On failure, use rename's errno rather
3315         than (in some cases) an incorrect or junk errno.
3316         Simplify code by removing need to compute length; this does
3317         cause it to make two passes instead of one over the file name,
3318         but it's worth it.
3319
3320         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3321         change, since Autoconf's version may no longer be appropriate now
3322         that we are using CVS Autoconf's version.  Add support for Tandem.
3323
3324 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3325             Bruno Haible  <bruno@clisp.org>
3326
3327         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3328         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3329         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3330         gl_AC_TYPE_LONG_LONG.
3331
3332         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3333         instead of HAVE_LONG_LONG.
3334         * lib/printf-args.c (printf_fetchargs): Likewise.
3335         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3336         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3337         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3338         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3339         gl_AC_TYPE_LONG_LONG.
3340
3341 2006-10-11  Bruno Haible  <bruno@clisp.org>
3342
3343         * m4/longlong.m4: Add comments.
3344         * m4/ulonglong.m4: Likewise.
3345
3346 2006-10-10  Bruno Haible  <bruno@clisp.org>
3347
3348         Make it possible to #define stpcpy, strdup to aliases.
3349         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3350         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3351
3352 2006-10-10  Bruno Haible  <bruno@clisp.org>
3353
3354         Make it possible to #define gcd to an alias.
3355         * lib/gcd.c: Include config.h.
3356
3357 2006-10-10  Bruno Haible  <bruno@clisp.org>
3358
3359         Make it possible to #define c_isascii to an alias.
3360         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3361         defined. Undefine the macros before defining them, to avoid gcc
3362         warnings.
3363         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3364         define NO_C_CTYPE_MACROS early.
3365
3366 2006-10-10  Bruno Haible  <bruno@clisp.org>
3367
3368         Make it possible to #define set_program_name to an alias.
3369         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3370         ENABLE_RELOCATABLE early.
3371
3372 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3373
3374         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3375         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3376         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3377         More generally, don't assume that 64-bit signed int is available
3378         if unsigned int is, and vice versa.
3379         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3380         unsigned symbols, not on their signed counterparts.
3381         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3382         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3383         (UINT64_C, UINTMAX_C):
3384         Likewise.
3385         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3386         unsigned counterparts.
3387         (Have_long_long, Unsigned): New macros.
3388         (Int): Renamed from INT.
3389         (strtoimax): Use the new macros.
3390         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3391         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3392         * modules/inttypes (inttypes.h): Substitute
3393         HAVE_UNSIGNED_LONG_LONG_INT.
3394         * modules/stdint (stdint.h): Likewise.
3395         (Files): Add m4/ulonglong.m4.
3396
3397 2006-10-10  Bruno Haible  <bruno@clisp.org>
3398
3399         Fix a gcc -Wshadow warning.
3400         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3401         to 'bucket'.
3402         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3403         gl_linked_indexof_from_to): Likewise.
3404         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3405         Likewise.
3406         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3407         Likewise.
3408         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3409         Reported by Eric Blake.
3410
3411 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3412
3413         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3414         for NetBSD.  Problem reported by Bruno Haible.
3415
3416 2006-10-09  Jim Meyering  <jim@meyering.net>
3417
3418         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3419         Patch from Bruno Haible.
3420
3421 2006-10-09  Jim Meyering  <jim@meyering.net>
3422
3423         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3424         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3425         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3426
3427 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3428
3429         Don't include <config.h> twice; this doesn't work in some cases,
3430         e.g., when config.h has "#define intmax_t long long int" and
3431         we include <config.h>, <inttypes.h>, <config.h> in that order.
3432         Problem reported by Matthew Woehlke in:
3433         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3434         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3435         * lib/fts-cycle.c: Don't include config.h.
3436         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3437         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3438         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3439         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3440         inttypes.h.
3441         * lib/xstrtoumax.c: Likewise.
3442         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3443         __strtol and the like, so that this module is more like its siblings.
3444         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3445         Remove; no longer needed now that we assume gnulib inttypes.h.
3446
3447 2006-10-08  Bruno Haible  <bruno@clisp.org>
3448
3449         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3450         option.
3451
3452 2006-10-07  Jim Meyering  <jim@meyering.net>
3453
3454         * modules/inttypes (inttypes.h): Revert what seems to have been
3455         an inadvertent part of today's change: use "|", not "/" in the
3456         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3457
3458 2006-10-07  Bruno Haible  <bruno@clisp.org>
3459
3460         * modules/sublist: New file.
3461
3462 2006-10-07  Bruno Haible  <bruno@clisp.org>
3463
3464         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3465         * modules/argz (argz.h): Likewise.
3466         * modules/arpa_inet (arpa/inet.h): Likewise.
3467         * modules/byteswap (byteswap.h): Likewise.
3468         * modules/configmake (configmake.h): Likewise.
3469         * modules/fcntl (fcntl.h): Likewise.
3470         * modules/fnmatch (fnmatch.h): Likewise.
3471         * modules/getopt (getopt.h): Likewise.
3472         * modules/glob (glob.h): Likewise.
3473         * modules/inttypes (inttypes.h): Likewise.
3474         * modules/netinet_in (netinet/in.h): Likewise.
3475         * modules/poll (poll.h): Likewise.
3476         * modules/stdbool (stdbool.h): Likewise.
3477         * modules/stdint (stdint.h): Likewise.
3478         * modules/sys_select (sys/select.h): Likewise.
3479         * modules/sys_socket (sys/socket.h): Likewise.
3480         * modules/sys_stat (sys/stat.h): Likewise.
3481         * modules/sysexits (sysexits.h): Likewise.
3482         * modules/unistd (unistd.h): Likewise.
3483         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3484         Add a "DO NOT EDIT" comment to the generated file.
3485         (func_import): Likewise for gnulib-comp.m4.
3486
3487 2006-10-07  Bruno Haible  <bruno@clisp.org>
3488
3489         * lib/gl_sublist.h: New file.
3490         * lib/gl_sublist.c: New file.
3491
3492 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3493
3494         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3495         name (relative to the original working directory) and the file
3496         name component (relative to the temporary working directory).  All
3497         callers changed.
3498         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3499         * lib/mkdir-p.c (make_dir_parents): Likewise.
3500         * lib/mkdir-p.h (make_dir_parents): Likewise.
3501
3502 2006-10-06  Eric Blake  <ebb9@byu.net>
3503
3504         Define several macros for use by the clean-temp module.
3505         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3506         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3507         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3508
3509         * lib/clean-temp.h (close_stream_temp): New declaration.
3510         * lib/clean-temp.c (includes): Pull in headers according to what
3511         other modules are in use.
3512         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3513
3514 2006-10-06  Bruno Haible  <bruno@clisp.org>
3515
3516         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3517         instead of fopen, fwriteerror.
3518
3519 2006-10-06  Bruno Haible  <bruno@clisp.org>
3520
3521         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3522         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3523         int.
3524         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3525         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3526         Return an error indicator.
3527         Suggested by Eric Blake.
3528
3529 2006-10-06  Bruno Haible  <bruno@clisp.org>
3530
3531         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3532         Reported by Eric Blake.
3533
3534 2006-10-06  Bruno Haible  <bruno@clisp.org>
3535
3536         * modules/closeout (Description): Mention stderr too.
3537
3538 2006-10-06  Bruno Haible  <bruno@clisp.org>
3539         and Paul Eggert  <eggert@cs.ucla.edu>
3540
3541         * lib/closeout.c (close_stdout): Also close stderr.
3542         * lib/closeout.h: Update comment.
3543
3544 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3545
3546         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3547         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3548         * lib/dirchownmod.c: Include lchown.h.
3549         * lib/lchown.c: Don't include files that lchown.h now includes.
3550         Don't declare chown, since lchown.h now does that.
3551         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3552         (lchown): Define to rpl_chown if lchown is declared but
3553         does not exist.  Declare using a prototype if lchown is not
3554         declared.  Add a copyright notice.
3555         * lib/mkstemp.h: Include <unistd.h>.
3556         * lib/openat.c: Include lchown.h.
3557
3558         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3559         we now test for that separately.
3560         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3561         rather than O_NOFOLLOW, when testing whether it's possible to
3562         avoid a race condition reliably.
3563         * lib/savewd.c (savewd_chdir): Likewise.
3564
3565         Remove macros that are no longer needed now that stdint.h is
3566         reliable.
3567         * lib/fsusage.c (UINTMAX_MAX): Remove.
3568         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3569         * lib/utimecmp.c (SIZE_MAX): Remove.
3570
3571         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3572
3573         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3574         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3575         O_NOATIME works.
3576
3577 2006-10-05  Bruno Haible  <bruno@clisp.org>
3578
3579         * lib/gl_list.h (gl_sortedlist_search_from_to,
3580         gl_sortedlist_indexof_from_to): New declarations.
3581         (gl_list_implementation): New fields sortedlist_search_from_to,
3582         sortedlist_indexof_from_to.
3583         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3584         inline functions.
3585         * lib/gl_list.c (gl_sortedlist_search_from_to,
3586         gl_sortedlist_indexof_from_to): New functions.
3587         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3588         function.
3589         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3590         (gl_array_sortedlist_search_from_to): New function.
3591         (gl_array_list_implementation): Update.
3592         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3593         function.
3594         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3595         (gl_carray_sortedlist_search_from_to): New function.
3596         (gl_carray_list_implementation): Update.
3597         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3598         gl_linked_sortedlist_indexof_from_to): New functions.
3599         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3600         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3601         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3602         gl_tree_sortedlist_indexof_from_to): New functions.
3603         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3604         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3605         Update.
3606         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3607         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3608         Update.
3609
3610 2006-10-05  Bruno Haible  <bruno@clisp.org>
3611
3612         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3613         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3614         (struct gl_list_implementation): Add fields search_from_to,
3615         indexof_from_to. Remove fields search, indexof.
3616         (gl_list_search): Use the search_from_to method.
3617         (gl_list_search_from, gl_list_search_from_to): New functions.
3618         (gl_list_indexof): Use the indexof_from_to method.
3619         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3620         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3621         (gl_list_search_from, gl_list_search_from_to): New functions.
3622         (gl_list_indexof): Use the indexof_from_to method.
3623         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3624         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3625         gl_array_indexof. Add start_index, end_index arguments.
3626         (gl_array_search_from_to): Renamed from gl_array_search. Add
3627         start_index, end_index arguments.
3628         (gl_array_remove, gl_array_list_implementation): Update.
3629         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3630         gl_carray_indexof. Add start_index, end_index arguments.
3631         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3632         start_index, end_index arguments.
3633         (gl_carray_remove, gl_carray_list_implementation): Update.
3634         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3635         gl_linked_search. Add start_index, end_index arguments.
3636         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3637         start_index, end_index arguments.
3638         (gl_linked_remove): Update.
3639         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3640         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3641         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3642         field to 'size_t'.
3643         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3644         gl_tree_search. Add start_index, end_index arguments.
3645         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3646         start_index, end_index arguments.
3647         (gl_tree_remove): Update.
3648         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3649         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3650         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3651         function.
3652         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3653         gl_tree_search. Add start_index, end_index arguments.
3654         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3655         start_index, end_index arguments.
3656         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3657         Update.
3658         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3659
3660 2006-10-05  Bruno Haible  <bruno@clisp.org>
3661
3662         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3663
3664         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3665         fwriteerror_temp): New declarations.
3666         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3667         (descriptors): New variable.
3668         (cleanup): First, close the descriptors.
3669         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3670         fclose_temp, fwriteerror_temp): New functions.
3671
3672 2006-10-04  Jim Meyering  <jim@meyering.net>
3673
3674         * lib/fts.c (fts_open): Tiny comment change.
3675
3676 2006-10-04  Bruno Haible  <bruno@clisp.org>
3677
3678         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3679         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3680         gl_LOCK_BODY.
3681         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3682         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3683         gl_LOCK_EARLY_BODY.
3684         (gl_LOCK): Require gl_LOCK_BODY.
3685
3686 2006-10-04  Bruno Haible  <bruno@clisp.org>
3687
3688         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3689         (gl_oset_search_atleast): New declaration.
3690         (struct gl_oset_implementation): Add field 'search_atleast'.
3691         (gl_oset_search_atleast): New inline function.
3692         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3693         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3694         (gl_array_oset_implementation): Update.
3695         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3696         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3697         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3698
3699 2006-10-04  Bruno Haible  <bruno@clisp.org>
3700
3701         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3702
3703 2006-10-03  Bruno Haible  <bruno@clisp.org>
3704
3705         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3706         from gl_avltreehash_list_implementation.
3707
3708 2006-10-03  Bruno Haible  <bruno@clisp.org>
3709
3710         * lib/gl_oset.c (gl_oset_add): Fix return type.
3711
3712 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3713
3714         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3715
3716 2006-10-02  Eric Blake  <ebb9@byu.net>
3717
3718         * modules/strnlen (Depends-on): Add extensions.
3719
3720 2006-10-02  Eric Blake  <ebb9@byu.net>
3721
3722         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3723         definition in 2.60+.
3724
3725 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3726
3727         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3728         checks.
3729
3730 2006-10-02  Bruno Haible  <bruno@clisp.org>
3731
3732         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3733         to the AUTOMAKE_OPTIONS.
3734         Reported by Jim Meyering.
3735
3736 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3737
3738         Work around bug in Solaris 10 /proc file system:
3739         /proc/self/fd/NNN/.. isn't the parent directory of
3740         the directory whose file descriptor is NNN.  This needs to
3741         be worked around at run time, not compile time, since a
3742         program might be built on Solaris 8, where things work, and
3743         run on Solaris 10.
3744         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3745         to use the following interface instead:
3746         (OPENAT_BUFFER_SIZE): New macro.
3747         (openat_proc_name): New function.
3748         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3749         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3750         Likewise.
3751         * lib/openat-proc.c: New file.
3752         * modules/openat (Files): Add lib/openat-proc.c.
3753         (Depends-on): Add same-inode, stdbool.
3754         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3755
3756 2006-09-29  Bruno Haible  <bruno@clisp.org>
3757
3758         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3759         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3760         argument. Set stdout_closed before testing for ferror, not after.
3761         (fwriteerror, fwriteerror_no_ebadf): New functions.
3762
3763 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3764
3765         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3766
3767 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3768
3769         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3770         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3771
3772 2006-09-28  Jim Meyering  <jim@meyering.net>
3773
3774         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3775         Include <unistd.h>.
3776
3777 2006-09-28  Bruno Haible  <bruno@clisp.org>
3778
3779         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3780         * modules/linkedhash-list (Depends-on): Likewise.
3781         * modules/rbtreehash-list (Depends-on): Likewise.
3782
3783 2006-09-28  Bruno Haible  <bruno@clisp.org>
3784
3785         * lib/strndup.h: Simplify the redefinition of strndup.
3786         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3787         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3788
3789 2006-09-28  Bruno Haible  <bruno@clisp.org>
3790
3791         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3792         * lib/gl_linkedhash_list.c: Likewise.
3793         * lib/gl_rbtreehash_list.c: Likewise.
3794
3795 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3796
3797         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3798         getaddrinfo.
3799
3800         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3801         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3802         it causes <stdio_ext.h> to cause a compile-time error.
3803         Problem reported by Nelson H. F. Beebe.
3804         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3805         of HAVE_DECL___PENDING.
3806
3807         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3808         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3809         declaration.
3810
3811 2006-09-27  Jim Meyering  <jim@meyering.net>
3812
3813         This file could end up with a definition for a function
3814         named __strndup, rather than rpl_strndup on a system with
3815         incomplete weak_alias support.
3816         * lib/strndup.c (strndup): Rename from __strndup.
3817         Remove #defines that used to map __strndup to strndup.
3818         Don't use K&R prototypes.
3819         Remove LIBC-related code, since this file is not sync'd with glibc.
3820         * lib/strndup.h: Revamp, accordingly.
3821         * m4/strndup.m4: Modernize.
3822
3823 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3824
3825         * modules/savewd (Depends-on): Add 'raise'.
3826         * lib/savewd.c: Include <signal.h>, for 'raise'.
3827
3828 2006-09-26  Jim Meyering  <jim@meyering.net>
3829
3830         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3831         when we detect Darwin 8.7.0's acl_get_file bug.
3832         Rearrange to perform the new (below) run-test while $LIBS
3833         contains any acl-related library.  Set USE_ACL at the end.
3834         (gl_ACL_GET_FILE): New function.
3835
3836 2006-09-26  Eric Blake  <ebb9@byu.net>
3837
3838         * lib/verror.c: Include <config.h> unconditionally.
3839
3840 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3841
3842         * modules/clock-time (Maintainer): Add self.
3843         * modules/getlogin_r (Depends-on): Add extensions.
3844
3845 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3846
3847         * modules/clock-time: New module.
3848         * modules/nanosleep (Depends-on): Add clock-time.
3849         * modules/gethrxtime (Depends-on): Likewise.
3850         * modules/gettime (Depends-on): Likewise.
3851         * modules/settime (Depends-on): Likewise.
3852
3853         * modules/fts-lgpl: Depend on openat.
3854         * modules/mkancesdirs: Depend on savewd.
3855         * modules/mkdir-p: Likewise.
3856
3857 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3858
3859         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3860
3861         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3862         `gl_have_arbitrary_file_name_length_limit' to
3863         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3864         actually works between configure runs.
3865
3866 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3867             Bruno Haible  <bruno@clisp.org>
3868
3869         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3870
3871 2006-09-25  Jim Meyering  <jim@meyering.net>
3872
3873         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3874         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3875
3876 2006-09-25  Eric Blake  <ebb9@byu.net>
3877
3878         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3879         exec's in 2006-09-18 patch when shuffling fds.
3880
3881 2006-09-25  Bruno Haible  <bruno@clisp.org>
3882
3883         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3884         Reported by Jim Meyering.
3885
3886 2006-09-24  Jim Meyering  <jim@meyering.net>
3887
3888         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3889         compare a pointer against a literal "0".  That caused failures with
3890         at least HP-UX's hpcc.
3891
3892 2006-09-22  Simon Josefsson  <jas@extundo.com>
3893
3894         * modules/gc-sha1:
3895         * modules/gc-md4:
3896         * modules/gc-hmac-sha1:
3897         * modules/gc-hmac-md5:
3898         * modules/gc-des:
3899         * modules/gc-arcfour: Distribute more files.
3900
3901 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3902
3903         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3904         (gl_linked_iterator_from_to): Initialize struct completely.
3905         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3906         (gl_tree_iterator_from_to): Likewise
3907         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3908         * lib/gl_array_list.c [lint] (gl_array_iterator)
3909         (gl_array_iterator_from_to): Likewise.
3910         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3911         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3912         (gl_carray_iterator_from_to): Likewise.
3913
3914         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3915         * lib/md4.c (md4_process_block): Remove unused variable.
3916         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3917         parentheses for clarity.
3918
3919 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3920
3921         * modules/bison-i18n (Depends-on): Add gettext.
3922
3923 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3924
3925         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3926         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3927         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3928         also add missing comma that caused broken test.
3929         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3930         stdlib.h, for `abort'.
3931         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3932         variables.
3933         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3934         include unistd.h if present, for `rmdir'.
3935         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3936         variables.
3937         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3938         in the process include standard headers for prototypes.
3939         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3940         gets declared on GNU/Linux.
3941         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3942         unistd.h, for `rmdir'.
3943         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3944
3945         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3946         always true.
3947         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3948
3949         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3950
3951 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3952
3953         * gnulib-tool (func_version): Create output all at once.  This
3954         may help avoid triggering unnecessary SIGPIPEs, and at any
3955         rate it doesn't hurt.
3956
3957 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3958             Bruno Haible  <bruno@clisp.org>
3959
3960         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3961         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3962         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3963
3964         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3965         (gl_FUNC_VASPRINTF): Invoke it.
3966
3967 2006-09-22  Bruno Haible  <bruno@clisp.org>
3968
3969         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3970         getloadavg.c as first argument.
3971
3972 2006-09-22  Bruno Haible  <bruno@clisp.org>
3973
3974         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3975         at the beginning of the gl_INIT macro.
3976         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3977         gl_GETLOADAVG.
3978
3979 2006-09-22  Bruno Haible  <bruno@clisp.org>
3980
3981         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3982         module.
3983         Suggested by Ralf Wildenhues.
3984
3985 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3986
3987         Import this patch from libc:
3988
3989         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3990
3991         * lib/regex_internal.c (re_string_reconstruct): Handle
3992         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3993         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3994         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3995         re_string_context_at.
3996
3997         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3998         now requires it.
3999         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4000         gl_REGEX now does it for us.
4001         (gl_REGEX): Add test taken from
4002         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4003
4004         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4005         Check that large offsets work.  Modernize Autoconf usages.
4006         Prefer "yes" to mean a good thing rather than a bad.
4007         Don't put "#define mkstemp" in config.h, as this might interfere
4008         with standard system headers that "#define mkstemp mkstemp64".
4009
4010         * modules/mkstemp (Depends-on): Add extensions, so that
4011         mkstemp is visible on some platforms.
4012         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4013         (Include): Change to "mkstemp.h" from <stdlib.h>.
4014         (Files): Add mkstemp.h.
4015
4016         * lib/mkstemp.h: New file, since some standard headers
4017         #define mkstemp.
4018         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4019         Include "mkstemp.h".
4020         Make the _LIBC code resemble glibc original more,
4021         e.g., use K&R style.
4022         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4023         (mkstemp): Remove, since mkstemp.h does this for us.
4024         * lib/stdlib--.h: Include mkstemp.h.
4025
4026         Import this patch from libc:
4027
4028         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4029
4030         * lib/tempname.c (__gen_tempname): Change attempts_min
4031         into a macro.  Use preprocessor to decide how to initialize
4032         attempts [Coverity CID 67].
4033
4034 2006-09-20  Bruno Haible  <bruno@clisp.org>
4035
4036         * lib/mkdtemp.c: Import from libc.
4037         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4038                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4039                 attempts_min into a macro.  Use preprocessor to decide how to
4040                 initialize attempts [Coverity CID 67].
4041         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4042                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4043                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4044
4045 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4046
4047         * gnulib-tool (func_exit): New function, to allow to pass the
4048         exit status portably through the trap.  Use everywhere.
4049         (--help, --version): Signal a write error.
4050         (trap): catch SIGPIPE, for write errors.
4051         Exit at the end of the trap, with the correct exit status.
4052
4053 2006-09-19  Karl Berry  <karl@gnu.org>
4054
4055         * doc/gnulib.texi: note about the license texinfo files.
4056
4057 2006-09-19  Eric Blake  <ebb9@byu.net>
4058
4059         * gnulib-tool: Avoid space-tab.
4060
4061 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4062
4063         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4064         that prevented coreutils 6.1 from building.  Problem reported
4065         by Petter Reinholdtsen.
4066
4067 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4068
4069         * gnulib-tool (avoidlist): Fix typo that broke options like
4070         --avoid=lock that are used by coreutils bootstrap.
4071
4072 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4073
4074         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4075         more systematically.
4076
4077 2006-09-18  Jim Meyering  <jim@meyering.net>
4078
4079         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4080
4081 2006-09-18  Bruno Haible  <bruno@clisp.org>
4082
4083         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4084
4085 2006-09-18  Bruno Haible  <bruno@clisp.org>
4086
4087         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4088         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4089         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4090         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4091         * m4/gettext.m4: Require autoconf >= 2.52.
4092         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4093         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4094         of gl_cv_header_inttypes_h.
4095
4096 2006-09-18  Bruno Haible  <bruno@clisp.org>
4097
4098         * lib/javaversion.c: Include configmake.h.
4099
4100 2006-09-18  Bruno Haible  <bruno@clisp.org>
4101
4102         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4103         avoid that the while loops be executed in a subshell.
4104
4105 2006-09-18  Bruno Haible  <bruno@clisp.org>
4106
4107         * MODULES.html.sh (func_module): Break long lines.
4108         Suggested by Bruce Korb <bkorb@gnu.org>.
4109
4110 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4111
4112         Speed up by a factor of 1.12.
4113         * gnulib-tool (nl): New variable.
4114         (func_import): Rewrite include directive extraction to only read each
4115         directive once.
4116
4117 2006-09-17  Bruno Haible  <bruno@clisp.org>
4118
4119         * modules/javaversion (Makefile.am): Remove DEFS setting.
4120         (Depends-on): Add configmake, for PKGDATADIR definition.
4121
4122 2006-09-17  Bruno Haible  <bruno@clisp.org>
4123
4124         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4125
4126 2006-09-17  Bruno Haible  <bruno@clisp.org>
4127
4128         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4129         (func_modules_transitive_closure, func_modules_add_dummy,
4130         func_modules_to_filelist, func_import, func_create_testdir,
4131         func_create_megatestdir, ...): Use it wherever possible.
4132         Suggested by Ralf Wildenhues.
4133
4134 2006-09-16  Karl Berry  <karl@gnu.org>
4135
4136         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4137         to avoid sectioning errors.
4138         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4139         [ifinfo]: blank line after @center-ed titles.
4140         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4141         Spell FSF address consistently with others.
4142         (These changes approved by rms.)
4143
4144 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4145
4146         Speed up by a factor of 1.61.
4147         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4148         already checked module names again.
4149
4150 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4151
4152         Speed up by a factor of 1.13.
4153         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4154         for new_files, and the input to func_add_or_update.
4155
4156 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4157
4158         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4159         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4160
4161 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4162
4163         * modules/mkancesdirs (Depends-on): Add fcntl.
4164         * modules/savewd: New file.
4165         * MODULES.html.sh (File system functions): Add savewd.
4166
4167         * modules/configmake (Makefile.am): Add support for the
4168         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4169
4170 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4171
4172         * m4/savewd.m4: New file.
4173
4174 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4175
4176         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4177         (dirchownmod): New arg FD.  All callers changed.
4178         Use FD rather than opening the directory ourself, as opening is
4179         now the caller's responsibility.
4180         * lib/dirchownmod.h: Likewise.
4181         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4182         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4183         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4184         (test_dir): Remove.
4185         (mkancesdirs): Return length of prefix of FILE that has already
4186         been made, or -2 if there is a child doing the work.  Redo
4187         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4188         ".", and treat ".." specially since it might stray back into
4189         already-created areas.  Use a subprocess if necessary.  New arg
4190         WD; all users changed.  MAKE_DIR function should now return 1
4191         if it creates a directory that is not readable.  Return -2 if
4192         a child process is spun off.
4193         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4194         Adjust signature to match code.
4195         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4196         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4197         all users changed.
4198         * lib/savewd.c, lib/savewd.h: New files.
4199
4200 2006-09-15  Jim Meyering  <jim@meyering.net>
4201
4202         * modules/rename-dest-slash: New module.
4203         * MODULES.html.sh (posix_compat): Add it here.
4204
4205         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4206
4207 2006-09-15  Jim Meyering  <jim@meyering.net>
4208
4209         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4210         file.
4211
4212         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4213
4214 2006-09-15  Jim Meyering  <jim@meyering.net>
4215
4216         * lib/rename-dest-slash.c (has_trailing_slash): Use
4217         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4218         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4219         test before testing whether SRC is a directory.
4220         Suggestions from Bruno Haible.
4221
4222         Avoid a warning about an unused variable.
4223         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4224         into the #ifdef block where it's used.
4225
4226         * lib/rename-dest-slash.c: New file.
4227
4228 2006-09-14  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/allocsa.c: Include <config.h> unconditionally.
4231         * lib/asnprintf.c: Likewise.
4232         * lib/asprintf.c: Likewise.
4233         * lib/c-strcasecmp.c: Likewise.
4234         * lib/c-strcasestr.c: Likewise.
4235         * lib/c-strncasecmp.c: Likewise.
4236         * lib/c-strstr.c: Likewise.
4237         * lib/classpath.c: Likewise.
4238         * lib/clean-temp.c: Likewise.
4239         * lib/concatpath.c: Likewise.
4240         * lib/copy-file.c: Likewise.
4241         * lib/csharpcomp.c: Likewise.
4242         * lib/csharpexec.c: Likewise.
4243         * lib/execute.c: Likewise.
4244         * lib/fatal-signal.c: Likewise.
4245         * lib/findprog.c: Likewise.
4246         * lib/fwriteerror.c: Likewise.
4247         * lib/gl_array_list.c: Likewise.
4248         * lib/gl_array_oset.c: Likewise.
4249         * lib/gl_avltree_list.c: Likewise.
4250         * lib/gl_avltree_oset.c: Likewise.
4251         * lib/gl_avltreehash_list.c: Likewise.
4252         * lib/gl_carray_list.c: Likewise.
4253         * lib/gl_linked_list.c: Likewise.
4254         * lib/gl_linkedhash_list.c: Likewise.
4255         * lib/gl_list.c: Likewise.
4256         * lib/gl_oset.c: Likewise.
4257         * lib/gl_rbtree_list.c: Likewise.
4258         * lib/gl_rbtree_oset.c: Likewise.
4259         * lib/gl_rbtreehash_list.c: Likewise.
4260         * lib/imaxabs.c: Likewise.
4261         * lib/imaxdiv.c: Likewise.
4262         * lib/javacomp.c: Likewise.
4263         * lib/javaexec.c: Likewise.
4264         * lib/javaversion.c: Likewise.
4265         * lib/linebreak.c: Likewise.
4266         * lib/localcharset.c: Likewise.
4267         * lib/lock.c: Likewise.
4268         * lib/mbchar.c: Likewise.
4269         * lib/mbswidth.c: Likewise.
4270         * lib/mkdtemp.c: Likewise.
4271         * lib/pipe.c: Likewise.
4272         * lib/printf-args.c: Likewise.
4273         * lib/printf-parse.c: Likewise.
4274         * lib/progname.c: Likewise.
4275         * lib/progreloc.c: Likewise.
4276         * lib/readlink.c: Likewise.
4277         * lib/sh-quote.c: Likewise.
4278         * lib/stpcpy.c: Likewise.
4279         * lib/stpncpy.c: Likewise.
4280         * lib/strcasecmp.c: Likewise.
4281         * lib/strcasestr.c: Likewise.
4282         * lib/strcspn.c: Likewise.
4283         * lib/striconv.c: Likewise.
4284         * lib/strncasecmp.c: Likewise.
4285         * lib/strnlen1.c: Likewise.
4286         * lib/strstr.c: Likewise.
4287         * lib/strtok_r.c: Likewise.
4288         * lib/tls.c: Likewise.
4289         * lib/tmpdir.c: Likewise.
4290         * lib/unicodeio.c: Likewise.
4291         * lib/unsetenv.c: Likewise.
4292         * lib/vasnprintf.c: Likewise.
4293         * lib/vasprintf.c: Likewise.
4294         * lib/wait-process.c: Likewise.
4295         * lib/xallocsa.c: Likewise.
4296         * lib/xsetenv.c: Likewise.
4297         * lib/xstriconv.c: Likewise.
4298
4299 2006-09-13  Simon Josefsson  <jas@extundo.com>
4300
4301         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4302         that internally, suggested by Ralf Wildenhues
4303         <Ralf.Wildenhues@gmx.de>.
4304
4305 2006-09-13  Simon Josefsson  <jas@extundo.com>
4306
4307         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4308         @LIBOBJS@.
4309         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4310
4311 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4312
4313         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4314         longer worry about uses that don't define HAVE_CONFIG_H.
4315         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4316         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4317         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4318         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4319         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4320         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4321         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4322         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4323         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4324         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4325         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4326         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4327         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4328         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4329         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4330         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4331         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4332         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4333         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4334         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4335         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4336         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4337         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4338         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4339         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4340         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4341         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4342         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4343         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4344         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4345         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4346         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4347         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4348         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4349         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4350         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4351         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4352         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4353         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4354         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4355         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4356         Likewise.
4357
4358 2006-09-13  Eric Blake  <ebb9@byu.net>
4359
4360         * lib/getopt.c: Fix typo in last commit.
4361
4362 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4363
4364         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4365         dgettext.
4366
4367 2006-09-12  Jim Meyering  <jim@meyering.net>
4368
4369         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4370         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4371         Reported by Nelson H. F. Beebe.
4372
4373 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4374
4375         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4376         program_invocation_name and program_invocation_short_name are
4377         initialized.
4378         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4379         and program_invocation_short_name to argp.h, so they are visible
4380         to user programs.
4381         * lib/argp.h: Likewise
4382
4383 2006-09-10  Bruno Haible  <bruno@clisp.org>
4384
4385         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4386         m4/inttypes_h.m4, m4/uintmax_t.m4.
4387
4388 2006-09-10  Bruno Haible  <bruno@clisp.org>
4389
4390         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4391         gl_AC_TYPE_UINTMAX_T.
4392
4393 2006-09-10  Bruno Haible  <bruno@clisp.org>
4394
4395         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4396
4397 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4398
4399         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4400         convention.  Text proposed by Bruno Haible.
4401         (struct argp_option): Document the use of N_() wrappers.
4402
4403         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4404         '\v', and translate the two parts separately, instead of feeding
4405         the whole string to gettext.  This allows to exclude
4406         '\v' from the strings visible to the translator by writing doc
4407         strings as N_("..") "\v" N_("..").
4408
4409 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4410
4411         * config/srclist.txt: Undo latest change; the bug was fixed.
4412
4413 2006-09-09  Bruno Haible  <bruno@clisp.org>
4414
4415         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4416         assignments if building a library without libtool.
4417         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4418         in func_emit_lib_Makefile_am.
4419         (func_import): When building a static library libfoo.a, arrange to
4420         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4421         (func_create_testdir): Likewise.
4422         * modules/gc (configure.ac, Makefile.am): If building statically,
4423         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4424         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4425         * modules/striconv (configure.ac, Makefile.am): Likewise.
4426         Based on a suggestion by Ralf Wildenhues.
4427
4428 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4429
4430         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4431         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4432         Also:
4433
4434         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4435         Add year_2050_test to catch glibc bug 2821
4436         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4437
4438         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4439         Prefer #ifdef to #if.
4440
4441         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4442         Return from 'main' instead of calling 'exit'.
4443
4444 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4445
4446         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4447         returned the maximum time_t value rather than (time_t) -1.
4448         Problem originally reported by William Bardwell
4449         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4450
4451         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4452         Moved to here ...
4453         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4454         ... from here.
4455
4456 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4457
4458         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4459         2821 is fixed.
4460
4461 2006-09-08  Jim Meyering  <jim@meyering.net>
4462
4463         Don't make generated files read-only.  That would bother too many
4464         people.  However, do retain the ability to work when targets are
4465         read-only: remove the destination and temporary files before writing
4466         them (when generated via sed or echo), or by using the -f option for
4467         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4468         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4469         * modules/byteswap, modules/configmake, modules/fcntl:
4470         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4471         * modules/localcharset, modules/netinet_in, modules/poll:
4472         * modules/stdbool, modules/stdint, modules/sys_select:
4473         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4474
4475 2006-09-08  Jim Meyering  <jim@meyering.net>
4476
4477         Avoid new build failure on FreeBSD 6.0.
4478         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4479         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4480         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4481
4482 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4483
4484         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4485
4486 2006-09-07  Jim Meyering  <jim@meyering.net>
4487
4488         Fix global typo in last change: use chmod u-w, not chmod u-x.
4489         Spotted by Paul Eggert and Bruce Korb.
4490         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4491         * modules/byteswap, modules/configmake, modules/fcntl:
4492         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4493         * modules/localcharset, modules/netinet_in, modules/poll:
4494         * modules/stdbool, modules/stdint, modules/sys_select:
4495         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4496
4497 2006-09-06  Jim Meyering  <jim@meyering.net>
4498
4499         Make generated files be read-only.
4500         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4501         Ensure that each generated file is now read-only.
4502         * modules/argz: Likewise.
4503         * modules/arpa_inet: Likewise.
4504         * modules/byteswap: Likewise.
4505         * modules/configmake: Likewise.
4506         * modules/fcntl: Likewise.
4507         * modules/fnmatch: Likewise.
4508         * modules/getopt: Likewise.
4509         * modules/glob: Likewise.
4510         * modules/inttypes: Likewise.
4511         * modules/netinet_in: Likewise.
4512         * modules/poll: Likewise.
4513         * modules/stdbool: Likewise.
4514         * modules/stdint: Likewise.
4515         * modules/sys_select: Likewise.
4516         * modules/sys_socket: Likewise.
4517         * modules/sys_stat: Likewise.
4518         * modules/sysexits: Likewise.
4519         * modules/localcharset: Same as above, but continue using temporary
4520         file named "t-$@" (why different?) rather than the "$@-t" used
4521         everywhere else.
4522
4523         * modules/sysexits (Makefile.am): Replace literal occurrences
4524         of "sysexit.h" more readable, and more consistent, "$@".
4525
4526 2006-09-06  Bruno Haible  <bruno@clisp.org>
4527
4528         * modules/striconv: New file.
4529         * modules/xstriconv: New file.
4530         * MODULES.html.sh (Internationalization functions): Add striconv,
4531         xstriconv.
4532
4533 2006-09-06  Bruno Haible  <bruno@clisp.org>
4534
4535         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4536         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4537         not using libtool correctly.
4538
4539 2006-09-06  Bruno Haible  <bruno@clisp.org>
4540
4541         * lib/striconv.h: New file.
4542         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4543         iconvstring.c.
4544         * lib/xstriconv.h: New file.
4545         * lib/xstriconv.c: New file.
4546
4547 2006-09-06  Bruno Haible  <bruno@clisp.org>
4548
4549         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4550         lib_..._LDFLAGS.
4551
4552 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4553
4554         * lib/argz_.h: Sync from Libtool.
4555
4556         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4557                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4558
4559         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4560
4561 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4562
4563         * modules/trim: New file.
4564
4565 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4566
4567         * lib/trim.h: New file.
4568         * lib/trim.c: New file.
4569
4570 2006-09-05  Bruno Haible  <bruno@clisp.org>
4571
4572         * MODULES.html.sh (String handling): Add trim.
4573
4574 2006-09-04  Karl Berry  <karl@gnu.org>
4575
4576         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4577         until next release.
4578
4579 2006-09-03  Bruno Haible  <bruno@clisp.org>
4580
4581         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4582         correctly.
4583
4584 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4585
4586         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4587         not gl_GETLOADAVG.  Omit unneeded semicolons.
4588         Problems reported by Ralf Wildenhues in
4589         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4590         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4591         at the end, which is the usual gnulib style.
4592
4593         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4594         of doing all the work ourselves.
4595         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4596         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4597
4598 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4599
4600         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4601         Problem reported by Ralf Wildenhues in
4602         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4603
4604         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4605         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4606
4607 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4608
4609         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4610         yesterday's patch by changing test -n to test -z.
4611
4612 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4613
4614         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4615         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4616         the former is now obsolescent.
4617
4618         * modules/chdir-long (Depends-on): Add fcntl.
4619
4620 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4621
4622         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4623         obsolescent, and programs should use gnulib instead.
4624         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4625         but with prefixes changed.
4626
4627 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4628
4629         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4630         or stdbool.h, because they might not exist while configuring.
4631
4632         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4633         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4634         does that for us.
4635         (O_DIRECTORY): Remove.
4636
4637 2006-08-31  Eric Blake  <ebb9@byu.net>
4638
4639         * gnulib-tool: Don't let emacs change spaces to TAB.
4640
4641 2006-08-31  Bruno Haible  <bruno@clisp.org>
4642
4643         * gnulib-tool: When calling func_import more than once, do it in a
4644         subshell.
4645         Reported by Eric Blake <ebb9@byu.net>.
4646
4647 2006-08-31  Bruno Haible  <bruno@clisp.org>
4648
4649         * gnulib-tool (nl): Remove variable.
4650         (sed_transform_lib_file): Use more robust test for config-h module.
4651         (func_import): Fix typo in 2006-08-25 patch.
4652
4653 2006-08-31  Bruno Haible  <bruno@clisp.org>
4654
4655         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4656         specified, augment Makefile.am variables instead of assigning them.
4657
4658 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4659
4660         Work around a bug in both the Linux and SunOS 64-bit kernels:
4661         nanosleep mishandles sleeps for longer than 2**31 seconds.
4662         Problem reported by Frank v Waveren in
4663         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4664         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4665         Check for nanosleep bug.
4666         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4667
4668 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4669
4670         Work around a bug in both the Linux and SunOS 64-bit kernels:
4671         nanosleep mishandles sleeps for longer than 2**31 seconds.
4672         Problem reported by Frank v Waveren in
4673         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4674         * lib/nanosleep.c (BILLION): New constant.
4675         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4676         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4677         implementation.
4678
4679 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4680
4681         * modules/nanosleep (Depends-on): Add gettime.
4682
4683 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4684         and Simon Josefsson  <jas@extundo.com>
4685         and Oskar Liljeblad  <oskar@osk.mine.nu>
4686
4687         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4688         * gnulib-tool (func_import): New license type 'unmodifiable license
4689         text'.
4690         * modules/fdl: Use it.  Longer description.
4691         * module/gpl, module/lgpl: New files.
4692
4693 2006-08-30  Jim Meyering  <jim@meyering.net>
4694
4695         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4696         shadowing the parameter.
4697
4698 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4699
4700         Sync from Libtool:
4701
4702         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4703
4704         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4705         sharing with gnulib.  Report by Eric Blake.
4706
4707 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4708
4709         * modules/isapipe: New file.
4710         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4711
4712 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4713
4714         * modules/configmake (Makefile.am): Add a comment, and omit
4715         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4716         by Bruno Haible.
4717
4718 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4719
4720         * m4/isapipe.m4: New file.
4721
4722 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4723
4724         * lib/isapipe.c, lib/isapipe.h: New files.
4725
4726 2006-08-29  Jim Meyering  <jim@meyering.net>
4727
4728         * modules/configmake (Makefile.am): Make configmake.h depend on
4729         Makefile.  Otherwise, a stale configmake.h could hang around.
4730
4731 2006-08-29  Eric Blake  <ebb9@byu.net>
4732
4733         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4734         resolution of upstream bug 3044.
4735
4736 2006-08-29  Bruno Haible  <bruno@clisp.org>
4737
4738         * modules/localcharset (Depends-on): Add configmake.
4739         (Makefile.am): Remove setting of LIBDIR through DEFS.
4740
4741 2006-08-29  Bruno Haible  <bruno@clisp.org>
4742
4743         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4744         defined.
4745
4746 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4747
4748         * modules/fcntl: New file.
4749         * modules/chdir-safer (Depends-on): Add fcntl.
4750         * modules/fts: Likewise.
4751         * modules/mkdir-p: Likewise.
4752
4753         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4754         This undoes the most recent change, since we're now addressing the
4755         problem in a different way.
4756
4757         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4758         into output, since the output might be called Makefile.am even
4759         if $makefile_name is something different.
4760         (func_import): Use $makefile_am rather than
4761         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4762         empty.
4763
4764         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4765
4766 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4767
4768         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4769         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4770         recent change to stdint.m4, since we're now addressing the problem in a
4771         different way.
4772
4773 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4774
4775         * m4/fcntl_h.m4: New file.
4776
4777 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4778
4779         * lib/fcntl_.h: New file.
4780         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4781         the fcntl module.
4782         * lib/dirchownmod.c: Likewise.
4783         * lib/fts.c: Likewise.
4784
4785         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4786         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4787         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4788         just before including <inttypes.h>, to avoid circular inclusion.
4789
4790 2006-08-28  Jim Meyering  <jim@meyering.net>
4791
4792         * doc/visibility.texi: Actually read and correct the grammar of the
4793         sentence affected by yesterday's change.
4794
4795 2006-08-28  Eric Blake  <ebb9@byu.net>
4796
4797         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4798         needs wrapper.
4799
4800 2006-08-28  Eric Blake  <ebb9@byu.net>
4801
4802         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4803
4804 2006-08-28  Eric Blake  <ebb9@byu.net>
4805
4806         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4807
4808 2006-08-28  Bruno Haible  <bruno@clisp.org>
4809
4810         * modules/c-strstr: New file, from GNU gettext.
4811         * MODULES.html.sh (String handling): Add c-strstr.
4812
4813 2006-08-28  Bruno Haible  <bruno@clisp.org>
4814
4815         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4816         macros.
4817         Reported by Eric Blake.
4818
4819 2006-08-28  Bruno Haible  <bruno@clisp.org>
4820
4821         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4822         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4823         * lib/vasprintf.c: Include errno.h, limits.h.
4824         (EOVERFLOW): New fallback definition.
4825         (vasprintf): Test here whether the string length is > INT_MAX.
4826         * lib/vsnprintf.c: Include errno.h, limits.h.
4827         (EOVERFLOW): New fallback definition.
4828         (vsnprintf): Fix bug when generated string was too long for the buffer.
4829         Test here whether the string length is > INT_MAX.
4830
4831 2006-08-28  Bruno Haible  <bruno@clisp.org>
4832
4833         * lib/inttypes_.h (SCNX*): Remove definitions.
4834         Reported by Eric Blake.
4835
4836 2006-08-28  Bruno Haible  <bruno@clisp.org>
4837
4838         * lib/c-strstr.h: New file, from GNU gettext.
4839         * lib/c-strstr.c: New file, from GNU gettext.
4840
4841 2006-08-28  Bruno Haible  <bruno@clisp.org>
4842
4843         * gnulib-tool: Reorder some statements.
4844
4845 2006-08-28  Bruno Haible  <bruno@clisp.org>
4846
4847         * gnulib-tool: New option --makefile-name.
4848         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4849         $makefile_name.
4850         (func_import): Write $makefile_name to the cache file, and read it from
4851         there unless explicitly specified. Use $makefile_name as file name
4852         instead of Makefile.am. Adjust the recommendations accordingly.
4853
4854 2006-08-28  Bruno Haible  <bruno@clisp.org>
4855
4856         * gnulib-tool (func_verify_module): Check against misapplying patch.
4857
4858 2006-08-28  Bruno Haible  <bruno@clisp.org>
4859
4860         * gnulib-tool (func_relativize, func_relconcat): New functions.
4861         Give an error if --local-dir is given with --update.
4862         Remove trailing slashes from $local_gnulib_dir.
4863         (func_import): Store the relativized $local_gnulib_dir in
4864         gnulib-cache.m4, and read it from there if not specified explicitly.
4865
4866 2006-08-28  Bruno Haible  <bruno@clisp.org>
4867
4868         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4869         is the current directory. Respect also $local_gnulib_dir.
4870
4871 2006-08-28  Bruno Haible  <bruno@clisp.org>
4872             Simon Josefsson  <jas@extundo.com>
4873
4874         BeOS portability.
4875         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4876
4877 2006-08-27  Jim Meyering  <jim@meyering.net>
4878
4879         * doc/visibility.texi: Remove duplicate word: "pointer".
4880
4881 2006-08-26  Bruno Haible  <bruno@clisp.org>
4882
4883         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4884         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4885         (Makefile.am): Create inttypes.h from inttypes_.h.
4886         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4887
4888         * modules/imaxabs: New file.
4889
4890         * modules/imaxdiv: New file.
4891
4892 2006-08-26  Bruno Haible  <bruno@clisp.org>
4893
4894         * m4/inttypes.m4: New file.
4895         * m4/_inttypes_h.m4: Remove file.
4896         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4897         PRI_MACROS_BROKEN.
4898         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4899
4900         * m4/imaxabs.m4: New file.
4901
4902         * m4/imaxdiv.m4: New file.
4903
4904 2006-08-26  Bruno Haible  <bruno@clisp.org>
4905
4906         * lib/inttypes_.h: New file.
4907         * lib/inttypes.h: Remove file.
4908         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4909
4910         * lib/imaxabs.c: New file.
4911
4912         * lib/imaxdiv.c: New file.
4913
4914 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4915
4916         New config-h module, so that "make" output needn't be cluttered
4917         by -DHAVE_CONFIG_H.
4918         * MODULES.html.sh (Support for building libraries and executables):
4919         Add config-h.
4920         * modules/config-h: New file.
4921         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4922         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4923         the config-h module is used.
4924
4925         New configmake module, so that "make" output needn't be cluttered
4926         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4927         * MODULES.html.sh (Support for building libraries and executables):
4928         Add configmake.
4929         * modules/configmake: New file.
4930
4931 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4932
4933         * m4/config-h.m4: New file.
4934
4935 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4936
4937         * config/srclist.txt: Add elisp-comp.
4938
4939 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4940
4941         * MODULES.html.sh (Support for building libraries and executables):
4942         Add elisp-comp.
4943         * build-aux/elisp-comp: New file.
4944         * modules/elisp-comp: New file.
4945
4946 2006-08-24  Bruno Haible  <bruno@clisp.org>
4947
4948         * gnulib-tool (func_create_testdir): Use non-default values of
4949         sourcebase and m4base.
4950
4951 2006-08-24  Bruno Haible  <bruno@clisp.org>
4952
4953         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4954         HTML structure.
4955
4956 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4957
4958         * modules/openat (Depends-on): Add lchown.
4959
4960 2006-08-23  Bruno Haible  <bruno@clisp.org>
4961
4962         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4963         of gl_LOCK_EARLY instead of gl_LOCK.
4964
4965 2006-08-23  Bruno Haible  <bruno@clisp.org>
4966
4967         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4968         on OSF/1 to no.
4969         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4970
4971 2006-08-23  Bruno Haible  <bruno@clisp.org>
4972
4973         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4974         as unusable.
4975
4976         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4977         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4978         (gl_LOCK): New macro.
4979
4980 2006-08-22  Simon Josefsson  <jas@extundo.com>
4981
4982         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4983         to md5 module.
4984
4985 2006-08-22  Simon Josefsson  <jas@extundo.com>
4986
4987         * MODULES.html.sh: Add "Support for maintaining and release
4988         projects".
4989
4990         * build-aux/gnupload: New file, from coreutils.
4991
4992 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4993
4994         Avoid the need for AC_LIBSOURCES in m4 macros.
4995         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4996         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4997         * modules/check-version (EXTRA_DIST): Add check-version.h.
4998         * modules/crc (EXTRA_DIST): Add crc.h.
4999         * modules/des (EXTRA_DIST): Add des.h.
5000         * modules/gc (EXTRA_DIST): Add gc.h.
5001         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5002         * modules/getline (EXTRA_DIST): Add getline.h.
5003         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5004         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5005         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5006         * modules/md2 (EXTRA_DIST): Add md2.h.
5007         * modules/md4 (EXTRA_DIST): Add md4.h.
5008         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5009         * modules/read-file (EXTRA_DIST): Add read-file.h.
5010         * modules/readline (EXTRA_DIST): Add readline.h.
5011         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5012         rijndael-api-fst.h.
5013
5014 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5015
5016         * m4/rijndael.m4 (gl_ARCFOUR):
5017         * m4/arctwo.m4 (gl_ARCTWO):
5018         * m4/check-version.m4 (gl_CHECK_VERSION):
5019         * m4/crc.m4 (gl_CRC):
5020         * m4/des.m4 (gl_DES):
5021         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5022         * m4/gc.m4 (gl_GC):
5023         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5024         * m4/getline.m4 (gl_FUNC_GETLINE):
5025         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5026         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5027         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5028         * m4/md2.m4 (gl_MD2):
5029         * m4/md4.m4 (gl_MD4):
5030         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5031         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5032         * m4/readline.m4 (gl_FUNC_READLINE):
5033         * m4/rijndael.m4 (gl_RIJNDAEL):
5034         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5035         to get the necessary .h files and whatnot.
5036
5037 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5038
5039         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5040         gnulib rather than the other way around.
5041         * config/srclistvars.sh (COREUTILS): Remove.
5042
5043 2006-08-22  Jim Meyering  <jim@meyering.net>
5044
5045         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5046
5047         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5048
5049 2006-08-22  Eric Blake  <ebb9@byu.net>
5050
5051         * modules/regexprops-generic: New file.
5052         * MODULES.html.sh (Support for building documentation): List it.
5053
5054 2006-08-22  Eric Blake  <ebb9@byu.net>
5055
5056         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5057         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5058         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5059         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5060
5061 2006-08-22  Bruno Haible  <bruno@clisp.org>
5062
5063         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5064         and lib_LTLIBRARIES like the other lib_* variables.
5065
5066 2006-08-22  Bruno Haible  <bruno@clisp.org>
5067
5068         * build-aux/x-to-1.in: New file, from GNU gettext.
5069
5070 2006-08-22  Bruno Haible  <bruno@clisp.org>
5071
5072         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5073         <utmpx.h> exists.
5074
5075 2006-08-22  Bruno Haible  <bruno@clisp.org>
5076
5077         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5078         <utmpx.h> exists.
5079
5080 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5081
5082         BeOS portability.
5083         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5084         exist.
5085         Problem reported by Bruno Haible.
5086
5087 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5088
5089         Avoid the need for AC_LIBSOURCES in m4 macros.
5090         * modules/acl (EXTRA_DIST): Add acl.h.
5091         * modules/argmatch (Files): Add m4/argmatch.m4.
5092         (configure.ac): Add gl_ARGMATCH.
5093         (EXTRA_DIST): Renamed from lib_SOURCES, for
5094         consistency with the other modules.  Remove argmatch.c.
5095         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5096         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5097         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5098         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5099         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5100         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5101         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5102         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5103         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5104         * modules/closeout (EXTRA_DIST): Add closeout.h.
5105         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5106         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5107         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5108         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5109         dirname.h; remove basename.c and stripslash.c.
5110         * modules/exclude (EXTRA_DIST): Add exclude.h.
5111         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5112         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5113         * modules/file-type (EXTRA_DIST): Add file-type.h.
5114         * modules/filemode (EXTRA_DIST): Add filemode.h.
5115         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5116         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5117         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5118         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5119         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5120         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5121         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5122         * modules/getdate (EXTRA_DIST): Add getdate.c.
5123         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5124         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5125         * modules/getpass (EXTRA_DIST): Add getpass.h.
5126         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5127         * modules/group-member (EXTRA_DIST): Add group-member.h.
5128         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5129         * modules/hash (EXTRA_DIST): Add hash.h.
5130         * modules/human (EXTRA_DIST): Add human.h.
5131         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5132         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5133         * modules/lchown (EXTRA_DIST): Add lchown.h.
5134         * modules/long-options (EXTRA_DIST): Add long-options.h.
5135         * modules/lstat (EXTRA_DIST): Add lstat.h.
5136         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5137         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5138         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5139         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5140         * modules/memxor (EXTRA_DIST): Add memxor.h.
5141         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5142         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5143         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5144         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5145         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5146         * modules/physmem (EXTRA_DIST): Add physmem.h.
5147         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5148         * modules/posixver (EXTRA_DIST): Add posixver.h.
5149         * modules/quote (EXTRA_DIST): Add quote.h.
5150         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5151         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5152         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5153         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5154         regex_internal.h regexec.c.
5155         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5156         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5157         * modules/same (EXTRA_DIST): Add same.h.
5158         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5159         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5160         * modules/savedir (EXTRA_DIST): Add savedir.h.
5161         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5162         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5163         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5164         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5165         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5166         * modules/strdup (EXTRA_DIST): Add strdup.h.
5167         * modules/strftime (EXTRA_DIST): Add strftime.h.
5168         * modules/strndup (EXTRA_DIST): Add strndup.h.
5169         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5170         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5171         * modules/time_r (EXTRA_DIST): Add time_r.h.
5172         * modules/timespec (EXTRA_DIST): Add timespec.h.
5173         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5174         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5175         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5176         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5177         * modules/userspec (EXTRA_DIST): Add userspec.h.
5178         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5179         * modules/utimens (EXTRA_DIST): Add utimens.h.
5180         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5181         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5182         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5183         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5184         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5185         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5186         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5187         * modules/yesno (EXTRA_DIST): Add yesno.h.
5188
5189 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5190
5191         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5192
5193         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5194         * m4/dev-ino.m4, same-inode.m4: Remove.
5195
5196         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5197         * m4/acl.m4 (AC_FUNC_ACL):
5198         * m4/backupfile.m4 (gl_BACKUPFILE):
5199         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5200         * m4/canon-host.m4 (gl_CANON_HOST):
5201         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5202         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5203         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5204         * m4/cloexec.m4 (gl_CLOEXEC):
5205         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5206         * m4/closeout.m4 (gl_CLOSEOUT):
5207         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5208         * m4/dirname.m4 (gl_DIRNAME):
5209         * m4/exclude.m4 (gl_EXCLUDE):
5210         * m4/exitfail.m4 (gl_EXITFAIL):
5211         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5212         * m4/file-type.m4 (gl_FILE_TYPE):
5213         * m4/filemode.m4 (gl_FILEMODE):
5214         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5215         * m4/fpending.m4 (gl_FUNC_FPENDING):
5216         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5217         * m4/fts.m4 (gl_FUNC_FTS):
5218         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5219         * m4/getdate.m4 (gl_GETDATE):
5220         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5221         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5222         * m4/getpass.m4 (gl_FUNC_GETPASS):
5223         * m4/gettime.m4 (gl_GETTIME):
5224         * m4/getugroups.m4 (gl_GETUGROUPS):
5225         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5226         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5227         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5228         * m4/hash.m4 (gl_HASH):
5229         * m4/idcache.m4 (gl_IDCACHE):
5230         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5231         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5232         * m4/long-options.m4 (gl_LONG_OPTIONS):
5233         * m4/lstat.m4 (gl_FUNC_LSTAT):
5234         * m4/md5.m4 (gl_MD5):
5235         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5236         * m4/memcoll.m4 (gl_MEMCOLL):
5237         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5238         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5239         * m4/memxor.m4 (gl_MEMXOR):
5240         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5241         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5242         * m4/modechange.m4 (gl_MODECHANGE):
5243         * m4/mountlist.m4 (gl_MOUNTLIST):
5244         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5245         * m4/openat.m4 (gl_FUNC_OPENAT):
5246         * m4/pathmax.m4 (gl_PATHMAX):
5247         * m4/physmem.m4 (gl_PHYSMEM):
5248         * m4/posixtm.m4 (gl_POSIXTM):
5249         * m4/posixver.m4 (gl_POSIXVER):
5250         * m4/quote.m4 (gl_QUOTE):
5251         * m4/quotearg.m4 (gl_QUOTEARG):
5252         * m4/readtokens.m4 (gl_READTOKENS):
5253         * m4/readutmp.m4 (gl_READUTMP):
5254         * m4/regex.m4 (gl_REGEX):
5255         * m4/safe-read.m4 (gl_SAFE_READ):
5256         * m4/safe-write.m4 (gl_SAFE_WRITE):
5257         * m4/same.m4 (gl_SAME):
5258         * m4/save-cwd.m4 (gl_SAVE_CWD):
5259         * m4/savedir.m4 (gl_SAVEDIR):
5260         * m4/settime.m4 (gl_SETTIME):
5261         * m4/sha1.m4 (gl_SHA1):
5262         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5263         * m4/stat-macros.m4 (gl_STAT_MACROS):
5264         * m4/stat-time.m4 (gl_STAT_TIME):
5265         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5266         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5267         * m4/strdup.m4 (gl_FUNC_STRDUP):
5268         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5269         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5270         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5271         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5272         * m4/time_r.m4 (gl_TIME_R):
5273         * m4/timespec.m4 (gl_TIMESPEC):
5274         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5275         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5276         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5277         * m4/userspec.m4 (gl_USERSPEC):
5278         * m4/utimecmp.m4 (gl_UTIMECMP):
5279         * m4/utimens.m4 (gl_UTIMENS):
5280         * m4/xalloc.m4 (gl_XALLOC):
5281         * m4/xgetcwd.m4 (gl_XGETCWD):
5282         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5283         * m4/xreadlink.m4 (gl_XREADLINK):
5284         * m4/xstrtod.m4 (gl_XSTRTOD):
5285         * m4/yesno.m4 (gl_YESNO):
5286         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5287         to get the necessary .h files and whatnot.
5288
5289 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5290             Bruno Haible  <bruno@clisp.org>
5291
5292         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5293         /bin/sh understanding of '!' conditional negation.
5294
5295 2006-08-21  Jim Meyering  <jim@meyering.net>
5296
5297         * modules/openat (Depends-on): Really alphabetize.
5298
5299         * modules/acl (Depends-on): Add error and quote.
5300
5301         * check-module (find_included_lib_files): Add at-func.c to the
5302         ok-to-include-more-than-once white list.
5303
5304         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5305
5306 2006-08-21  Bruno Haible  <bruno@clisp.org>
5307
5308         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5309         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5310         Reported by Martin Lambers <marlam@marlam.de>.
5311
5312 2006-08-21  Bruno Haible  <bruno@clisp.org>
5313
5314         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5315         specify an installation location, don't emit a noinst_LIBRARIES or
5316         noinst_LTLIBRARIES assignment.
5317
5318 2006-08-21  Bruno Haible  <bruno@clisp.org>
5319
5320         BeOS portability.
5321         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5322         BeOS has mbrtowc() but no <wctype.h>.
5323
5324 2006-08-21  Bruno Haible  <bruno@clisp.org>
5325
5326         BeOS portability.
5327         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5328         exist.
5329
5330 2006-08-21  Bruno Haible  <bruno@clisp.org>
5331
5332         BeOS portability.
5333         * lib/mbchar.h: Include <wctype.h> only if it exists.
5334
5335 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5336
5337         Remove files that are no longer needed by their respective modules.
5338         * m4/obstack.m4: Remove.
5339         * m4/strerror_r.m4: Remove.
5340         * m4/uint32_t.m4: Remove.
5341         * m4/uintptr_t.m4: Remove.
5342         * m4/ullong_max.m4: Remove.
5343         * m4/xstrtoimax.m4: Remove.
5344         * m4/xstrtoumax.m4: Remove.
5345
5346         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5347         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5348         dependencies now capture this.
5349
5350         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5351         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5352         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5353         * m4/human.m4 (gl_HUMAN): Likewise.
5354         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5355         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5356
5357         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5358
5359         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5360         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5361         stdint.
5362         * m4/human.m4 (gl_HUMAN): Likewise.
5363         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5364         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5365         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5366         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5367         * m4/xstrtol (gl_XSTRTOL): Likewise.
5368
5369         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5370         AC_TYPE_LONG_LONG_INT.
5371         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5372         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5373         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5374         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5375
5376         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5377         on stdbool.
5378
5379         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5380         (gl_PREREQ_XSTRTOUL): Remove.
5381
5382         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5383
5384         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5385         mode.
5386
5387 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5388
5389         Add and change modules to make it easier for coreutils to use
5390         gnulib-tool.
5391         * modules/backupfile (Files): Remove m4/d-ino.m4.
5392         (Depends-on): Add d-ino.
5393         * modules/cycle-check (Depends-on): Add stdint.
5394         (lib_SOURCES): Add cycle-check.h.
5395         * modules/d-ino: New module.
5396         * modules/d-type: New module.
5397         * modules/error (Files): Remove m4/strerror_r.m4.
5398         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5399         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5400         m4/inttypes_h.m4, m4/uintmax_t.m4.
5401         (Depends-on): Add stdint.
5402         (lib_SOURCES): Add fsusage.h.
5403         * modules/getcwd (Files): Remove d-ino.m4.
5404         (Depends-on): Add d-ino.
5405         * modules/getndelim2 (Depends-on): Add stdint.
5406         * modules/glob (Files): Remove m4/d-type.m4.
5407         (Depends-on): Add d-type.
5408         * modules/host-os: New module.
5409         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5410         m4/inttypes_h.m4, m4/uintmax_t.m4.
5411         * Depends-on: Add stdint.
5412         (lib_SOURCES): Add human.h.
5413         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5414         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5415         m4/uintmax_t.m4, m4/ulonglong.m4.
5416         (Depends-on): Add stdint.
5417         (EXTRA_DIST): Add inttostr.h.
5418         * modules/lchmod: New module.
5419         * modules/link-follow: New module.
5420         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5421         (Depends-on): Add lchmod.
5422         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5423         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5424         (Depends-on): Add stdint.
5425         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5426         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5427         (Depends-on): Add stdint.
5428         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5429         * modules/perl: New module.
5430         * modules/regex (Depends-on): Add stdint.
5431         * modules/rmdir-errno: New module.
5432         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5433         m4/intmax_t.m4.
5434         (Depends-on): Add stdint.
5435         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5436         m4/uintmax_t.m4.
5437         (Depends-on): Add stdint.
5438         * modules/unlink-busy: New module.
5439         * modules/utimecmp (Depends-on): Add stdint.
5440         * modules/uptime: New module.
5441         * modules/winsz-ioctl: New module.
5442         * modules/winsz-termios: New module.
5443         * modules/xnanosleep (Depends-on): Add nanosleep.
5444         * modules/ullong_max: Remove.
5445         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5446         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5447         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5448         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5449         (Depends-on): Add inttypes.
5450         (lib_SOURCES): Add xstrtol.h.
5451         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5452         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5453         * MODULES.html.sh: Move 'assert' into the assert section.
5454         Move 'dummy' into the linking section.
5455         Remove ullong_max.
5456         Add section for compatibility checks for POSIX:2001 functions,
5457         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5458         winsz-ioctl, and winsz-termios into it.
5459         Add lchmod.
5460         Add top-level Misc section and put host-os, perl, and uptime
5461         into it.
5462
5463 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5464
5465         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5466         now assume the stdint module.  Do not include inttypes.h.
5467         * lib/fsusage.h: Likewise.
5468         * lib/getndelim2.c: Likewise.
5469         * lib/human.h: Likewise.
5470         * lib/inttostr.h: Likewise.
5471         * lib/obstack.c: Likewise.
5472         * lib/regex_internal.h: Likewise.
5473         * lib/tempname.c: Likewise.
5474         * lib/utimecmp.c: Likewise.
5475         * lib/xstrtol.h: Likewise.
5476
5477         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5478
5479         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5480         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5481         * lib/xtime.h: Likewise.
5482
5483 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5484
5485         * modules/openat (Files): Add lib/fchmodat.c.
5486         Fixes problem reported by Jay Youngman.
5487
5488 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5489
5490         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5491         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5492
5493 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5494             Bruno Haible  <bruno@clisp.org>
5495
5496         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5497         and is a script that invokes bison. Tighten the code. Add comments.
5498
5499 2006-08-18  Jim Meyering  <jim@meyering.net>
5500
5501         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5502         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5503         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5504         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5505
5506 2006-08-18  Bruno Haible  <bruno@clisp.org>
5507
5508         * modules/bison-i18n: New file.
5509         * MODULES.html.sh (Internationalization functions): Add it.
5510
5511 2006-08-18  Bruno Haible  <bruno@clisp.org>
5512
5513         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5514         sys/statvfs.h. When getmntinfo was found, check its declaration and
5515         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5516
5517 2006-08-18  Bruno Haible  <bruno@clisp.org>
5518
5519         * m4/bison-i18n.m4: New file, from bison.
5520
5521 2006-08-18  Bruno Haible  <bruno@clisp.org>
5522
5523         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5524         (ME_DUMMY): Treat "kernfs" as a dummy.
5525         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5526
5527 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5528
5529         Update from coreutils.
5530
5531         2006-08-15  Jim Meyering  <jim@meyering.net>
5532
5533         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5534
5535         2006-01-17  Jim Meyering  <jim@meyering.net>
5536
5537         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5538
5539         2006-01-11  Jim Meyering  <jim@meyering.net>
5540
5541         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5542         Check for the lchmod function.
5543
5544 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5545
5546         Update from coreutils.
5547
5548         * lib/__fpending.h: Add copyright notice.
5549         * lib/fprintftime.h: Likewise.
5550         * lib/savedir.c: Use (C) in copyright notice.
5551         * lib/savedir.h: Likewise.
5552
5553         2006-08-15  Jim Meyering  <jim@meyering.net>
5554
5555         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5556         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5557         in support of the EXPECTED_ERRNO macro.
5558         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5559         definitions.  Instead, define the appropriate symbols and include
5560         "at-func.c".
5561         * lib/mkdirat.c (mkdirat): Likewise.
5562         * lib/fchmodat.c (fchmodat): Likewise.
5563         (ENOSYS): Remove definition.
5564         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5565         it.  Don't include "unistd--.h" -- it wasn't ever used.
5566
5567         2006-01-17  Jim Meyering  <jim@meyering.net>
5568
5569         Rewrite fts.c not to change the current working directory,
5570         by using openat, fstatat, fdopendir, etc..
5571
5572         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5573         (HAVE_OPENAT_SUPPORT): Define.
5574         [_LIBC] (fchdir): Don't undef or define; no longer used.
5575         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5576         Now, this `function' always succeeds, and consumes its file descriptor
5577         parameter -- so callers must not close such FDs.  Update callers.
5578         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5579         (diropen): Add parameter, SP.  Adjust all callers.
5580         Implement using diropen_fd, rather than open.
5581         (fts_open): Initialize new member, fts_cwd_fd.
5582         Remove fts_rft-setting code.
5583         (fts_close): Close fts_cwd_fd, if necessary.
5584         (__opendir2): Define in terms of opendir or opendirat,
5585         depending on whether the FST_NOCHDIR flag is set.
5586         (fts_build): Since fts_safe_changedir consumes its FD, and since
5587         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5588         and close the dup'd file descriptor upon failure.
5589         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5590         (fts_safe_changedir): Tweak semantics to reflect that this function
5591         now calls cwd_advance_fd and hence consumes its FD argument.
5592         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5593         [struct FTS] (fts_rft): Remove now-unused member.
5594         [struct FTS] (fts_cycle.state): Improve comment.
5595
5596         * lib/openat.c (openat_needs_fchdir): New function.
5597         * lib/openat.h (openat_needs_fchdir): Declare it.
5598
5599 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5600
5601         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5602         Problem and fix reported by Pádraig Brady in
5603         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5604
5605 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5606
5607         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5608
5609 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5610
5611         * lib/memcoll.c (memcoll): Optimize for the common case where the
5612         arguments are bytewise equal.
5613
5614 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5615
5616         * doc/regexprops-generic.texi: Add a copyright notice.
5617
5618 2006-08-15  Bruno Haible  <bruno@clisp.org>
5619
5620         * modules/tmpdir (License): Change to LGPL.
5621
5622 2006-08-15  Bruno Haible  <bruno@clisp.org>
5623
5624         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5625         module.
5626
5627 2006-08-14  Simon Josefsson  <jas@extundo.com>
5628
5629         * config/srclist.txt: Add gnupload.
5630
5631 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5632
5633         Change copyright notice from LGPL 2 to GPL 2, since that's the
5634         standard form used in the gnulib repository.
5635         * tests/test-lock.c: Likewise.
5636         * tests/test-stdint.c: Likewise.
5637         * tests/test-tls.c: Likewise.
5638
5639         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5640         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5641         Add copyright notice.
5642
5643         * check-module: Add copyright notice.  Output a copyright
5644         notice if "--version" is specified.
5645         * modules/COPYING: New file.
5646         * tests/test-getaddrinfo.c: Add copyright notice.
5647         * tests/test-verify.c: Likewise.
5648
5649 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5650
5651         Change copyright notice from LGPL 2 to GPL 2, since that's the
5652         standard form used in the gnulib repository.
5653         * lib/lock.c: LGPL -> GPL.
5654         * lib/lock.h: Likewise.
5655         * lib/strnlen1.c: Likewise.
5656         * lib/strnlen1.h: Likewise.
5657         * lib/tls.c: Likewise.
5658         * lib/tls.h: Likewise.
5659         * lib/tmpdir.c: Likewise.
5660
5661         * lib/TODO: Remove; this belongs only in coreutils.
5662
5663 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5664
5665         Add copyright notices to long-enough files that lack them, since
5666         otherwise the files aren't clearly free.  Use the same notice that
5667         getdate.texi already uses.
5668         * doc/alloca-opt.texi: Add copyright notice.
5669         * doc/alloca.texi: Likewise.
5670         * doc/ctime.texi: Likewise.
5671         * doc/functions.texi: Likewise.
5672         * doc/gcd.texi: Likewise.
5673         * doc/gnulib-tool.texi: Likewise.
5674         * doc/inet_ntoa.texi: Likewise.
5675         * doc/visibility.texi: Likewise.
5676
5677         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5678         * doc/quote.texi: Add copyright notice.
5679
5680         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5681         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5682         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5683         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5684         is now obsolete, and give a pointer to the Sun list.
5685         Add copyright notice.
5686
5687 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5688
5689         * config/srclistvars.sh: Add copyright notice.
5690
5691 2006-08-14  Eric Blake  <ebb9@byu.net>
5692
5693         Import the following change from libc:
5694
5695         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5696
5697         Upstream bug 2997.
5698         * lib/misc/error.c: Add space between program name and message if file
5699         name is missing.
5700
5701 2006-08-12  Karl Berry  <karl@gnu.org>
5702
5703         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5704         remove, these originate in gnulib now.
5705
5706 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5707
5708         * doc/Makefile (standards.info standards.html standards.dvi):
5709         Also depend on make-stds.texi.
5710
5711 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5712
5713         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5714         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5715
5716         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5717         in wchar_t.  Problem reported by Eric Blake.
5718
5719         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5720         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5721         Also, help the compiler to keep LEN in a register.
5722
5723 2006-08-11  Eric Blake  <ebb9@byu.net>
5724
5725         * users.txt: Sort.  Add tar.
5726
5727 2006-08-11  Bruno Haible  <bruno@clisp.org>
5728
5729         * users.txt: New file.
5730
5731 2006-08-11  Bruno Haible  <bruno@clisp.org>
5732
5733         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5734         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5735
5736 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5737
5738         * modules/snprintf (Depends-on): Remove minmax.
5739         (Maintainer): Add self and Bruno.
5740
5741 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5742
5743         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5744         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5745         (EOVERFLOW): Define if the system does not.
5746         Do not include "minmax.h"; it wasn't used.
5747         (snprintf): Don't assume size_t promotes to an unsigned type.
5748         Fix bug when generated string was too long for the buffer: the
5749         buffer's contents are supposed to be the initial prefix of the
5750         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5751         exceeds INT_MAX; do the check ourselves.
5752
5753         Import the following changes from libc:
5754
5755         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5756
5757         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5758         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5759         set wc to the byte which couldn't be converted.
5760         (re_string_reconstruct): Don't clear valid_raw_len before calling
5761         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5762         tip_context using re_string_context_at.
5763
5764         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5765
5766         * lib/posix/regex.h: g++ still cannot handled [restrict].
5767
5768         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5769
5770         * lib/posix/regex.h: Remove special handling for VMS.
5771
5772 2006-08-10  Jim Meyering  <jim@meyering.net>
5773
5774         * modules/same-inode: New module.
5775         * modules/dev-ino: New module.
5776         * modules/cycle-check: Depend on these modules, rather than simply
5777         including their .h files.
5778         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5779         required via m4/cycle-check.m4.
5780         * modules/same: Depend on new same-inode module, rather than
5781         including same-inode.h.
5782         * modules/chdir-safer: New file.
5783
5784         * modules/chown (Depends-on): Add stat-macros.
5785
5786 2006-08-10  Jim Meyering  <jim@meyering.net>
5787
5788         * m4/cycle-check.m4: New file.
5789         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5790         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5791
5792 2006-08-10  Eric Blake  <ebb9@byu.net>
5793
5794         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5795         in from original proposal.
5796
5797 2006-08-10  Eric Blake  <ebb9@byu.net>
5798         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5799
5800         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5801         namespace.
5802
5803 2006-08-10  Bruno Haible  <bruno@clisp.org>
5804
5805         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5806         as well.
5807
5808 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5809
5810         Sync from coreutils.
5811
5812         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5813
5814         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5815         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5816
5817 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5818
5819         * modules/restrict: Remove; no longer needed now that we assume
5820         Autoconf 2.59 or later.
5821         * MODULES.html.sh: Remove 'restrict'.
5822         * modules/argp (Depends-on): Remove 'restrict'.
5823         * modules/base64 (Depends-on): Likewise.
5824         * modules/gc (Depends-on): Likewise.
5825         * modules/getaddrinfo (Depends-on): Likewise.
5826         * modules/glob (Depends-on): Likewise.
5827         * modules/inet_ntop (Depends-on): Likewise.
5828         * modules/inet_pton (Depends-on): Likewise.
5829         * modules/memxor (Depends-on): Likewise.
5830         * modules/regex (Depends-on): Likewise.
5831         * modules/strtok_r (Depends-on): Likewise.
5832         * modules/time_r (Depends-on): Likewise.
5833
5834 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5835
5836         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5837         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5838         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5839         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5840         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5841         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5842         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5843         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5844
5845         Merge from coreutils.
5846         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5847         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5848         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5849         * m4/time_r.m4 (gl_TIME_R): Likewise.
5850
5851 2006-08-09  Karl Berry  <karl@gnu.org>
5852
5853         * config/srclist.txt: no more gettext-tools, per Bruno.
5854
5855 2006-08-08  Eric Blake  <ebb9@byu.net>
5856
5857         * modules/verror: New module.
5858         * MODULES.html.sh: Document it.
5859
5860 2006-08-08  Eric Blake  <ebb9@byu.net>
5861
5862         * lib/verror.h, lib/verror.c: New files.
5863
5864 2006-08-08  Eric Blake  <ebb9@byu.net>
5865
5866         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5867         verror_at_line output complies with GNU Coding Standards even when
5868         file is NULL.
5869
5870 2006-08-07  Bruno Haible  <bruno@clisp.org>
5871
5872         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5873         versions of AIX.
5874         Reported by Ralf Wildenhues.
5875
5876 2006-08-07  Bruno Haible  <bruno@clisp.org>
5877
5878         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5879         in an AC_DEFUN. Needed so that the autoconf snippets can use
5880         AC_REQUIRE.
5881
5882 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5883
5884         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5885         Initialize pkgdata_DATA.
5886         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5887         overriding it.
5888
5889 2006-08-06  Eric Blake  <ebb9@byu.net>
5890
5891         * lib/error.h: Fold in some upstream changes from glibc.
5892         * lib/error.c: Likewise.
5893
5894 2006-08-04  Bruno Haible  <bruno@clisp.org>
5895
5896         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5897         Make the mostlyclean-local rule depend on mostlyclean-generic.
5898         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5899
5900 2006-07-31  Bruno Haible  <bruno@clisp.org>
5901
5902         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5903         <stdlib.h>, <string.h>.
5904
5905 2006-07-30  Bruno Haible  <bruno@clisp.org>
5906
5907         * modules/readlink (License): Change to LGPL.
5908
5909 2006-07-30  Bruno Haible  <bruno@clisp.org>
5910
5911         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5912         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5913         set PKGDATADIR to point to it.
5914
5915 2006-07-30  Bruno Haible  <bruno@clisp.org>
5916
5917         * modules/csharpexec (configure.ac): Comment out macro invocation.
5918         * modules/javaexec (configure.ac): Likewise.
5919         * modules/javacomp-script (configure.ac): Likewise.
5920
5921         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5922
5923 2006-07-30  Bruno Haible  <bruno@clisp.org>
5924
5925         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5926         linked-list.
5927
5928 2006-07-30  Bruno Haible  <bruno@clisp.org>
5929
5930         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5931
5932 2006-07-30  Bruno Haible  <bruno@clisp.org>
5933
5934         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5935         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5936         get removed.
5937
5938 2006-07-29  Bruno Haible  <bruno@clisp.org>
5939
5940         Make it possible for gnulib-tool to work with locally modified or
5941         augmented gnulib repositories.
5942         * gnulib-tool (func_usage): Document --local-dir option.
5943         (local_gnulib_dir): New variable.
5944         Handle --local-dir option.
5945         (func_lookup_file): New function.
5946         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5947         (func_get_description, func_get_filelist, func_get_description,
5948         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5949         func_get_automake_snippet, func_get_include_directive,
5950         func_get_license, func_get_maintainer): Use func_lookup_file.
5951         (func_import, func_create_testdir): Use func_lookup_file.
5952
5953 2006-07-29  Bruno Haible  <bruno@clisp.org>
5954
5955         * modules/setenv (Depends-on): Add unistd.
5956
5957 2006-07-29  Bruno Haible  <bruno@clisp.org>
5958
5959         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5960
5961 2006-07-29  Bruno Haible  <bruno@clisp.org>
5962
5963         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5964
5965 2006-07-29  Bruno Haible  <bruno@clisp.org>
5966
5967         * gnulib-tool (import, update): If there is no Makefile.am, look at
5968         aclocal.m4, instead of bailing out.
5969
5970 2006-07-29  Bruno Haible  <bruno@clisp.org>
5971
5972         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5973         Categorize the options by when they are useful.
5974
5975 2006-07-29  Bruno Haible  <bruno@clisp.org>
5976
5977         * gnulib-tool (func_usage): Document option --no-libtool.
5978         Handle option --no-libtool.
5979         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5980         for changed semantics of $libtool variable.
5981         (func_import): Likewise. If libtool is not used, show this through
5982         an option --no-libtool.
5983         (func_create_testdir): Update.
5984
5985 2006-07-29  Bruno Haible  <bruno@clisp.org>
5986
5987         * gnulib-tool (func_import): Extend error message about missing
5988         --doc-base.
5989
5990 2006-07-29  Bruno Haible  <bruno@clisp.org>
5991
5992         * gnulib-tool (func_import): Don't create the $docbase directory if
5993         there is no file to store there.
5994
5995 2006-07-29  Bruno Haible  <bruno@clisp.org>
5996
5997         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5998         relevant, look for configure.ac there, not in the current directory.
5999         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6000
6001 2006-07-29  Bruno Haible  <bruno@clisp.org>
6002
6003         * gnulib-tool (SORT): New variable.
6004         (func_usage): Undocument --assume-autoconf option.
6005         Remove --assume-autoconf option handling.
6006         (autoconf_minversion): Determine from the contents of configure.ac.
6007         (func_import): Remove autoconf_minversion handling.
6008         Suggested by Eric Blake.
6009
6010 2006-07-29  Bruno Haible  <bruno@clisp.org>
6011
6012         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6013
6014 2006-07-29  Bruno Haible  <bruno@clisp.org>
6015
6016         * config/srclist.txt (*setenv.[ch]): Remove rules.
6017
6018 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6019
6020         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6021
6022 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6023
6024         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6025         arpa/inet.h.
6026
6027 2006-07-28  Simon Josefsson  <jas@extundo.com>
6028
6029         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6030         * modules/inet_pton (Depends-on): Likewise.
6031
6032 2006-07-28  Simon Josefsson  <jas@extundo.com>
6033
6034         * m4/netinet_in_h.m4: New file.
6035
6036 2006-07-28  Simon Josefsson  <jas@extundo.com>
6037
6038         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6039         #include's.
6040
6041 2006-07-28  Simon Josefsson  <jas@extundo.com>
6042
6043         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6044         #include's.
6045
6046 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6047
6048         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6049         setgid on directories only if they set these bits.
6050         * lib/modechange.h: Remove obsolete comment about masks.
6051
6052 2006-07-28  Eric Blake  <ebb9@byu.net>
6053
6054         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6055         macro expansion.
6056
6057 2006-07-28  Bruno Haible  <bruno@clisp.org>
6058
6059         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6060
6061 2006-07-28  Bruno Haible  <bruno@clisp.org>
6062
6063         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6064
6065 2006-07-28  Bruno Haible  <bruno@clisp.org>
6066
6067         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6068         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6069         Define fallbacks.
6070         Avoids link error on FreeBSD 4.x.
6071         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6072
6073         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6074         encoding.
6075         * lib/mbswidth.c (iswcntrl): Likewise.
6076
6077 2006-07-27  Bruno Haible  <bruno@clisp.org>
6078
6079         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6080         test.
6081
6082 2006-07-27  Bruno Haible  <bruno@clisp.org>
6083
6084         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6085         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6086         defined.
6087
6088 2006-07-26  Eric Blake  <ebb9@byu.net>
6089
6090         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6091
6092 2006-07-26  Eric Blake  <ebb9@byu.net>
6093
6094         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6095         like mingw that lack mkstemp.
6096         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6097         avoid compilation warning on mingw.
6098
6099 2006-07-26  Bruno Haible  <bruno@clisp.org>
6100
6101         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6102         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6103         INT_FAST*_MIN, INTPTR_MIN.
6104
6105 2006-07-25  Bruno Haible  <bruno@clisp.org>
6106
6107         * modules/version-etc (Depends-on): Add stdarg.
6108
6109 2006-07-25  Bruno Haible  <bruno@clisp.org>
6110
6111         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6112         complex commands.
6113
6114 2006-07-25  Bruno Haible  <bruno@clisp.org>
6115
6116         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6117         defined in <stdarg.h> or config.h.
6118
6119 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6120
6121         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6122         (gl_STDIO_SAFER): Remove.
6123
6124 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6125
6126         * MODULES.html.sh (File stream based Input/Output):
6127         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6128         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6129         * modules/fopen-safer, modules/tmpfile-safer: New files.
6130         * modules/stdio-safer: Remove.
6131
6132 2006-07-24  Bruno Haible  <bruno@clisp.org>
6133
6134         * modules/tmpdir: New file.
6135         * MODULES.html.sh (File system functions): Add it.
6136
6137 2006-07-24  Bruno Haible  <bruno@clisp.org>
6138
6139         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6140         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6141
6142 2006-07-24  Bruno Haible  <bruno@clisp.org>
6143
6144         * modules/clean-temp: New file.
6145
6146 2006-07-24  Bruno Haible  <bruno@clisp.org>
6147
6148         * m4/tmpdir.m4: New file, from GNU gettext.
6149
6150 2006-07-24  Bruno Haible  <bruno@clisp.org>
6151
6152         * lib/tmpdir.h: New file, from GNU gettext.
6153         * lib/tmpdir.c: New file, from GNU gettext.
6154
6155 2006-07-24  Bruno Haible  <bruno@clisp.org>
6156
6157         * lib/clean-temp.h: New file, from GNU gettext.
6158         * lib/clean-temp.c: New file, from GNU gettext.
6159
6160 2006-07-23  Eric Blake  <ebb9@byu.net>
6161
6162         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6163         (Depends-on): Add binary-io.
6164
6165 2006-07-23  Eric Blake  <ebb9@byu.net>
6166
6167         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6168
6169 2006-07-23  Eric Blake  <ebb9@byu.net>
6170
6171         * lib/tmpfile-safer.c: New file.
6172         * lib/stdio-safer.h (fopen_safer): Add prototype.
6173         * lib/stdio--.h (tmpfile): Make safer.
6174
6175 2006-07-23  Bruno Haible  <bruno@clisp.org>
6176
6177         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6178         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6179         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6180         gl_linked_remove_at): Use it.
6181
6182 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6183         and Simon Josefsson <jas@extundo.com>
6184
6185         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6186
6187         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6188
6189 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6190
6191         * modules/close-stream: New file.
6192         * modules/closeout (Description): Make it clear that it exits
6193         with a diagnostic on error.
6194         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6195         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6196
6197 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6198
6199         * m4/close-stream.m4: New file.
6200
6201 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6202
6203         * lib/close-stream.c, lib/close-stream.h: New files.
6204
6205 2006-07-22  Bruno Haible  <bruno@clisp.org>
6206
6207         Merge from GNU gettext 0.15.
6208
6209         2006-05-01  Bruno Haible  <bruno@clisp.org>
6210
6211                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6212
6213         2006-07-22  Bruno Haible  <bruno@clisp.org>
6214
6215                 * modules/javaversion: New file.
6216                 * MODULES.html.sh (Java): Add javaversion.
6217
6218         2006-03-12  Bruno Haible  <bruno@clisp.org>
6219
6220                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6221
6222         2005-12-04  Bruno Haible  <bruno@clisp.org>
6223
6224                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6225                 (untested).
6226
6227         2006-06-21  Bruno Haible  <bruno@clisp.org>
6228
6229                 Avoid warnings from recent versions of mcs.
6230                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6231                 -o, -L, -r any more. Use options documented since mcs-1.0
6232                 instead. Similarly for -g.
6233
6234         2005-12-04  Bruno Haible  <bruno@clisp.org>
6235
6236                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6237                 .resources, not .resource.
6238
6239         2005-07-09  Bruno Haible  <bruno@clisp.org>
6240
6241                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6242                 add a .dll suffix.
6243                 Reported by Mark Junker <mjscod@gmx.de>.
6244
6245         2006-07-22  Bruno Haible  <bruno@clisp.org>
6246
6247                 * modules/gettext: Upgrade to gettext-0.15.
6248                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6249                 m4/visibility.m4.
6250                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6251
6252 2006-07-22  Bruno Haible  <bruno@clisp.org>
6253
6254         Merge from GNU gettext 0.15.
6255
6256         2006-03-25  Bruno Haible  <bruno@clisp.org>
6257
6258                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6259
6260         2006-07-21  Bruno Haible  <bruno@clisp.org>
6261
6262                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6263                 "1.1".
6264
6265         2006-05-09  Bruno Haible  <bruno@clisp.org>
6266
6267                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6268                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6269                 for the conftestver execution.
6270
6271         2006-05-01  Bruno Haible  <bruno@clisp.org>
6272
6273                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6274                 optional target-version argument. Verify that the compiler
6275                 groks source of the specified source-version, or add -source
6276                 option as necessary. Verify that the compiler produces
6277                 bytecode in the specified target-version, or add -target and
6278                 -source options as necessary. Make the result of the test
6279                 available as variable CONF_JAVAC. Also log error output in
6280                 config.log.
6281
6282         2006-03-11  Bruno Haible  <bruno@clisp.org>
6283
6284                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6285
6286         2006-05-09  Bruno Haible  <bruno@clisp.org>
6287
6288                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6289                 CLASSPATH_SEPARATOR to a semicolon.
6290
6291         2006-03-12  Bruno Haible  <bruno@clisp.org>
6292
6293                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6294                 available as variable CONF_JAVA, for subsequent autoconf
6295                 tests. Also log error output in config.log.
6296
6297         2006-07-19  Bruno Haible  <bruno@clisp.org>
6298
6299                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6300                 that getline works on glibc2 systems. Needed to avoid trouble
6301                 in relocatable.c.
6302                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6303
6304         2005-12-04  Bruno Haible  <bruno@clisp.org>
6305
6306                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6307                 launcher (untested).
6308
6309         2005-12-04  Bruno Haible  <bruno@clisp.org>
6310
6311                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6312
6313         2006-07-22  Bruno Haible  <bruno@clisp.org>
6314
6315                 * gettext.m4: Update from GNU gettext-0.15.
6316                 * nls.m4: Likewise.
6317                 * po.m4: Likewise.
6318                 * inttypes-pri.m4: Likewise.
6319                 * inttypes-h.m4: Renamed from inttypes.m4.
6320                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6321
6322 2006-07-22  Bruno Haible  <bruno@clisp.org>
6323
6324         Merge from GNU gettext 0.15.
6325
6326         2005-07-05  Bruno Haible  <bruno@clisp.org>
6327
6328                 * printf-args.c (printf_fetchargs): Work around broken
6329                 definition of wint_t on mingw.
6330
6331         2005-02-12  Bruno Haible  <bruno@clisp.org>
6332
6333                 * xallocsa.h: Add extern "C" for C++.
6334
6335         2006-05-17  Bruno Haible  <bruno@clisp.org>
6336
6337                 Cygwin portability.
6338                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6339
6340         2006-04-30  Bruno Haible  <bruno@clisp.org>
6341
6342                 * progreloc.c: Include <mach-o/dyld.h> if available.
6343                 (find_executable): Use _NSGetExecutablePath when possible.
6344
6345         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6346
6347                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6348                 function.
6349
6350         2005-12-29  Bruno Haible  <bruno@clisp.org>
6351
6352                 * progreloc.c (set_program_name_and_installdir): Fix
6353                 compilation error.
6354
6355         2005-12-04  Bruno Haible  <bruno@clisp.org>
6356
6357                 Cygwin portability.
6358                 * progreloc.c: Include <windows.h> also on Cygwin.
6359                 (find_executable): Add support for Cygwin.
6360                 (set_program_name_and_installdir): Handle also platforms with
6361                 nonempty EXEEXT.
6362
6363         2006-07-11  Bruno Haible  <bruno@clisp.org>
6364
6365                 * javacomp.c: Fix a comment.
6366                 Reported by Jim Meyering.
6367
6368         2006-04-30  Bruno Haible  <bruno@clisp.org>
6369
6370                 * javacomp.h (compile_java_class): Add source_version,
6371                 target_version arguments.
6372                 * javacomp.c: Rewritten to choose only a compiler that
6373                 respects the specified source_version and target_version.
6374
6375         2006-06-27  Bruno Haible  <bruno@clisp.org>
6376
6377                 Assume correct S_ISDIR macro.
6378                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6379
6380         2006-07-22  Bruno Haible  <bruno@clisp.org>
6381
6382                 * javaversion.h: New file, from GNU gettext.
6383                 * javaversion.c: New file, from GNU gettext.
6384                 * javaversion.java: New file, from GNU gettext.
6385                 * javaversion.class: New file, from GNU gettext.
6386
6387         2006-05-17  Bruno Haible  <bruno@clisp.org>
6388
6389                 Cygwin portability.
6390                 * javaexec.c (execute_java_class): Test for jview program
6391                 also on Cygwin.
6392
6393         2006-04-09  Bruno Haible  <bruno@clisp.org>
6394
6395                 * fatal-signal.c: Don't include string.h.
6396                 (at_fatal_signal): Use a copying loop instead of memcpy.
6397
6398         2005-12-04  Bruno Haible  <bruno@clisp.org>
6399
6400                 * csharpexec.c: Add support for 'clix' launcher (untested).
6401                 (execute_csharp_using_sscli): New function.
6402                 (execute_csharp_program): Call it.
6403
6404         2006-06-21  Bruno Haible  <bruno@clisp.org>
6405
6406                 Avoid warnings from recent versions of mcs.
6407                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6408                 -o, -L, -r any more. Use options documented since mcs-1.0
6409                 instead. Similarly for -g.
6410
6411         2005-07-09  Bruno Haible  <bruno@clisp.org>
6412
6413                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6414                 add a .dll suffix.
6415                 Reported by Mark Junker <mjscod@gmx.de>.
6416
6417         2006-06-17  Bruno Haible  <bruno@clisp.org>
6418
6419                 * config.charset: Update for NetBSD 3.0.
6420
6421         2006-05-17  Bruno Haible  <bruno@clisp.org>
6422
6423                 Cygwin portability.
6424                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6425
6426         2006-05-16  Bruno Haible  <bruno@clisp.org>
6427
6428                 * localcharset.c [CYGWIN]: Include <windows.h>.
6429                 (get_charset_aliases): For Cygwin, return the same CPxxx
6430                 aliases list as under WIN32.
6431                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6432                 the environment variables. Fall back to GetACP().
6433
6434         2006-04-05  Bruno Haible  <bruno@clisp.org>
6435
6436                 * config.charset: Update Juan Manuel Guerrero's address.
6437
6438         2005-02-12  Bruno Haible  <bruno@clisp.org>
6439
6440                 * allocsa.h: Add extern "C" for C++.
6441
6442         2005-02-10  Bruno Haible  <bruno@clisp.org>
6443
6444                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6445                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6446
6447         2006-07-22  Bruno Haible  <bruno@clisp.org>
6448
6449                 * gettext.h: Update to GNU gettext-0.15.
6450
6451 2006-07-22  Bruno Haible  <bruno@clisp.org>
6452
6453         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6454         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6455         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6456
6457 2006-07-21  Eric Blake  <ebb9@byu.net>
6458
6459         * modules/stdlib-safer: New file.
6460         * MODULES.html.sh (File stream based Input/Output): Add
6461         stdlib-safer.
6462
6463 2006-07-21  Eric Blake  <ebb9@byu.net>
6464
6465         * lib/stdlib-safer.h: New file from coreutils, required by
6466         stdlib--.h.
6467
6468 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6469
6470         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6471
6472 2006-07-20  Bruno Haible  <bruno@clisp.org>
6473
6474         * gnulib-tool: Recognize new option --assume-autoconf.
6475         (autoconf_minversion): New variable.
6476         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6477
6478 2006-07-20  Bruno Haible  <bruno@clisp.org>
6479
6480         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6481
6482 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6483
6484         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6485         Reindent and repaginate.
6486
6487 2006-07-19  Derek Price  <derek@ximbiot.com>
6488
6489         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6490         Correct grammar.
6491
6492 2006-07-17  Bruno Haible  <bruno@clisp.org>
6493
6494         * modules/list: New file.
6495         * modules/array-list: New file.
6496         * modules/carray-list, modules/carray-list-tests: New files.
6497         * modules/linked-list, modules/linked-list-tests: New files.
6498         * modules/avltree-list, modules/avltree-list-tests: New files.
6499         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6500         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6501         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6502         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6503         * modules/oset: New file.
6504         * modules/array-oset: New file.
6505         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6506         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6507         * tests/test-carray_list.c: New file.
6508         * tests/test-linked_list.c: New file.
6509         * tests/test-avltree_list.c: New file.
6510         * tests/test-rbtree_list.c: New file.
6511         * tests/test-linkedhash_list.c: New file.
6512         * tests/test-avltreehash_list.c: New file.
6513         * tests/test-rbtreehash_list.c: New file.
6514         * tests/test-avltree_oset.c: New file.
6515         * tests/test-rbtree_oset.c: New file.
6516         * MODULES.html.sh (Container data structures): New section.
6517
6518 2006-07-17  Bruno Haible  <bruno@clisp.org>
6519
6520         * m4/gl_list.m4: New file.
6521
6522 2006-07-17  Bruno Haible  <bruno@clisp.org>
6523
6524         * lib/gl_list.h: New file.
6525         * lib/gl_list.c: New file.
6526         * lib/gl_array_list.h: New file.
6527         * lib/gl_array_list.c: New file.
6528         * lib/gl_carray_list.h: New file.
6529         * lib/gl_carray_list.c: New file.
6530         * lib/gl_linked_list.h: New file.
6531         * lib/gl_linked_list.c: New file.
6532         * lib/gl_anylinked_list1.h: New file.
6533         * lib/gl_anylinked_list2.h: New file.
6534         * lib/gl_avltree_list.h: New file.
6535         * lib/gl_avltree_list.c: New file.
6536         * lib/gl_anyavltree_list1.h: New file.
6537         * lib/gl_anyavltree_list2.h: New file.
6538         * lib/gl_rbtree_list.h: New file.
6539         * lib/gl_rbtree_list.c: New file.
6540         * lib/gl_anyrbtree_list1.h: New file.
6541         * lib/gl_anyrbtree_list2.h: New file.
6542         * lib/gl_anytree_list1.h: New file.
6543         * lib/gl_anytree_list2.h: New file.
6544         * lib/gl_linkedhash_list.h: New file.
6545         * lib/gl_linkedhash_list.c: New file.
6546         * lib/gl_anyhash_list1.h: New file.
6547         * lib/gl_anyhash_list2.h: New file.
6548         * lib/gl_avltreehash_list.h: New file.
6549         * lib/gl_avltreehash_list.c: New file.
6550         * lib/gl_rbtreehash_list.h: New file.
6551         * lib/gl_rbtreehash_list.c: New file.
6552         * lib/gl_anytreehash_list1.h: New file.
6553         * lib/gl_anytreehash_list2.h: New file.
6554
6555         * lib/gl_oset.h: New file.
6556         * lib/gl_oset.c: New file.
6557         * lib/gl_array_oset.h: New file.
6558         * lib/gl_array_oset.c: New file.
6559         * lib/gl_avltree_oset.h: New file.
6560         * lib/gl_avltree_oset.c: New file.
6561         * lib/gl_rbtree_oset.h: New file.
6562         * lib/gl_rbtree_oset.c: New file.
6563         * lib/gl_anytree_oset.h: New file.
6564
6565 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6566
6567         * m4/mkancesdirs.m4: New file.
6568         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6569         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6570         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6571         it.
6572
6573 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6574
6575         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6576         * lib/mkancesdirs.h: New files.
6577         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6578         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6579         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6580         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6581         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6582         callers changed.  Revamp internals significantly, by not
6583         attempting to create directories that are temporarily more
6584         permissive than the final results.  Do not attempt to use
6585         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6586         This removes some race conditions, fixes some bugs, and simplifies
6587         things.  Use new dirchownmod function to do owner and mode changes.
6588         * lib/mkdir-p.h: Likewise.
6589         * lib/modechange.c (octal_to_mode): New function.
6590         (struct mode_change): New member mentioned.
6591         (make_node_op_equals): New arg mentioned.  All callers changed.
6592         (mode_compile): Keep track of which mode bits the user has explicitly
6593         mentioned.
6594         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6595         New arg PMODE_BITS, to keep track of which mode bits the user
6596         mentioned; it treats S_ISUID and S_ISGID speciall.
6597         All callers changed.
6598         * lib/modechange.h: Likewise.
6599
6600 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6601
6602         * MODULES.html.sh: Add mkancestors.
6603         * modules/mkancesdirs: New module.
6604         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6605         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6606         The chdir-safer and afs files are now orphans; I'll remove them
6607         unless someone speaks up.
6608         Add lib/dirchownmod.c, lib/dirchownmod.h.
6609         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6610         Add lchown, mkancesdirs.
6611         (Maintainer): Add self.
6612
6613 2006-07-15  Karl Berry  <karl@gnu.org>
6614
6615         * gnulib-tool: help message wording/arrangement.
6616
6617 2006-07-14  Simon Josefsson  <jas@extundo.com>
6618
6619         * doc/gnulib.texi (Libtool and Windows): New section.
6620
6621 2006-07-12  Simon Josefsson  <jas@extundo.com>
6622
6623         * modules/gendocs (License): Fix license, approved by Karl.
6624
6625 2006-07-12  Eric Blake  <ebb9@byu.net>
6626
6627         * MODULES.html.sh: Add gendocs.
6628
6629 2006-07-11  Eric Blake  <ebb9@byu.net>
6630
6631         * modules/fdl: New module, to install doc/fdl.texi.
6632         * MODULES.html.sh: Add new section for documentation modules.
6633         * gnulib-tool: Avoid space-tab.
6634         (--doc-base): New option, to manage files from doc.
6635
6636 2006-07-11  Eric Blake  <ebb9@byu.net>
6637
6638         * m4/absolute-header.m4: Fix comments to match recent change.
6639
6640 2006-07-11  Eric Blake  <ebb9@byu.net>
6641
6642         * gnulib-tool: List --doc-base before --tests-base.
6643
6644 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6645
6646         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6647
6648 2006-07-11  Bruno Haible  <bruno@clisp.org>
6649
6650         * README: Mention where to put documentation.
6651
6652 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6653
6654         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6655
6656 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6657
6658         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6659         to stdint.m4.
6660
6661 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6662
6663         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6664         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6665         "no/such/file/stdint.h" when there is no such file, so that
6666         the resulting C code can be parsed by dodgy compilers.
6667         Problems reported by Bob Proulx.
6668
6669 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6670
6671         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6672         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6673         macros into the GNU _D_EXACT_NAMLEN.
6674         * lib/savedir.c:  Likewise.
6675         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6676
6677 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6678         and Paul Eggert  <eggert@cs.ucla.edu>
6679
6680         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6681         * m4/savedir.m4:
6682         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6683         macros into the GNU _D_EXACT_NAMLEN.
6684
6685 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6686
6687         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6688         around the absolute name, to work around a problem with the HP-UX
6689         11.23 native C compiler, reported by Bob Proulx.
6690
6691 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6692
6693         * doc/maintain.texi, make-stds.texi: Sync from
6694         <http://savannah.gnu.org/projects/gnustandards>.
6695
6696 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6697
6698         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6699
6700 2006-07-09  Jim Meyering  <jim@meyering.net>
6701
6702         * m4/glob.m4: Remove a doubled word in a comment.
6703
6704 2006-07-09  Jim Meyering  <jim@meyering.net>
6705
6706         * lib/argp-pv.c: Remove a doubled word in a comment.
6707         * lib/check-version.c (check_version): Likewise.
6708         * lib/javacomp.c (compile_java_class): Likewise.
6709
6710 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6711
6712         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6713         for the benefit of people using Autoconf 2.60.  If you want to
6714         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6715         (or m4/onceonly.m4, if pre-2.57) manually.
6716
6717 2006-07-08  Jim Meyering  <jim@meyering.net>
6718
6719         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6720         comment.
6721         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6722         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6723         comment.
6724
6725 2006-07-08  Jim Meyering  <jim@meyering.net>
6726
6727         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6728
6729 2006-07-07  Simon Josefsson  <jas@extundo.com>
6730
6731         * tests/test-crc.c: Change expected crc value, the test vector
6732         were probably computed using the old broken crc.c?
6733
6734 2006-07-06  Simon Josefsson  <jas@extundo.com>
6735
6736         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6737         now the canonical place for the M4 file).
6738
6739         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6740         from the sys_socket dependency now.
6741
6742         * modules/inet_pton (Files): Ditto.
6743
6744         * modules/inet_ntop (Files): Ditto.
6745
6746 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6747
6748         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6749         not gl_PREREQ_GETUSERSHELL.
6750
6751 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6752
6753         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6754         with only one argument, for Autoconf 2.60.
6755         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6756         expand to nothing, so add a shell command to avoid syntax error.
6757         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6758
6759 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6760
6761         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6762
6763 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6764
6765         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6766         no longer needed.  Check for isblank decl.
6767         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6768         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6769         of existence.
6770
6771 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6772
6773         * lib/getloadavg.c: Use __VMS, not VMS.
6774         * lib/getopt.c: Likewise.
6775         * lib/getpagesize.h: Likewise.
6776         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6777         and probably does not work.
6778
6779 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6780
6781         * lib/.cppi-disable: Add wcwidth.
6782         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6783         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6784         (ISGRAPH): Remove.  All uses changed to isgraph.
6785         (FOLD) [!defined _LIBC]: Remove special case.
6786         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6787         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6788         HAVE_ISBLANK.
6789         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6790         case.
6791
6792 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6793
6794         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6795         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6796         brackets.  Other minor changes to suppress some compiler
6797         warnings.
6798
6799 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6800         and Paul Eggert  <eggert@cs.ucla.edu>
6801
6802         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6803         of invoking obsolescent AC_HEADER_DIRENT macro.
6804         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6805         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6806         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6807         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6808         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6809         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6810         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6811         * m4/readdir.m4: Remove; no longer needed.
6812
6813 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6814         and Paul Eggert  <eggert@cs.ucla.edu>
6815
6816         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6817         Don't worry about this obsolete case any more.
6818         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6819         directories.
6820         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6821         worry about this obsolete case any more.
6822         * lib/fts.c: Likewise.
6823         * lib/getcwd.c: Likewise.
6824         * lib/glob.h: Likewise.
6825         * lib/savedir.c: Likewise.
6826
6827 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6828
6829         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6830         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6831         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6832         needed.
6833         All uses removed.
6834         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6835         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6836         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6837         needed.
6838         * m4/getdate.m4 (gl_GETDATE): Likewise.
6839         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6840         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6841         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6842         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6843         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6844         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6845         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6846         needed.
6847
6848 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6849
6850         * lib/memcasecmp.c: Include <limits.h>.
6851         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6852         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6853         Don't assume isdigit succeeds only on '0' through '9'.
6854
6855 2006-07-05  Eric Blake  <ebb9@byu.net>
6856
6857         * modules/getaddrinfo (Depends-on): Add snprintf.
6858
6859 2006-07-05  Eric Blake  <ebb9@byu.net>
6860
6861         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6862         to avoid 'header present but could not be compiled' on cygwin.
6863
6864 2006-07-05  Eric Blake  <ebb9@byu.net>
6865
6866         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6867         missing from netdb.h.
6868         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6869
6870 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6871
6872         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6873         no longer needed.
6874         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6875         * m4/getdate.m4 (gl_GETDATE): Likewise.
6876         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6877         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6878         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6879         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6880         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6881
6882 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6883
6884         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6885         All uses of is_space replaced by isspace.
6886         * lib/exit.h: Don't talk about STDC_HEADERS.
6887         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6888         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6889         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6890         replaced by isprint etc.
6891         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6892         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6893         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6894         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6895         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6896         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6897
6898 2006-07-05  Bruno Haible  <bruno@clisp.org>
6899
6900         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6901         the function exists, before testing against AIX.
6902         Reported by Martin Lambers <marlam@marlam.de>.
6903
6904 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6905
6906         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6907         From Mark D. Baushke.
6908
6909 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6910
6911         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6912         to the absolute name, not just one, to bypass Sun C 5.8's
6913         "warning: #include of /usr/include/... may be non-portable".
6914
6915 2006-07-04  Eric Blake  <ebb9@byu.net>
6916
6917         * modules/dirname-tests: New test module.
6918         * tests/test-dirname.c: New file, replacing dirname.c
6919         TEST_DIRNAME section that was recently deleted.
6920
6921 2006-07-04  Bruno Haible  <bruno@clisp.org>
6922
6923         Assume ANSI C header files and <ctype.h> functions.
6924         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6925         (mbsnwidth): Use isprint, iscntrl instead.
6926
6927 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6928
6929         Merge from coreutils.
6930         * MODULES.html.sh: Add xstrtold.
6931         * modules/xstrtold: New file.
6932         * modules/cycle-check (Files): Add lib/same-inode.h.
6933         * modules/dirname (Files): Add m4/double-slash-root.m4.
6934         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6935         * modules/mkdir-p (Files): Add lib/same-inode.h.
6936         * modules/same (Files): Add lib/same-inode.h.
6937
6938 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6939
6940         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6941         This is to keep the terminology clean; POSIX talks about
6942         "absolute pathnames", not "full pathnames", but the GNU
6943         Coding Standards say to use "path" for something else;
6944         so use "absolute" to keep both sides happy.
6945         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6946         Set gl_absolute_header, not gl_full_header_path.
6947         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6948         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6949         All uses changed.
6950
6951         Merge from coreutils.
6952
6953         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6954
6955         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6956         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6957         want to require the building of c-strtod.o.
6958         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6959         needs -lm directly.
6960         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6961
6962         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6963
6964         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6965         --as-needed option if available.  Problem reported by Albert Chin in
6966         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6967         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6968         cc merely issues a bunch of annoying warnings for --as-needed
6969         (this problem was reported by Bob Proulx).  Also, try linking with
6970         -lm to detect a bug in binutils 2.16 (this problem was reported
6971         by Ralf Wildenhues).
6972
6973         2006-06-18  Jim Meyering  <jim@meyering.net>
6974
6975         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6976         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6977         macro.
6978         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6979         also check for glibc-2.4's abort-inducing bug.
6980
6981         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6982         Low-probability clean-up should be to use rmdir to get rid of
6983         the just-created directory, not unlink.
6984
6985         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6986         configure fail, and request a bug report to inform us about it.
6987         Add a comment that, barring reports to the contrary, in 2007 we'll
6988         assume ftruncate is universally available.
6989
6990         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6993
6994         2006-03-12  Jim Meyering  <jim@meyering.net>
6995
6996         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6997         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6998         * m4/same.m4 (gl_SAME): Likewise.
6999         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7000
7001         2006-03-11  Eric Blake  <ebb9@byu.net>
7002
7003         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7004         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7005         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7006         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7007
7008 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7009
7010         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7011         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7012         reported by Mark D. Baushke, one in
7013         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7014
7015         Merge from coreutils.
7016
7017         * lib/.cppi-disable: Add stdint_.h.
7018         * lib/.cvsignore: Add stdint.h.
7019
7020         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7021
7022         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7023         both double and long double versions.
7024         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7025         * lib/xstrtold.c: New file.
7026         * lib/xstrtod.h (xstrtold): New decl.
7027
7028         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7029
7030         * lib/filemode.c (setst): Remove.
7031         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7032         (arguably) clearer, and the generated code is a bit smaller on my
7033         Debian GNU/Linux stable x86 host.
7034
7035         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7036
7037         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7038         Assume that filemode.h includes sys/types.h and sys/stat.h.
7039         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7040         (ftypelet): Reorder to put common cases first, for efficiency.
7041         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7042         to do 'M'.
7043         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7044         of 10, for compatibility with FreeBSD.  All callers changed.
7045         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7046         types that can't be deduced solely from st_mode.  First arg is now a
7047         const pointer.
7048         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7049         (strmode): Renamed from mode_string.
7050         (filemodestring): New decl.
7051         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7052         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7053         needed.
7054         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7055
7056         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7057
7058         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7059         fsusage.h now does that.  Include fsusage.h first, to test interface.
7060         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7061         at most one method (the old code could have generated decls that
7062         didn't conform to C89, not that this was ever exercised).
7063         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7064
7065         2006-03-19  Jim Meyering  <jim@meyering.net>
7066
7067         Work even in a chroot where d_ino values for entries in "/"
7068         don't match the stat.st_ino values for the same names.
7069         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7070         number, iterate through all entries again, using lstat instead.
7071         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7072         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7073
7074         * lib/getcwd.c (__getcwd): Clarify a comment.
7075         Use memcpy in place of a call to strcpy.
7076
7077         2006-03-12  Jim Meyering  <jim@meyering.net>
7078
7079         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7080         matches that of the current directory (which we're about to chdir ".."
7081         out of), then save the dev-ino of the parent, instead.
7082
7083         * lib/same-inode.h (SAME_INODE): New file/macro.
7084         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7085         Include "same-inode.h", instead.
7086         * lib/same.c: Likewise.
7087         * lib/cycle-check.h: Include "same-inode.h".
7088         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7089         * lib/cycle-check.c (SAME_INODE): Remove definition.
7090         * lib/root-dev-ino.h: Include "same-inode.h".
7091
7092         2006-03-11  Eric Blake  <ebb9@byu.net>
7093
7094         * lib/same.c (same_name): s/base_name/last_component/
7095         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7096         * lib/filenamecat.c (file_name_concat): Likewise.
7097
7098         2006-03-11  Eric Blake  <ebb9@byu.net>,
7099                     Paul Eggert  <eggert@cs.ucla.edu>
7100
7101         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7102         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7103         drive prefix.
7104         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7105         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7106         (last_component): New method.
7107         * lib/dirname.c (dir_len): Determine when drive letters need a
7108         subsequent slash.  Preserve // when it is special.
7109         (dir_name): Don't append dot when drive letter is absolute.
7110         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7111         * lib/basename.c (base_name): New semantics - malloc the result.
7112         Preserve // when it is special.  Preserve relative files that look
7113         like drive letters.
7114         (base_len): Preserve // when it is special.
7115         (last_component): New method, similar to old base_name semantics.
7116         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7117         base_name.  Strip redundant slashes from ///.
7118
7119 2006-07-03  Jim Meyering  <jim@meyering.net>
7120
7121         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7122         macro is used before the first cycle_check call.
7123
7124 2006-07-03  Eric Blake  <ebb9@byu.net>
7125
7126         * modules/dirname (Depends-on): Add xstrndup.
7127
7128 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7129
7130         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7131         test cases, so that config.log is a bit easier to follow.
7132
7133 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7134
7135         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7136         both are 64 bits, since this seems to be the tradition, and this
7137         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7138         we ever run into a host that prefers long long to long in this
7139         case, we'll need another configure-time test.  Problem reported by
7140         Jim Meyering.
7141
7142 2006-07-02  Eric Blake  <ebb9@byu.net>
7143
7144         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7145
7146 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7147
7148         * modules/inttypes (Depends-on): No longer depends on stdint.
7149         * modules/stdint (Description): Say more about assumptions.
7150         Say that the fast types might differ.  Say macros are used.
7151         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7152         (Makefile.am): Revise list of substituted symbols to match
7153         new stdint.m4.
7154         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7155         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7156         * tests/test-stdint.c (verify_same_types)
7157         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7158         the code conforms to C99/C89.
7159         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7160         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7161
7162 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7163
7164         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7165         but fix a bug, by requiring at least 64 bits.
7166         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7167         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7168         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7169         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7170
7171         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7172         changes.  Make 2.59 a prerequisite.  Check and substitute for
7173         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7174         inttypes.h.  Do not use special include files; just use the
7175         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7176         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7177         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7178         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7179         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7180         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7181         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7182         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7183         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7184         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7185         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7186         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7187         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7188         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7189         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7190         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7191         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7192         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7193         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7194         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7195         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7196         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7197         not check for things that C99 does not require, e.g., int8_t.  If
7198         a test isn't needed unless <stdint.h> isn't working, and is
7199         unlikely to be needed for any other reason, then don't do it
7200         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7201         size_t, since we assume C89 freestanding at least.  Do not check
7202         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7203         the right thing even if the types are not defined.  Instead use:
7204         (gl_STDINT_TYPE_PROPERTIES): New macro.
7205         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7206         testing whether <sys/types.h> clashes, as Autoconf does this for
7207         us now.  All uses removed.
7208         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7209         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7210         (gl_CHECK_TYPE_SAME):
7211         Remove; no longer needed.
7212         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7213         exists, since we'll return 0 anyway in that case.
7214         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7215
7216 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7217
7218         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7219         possible collision with system files.
7220         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7221         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7222         WCHAR_MIN and WCHAR_MAX in this case.
7223         (<stddef.h>): Do not include; no longer needed.
7224         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7225         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7226         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7227         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7228         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7229         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7230         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7231         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7232         !defined(__c99))]: Include in this case too, since it's harmless
7233         now.
7234         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7235         dangerous to do so.
7236         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7237         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7238         (_STDINT_MIN, _STDINT_MAX): New macros.
7239         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7240         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7241         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7242         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7243         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7244         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7245         macros, not typedefs; this simplifies things quite a bit.
7246         Use long int for all types narrower than int64_t.
7247         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7248         Define in terms of long long int or int64_t or long int,
7249         not int64_t or int32_t.  This saves some compile-time testing.
7250         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7251         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7252         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7253         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7254         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7255         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7256         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7257         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7258         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7259         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7260         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7261         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7262         undef any previous version and define our own version, for
7263         simplicity and consistency with the new macros for types.
7264         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7265         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7266         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7267         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7268         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7269         @WINT_T_SUFFIX@ to keep things simple here.
7270         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7271         Simplify by assuming typical 8/16/32/64 host, since we're
7272         already doing that elsewhere anyway.
7273         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7274         and assume long long int is 64 bits if available.  This
7275         speeds up 'configure'.
7276
7277 2006-07-01  Eric Blake  <ebb9@byu.net>
7278
7279         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7280         Reported by Andreas Buening.
7281
7282 2006-07-01  Eric Blake  <ebb9@byu.net>
7283
7284         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7285
7286 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7287
7288         * lib/getaddrinfo.c: fixed typo
7289
7290 2006-06-29  Jim Meyering  <jim@meyering.net>
7291
7292         * modules/strftime (Maintainer): Add my name, since with the
7293         FPRINTFTIME changes strftime.c has forked from glibc.
7294
7295 2006-06-29  Eric Blake  <ebb9@byu.net>
7296
7297         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7298
7299 2006-06-29  Eric Blake  <ebb9@byu.net>
7300
7301         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7302
7303 2006-06-29  Eric Blake  <ebb9@byu.net>
7304
7305         * lib/stat_.h: New file.
7306
7307 2006-06-29  Eric Blake  <ebb9@byu.net>
7308
7309         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7310         unused static function.
7311
7312 2006-06-29  Eric Blake  <ebb9@byu.net>
7313
7314         * doc/functions.texi (Function Portability): Document missing lstat
7315         on mingw.
7316
7317 2006-06-29  Eric Blake  <ebb9@byu.net>
7318
7319         * MODULES.html.sh: Add sys_stat.
7320         * modules/sys_stat: New module.
7321         * modules/mkstemp (Depends-on): Add sys_stat.
7322
7323 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7324
7325         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7326
7327 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7328
7329         * m4/c-bs-a.m4: Removed.
7330
7331 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7332
7333         * lib/strftime.c: Assume strftime() exists.
7334
7335 2006-06-29  Derek Price  <derek@ximbiot.com>
7336
7337         * modules/c-bs-a: Removed - \a is C89.
7338         * MODULES.html.sh: Remove c-bs-a.
7339
7340 2006-06-29  Bruno Haible  <bruno@clisp.org>
7341
7342         * modules/wcwidth (License): Change to LGPL.
7343
7344 2006-06-28  Simon Josefsson  <jas@extundo.com>
7345
7346         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7347         on _WIN32.
7348
7349         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7350         getnameinfo.
7351
7352 2006-06-28  Simon Josefsson  <jas@extundo.com>
7353
7354         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7355
7356 2006-06-28  Simon Josefsson  <jas@extundo.com>
7357
7358         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7359         functions there.  It will succeed on Windows XP, but on Windows
7360         2000 and (presumably) earlier, it will fail, and use the internal
7361         re-implementation.
7362         (use_win32_p): New function.
7363         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7364         Support AI_NUMERICSERV to disable getservbyname.
7365         (getnameinfo): New function, only supports
7366         NI_NUMERICHOST|NI_NUMERICSERV for now.
7367
7368         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7369         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7370         getnameinfo.
7371
7372 2006-06-28  Eric Blake  <ebb9@byu.net>
7373
7374         * modules/wcwidth: New file.
7375         * modules/mbchar (Depends-on): Add wcwidth.
7376         * modules/mbswidth (Depends-on): Add wcwidth.
7377         * MODULES.html.sh: Add wcwidth.
7378
7379 2006-06-28  Eric Blake  <ebb9@byu.net>
7380
7381         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7382         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7383
7384 2006-06-28  Eric Blake  <ebb9@byu.net>
7385
7386         * lib/xvasprintf.h: Fix comments.
7387
7388 2006-06-28  Eric Blake  <ebb9@byu.net>
7389
7390         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7391         * lib/mbswidth.c (wcwidth): Move from here...
7392         * lib/wcwidth.h: ...to this new file.
7393
7394 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7395
7396         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7397
7398         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7399         it's obsolete.
7400         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7401
7402 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7403
7404         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7405         Autoconf 2.60 says this stuff was obsolete.
7406
7407 2006-06-28  Bruno Haible  <bruno@clisp.org>
7408
7409         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7410
7411 2006-06-28  Bruno Haible  <bruno@clisp.org>
7412
7413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7414         gt_TYPE_WCHAR_T.
7415
7416 2006-06-28  Bruno Haible  <bruno@clisp.org>
7417
7418         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7419         declaration for wcwidth.
7420         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7421
7422 2006-06-28  Bruno Haible  <bruno@clisp.org>
7423
7424         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7425         (mkdir): Define using _mkdir.
7426
7427 2006-06-28  Bruno Haible  <bruno@clisp.org>
7428
7429         * lib/getaddrinfo.h: Fix POSIX URL.
7430         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7431         _WIN32.
7432         (use_win32_p): Make static.
7433         (getaddrinfo): Reject service name if it is empty or does not consist
7434         solely of decimal digits, or if its value is > 65535.
7435         (getnameinfo): Remove useless casts.
7436
7437 2006-06-27  Simon Josefsson  <jas@extundo.com>
7438
7439         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7440         Eggert and Martin Lambers.
7441
7442 2006-06-27  Simon Josefsson  <jas@extundo.com>
7443
7444         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7445         Eggert and Martin Lambers.
7446
7447 2006-06-27  Bruno Haible  <bruno@clisp.org>
7448
7449         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7450         result to 0, not to empty.
7451         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7452
7453 2006-06-27  Bruno Haible  <bruno@clisp.org>
7454
7455         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7456
7457 2006-06-26  Simon Josefsson  <jas@extundo.com>
7458
7459         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7460         present.
7461
7462 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7463
7464         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7465         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7466         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7467
7468 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7469
7470         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7471
7472 2006-06-26  Bruno Haible  <bruno@clisp.org>
7473
7474         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7475
7476 2006-06-26  Bruno Haible  <bruno@clisp.org>
7477
7478         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7479
7480 2006-06-26  Bruno Haible  <bruno@clisp.org>
7481
7482         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7483         SGI C compiler in pre-C99 mode.
7484         Suggested by Mark D. Baushke and Larry Jones.
7485
7486 2006-06-26  Bruno Haible  <bruno@clisp.org>
7487
7488         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7489         WCHAR_MAX.
7490         Reported by Mark D. Baushke and Larry Jones.
7491
7492 2006-06-26  Bruno Haible  <bruno@clisp.org>
7493
7494         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7495         in pre-C99 mode.
7496         Suggested by Mark D. Baushke and Larry Jones.
7497
7498 2006-06-23  Simon Josefsson  <jas@extundo.com>
7499             Bruno Haible  <bruno@clisp.org>
7500
7501         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7502         Emit mostlyclean-local rule.
7503         (func_emit_tests_Makefile_am): Likewise.
7504         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7505
7506 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7507
7508         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7509
7510 2006-06-23  Bruno Haible  <bruno@clisp.org>
7511
7512         * tests/test-stdint.c: Update to match ISO C 99 Technical
7513         Corrigendum 1.
7514
7515 2006-06-23  Bruno Haible  <bruno@clisp.org>
7516
7517         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7518
7519 2006-06-23  Bruno Haible  <bruno@clisp.org>
7520
7521         * lib/stdint_.h: Treat IRIX like OpenBSD.
7522
7523 2006-06-23  Bruno Haible  <bruno@clisp.org>
7524
7525         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7526         ISO C 99 Technical Corrigendum 1.
7527
7528 2006-06-22  Simon Josefsson  <jas@extundo.com>
7529
7530         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7531         MinGW.
7532
7533 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7534
7535         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7536         needed.  Some compiler complained about some of them.  Problem reported
7537         by Larry Jones in
7538         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7539
7540 2006-06-21  Simon Josefsson  <jas@extundo.com>
7541
7542         * tests/test-getaddrinfo.c: New file.
7543
7544         * modules/getaddrinfo-tests: New file.
7545
7546         * MODULES.html.sh: Add inet_pton.
7547
7548         * modules/inet_pton: New file.
7549
7550 2006-06-21  Simon Josefsson  <jas@extundo.com>
7551
7552         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7553         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7554         of using the (limited) gnulib implementation on Windows XP.
7555
7556         * m4/inet_pton.m4: New file.
7557
7558 2006-06-21  Simon Josefsson  <jas@extundo.com>
7559
7560         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7561         variable.
7562
7563         * lib/socket_.h: Don't define WINVER.
7564
7565         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7566         slightly modified to work in gnulib.
7567
7568 2006-06-21  Simon Josefsson  <jas@extundo.com>
7569
7570         * doc/gnulib.texi (Windows sockets): Add.
7571
7572 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7573
7574         * lib/read-file.c (fread_file): Start with buffer allocation of
7575         0 bytes rather than 1 byte; this simplifies the code.
7576         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7577         code to free buffer and save/restore errno.
7578         (internal_read_file): Remove unused local.
7579
7580 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7581
7582         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7583         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7584         Problem reported by Denis Excoffier in
7585         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7586
7587 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7588
7589         * modules/sys_socket, modules/socklen: Include sys/types since
7590         FreeBSD 4.x's sys/socket.h needs it.
7591
7592 2006-06-19  Simon Josefsson  <jas@extundo.com>
7593
7594         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7595
7596 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7597
7598         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7599
7600 2006-06-19  Bruno Haible  <bruno@clisp.org>
7601
7602         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7603         and FULL_PATH_INTTYPES_H in angle brackets.
7604         Reported by Mark D. Baushke <mdb@gnu.org>.
7605
7606 2006-06-17  Eric Blake  <ebb9@byu.net>
7607
7608         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7609         errno.
7610
7611 2006-06-17  Bruno Haible  <bruno@clisp.org>
7612
7613         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7614         <sys/inttypes.h>.
7615
7616 2006-06-17  Bruno Haible  <bruno@clisp.org>
7617
7618         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7619         whether errno is declared. Assume <errno.h> declares errno.
7620
7621 2006-06-17  Bruno Haible  <bruno@clisp.org>
7622
7623         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7624
7625 2006-06-17  Bruno Haible  <bruno@clisp.org>
7626
7627         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7628         problem on Solaris 2.5.1.
7629
7630 2006-06-16  Eric Blake  <ebb9@byu.net>
7631
7632         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7633         * lib/unicodeio.c [!defined errno]: Likewise.
7634         * lib/strtol.c [!defined errno]: Likewise.
7635         * lib/strtod.c [!defined errno]: Likewise.
7636
7637 2006-06-15  Eric Blake  <ebb9@byu.net>
7638
7639         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7640
7641 2006-06-15  Eric Blake  <ebb9@byu.net>
7642
7643         * config/srclist.txt (ssize_t.m4): Lose sync.
7644
7645 2006-06-15  Bruno Haible  <bruno@clisp.org>
7646
7647         * modules/stdint (Files): Include m4/full-header-path.m4,
7648         m4/size_max.m4, m4/wchar_t.m4.
7649         (Makefile.am): Many more substitutions.
7650         * modules/stdint-tests: New file.
7651         * tests/test-stdint.c: New file.
7652
7653 2006-06-15  Bruno Haible  <bruno@clisp.org>
7654
7655         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7656         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7657         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7658         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7659         gl_CHECK_TYPE_SAME): New macros.
7660
7661 2006-06-15  Bruno Haible  <bruno@clisp.org>
7662
7663         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7664
7665 2006-06-15  Bruno Haible  <bruno@clisp.org>
7666
7667         * lib/stdint_.h: Rewritten to be fully auto-configured.
7668         Fixes bug on HP-UX/IA64.
7669
7670 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7671
7672         * lib/getdate.y (__attribute__): Don't define if already defined.
7673         Problem reported by Larry Jones.
7674         * lib/utimens.c (__attribute__): Likewise.
7675
7676 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7677
7678         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7679         reported by Andreas Schwab.
7680
7681 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7682             Bruno Haible  <bruno@clisp.org>
7683
7684         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7685         check for the declaration of strnlen and a run test that exposes the
7686         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7687         rpl_strndup.
7688
7689 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7690             Bruno Haible  <bruno@clisp.org>
7691
7692         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7693
7694 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7695
7696         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7697         compile test, for Tru64 4.0D.
7698
7699 2006-05-28  Karl Berry  <karl@gnu.org>
7700
7701         * config/srclist.txt (printf-args.c): lose sync.
7702
7703 2006-05-26  Martin Lambers  <marlam@marlam.de>
7704
7705         * lib/getpass.c: Updates the test for the native W32 API, and adds
7706         missing includes, thus fixing compilation warnings.
7707
7708 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7709
7710         * lib/exclude.c (exclude_fnmatch): New function.
7711         (excluded_file_name): Call exclude_fnmatch.
7712         * lib/exclude.h (excluded_file_name): New prototype
7713
7714 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7715
7716         * lib/tempname.c (small_open, large_open): New macros.
7717         (__open, __open64) [!_LIBC]: Remove.
7718         (__gen_tempname): Use small_open and large_open instead of __open
7719         and __open64.  This fixes a portability bug on HP-UX 11.11i
7720         reported by Simon Wing-Tang in
7721         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7722
7723 2006-05-24  Bruno Haible  <bruno@clisp.org>
7724
7725         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7726         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7727         Reported by Thorsten Maerz <torte@netztorte.de> via
7728         Aaron Stone <aaron@serendipity.cx>.
7729
7730 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7731
7732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7733         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7734         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7735         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7736         not really conditional on the cache.
7737         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7738
7739 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7740
7741         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7742         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7743         (my_usleep): Don't mishandle maximum value.
7744
7745 2006-05-19  Jim Meyering  <jim@meyering.net>
7746
7747         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7748
7749 2006-05-17  Bruno Haible  <bruno@clisp.org>
7750
7751         Cygwin portability.
7752         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7753
7754 2006-05-17  Bruno Haible  <bruno@clisp.org>
7755
7756         * lib/stdint_.h: Fix recognition of Cygwin.
7757
7758 2006-05-15  Bruno Haible  <bruno@clisp.org>
7759
7760         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7761         on libtool patch by Ralf Wildenhues.
7762
7763 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7764
7765         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7766         test for C99 conformance; (bool) 0.5 is an integer constant
7767         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7768         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7769
7770 2006-05-11  Simon Josefsson  <jas@extundo.com>
7771
7772         * m4/xvasprintf.m4: Fix obvious typo.
7773
7774 2006-05-11  Jim Meyering  <jim@meyering.net>
7775
7776         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7777         James Lemley.
7778
7779 2006-05-10  Simon Josefsson  <jas@extundo.com>
7780
7781         * lib/md4.c: Typo fix, update copyright years.
7782         (K1, K2): Don't use L because it turn computations into 64-bit on
7783         64-bit platforms.
7784
7785 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7786
7787         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7788         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7789         unwanted sign propagation, e.g., on hosts with 64-bit int.
7790         There still are some problems with reeelly weird theoretical hosts
7791         (e.g., 33-bit int) but it's not worth worrying about now.
7792         * lib/sha1.c (rol): Likewise.
7793         (K1, K2, K3, K4): Remove unnecessary L suffix.
7794
7795 2006-05-10  Bruno Haible  <bruno@clisp.org>
7796
7797         * lib/des.c: Cast to avoid warnings.
7798
7799 2006-05-09  Bruno Haible  <bruno@clisp.org>
7800
7801         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7802         (Depends-on): Depend also on xsize, stdarg.
7803         (configure.ac): Add gl_XVASPRINTF.
7804
7805 2006-05-09  Bruno Haible  <bruno@clisp.org>
7806
7807         * m4/xvasprintf.m4: New file.
7808
7809 2006-05-09  Bruno Haible  <bruno@clisp.org>
7810
7811         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7812         (EOVERFLOW): Define fallback value.
7813         (xstrcat): New function.
7814         (xvasprintf): Recognize the special case of a string concatenation.
7815
7816 2006-05-08  Eric Blake  <ebb9@byu.net>
7817
7818         * gnulib-tool (func_version): Base copyright year on CVS date.
7819         (func_emit_copyright_notice): New function.
7820         (func_emit_lib_Makefile_am): Use it.
7821         (func_emit_tests_Makefile_am): Likewise.
7822         (func_import): Likewise.
7823
7824 2006-05-08  Bruno Haible  <bruno@clisp.org>
7825
7826         * modules/stdarg: New file.
7827         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7828
7829 2006-05-08  Bruno Haible  <bruno@clisp.org>
7830
7831         * m4/stdarg.m4: New file, from GNU gettext.
7832
7833 2006-05-08  Bruno Haible  <bruno@clisp.org>
7834
7835         * config/srclist.txt (build-aux/config.rpath): different from latest
7836         release.
7837
7838 2006-05-08  Bruno Haible  <bruno@clisp.org>
7839
7840         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7841
7842 2006-05-05  Jim Meyering  <jim@meyering.net>
7843
7844         * m4/warning.m4: New file, derived from bison's file by the same name.
7845
7846 2006-05-03  Bruno Haible  <bruno@clisp.org>
7847
7848         * lib/stdint_.h: Shorter URL.
7849         * lib/inttypes.h: Likewise.
7850
7851 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7852
7853         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7854
7855 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7856
7857         * lib/verify.h: Document the internals better.  Most of this change
7858         was written by Bruno Haible.
7859
7860 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7861
7862         * doc/verify.texi: New file, partly based on a proposal by
7863         Bruno Haible.
7864
7865 2006-05-02  Bruno Haible  <bruno@clisp.org>
7866
7867         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7868         test from here...
7869         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7870
7871 2006-04-29  Bruno Haible  <bruno@clisp.org>
7872
7873         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7874         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7875
7876 2006-04-29  Bruno Haible  <bruno@clisp.org>
7877
7878         * gnulib-tool: Make --update option actually work.
7879
7880 2006-04-29  Bruno Haible  <bruno@clisp.org>
7881
7882         * doc/gcd.texi: New file.
7883         * doc/gnulib.texi: Include it.
7884
7885 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7886
7887         * lib/getdate.y (get_date): When adding relative date, start with the
7888         initial time, not with the result of the first mktime call.
7889
7890 2006-04-25  Bruno Haible  <bruno@clisp.org>
7891
7892         * gnulib-tool (func_import): Output the include directives in three
7893         blocks, sorted separately.
7894         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7895
7896 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7897
7898         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7899         to define main with arguments, for C++.  Reported by Eric Blake.
7900         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7901         Prefer 'int main ()' to 'int main (void)', for C++.
7902         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7903         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7904         for 'main', for C99 and C++.
7905
7906 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7907
7908         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7909         Don't assume that exit status -1 is valid.
7910         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7911         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7912         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7913         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7914         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7915         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7916         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7917         functions can be used without declaring them, or that you can
7918         exit with status -1.
7919         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7920
7921 2006-04-24  Karl Berry  <karl@gnu.org>
7922
7923         * config/srclist.txt (longdouble.m4): sync lost.
7924
7925 2006-04-24  Eric Blake  <ebb9@byu.net>
7926
7927         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7928
7929 2006-04-24  Bruno Haible  <bruno@clisp.org>
7930
7931         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7932         poll() implementation in AIX.
7933         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7934
7935 2006-04-24  Bruno Haible  <bruno@clisp.org>
7936
7937         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7938         assigned exactly once.
7939
7940 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7941             Bruno Haible  <bruno@clisp.org>
7942
7943         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7944         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7945         for AM_CPPFLAGS.
7946
7947 2006-04-23  Bruno Haible  <bruno@clisp.org>
7948
7949         * modules/copy-file: Depend on unistd.
7950         * modules/execute: Likewise.
7951         * modules/fatal-signal: Likewise.
7952         * modules/findprog: Likewise.
7953         * modules/mkdtemp : Likewise.
7954         * modules/pipe: Likewise.
7955         * modules/wait-process: Likewise.
7956
7957 2006-04-23  Bruno Haible  <bruno@clisp.org>
7958
7959         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7960         condition was already detected.
7961         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7962
7963 2006-04-23  Bruno Haible  <bruno@clisp.org>
7964
7965         * lib/copy-file.c: Include <unistd.h> unconditionally.
7966         * lib/execute.c: Likewise.
7967         * lib/fatal-signal.c: Likewise.
7968         * lib/findprog.c: Likewise.
7969         * lib/mkdtemp.c: Likewise.
7970         * lib/pipe.h: Likewise.
7971         * lib/pipe.c: Likewise.
7972         * lib/wait-process.h: Likewise.
7973
7974 2006-04-23  Bruno Haible  <bruno@clisp.org>
7975
7976         * gnulib-tool (func_usage): Fix --import description. Document
7977         --update.
7978         (func_import): Create temporary file in a temporary directory, if
7979         --dry-run is specified. Silence errors from 'grep' when there are no
7980         m4 files in $m4dir.
7981         (func_create_testdir): Silence errors from 'grep' when there are no
7982         m4 files in $m4dir.
7983         Reported by Karl Berry <karl@freefriends.org>.
7984
7985 2006-04-20  Bruno Haible  <bruno@clisp.org>
7986
7987         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7988         one argument, so that the code will be portable to Autoconf 2.60.
7989         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7990         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7991         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7992
7993 2006-04-19  Derek Price  <derek@ximbiot.com>
7994             Eric Blake  <ebb9@byu.net>
7995
7996         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7997         rather than "/full/path.h".  Update comment to match.  Shorten &
7998         generalize m4_translit call via AS_TR_CPP.
7999
8000 2006-04-19  Derek Price  <derek@ximbiot.com>
8001             Eric Blake  <ebb9@byu.net>
8002
8003         * lib/inttypes.h: Correct grammar in comment.
8004
8005 2006-04-18  Derek Price  <derek@ximbiot.com>
8006             Paul Eggert  <eggert@cs.ucla.edu>
8007
8008         * modules/inttypes: New file.
8009         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8010
8011 2006-04-18  Derek Price  <derek@ximbiot.com>
8012             Paul Eggert  <eggert@cs.ucla.edu>
8013
8014         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8015         New files.
8016
8017 2006-04-18  Derek Price  <derek@ximbiot.com>
8018             Paul Eggert  <eggert@cs.ucla.edu>
8019
8020         * lib/inttypes.h: New file.
8021         * lib/strtoimax.c: Assume <inttypes.h>.
8022
8023 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8024
8025         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8026         isn't mounted.  Problem reported by Kir Kolyshkin.
8027
8028 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8029
8030         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8031         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8032         Derek R. Price.
8033         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8034         implementation.
8035
8036 2006-04-12  Eric Blake  <ebb9@byu.net>
8037
8038         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8039         is now done automatically by the corresponding Autoconf macro.
8040
8041 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8042
8043         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8044         time_r.h.
8045
8046 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8047
8048         Merge regex changes from libc, removing some of our
8049         POSIX-conformance changes that were rejected and redoing them in a
8050         less-intrusive way.
8051
8052         * lib/regcomp.c (re_compile_internal, init_dfa):
8053         Length arg is now size_t, not Idx.  All uses changed.
8054         (peek_token): Forward decl now says internal_function.
8055         (__re_error_msgid, __re_error_msgid_idx):
8056         Now static rather than extern with attribute_hidden.
8057         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8058         For some reason libc prefers K&R style defns for external functions.
8059         (regerror) [!defined _LIBC]: Likewise.
8060         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8061         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8062         (build_range_exp, build_collating_symbol):
8063         Use K&R-style defn.
8064         (re_compile_fastmap): Use '\0' to memset, not 0.
8065         (utf8_sb_map): Make the calculations more obvious.
8066         (init_dfa, parse_bracket_exp, build_charclass_op):
8067         Call calloc and cast result, as glibc does.
8068         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8069         (build_range_exp, build_collating_symbol):
8070         Now internal functions.
8071
8072         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8073
8074         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8075         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8076         Don't depend on VMS; depend on __VMS instead, for POSIX
8077         namespace cleanness.
8078         (regoff_t): Define to ssize_t, not long int.
8079
8080         Remove the REG_ macros named below.  Instead, make the old names
8081         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8082         __USE_GNU_REGEX.
8083         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8084         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8085         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8086         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8087         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8088         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8089         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8090         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8091         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8092         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8093         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8094         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8095         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8096         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8097         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8098         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8099         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8100         (REG_NREGS):
8101         Remove.  All uses replaced by the old RE_* names.
8102         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8103         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8104         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8105         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8106         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8107         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8108         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8109         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8110         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8111         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8112         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8113         Don't bother having these macros be independent of each others'
8114         values, since they no longer exist in the POSIX name space.
8115
8116         Rename the following member names back to their old names,
8117         unless !__USE_GNU_REGEX.  All uses changed back.
8118         (buffer): Renamed from re_buffer.
8119         (allocated): Renamed from re_allocated.
8120         (used): Renamed from re_used.
8121         (syntax): Renamed from re_syntax.
8122         (fastmap): Renamed from re_fastmap.
8123         (translate): Renamed from re_translate.
8124         (can_be_null): Renamed from re_can_be_null.
8125         (regs_allocated): Renamed from re_regs_allocated.
8126         (fastmap_accurate): Renamed from re_fastmap_accurate.
8127         (no_sub): Renamed from re_no_sub.
8128         (not_bol): Renamed from re_not_bol.
8129         (not_eol): Renamed from re_not_eol.
8130         (newline_anchor): Renamed from re_newline_anchor.
8131         (num_regs): Renamed from rm_num_regs.
8132         (start): Renamed from rm_start.
8133         (end): Renamed from rm_end.
8134
8135         (free_state): Move up a bit.
8136
8137         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8138         #define to be empty.
8139         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8140         when that is what is intended.
8141         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8142         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8143         (MAX): New macro.
8144         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8145         All uses changed back to re_malloc, etc.  It's now the caller's
8146         responsibility to check for overflow; all callers changed.
8147         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8148         (re_x2nrealloc): Remove.
8149         (free_state): Remove decl.
8150
8151         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8152         (re_set_registers, re_exec):
8153         Use K&R-style defn.
8154
8155         2006-01-31  Roland McGrath  <roland@redhat.com>
8156
8157         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8158         Reported by Mike Frysinger <vapier@gentoo.org>.
8159
8160         2006-01-15  Andreas Jaeger  <aj@suse.de>
8161
8162         [BZ #1950]
8163         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8164         build_wcs_upper_buffer change.
8165         (build_wcs_upper_buffer): Change return type.
8166
8167         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8168
8169         * lib/regex_internal.h: Include <stdint.h> if available.
8170
8171         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8172
8173         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8174
8175         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8176
8177         * lib/regcomp.c: Adjust for changed secondary hash function.
8178
8179         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8180
8181         * lib/regex.h: Pretty printing.
8182         Clean up namespace a bit.
8183
8184         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8185
8186         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8187         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8188
8189         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8190                     Ulrich Drepper  <drepper@redhat.com>
8191
8192         [BZ #1302]
8193         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8194         changed.
8195         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8196
8197         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8198
8199         [BZ #281]
8200         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8201         * lib/regcomp.c: Remove unnecessary uses of
8202         unsigned RE_TRANSLATE_TYPE.
8203         * lib/regex_internal.h: Likewise.
8204         * lib/regex_internal.c: Likewise.
8205         * lib/regexec.c: Likewise.
8206         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8207
8208         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8209
8210         * lib/regexec.c (find_recover_state): Remove unnecessary
8211         initialization.
8212         (transit_state_bkref): Make DFA a const pointer.
8213         (get_subexp): Likewise.
8214         (check_arrival): Likewise.
8215         (update_cur_sifted_state): Likewise.
8216         (re_search_internal): Likewise.
8217         (prune_impossible_nodes): Likewise.
8218         (acquire_init_state_context): Likewise.
8219         (proceed_next_node): Likewise.
8220         (set_regs): Likewise.
8221         (free_fail_stack_return): Likewise.
8222         (check_arrival_expand_ecl): Mark DFA parameter as const.
8223         (check_arrival_expand_ecl_sub): Likewise.
8224         (check_subexp_limits): Likewise.
8225         (sub_epsilon_src_nodes):  Likewise.
8226         (add_epsilon_src_nodes):  Likewise.
8227         (merge_state_array): Likewise.
8228         (update_regs): Likewise.
8229         (build_trtable): Likewise.
8230         (sift_states_backward): Mark MCTX parameter as const.
8231         (build_sifted_states): Likewise.
8232         (update_cur_sifted_state): Likewise.
8233         (sift_states_mkref): Likewise.
8234         (check_arrival_expand_ecl): Mark eclosure as const.
8235         (check_dst_limits_calc_pos_1): Likewise.
8236         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8237         pointer.
8238
8239         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8240
8241         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8242         (transit_state_sb): Likewise.
8243         (transit_state_mb): Likewise.
8244         (sift_states_iter_mb): Likewise.
8245         (check_arrival_add_next_nodes): Likewise.
8246         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8247         [_LIBC] (re_search_2_stub): Use mempcpy.
8248
8249         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8250         mbrtowc for very simple UTF-8 case.
8251
8252         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8253         a pointer-to-const.
8254         (re_acquire_state_context): Likewise.
8255         * lib/regex_internal.h: Adjust prototypes.
8256
8257         * lib/regex.c: Prevent using C++ compilers.
8258
8259         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8260         (re_acquire_state_context): Likewise.
8261
8262 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8263
8264         * modules/regex (Depends-on): Add ssize_t.
8265
8266 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8267
8268         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8269         translation table.
8270
8271 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8272
8273         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8274
8275 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8276             Bruno Haible  <bruno@clisp.org>
8277
8278         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8279         <sys/types.h> and <inttypes.h>.
8280
8281 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8282
8283         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8284         `__error_t_defined', so argp.h will not typedef the former.
8285
8286 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8287
8288         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8289         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8290         glibc names.  Even if glibc is changed to conform to POSIX, the
8291         traditional names will be available anyway, since regex depends on
8292         the extensions module.  Also, fix a longstanding typo in the
8293         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8294         reported by Emanuele Giaquinta.  Also, change sense of cached
8295         variable, so that the message makes sense.
8296
8297 2006-03-24  Simon Josefsson  <jas@extundo.com>
8298
8299         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8300         including some doc fixes.
8301         (base64_encode_alloc): Fix +1 bug on allocation failures.
8302
8303 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8304
8305         * lib/base64.c (base64_encode): Do not read past end of array with
8306         unsanitized input on systems with CHAR_BIT > 8.
8307
8308 2006-03-24  Eric Blake  <ebb9@byu.net>
8309
8310         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8311
8312 2006-03-22  Karl Berry  <karl@gnu.org>
8313
8314         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8315         * config/srclistvars.sh (COREUTILS): new var.
8316
8317 2006-03-17  Jim Meyering  <jim@meyering.net>
8318
8319         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8320         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8321
8322 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8323
8324         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8325         no longer needs it.  Instead, check that regoff_t is as least
8326         as wide as ptrdiff_t.
8327
8328         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8329         so that our regex.h stays compatible with the installed regex.
8330         This is helpful for installers who configure --without-included-regex.
8331         Problem reported by Emanuele Giaquinta.
8332
8333 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8334
8335         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8336         Typedef to long int, not to off_, as POSIX will likely change
8337         in that direction.
8338
8339 2006-03-15  Eric Blake  <ebb9@byu.net>
8340
8341         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8342
8343 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8344
8345         * lib/argp-help.c (validate_uparams): Fix typo
8346         * lib/argp-parse.c (argp_default_options): Consistently begin help
8347         messages with a lowercase letter.
8348
8349 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8350
8351         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8352         overrun buffers and shouldn't be used (much as gets shouldn't be
8353         used).
8354         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8355
8356 2006-03-08  Simon Josefsson  <jas@extundo.com>
8357
8358         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8359         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8360
8361 2006-03-08  Simon Josefsson  <jas@extundo.com>
8362
8363         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8364         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8365
8366 2006-03-08  Simon Josefsson  <jas@extundo.com>
8367
8368         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8369         signal that configure disabled the device.
8370
8371 2006-03-08  Simon Josefsson  <jas@extundo.com>
8372
8373         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8374         languages.
8375
8376 2006-03-07  Simon Josefsson  <jas@extundo.com>
8377
8378         * modules/getopt (Depends-on): Add unistd.
8379
8380         * modules/unistd: New file.
8381
8382 2006-03-07  Simon Josefsson  <jas@extundo.com>
8383
8384         * modules/gc-random: New file.
8385
8386 2006-03-07  Simon Josefsson  <jas@extundo.com>
8387
8388         * m4/unistd_h.m4: New file.
8389
8390 2006-03-07  Simon Josefsson  <jas@extundo.com>
8391
8392         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8393         test to be side-effect free by storing the result in the cache
8394         variable gl_cv_lib_readline, and moving the assignment of
8395         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8396         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8397
8398 2006-03-07  Simon Josefsson  <jas@extundo.com>
8399
8400         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8401         error on missing devices (the functions will return an error).
8402
8403         * m4/gc.m4: Move random stuff to gc-random.m4
8404
8405 2006-03-07  Simon Josefsson  <jas@extundo.com>
8406
8407         * lib/unistd_.h: New file.
8408
8409 2006-03-07  Simon Josefsson  <jas@extundo.com>
8410
8411         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8412
8413 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8414
8415         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8416         Problem reported by Juan Manuel Guerrero.
8417
8418 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8421         the unistd module.
8422         * lib/getlogin_r.c: Likewise.
8423         * lib/getlogin_r.h: Likewise.
8424         * lib/glob.c: Likewise.
8425         * lib/pagealign_alloc.c: Likewise.
8426         * lib/unistd_.h: Remove; no longer needed.
8427
8428 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8429
8430         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8431         Add unistd.
8432         * modules/c-stack (Depends-on): Add unistd.
8433         * modules/getlogin_r: Likewise.
8434         * modules/glob: Likewise.
8435         * modules/pagealign_alloc: Likewise.
8436         * modules/unistd (Files): Remove lib/unistd_.h.
8437         (EXTRA_DIST): Remove.
8438         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8439         need unistd_.h.
8440         (MOSTLYCLEANFILES): Remove unistd.h-t.
8441
8442 2006-03-03  Simon Josefsson  <jas@extundo.com>
8443
8444         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8445
8446 2006-03-03  Simon Josefsson  <jas@extundo.com>
8447
8448         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8449         libidn and bison.
8450
8451 2006-03-03  Simon Josefsson  <jas@extundo.com>
8452
8453         * build-aux/maint.mk: Add indent target.
8454
8455 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8456
8457         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8458         our replacement poll.h in any case, to avoid a differing
8459         declaration from a system header.  Seen on AIX.
8460
8461 2006-03-01  Simon Josefsson  <jas@extundo.com>
8462
8463         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8464         <kasal@ucw.cz>.
8465
8466 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8467
8468         * modules/gettime (Depends-on): Add extensions module.
8469         * modules/nanosleep (Depends-on): Likewise.
8470         * modules/settime (Depends-on): Likewise.
8471
8472 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8473
8474         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8475         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8476         pedantically.
8477         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8478         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8479
8480         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8481         not "==".  Reported by Ralf Wildenhues.
8482
8483 2006-03-01  Karl Berry  <karl@gnu.org>
8484
8485         * doc/Copyright/request-*: new files, synced from gnuorg.
8486
8487 2006-03-01  Karl Berry  <karl@gnu.org>
8488
8489         * config/srclist.txt (Copyright/*): new entries.
8490
8491 2006-02-28  Simon Josefsson  <jas@extundo.com>
8492
8493         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8494
8495 2006-02-27  Simon Josefsson  <jas@extundo.com>
8496
8497         * lib/base64.h: Indent #define's.  From Jim Meyering
8498         <jim@meyering.net>.
8499
8500 2006-02-27  Jim Meyering  <jim@meyering.net>
8501
8502         Revert the change of 2006-02-24, so these files can continue
8503         to be sync'd from gettext.
8504         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8505         of `config.h'.
8506
8507 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8508
8509         * modules/intprops: New file.
8510         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8511         Add intprops.
8512         * modules/getloadavg (Files): Remove lib/intprops.h.
8513         (Depends-on): Add intprops.
8514         * modules/human: Likewise.
8515         * modules/inttostr: Likewise.
8516         * modules/openat: Likewise.
8517         * modules/sig2str: Likewise.
8518         * modules/userspec: Likewise.
8519         * modules/utimecmp: Likewise.
8520         * modules/xnanosleep: Likewise.
8521         * modules/xstrtol: Likewise.
8522
8523 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8524
8525         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8526         * modules/lock-tests (TESTS): Use $(EXEEXT).
8527         * modules/tls-tests: Likewise.
8528         * modules/argp-tests: Likewise.
8529         (check_PROGRAMS): New var, replacing...
8530         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8531
8532 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8533
8534         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8535         `config.h'.
8536
8537 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8538
8539         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8540
8541 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8542
8543         Sync from coreutils.
8544         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8545         gl_CHDIR_SAFER.
8546
8547 2006-02-22  Jim Meyering  <jim@meyering.net>
8548
8549         Sync from coreutils.
8550         * m4/chdir-safer.m4: New file.
8551
8552 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8553
8554         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8555         AT_FDCWD exceeds INT_MAX.
8556         * lib/openat.h (AT_FDCWD): Likewise.
8557
8558 2006-02-17  Eric Blake  <address@hidden>
8559
8560         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8561
8562 2006-02-16  Simon Josefsson  <jas@extundo.com>
8563
8564         * modules/getaddrinfo (Depends-on): Add sys_socket.
8565
8566 2006-02-15  Simon Josefsson  <jas@extundo.com>
8567
8568         * build-aux/maint.mk: Add dsyntax-check rule.
8569
8570 2006-02-15  Eric Blake  <ebb9@byu.net>
8571
8572         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8573         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8574         'present but cannot compile' warnings on cygwin.
8575         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8576         use ws2tcpip.h if sys/socket.h works.
8577         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8578         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8579
8580 2006-02-14  Simon Josefsson  <jas@extundo.com>
8581
8582         * modules/maintainer-makefile (Files): Rename.
8583
8584         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8585         and (the local) Makefile.cfg to maint-cfg.mk.
8586
8587         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8588         to the latter.
8589
8590         * modules/maintainer-makefile: New module.
8591
8592         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8593         severaly stripped to make it possible to build it up from scratch
8594         with reliable tests.
8595
8596         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8597         fixes to permit overriding the default actions when configure and
8598         makefile are not available.
8599
8600 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8601
8602         Sync from coreutils.
8603         * modules/lstat (Depends-on): Don't depend on xalloc.
8604         (License): Change from GPL to LGPL, since this is now simply a
8605         replacement for a libc function.
8606
8607 2006-02-14  Jim Meyering  <jim@meyering.net>
8608
8609         Sync from coreutils.
8610
8611         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8612         failure on deficient systems, and simplify gnulib lgpl dependencies.
8613         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8614         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8615
8616         * lib/xalloc-die.c: Remove unused definition of N_.
8617
8618 2006-02-14  Jim Meyering  <jim@meyering.net>
8619
8620         Sync from coreutils.
8621         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8622         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8623         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8624         double-quote uses of that variable, to accommodate the rare case in
8625         which getmntent is available in none of the libraries checked.  This
8626         happens at least on FreeBSD 5.0.
8627
8628 2006-02-13  Simon Josefsson  <jas@extundo.com>
8629
8630         * gnulib-tool (Usage): Fix --import, from
8631         karl@freefriends.org (Karl Berry).
8632
8633 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8634
8635         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8636
8637 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8638
8639         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8640         "autoupdate" on 2005-12-12.
8641
8642 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8643
8644         * modules/closeout (Depends-on): Remove atexit.
8645
8646 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8647
8648         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8649         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8650
8651 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8652
8653         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8654         __EXTENSIONS__ if this causes compilation to fail.  Problem
8655         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8656         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8657
8658 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8659
8660         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8661         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8662         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8663         All uses changed.
8664
8665 2006-01-26  Simon Josefsson  <jas@extundo.com>
8666
8667         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8668         prototype is visible on mingw32.
8669
8670         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8671         for mingw32.
8672
8673         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8674         mingw32).
8675
8676 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8677
8678         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8679         attempt to open for write; this always fails, at least on POSIX
8680         hosts.  This reinstates the 2006-01-09 change, which was
8681         inadvertently removed.
8682
8683 2006-01-26  Bruno Haible  <bruno@clisp.org>
8684
8685         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8686         Reported by Paul Eggert.
8687
8688 2006-01-26  Bruno Haible  <bruno@clisp.org>
8689             Paul Eggert  <eggert@cs.ucla.edu>
8690
8691         * lib/stdbool_.h (_Bool)
8692         [(! (defined __cplusplus || defined __BEOS__)
8693           && !defined __GNUC__
8694           && !(defined __HP_cc || defined __xlc__
8695                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8696                || defined __sgi))]:
8697         #define to signed char in these cases too; this simplifies
8698         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8699         etc., separately) and makes it more conservative.
8700
8701 2006-01-25  Simon Josefsson  <jas@extundo.com>
8702
8703         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8704         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8705         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8706
8707 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8708
8709         * lib/argp-namefrob.h: Bugfix. Remove stray #
8710
8711 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8712
8713         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8714         so that we test the test.
8715         Check for yet another HP-UX cc bug involving *bool |= bool.
8716
8717 2006-01-25  Karl Berry  <karl@gnu.org>
8718
8719         * config/srclist.txt (vasnprintf.c): sync lost.
8720
8721 2006-01-25  Jim Meyering  <jim@meyering.net>
8722
8723         Sync from the stable (b5) branch of coreutils:
8724
8725         * lib/fts.c (fts_children): Don't let close() clobber errno from
8726         failed fchdir().
8727
8728         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8729         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8730         a dangling symlink.  That can also happen at least for ELOOP.
8731         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8732         FYI, this bug predates the inclusion of fts.c in coreutils.
8733
8734         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8735         in their own block, so pre-c99 compilers don't object.
8736
8737         Avoid the double-free (first in fts_read, second in fts_close) that
8738         would occur when an `active' directory is made inaccessible (e.g.,
8739         via chmod a-x) during a traversal.
8740         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8741         before returning.  Reproduce this failure by
8742         mkdir -p a/b; cd a; chmod a-x . b
8743         Reported by Stavros Passas.
8744
8745 2006-01-25  Jim Meyering  <jim@meyering.net>
8746
8747         * lib/fileblocks.c: Remove more useless parentheses.
8748         * lib/readutmp.h: Likewise.
8749
8750 2006-01-25  Bruno Haible  <bruno@clisp.org>
8751
8752         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8753         warnings.
8754         Reported by Paul Eggert.
8755
8756 2006-01-25  Bruno Haible  <bruno@clisp.org>
8757
8758         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8759         rid of a trap command. For Solaris sh.
8760         Reported by Mark D. Baushke <mdb@gnu.org>.
8761
8762 2006-01-24  Simon Josefsson  <jas@extundo.com>
8763
8764         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8765         Bruno.
8766
8767 2006-01-24  Karl Berry  <karl@gnu.org>
8768
8769         * config/srclist.txt (argp-namefrob.h): sync lost.
8770
8771 2006-01-24  Jim Meyering  <jim@meyering.net>
8772
8773         * modules/openat (Files): Add lib/intprops.h.
8774         From Mark D. Baushke.
8775
8776 2006-01-24  Jim Meyering  <jim@meyering.net>
8777
8778         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8779         Reported by Mark D. Baushke.
8780
8781 2006-01-24  Jim Meyering  <jim@meyering.net>
8782
8783         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8784
8785 2006-01-24  Bruno Haible  <bruno@clisp.org>
8786
8787         * modules/strnlen (Maintainer): Change from glibc to all.
8788
8789 2006-01-24  Bruno Haible  <bruno@clisp.org>
8790
8791         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8792         Patch by Paul Eggert.
8793
8794 2006-01-24  Bruno Haible  <bruno@clisp.org>
8795
8796         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8797         already has it.
8798         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8799         2005-11-26.
8800
8801         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8802         'signed char' to avoid problems with the built-in _Bool type.
8803         Reported by Paul Eggert on 2005-11-26.
8804
8805 2006-01-24  Bruno Haible  <bruno@clisp.org>
8806
8807         * gnulib-tool (func_import): Avoid constructing complicated sed
8808         expressions inside backquote.
8809         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8810
8811 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8812
8813         These changes imported from libc.
8814         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8815         test and two separate function calls.
8816         * lib/strndup.c (__strndup): Add libc_hidden_def.
8817
8818 2006-01-23  Simon Josefsson  <jas@extundo.com>
8819
8820         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8821         Remove the test_*_SOURCES variable: automake infers it by default.
8822         * modules/tls-tests: Likewise.
8823
8824 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8825
8826         Work around porting bugs reported by Dieter in
8827         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8828         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8829         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8830         Include "getopt.h" first, to check interface.
8831         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8832         !HAVE_DECL_GETENV.
8833         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8834         (__strndup): Revert to K&R-style function dfns, the glibc style.
8835         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8836         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8837         Include strnlen.h first, to get prototype properly.
8838         (strnlen): Renamed from __strnlen.
8839         Remove weak alias.
8840
8841 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8842
8843         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8844
8845 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8846
8847         * config/srclist.txt: Adjust to reflect glibc reorganization.
8848         This affects only comments.
8849
8850 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8851
8852          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8853          Reported by Bruce Korb <bkorb@gnu.org>.
8854
8855 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8856
8857         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8858         to pacify gcc -Wswitch-default.
8859
8860 2006-01-22  Bruno Haible  <bruno@clisp.org>
8861
8862         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8863         temporary buffer for sprintf, take into account the precision also
8864         for 'd', 'i', 'u', 'o', 'x', 'X'.
8865
8866 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8867
8868         * modules/argp-tests: New module
8869         * tests/test-argp.c: New file
8870         * tests/test-argp-2.sh: New file
8871
8872 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8873
8874         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8875         (__argp_base_name): Removed
8876         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8877         typo.
8878         (__argp_base_name): Provide macro definition or extern declaration
8879         depending on the configuration
8880
8881 2006-01-20  Simon Josefsson  <jas@extundo.com>
8882
8883         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8884
8885 2006-01-20  Simon Josefsson  <jas@extundo.com>
8886
8887         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8888
8889 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8890
8891         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8892         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8893         Suggested by Bruno Haible.
8894
8895 2006-01-20  Karl Berry  <karl@gnu.org>
8896
8897         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8898         until changes propagate, I guess.
8899
8900 2006-01-19  Simon Josefsson  <jas@extundo.com>
8901
8902         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8903
8904 2006-01-19  Simon Josefsson  <jas@extundo.com>
8905
8906         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8907
8908 2006-01-19  Simon Josefsson  <jas@extundo.com>
8909
8910         * gnulib-tool: Set check_PROGRAMS.
8911
8912         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8913         modules/des-tests, modules/gc-arcfour-tests,
8914         modules/gc-arctwo-tests, modules/gc-des-tests,
8915         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8916         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8917         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8918         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8919         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8920         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8921         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8922         test_*_SOURCES.
8923
8924 2006-01-18  Simon Josefsson  <jas@extundo.com>
8925
8926         * modules/socklen (Depends-on): Depend on sys_socket.
8927
8928 2006-01-18  Simon Josefsson  <jas@extundo.com>
8929
8930         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8931         modules/des-tests, modules/gc-arcfour-tests,
8932         modules/gc-arctwo-tests, modules/gc-des-tests,
8933         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8934         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8935         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8936         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8937         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8938         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8939         $(EXEEXT) to automake TESTS variable, for mingw32.
8940
8941 2006-01-17  Simon Josefsson  <jas@extundo.com>
8942
8943         * modules/socklen (Include): Need sys/socket.h.
8944
8945 2006-01-17  Bruno Haible  <bruno@clisp.org>
8946
8947         * modules/ssize_t (Include): Add <sys/types.h>.
8948
8949 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8950
8951         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8952         it's not portable and it doesn't work with cross-compiles.
8953         Problem reported by Bruno Haible.  Fix missing-$ typo in
8954         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8955         -zignore from being used with Sun's C compiler.
8956
8957 2006-01-12  Simon Josefsson  <jas@extundo.com>
8958
8959         * lib/base64.c: Fix warning, reported by Bruno Haible
8960         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8961
8962 2006-01-12  Bruno Haible  <bruno@clisp.org>
8963
8964         * modules/ldd: New file.
8965         * build-aux/ldd.sh.in: New file.
8966         * MODULES.html.sh (Support for building libraries and executables): Add
8967         ldd.
8968
8969 2006-01-12  Bruno Haible  <bruno@clisp.org>
8970
8971         * m4/ldd.m4: New file.
8972
8973 2006-01-12  Bruno Haible  <bruno@clisp.org>
8974
8975         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8976         endless loop while replacing $auxdir with build-aux.
8977
8978 2006-01-11  Simon Josefsson  <jas@extundo.com>
8979
8980         * lib/stdint_.h (SIZE_MAX): Add missing (.
8981
8982 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8983
8984         Sync from coreutils.
8985         * lib/md5.c: Fix commentary typos.
8986         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8987         * lib/md5.h (__attribute__): Remove; unused.
8988         * lib/sha1.c: Fix commentary to match md5 better.
8989         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8990         so that we don't need to worry about alignment.  All uses changed.
8991         This merges the 2005-10-28 md5 change into sha1.
8992
8993 2006-01-11  Jim Meyering  <jim@meyering.net>
8994
8995         Sync from coreutils.
8996         * lib/md5.c (OP): Fix spacing.
8997
8998 2006-01-11  Bruno Haible  <bruno@clisp.org>
8999
9000         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9001         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9002         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9003
9004 2006-01-11  Bruno Haible  <bruno@clisp.org>
9005
9006         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9007         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9008         the "early" section as well.
9009
9010 2006-01-11  Bruno Haible  <bruno@clisp.org>
9011
9012         Avoid "ar: no archive members specified" error on MacOS X.
9013         * gnulib-tool (func_modules_add_dummy): New function.
9014         (func_import, func_create_testdir): Invoke it.
9015
9016 2006-01-11  Bruno Haible  <bruno@clisp.org>
9017
9018         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9019         with $auxdir in AC_CONFIG_FILES statements.
9020
9021 2006-01-11  Bruno Haible  <bruno@clisp.org>
9022
9023         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9024         Initialize also noinst_HEADERS to empty.
9025
9026 2006-01-11  Bruno Haible  <bruno@clisp.org>
9027
9028         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9029         variables.
9030         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9031         autoreconf.
9032
9033 2006-01-11  Bruno Haible  <bruno@clisp.org>
9034
9035         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9036         overridable by the user.
9037         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9038
9039 2006-01-10  Simon Josefsson  <jas@extundo.com>
9040
9041         * modules/sys_socket: New file.
9042
9043 2006-01-10  Simon Josefsson  <jas@extundo.com>
9044
9045         * m4/sys_socket_h.m4: New file.
9046
9047 2006-01-10  Simon Josefsson  <jas@extundo.com>
9048
9049         * lib/socket_.h: New file.
9050
9051 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9052
9053         * modules/readutmp (Maintainer): Add myself.
9054
9055 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9056
9057         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9058         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9059         People who are still concerned with buggy memcmp implementations
9060         can invoke gl_FUNC_MEMCMP themselves.
9061
9062 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9063
9064         * lib/regex_internal.h (BITSET_WORD_BITS):
9065         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9066         preprocessor mishandles large unsigned values as if they were signed.
9067         Problem reported by Claudio Fontana in
9068         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9069
9070 2006-01-10  Jim Meyering  <jim@meyering.net>
9071
9072         Avoid the double-free (first in fts_read, second in fts_close) that
9073         would occur when an `active' directory is made inaccessible (e.g.,
9074         via chmod a-x) during a traversal.
9075         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9076         before returning.  Reproduce this failure by
9077         mkdir -p a/b; cd a; chmod a-x . b
9078         Reported by Stavros Passas.
9079
9080         Sync from coreutils.
9081         * lib/sha1.c: Tweak grammar in a comment.
9082
9083 2006-01-10  Jim Meyering  <jim@meyering.net>
9084
9085         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9086         Patch by Joerg Sonnenberger.
9087
9088 2006-01-10  Bruno Haible  <bruno@clisp.org>
9089
9090         * modules/readutmp: Depend on module free.
9091         * modules/strtok_r: Depend on module restrict.
9092
9093 2006-01-10  Bruno Haible  <bruno@clisp.org>
9094
9095         * modules/gettext (configure.ac): Add an invocation of
9096         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9097
9098 2006-01-10  Bruno Haible  <bruno@clisp.org>
9099
9100         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9101         Reported by Werner Lemberg <wl@gnu.org>.
9102
9103 2006-01-10  Bruno Haible  <bruno@clisp.org>
9104
9105         * lib/localcharset.c: Update from GNU gettext.
9106
9107 2006-01-10  Bruno Haible  <bruno@clisp.org>
9108
9109         * lib/argp.h (__const): Remove macro. Use const instead.
9110         * lib/argp-fmtstream.h (__const): Likewise.
9111         * lib/glob_.h (__const): Remove macro.
9112         * lib/glob-libc.h: Use const instead of __const.
9113
9114 2006-01-10  Bruno Haible  <bruno@clisp.org>
9115
9116         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9117         variable.
9118         Needed to avoid an automake error regarding the 'gettext' module.
9119
9120 2006-01-09  Simon Josefsson  <jas@extundo.com>
9121
9122         * modules/inet_ntop (Depends-on): Add restrict.
9123
9124 2006-01-09  Simon Josefsson  <jas@extundo.com>
9125
9126         * modules/gc-rijndael-tests (License): Put under LGPL.
9127
9128         * modules/gc-des-tests (License): Likewise.
9129
9130         * modules/gc-arcfour-tests (License): Likewise.
9131
9132         * modules/gc-arctwo-tests (License): Likewise.
9133
9134         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9135
9136         * modules/gc-hmac-sha1-tests (Files): Likewise.
9137
9138         * modules/gc-hmac-md5-tests (License): Likewise.
9139
9140         * modules/gc-sha1-tests (License): Likewise.
9141
9142         * modules/gc-md5-tests (License): Likewise.
9143
9144         * modules/gc-md4-tests (License): Likewise.
9145
9146         * modules/gc-md2-tests (License): Likewise.
9147
9148         * modules/gc-tests (License): Likewise.
9149
9150         * modules/des-tests (License): Likewise.
9151
9152         * modules/md4-tests (License): Likewise.
9153
9154         * modules/md2-tests (License): Likewise.
9155
9156 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9157
9158         Sync from coreutils:
9159
9160         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9161         * modules/lib-ignore: New file.
9162         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9163         chdir-safer.m4, lchmod.m4.
9164         * modules/openat: Add mkdirat.c, openat-priv.h.
9165
9166 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9167
9168         Sync from coreutils.
9169         * m4/lib-ignore.m4: New file.
9170         * m4/lchmod.m4: New file.
9171
9172 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9173
9174         Sync from coreutils.
9175         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9176         for write access: POSIX says that must fail.
9177         * lib/fts.c (diropen): Likewise.
9178         * lib/save-cwd.c (save_cwd): Likewise.
9179         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9180         well, for minor improvements on hosts that lack O_DIRECTORY.
9181         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9182         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9183         Fall back on chown if open failed with EACCES.
9184
9185         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9186         Report an error at compile-time if only a 1-second nominal clock
9187         resolution is found.
9188
9189         * lib/lchmod.h: New file.
9190         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9191         (make_dir_parents): Use lchown rather than chown, and
9192         lchmod rather than chmod.
9193
9194         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9195         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9196         "proc" reported by n0dalus.
9197
9198         * lib/mountlist.c: Include <limits.h>.
9199         (dev_from_mount_options)
9200         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9201         New function.  It no longer assumes "dev=" has the System V meaning
9202         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9203         (read_file_system_list)
9204         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9205         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9206         dev= in that case.
9207
9208         * lib/posixtm.h (PDS_PRE_2000): New macro.
9209         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9210         allow_century.  All usages changed.  Reject dates outside the range
9211         1969-1999 if PDS_PRE_2000 is used.
9212
9213 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9214
9215         Sync from coreutils.
9216         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9217         (Time of day items): Mention the possibility of leap seconds.
9218         Problem reported by Dr. David Alan Gilbert.
9219
9220 2006-01-09  Jim Meyering  <jim@meyering.net>
9221
9222         Sync from coreutils.
9223
9224         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9225
9226         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9227
9228         * lib/modechange.c (mode_compile): Reject an invalid mode string
9229         that starts with an octal digit.  From Andreas Gruenbacher.
9230
9231         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9232         and dup to open_safer and dup_safer, respectively.
9233         (openat_permissive): Fix typo in comment.
9234
9235         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9236         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9237         (_): Remove; no longer needed.
9238         (openat): Renamed from rpl_openat; no need for rpl_openat
9239         since openat.h renames openat for us.
9240         Replace most of the body with a call to openat_permissive,
9241         to avoid duplicate code.
9242         Port to (probably hypothetical) environments were mode_t is
9243         wider than int.
9244         (openat_permissive): Require mode arg, so that we can check
9245         types better.  Put it just after flags.  Change cwd failure
9246         indicator from pointer-to-bool to pointer-to-errno-value.
9247         All callers changed.
9248         Invoke openat_save_fail and/or openat_restore_fail if
9249         cwd_errno is null, so that openat can call us.
9250         (openat_permissive, fdopendir, fstatat, unlinkat):
9251         Simplify errno handling to avoid some duplicate code,
9252         as it's OK to set errno on success.
9253         * lib/openat.h: Revamp code so that function macros depend on
9254         __OPENAT_PREFIX only, not also on AT_FDCWD.
9255         (openat_ro): Remove.  Caller changed to use openat_permissive.
9256         (openat_permissive): Now a macro, if not a function.
9257         (openat_restore_fail, openat_save_fail): Now always functions,
9258         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9259
9260         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9261         and openat.c.
9262         * lib/mkdirat.c: Include openat-priv.h.
9263         Remove definitions of macros defined therein.
9264         * lib/openat.c: Likewise.
9265
9266         * lib/mkdirat.c (mkdirat): New file and function.
9267         * lib/openat.h (mkdirat): Declare.
9268
9269         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9270
9271         * lib/openat.h (openat_permissive): Declare.
9272         (openat_ro): Define.
9273
9274         * lib/openat.c (EXPECTED_ERRNO): New macro.
9275         (openat_permissive): New function -- used in remove.c rewrite.
9276         (all functions): Set errno just before returning, only if there
9277         was an actual failure.
9278         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9279
9280         Emulate openat-family functions using Linux's procfs, if possible.
9281         Idea and some code based on Ulrich Drepper's glibc changes.
9282
9283         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9284         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9285         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9286         before falling back on save_cwd and restore_cwd.
9287         (fdopendir, fstatat, unlinkat): Likewise.
9288
9289         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9290         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9291
9292         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9293         as second argument to va_arg.  Otherwise, some versions of gcc
9294         warn that `if this code is reached, the program will abort'.
9295
9296 2006-01-09  Jim Meyering  <jim@meyering.net>
9297
9298         Sync from coreutils.
9299         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9300         Require openat-priv.h.
9301
9302 2006-01-09  Bruno Haible  <bruno@clisp.org>
9303
9304         * modules/strnlen (Include): Use strnlen.h.
9305
9306 2006-01-09  Bruno Haible  <bruno@clisp.org>
9307
9308         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9309
9310 2006-01-09  Bruno Haible  <bruno@clisp.org>
9311
9312         * lib/sysexit_.h (EX_OK): New macro.
9313         Suggested by Martin Lambers <marlam@marlam.de>.
9314
9315 2006-01-09  Bruno Haible  <bruno@clisp.org>
9316
9317         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9318         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9319
9320 2006-01-09  Bruno Haible  <bruno@clisp.org>
9321
9322         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9323         numbers.
9324
9325 2006-01-09  Bruno Haible  <bruno@clisp.org>
9326
9327         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9328         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9329         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9330         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9331
9332 2006-01-09  Bruno Haible  <bruno@clisp.org>
9333
9334         * build-aux/javacomp.sh.in: New file, moved from lib/.
9335         * modules/javacomp-script (Files): Update.
9336         (configure.ac): Add AC_CONFIG_FILES invocation.
9337         (EXTRA_DIST): Remove variable.
9338
9339         * build-aux/javaexec.sh.in: New file, moved from lib/.
9340         * modules/javaexec (Files): Update.
9341         (configure.ac): Add AC_CONFIG_FILES invocation.
9342         (EXTRA_DIST): Remove javaexec.sh.in.
9343
9344         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9345         * modules/csharpcomp-script (Files): Update.
9346         (configure.ac): Add AC_CONFIG_FILES invocation.
9347         (EXTRA_DIST): Remove variable.
9348
9349         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9350         * modules/csharpexec (Files): Update.
9351         (configure.ac): Add AC_CONFIG_FILES invocation.
9352         (EXTRA_DIST): Remove csharpexec.sh.in.
9353
9354 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9355
9356         Sync from coreutils.
9357
9358         Add POSIX ACL support
9359         * lib/acl.h (copy_acl, set_acl): Add declarations.
9360         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9361         systems other than Linux.
9362         (chmod_or_fchmod): New function: use fchmod when possible,
9363         and chmod otherwise.
9364         (file_has_acl): Add a POSIX ACL implementation, with a
9365         Linux-specific subcase.
9366         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9367         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9368         acls are unsupported.
9369         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9370         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9371         are unsupported.
9372
9373 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9374
9375         Sync from coreutils.
9376         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9377
9378 2006-01-07  Bruno Haible  <bruno@clisp.org>
9379
9380         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9381         gl_EARLY.
9382
9383 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9384
9385         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9386         Problem reported for Mingw by Mark Junker.
9387
9388 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9389
9390         * README: Gnulib normally doesn't generate a tarball.
9391
9392 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9393
9394         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9395         long int, not int, for nanosecond counts, so that people who are
9396         used to POSIX struct timespec won't be surprised.  Reported by Jim
9397         Meyering.
9398
9399 2005-12-28  Bruno Haible  <bruno@clisp.org>
9400
9401         * build-aux/config.rpath: Update from GNU gettext.
9402
9403 2005-12-16  Jim Meyering  <jim@meyering.net>
9404
9405         * modules/fprintftime: New module.
9406         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9407
9408 2005-12-16  Jim Meyering  <jim@meyering.net>
9409
9410         * m4/fprintftime.m4: New file.
9411
9412 2005-12-16  Jim Meyering  <jim@meyering.net>
9413
9414         * lib/fprintftime.c, lib/fprintftime.h: New files.
9415
9416 2005-12-15  Simon Josefsson  <jas@extundo.com>
9417
9418         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9419         new m4/socklen.m4.
9420
9421 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9422
9423         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9424         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9425
9426 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9427
9428         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9429         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9430         struct uparams is valid. Fall back to the default values if it is
9431         not.
9432
9433 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9434
9435         * modules/argp (Files): Add argp-pin.c
9436         (Depends-on): dirname
9437         (lib_SOURCES): Add argp-pin.c
9438
9439 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9440
9441         * m4/argp.m4:  Check if program_invocation_name and
9442         program_invocation_short_name are declared and define appropriate
9443         macros if they are not.
9444
9445 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9446
9447         * lib/argp-help.c (__argp_base_name): New function
9448         (__argp_short_program_name): Rewrite using __argp_base_name
9449         * lib/argp-namefrob.h: Define program_invocation_name and
9450         program_invocation_short_name if requested
9451         (__argp_base_name): Add prototype
9452         * lib/argp-parse.c (argp_def): Use gettext wrappers
9453         (argp_default_parser): Use __argp_base_name
9454         * lib/argp-pin.c: New file. Defines program_invocation_name and
9455         program_invocation_short_name on systems that lack them.
9456
9457 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9458
9459         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9460         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9461         porting problem reported by Georg Schwarz in
9462         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9463
9464 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9465
9466         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9467         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9468         porting problem reported by Georg Schwarz in
9469         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9470
9471 2005-12-05  Bruno Haible  <bruno@clisp.org>
9472
9473         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9474         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9475         Reported by Mark Junker <mjscod@gmx.de>.
9476
9477 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9478
9479         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9480         Use implementation from Albert Chin, with some
9481         comments/corrections by Stepan Kasal and myself.
9482
9483 2005-12-02  Bruno Haible  <bruno@clisp.org>
9484
9485         * gnulib-tool (func_import): Accept GPLed build tool modules when
9486         --lgpl is given.
9487         * modules/csharpcomp-script: New file.
9488         * modules/csharpcomp: Depend on it.
9489         * modules/javacomp-script: New file.
9490         * modules/javacomp: Depend on it.
9491         Suggested by Simon Josefsson.
9492
9493 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9494
9495         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9496         statement, to work around an HP-UX 10.20 compiler bug reported by
9497         Peter O'Gorman.
9498
9499 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9500
9501         * modules/savedir (Depends-on): Add openat.
9502
9503 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9504
9505         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9506         (uintmax_t) [defined uintmax_t]: Do not declare.
9507         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9508         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9509         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9510         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9511         sake of portability to weird hosts that C allows (though we don't
9512         know of any practical examples).
9513
9514         * lib/savedir.h (fdsavedir): New decl.
9515         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9516         contains most of the former guts of savedir.
9517         (savedir): Use savedirstream.
9518         Include "openat.h".
9519
9520 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9521
9522         * modules/obstack (Files): Add m4/ulonglong.m4.
9523         Problem reported by Davide Angelocola.
9524
9525 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9526
9527         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9528         coreutils no longer futzes with rounding modes.
9529
9530 2005-11-14  Jim Meyering  <jim@meyering.net>
9531
9532         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9533         replacement of mkstemp.
9534
9535 2005-11-10  Simon Josefsson  <jas@extundo.com>
9536
9537         * lib/readline.c: Remove EOL.
9538
9539 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9540
9541         * modules/gethrxtime (Depends-on): Add gettime.
9542
9543 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9544
9545         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9546         or gettimeofday; no longer needed.
9547
9548 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9549
9550         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9551         time business.
9552         (gethrxtime) [! (HAVE_NANOUPTIME
9553         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9554         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9555         our own approximation.
9556
9557 2005-11-08  Eric Blake  <ebb9@byu.net>
9558
9559         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9560
9561 2005-11-08  Eric Blake  <ebb9@byu.net>
9562
9563         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9564
9565 2005-11-04  Bruno Haible  <bruno@clisp.org>
9566
9567         * gnulib-tool: Implement --update mode.
9568
9569 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9570
9571         Fix porting problem reported by Theodoros V. Kalamatianos.
9572         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9573         Don't assume that futimes failing means we must fail.
9574
9575 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9576
9577         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9578         variables to suggest the intended function of the PATH_MAX check.
9579
9580 2005-10-30  Kean Johnston  <jkj@sco.com>
9581
9582         Trivial changes to support SCO systems.
9583         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9584         as PATH_MAX.
9585         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9586         where __ptr is null when no I/O is pending.
9587
9588 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9589
9590         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9591         leave errno alone.  Problem reported by Dmitry V. Levin.
9592
9593 2005-10-28  Simon Josefsson  <jas@extundo.com>
9594
9595         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9596         Test more.
9597
9598         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9599
9600         * modules/md2, modules/md2-tests: New files.
9601
9602 2005-10-28  Simon Josefsson  <jas@extundo.com>
9603
9604         * m4/inet_ntop.m4: More tests.
9605
9606         * m4/gc-md2.m4, md2.m4: New file.
9607
9608 2005-10-28  Simon Josefsson  <jas@extundo.com>
9609
9610         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9611         "restrict" keywords, as per POSIX.  Protect the function
9612         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9613         Don't use K&R prototypes.  Check the sprintf return values.
9614         Re-define EAFNOSUPPORT if not present.  Indent.
9615
9616         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9617         suggested by Bruno Haible <bruno@clisp.org>.
9618
9619         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9620
9621         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9622
9623         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9624         libgcrypt).
9625
9626         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9627
9628         * lib/md2.h, lib/md2.c: New files.
9629
9630 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9631
9632         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9633         errno alone.  Problem reported by Frederic Jolliton.
9634
9635 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9636
9637         * modules/verify (License): Change from GPL to LGPL.  This is a
9638         tiny module and there are apparently near-equivalents that are
9639         under the BSD license.
9640
9641 2005-10-24  Simon Josefsson  <jas@extundo.com>
9642
9643         * modules/sha1: Relicense to LGPL.
9644
9645 2005-10-24  Simon Josefsson  <jas@extundo.com>
9646
9647         * lib/md4.h: Shrink buffer size, now that we changed the type.
9648
9649 2005-10-23  Simon Josefsson  <jas@extundo.com>
9650
9651         * gnulib-tool (func_import): Fix --tests-base.
9652
9653 2005-10-22  Simon Josefsson  <jas@extundo.com>
9654
9655         * modules/arcfour (Depends-on): Need stdint.
9656
9657 2005-10-22  Simon Josefsson  <jas@extundo.com>
9658
9659         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9660         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9661
9662 2005-10-22  Simon Josefsson  <jas@extundo.com>
9663
9664         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9665         suggested by Bruno Haible <bruno@clisp.org>.
9666
9667 2005-10-22  Simon Josefsson  <jas@extundo.com>
9668
9669         * lib/crc.h: Include stddef.h, for size_t.
9670
9671 2005-10-22  Simon Josefsson  <jas@extundo.com>
9672
9673         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9674         arcfour_context struct (simplify test vector testing in GNU
9675         Shishi).
9676
9677 2005-10-21  Simon Josefsson  <jas@extundo.com>
9678
9679         * modules/des, modules/des-tests: New files.
9680
9681         * modules/gc-des, modules/gc-des-tests: New files.
9682
9683         * tests/test-des.c, tests/test-gc-des.c: New file.
9684
9685 2005-10-21  Simon Josefsson  <jas@extundo.com>
9686
9687         * modules/arctwo, modules/arctwo-tests: New files.
9688
9689         * tests/test-arctwo.c: New file.
9690
9691         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9692
9693         * tests/test-gc-arctwo.c: New file.
9694
9695 2005-10-21  Simon Josefsson  <jas@extundo.com>
9696
9697         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9698         Bruno Haible <bruno@clisp.org>.
9699
9700         * m4/gc-des.m4: New file.
9701
9702 2005-10-21  Simon Josefsson  <jas@extundo.com>
9703
9704         * m4/arctwo.m4: New file.
9705
9706         * m4/gc-arctwo.m4: New file.
9707
9708 2005-10-21  Simon Josefsson  <jas@extundo.com>
9709
9710         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9711         block.
9712
9713 2005-10-21  Simon Josefsson  <jas@extundo.com>
9714
9715         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9716         <bruno@clisp.org>.
9717
9718         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9719
9720         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9721         Bruno Haible <bruno@clisp.org>.
9722
9723         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9724         <bruno@clisp.org>.
9725
9726 2005-10-21  Simon Josefsson  <jas@extundo.com>
9727
9728         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9729
9730 2005-10-21  Simon Josefsson  <jas@extundo.com>
9731
9732         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9733
9734 2005-10-21  Simon Josefsson  <jas@extundo.com>
9735
9736         * lib/des.h, lib/des.c: New files.
9737
9738         * lib/gc-gnulib.c: Support DES.c
9739
9740 2005-10-21  Simon Josefsson  <jas@extundo.com>
9741
9742         * lib/arctwo.h, lib/arctwo.c: New files.
9743
9744         * lib/gc-gnulib.c: Support ARCTWO.
9745
9746 2005-10-21  Simon Josefsson  <jas@extundo.com>
9747
9748         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9749         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9750
9751 2005-10-21  Simon Josefsson  <jas@extundo.com>
9752
9753         * gnulib-tool (func_import, func_create_testdir): Define automake
9754         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9755         Makefile.am snippet),
9756         suggested by Bruno Haible <bruno@clisp.org>.
9757
9758         * modules/gc (Makefile.am): Use it.
9759
9760 2005-10-21  Bruno Haible  <bruno@clisp.org>
9761
9762         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9763         patch.
9764
9765 2005-10-19  Simon Josefsson  <jas@extundo.com>
9766
9767         * tests/test-gc-rijndael.c: New file.
9768
9769         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9770
9771 2005-10-19  Simon Josefsson  <jas@extundo.com>
9772
9773         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9774         interface too.
9775
9776 2005-10-19  Simon Josefsson  <jas@extundo.com>
9777
9778         * tests/test-gc-arcfour.c: New file.
9779
9780         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9781
9782 2005-10-19  Simon Josefsson  <jas@extundo.com>
9783
9784         * modules/gc-md4, modules/gc-md4-tests: New file.
9785
9786         * tests/test-gc-md4.c: New file.
9787
9788 2005-10-19  Simon Josefsson  <jas@extundo.com>
9789
9790         * m4/gc-md4.m4: New file.
9791
9792 2005-10-19  Simon Josefsson  <jas@extundo.com>
9793
9794         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9795         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9796         <kasal@ucw.cz>.
9797
9798 2005-10-19  Simon Josefsson  <jas@extundo.com>
9799
9800         * m4/gc-arcfour.m4: New file.
9801
9802         * m4/gc-rijndael.m4: New file.
9803
9804 2005-10-19  Simon Josefsson  <jas@extundo.com>
9805
9806         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9807
9808 2005-10-19  Simon Josefsson  <jas@extundo.com>
9809
9810         * lib/gc-gnulib.c: Support ARCFOUR.
9811
9812 2005-10-19  Simon Josefsson  <jas@extundo.com>
9813
9814         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9815         support.
9816
9817         * lib/gc.h: Add ECB enum type.
9818
9819         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9820
9821 2005-10-18  Simon Josefsson  <jas@extundo.com>
9822
9823         * tests/test-md5.c: New file.
9824
9825         * modules/md5-tests: New file.
9826
9827 2005-10-18  Simon Josefsson  <jas@extundo.com>
9828
9829         * tests/test-md4.c: New file.
9830
9831         * modules/md4, modules/md4-tests: New files.
9832
9833 2005-10-18  Simon Josefsson  <jas@extundo.com>
9834
9835         * m4/md4.m4: New file.
9836
9837 2005-10-18  Simon Josefsson  <jas@extundo.com>
9838
9839         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9840
9841 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9842
9843         * gnulib-tool (func_create_testdir): Omit the second check whether
9844         BUILT_SOURCES in nonempty.
9845
9846 2005-10-17  Simon Josefsson  <jas@extundo.com>
9847
9848         * tests/test-rijndael.c: New file.
9849
9850 2005-10-17  Simon Josefsson  <jas@extundo.com>
9851
9852         * modules/sha1: Depend on stdint instead of md5.
9853
9854         * modules/md5: Depend on stdint, remove uint32_t.
9855
9856 2005-10-17  Simon Josefsson  <jas@extundo.com>
9857
9858         * modules/gc-sha1-tests: New file.
9859
9860         * tests/test-gc-sha1.c: New file.
9861
9862 2005-10-17  Simon Josefsson  <jas@extundo.com>
9863
9864         * m4/md5.m4: Remove call to uint32_t.m4.
9865
9866 2005-10-17  Simon Josefsson  <jas@extundo.com>
9867
9868         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9869
9870         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9871         md5.h.
9872
9873         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9874
9875         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9876
9877 2005-10-17  Simon Josefsson  <jas@extundo.com>
9878
9879         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9880
9881 2005-10-17  Simon Josefsson  <jas@extundo.com>
9882
9883         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9884
9885 2005-10-17  Simon Josefsson  <jas@extundo.com>
9886
9887         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9888
9889         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9890
9891 2005-10-17  Bruno Haible  <bruno@clisp.org>
9892
9893         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9894         that it can also be used in a test.
9895
9896 2005-10-16  Bruno Haible  <bruno@clisp.org>
9897
9898         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9899         TESTS_ENVIRONMENT, so that individual tests can augment it.
9900
9901         * gnulib-tool (func_create_testdir): Use an intermediate target for
9902         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9903         macros, like $(ALLOCA_H), which cannot be passed through the command
9904         line.
9905
9906 2005-10-15  Simon Josefsson  <jas@extundo.com>
9907
9908         * modules/rijndael-tests: New file.
9909
9910         * modules/rijndael: New file.
9911
9912 2005-10-15  Simon Josefsson  <jas@extundo.com>
9913
9914         * m4/rijndael.m4: New file.
9915
9916 2005-10-15  Simon Josefsson  <jas@extundo.com>
9917
9918         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9919
9920         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9921
9922 2005-10-14  Simon Josefsson  <jas@extundo.com>
9923
9924         * tests/test-arcfour.c: New file.
9925
9926         * modules/arcfour, modules/arcfour-tests: New files.
9927
9928 2005-10-14  Simon Josefsson  <jas@extundo.com>
9929
9930         * m4/arcfour.m4: New file.
9931
9932 2005-10-14  Simon Josefsson  <jas@extundo.com>
9933
9934         * lib/arcfour.h, lib/arcfour.c: New files.
9935
9936 2005-10-14  Roland McGrath  <roland@redhat.com>
9937
9938         Import from libc.  [BZ #1331]
9939         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9940         macro argument.
9941         Reported by Matej Vela <vela@debian.org>.
9942
9943 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9944
9945         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9946         include <wchar.h>; no longer needed.
9947
9948 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9949
9950         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9951
9952 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9953         and  Ulrich Drepper  <drepper@redhat.com>
9954
9955         Import from libc.
9956         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9957         instead of inline stream orientation test and two separate
9958         function calls.  Pay no attention to USE_IN_LIBIO.
9959
9960 2005-10-13  Simon Josefsson  <jas@extundo.com>
9961
9962         * modules/gc-hmac-md5-tests: New file.
9963
9964         * tests/test-gc-hmac-sha1.c: New file.
9965
9966         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9967
9968         * modules/gc-hmac-md5-tests: New file.
9969
9970         * tests/test-gc-md5.c: New file.
9971
9972         * modules/gc-md5-tests: New file.
9973
9974 2005-10-13  Simon Josefsson  <jas@extundo.com>
9975
9976         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9977         Move memory allocation outside of loop.
9978
9979 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9980
9981         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9982         intermediate directory is in a read-only file system.  Problem
9983         reported by Eric Blake.
9984
9985 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9986
9987         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9988
9989 2005-10-12  Simon Josefsson  <jas@extundo.com>
9990
9991         * tests/test-hmac-sha1.c: New file.
9992
9993         * modules/hmac-sha1-tests: New file.
9994
9995         * modules/hmac-sha1: New file.
9996
9997 2005-10-12  Simon Josefsson  <jas@extundo.com>
9998
9999         * modules/gc-sha1: New file.
10000
10001 2005-10-12  Simon Josefsson  <jas@extundo.com>
10002
10003         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10004
10005         * tests/test-gc-pbkdf2-sha1.c: New file.
10006
10007 2005-10-12  Simon Josefsson  <jas@extundo.com>
10008
10009         * modules/gc-md5, modules/gc-hmac-md5: New files.
10010
10011         * modules/gc (Files): Remove md5, memxor and hmac files.
10012
10013 2005-10-12  Simon Josefsson  <jas@extundo.com>
10014
10015         * m4/gc-pbkdf2-sha1.m4: New file.
10016
10017         * m4/gc-hmac-sha1.m4: New file.
10018
10019         * m4/gc-sha1: New file.
10020
10021         * m4/hmac-sha1.m4: New file.
10022
10023 2005-10-12  Simon Josefsson  <jas@extundo.com>
10024
10025         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10026
10027         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10028
10029 2005-10-12  Simon Josefsson  <jas@extundo.com>
10030
10031         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10032         suggested by Bruno Haible <bruno@clisp.org>.
10033
10034 2005-10-12  Simon Josefsson  <jas@extundo.com>
10035
10036         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10037
10038 2005-10-12  Simon Josefsson  <jas@extundo.com>
10039
10040         * lib/gc-pbkdf2-sha1.c: New file.
10041
10042         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10043
10044 2005-10-12  Simon Josefsson  <jas@extundo.com>
10045
10046         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10047
10048         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10049
10050 2005-10-12  Simon Josefsson  <jas@extundo.com>
10051
10052         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10053         GC_USE_HMAC_MD5, respectively.
10054
10055         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10056         (gc_md5): Fix typo.
10057
10058         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10059
10060         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10061
10062         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10063
10064 2005-10-12  Bruno Haible  <bruno@clisp.org>
10065
10066         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10067         Reported by Stepan Kasal <kasal@ucw.cz>.
10068
10069 2005-10-11  Simon Josefsson  <jas@extundo.com>
10070
10071         * tests/test-crc.c: New file.
10072
10073         * modules/crc, modules/crc-tests: New files.
10074
10075 2005-10-11  Simon Josefsson  <jas@extundo.com>
10076
10077         * m4/crc.m4: New file.
10078
10079 2005-10-11  Simon Josefsson  <jas@extundo.com>
10080
10081         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10082
10083         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10084
10085         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10086
10087 2005-10-11  Simon Josefsson  <jas@extundo.com>
10088
10089         * lib/crc.h, lib/crc.c: New files.
10090
10091         * lib/gc.h (gc_hash_buffer): Add doc.
10092
10093 2005-10-11  Bruno Haible  <bruno@clisp.org>
10094
10095         * modules/c-strcasestr: New file.
10096         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10097
10098 2005-10-11  Bruno Haible  <bruno@clisp.org>
10099
10100         * modules/c-strcase: New file.
10101         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10102
10103 2005-10-11  Bruno Haible  <bruno@clisp.org>
10104
10105         * lib/strcasecmp.c: Include limits.h.
10106         (strcasecmp): Avoid integer overflow on exotic platforms.
10107         * lib/strncasecmp.c: Include limits.h.
10108         (strncasecmp): Avoid integer overflow on exotic platforms.
10109         Reported by Paul Eggert.
10110
10111 2005-10-11  Bruno Haible  <bruno@clisp.org>
10112
10113         * lib/c-strcasestr.h: New file, from GNU gettext.
10114         * lib/c-strcasestr.c: New file, from GNU gettext.
10115
10116 2005-10-11  Bruno Haible  <bruno@clisp.org>
10117
10118         * lib/c-strcase.h: New file, from GNU gettext.
10119         * lib/c-strcasecmp.c: New file, from GNU gettext.
10120         * lib/c-strncasecmp.c: New file, from GNU gettext.
10121
10122 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         * modules/mempcpy (License): GPL -> LGPL.
10125         * modules/strchrnul (License): Likewise.
10126         * modules/sysexits (License): Likewise.
10127
10128 2005-10-08  Simon Josefsson  <jas@extundo.com>
10129
10130         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10131
10132 2005-10-07  Simon Josefsson  <jas@extundo.com>
10133
10134         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10135
10136 2005-10-06  Simon Josefsson  <jas@extundo.com>
10137
10138         * tests/test-hmac-md5.c: New file.
10139
10140         * modules/hmac-md5-tests: New file.
10141
10142         * modules/hmac-md5: New file.
10143
10144 2005-10-06  Simon Josefsson  <jas@extundo.com>
10145
10146         * m4/hmac-md5.m4: New file.
10147
10148         * m4/memxor.m4: Require gl_C_RESTRICT.
10149
10150 2005-10-06  Simon Josefsson  <jas@extundo.com>
10151
10152         * lib/memxor.c (memxor): Avoid casts and warnings.
10153
10154 2005-10-06  Simon Josefsson  <jas@extundo.com>
10155
10156         * lib/hmac-md5.c: New file.
10157
10158         * lib/hmac.h: New file.
10159
10160 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10161
10162         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10163         promotes to int, not unsigned int, to catch the AIX 5.3
10164         compiler bug.
10165
10166 2005-10-05  Simon Josefsson  <jas@extundo.com>
10167
10168         * modules/memxor: New file.
10169
10170         * modules/iconv (Files): Move config.rpath to havelib, it is used
10171         there.
10172
10173         * modules/havelib (Files): Add config.rpath.
10174
10175 2005-10-05  Simon Josefsson  <jas@extundo.com>
10176
10177         * m4/memxor.m4: New file.
10178
10179 2005-10-05  Simon Josefsson  <jas@extundo.com>
10180
10181         * lib/memxor.c (memxor): Fix compiler error.
10182
10183         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10184         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10185
10186         * lib/memxor.h, lib/memxor.c: New files.
10187
10188         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10189         we assume all systems have it, suggested by Jim Meyering
10190         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10191         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10192         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10193         same reasons.
10194
10195 2005-10-05  Simon Josefsson  <jas@extundo.com>
10196
10197         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10198
10199 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10200
10201         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10202         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10203         needed, since the source code now assumes these .h files.
10204
10205 2005-10-05  Derek Price  <derek@ximbiot.com>
10206
10207         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10208
10209 2005-10-05  Bruno Haible  <bruno@clisp.org>
10210
10211         * modules/stdint (License): Change to LGPL.
10212
10213 2005-10-04  Simon Josefsson  <jas@extundo.com>
10214
10215         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10216         D. Baushke" <mdb@gnu.org>.
10217
10218 2005-10-04  Bruno Haible  <bruno@clisp.org>
10219
10220         * lib/verify.h (verify_true): Provide alternative definition for C++.
10221
10222 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10223
10224         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10225         (SSIZE_MAX): New macro, if not already defined.
10226         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10227         than 2 GiB.
10228
10229 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10230
10231         Sync from coreutils.
10232         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10233         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10234         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10235         ULLONG_MAX doesn't work with 2.7.2.1.
10236
10237 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10238
10239         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10240         From Ben Pfaff.
10241
10242         * modules/exclude (Depends-on): Depend on verify.
10243         * modules/strtoimax (Depends-on): Likewise.
10244         * modules/utimecmp (Depends-on): Likewise.
10245
10246 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10247
10248         * lib/exclude.c: Include verify.h.
10249         (verify): Remove.  All callers changed to use verify.h's version.
10250         * lib/strtoimax.c: Likewise.
10251         * lib/utimecmp.c: Likewis.e
10252
10253         Sync from coreutils.
10254         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10255         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10256         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10257         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10258         bother returning ENOSYS if settimeofday or stime fails; just let
10259         them return whatever errno they want to return.
10260         * lib/utimens.c: Include unistd.h, for dup2.
10261         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10262         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10263
10264 2005-10-02  Jim Meyering  <jim@meyering.net>
10265
10266         Sync from coreutils.
10267         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10268         from glibc-2.2.5 that fails for read-only files.
10269
10270 2005-10-02  Jim Meyering  <jim@meyering.net>
10271
10272         Sync from coreutils.
10273         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10274         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10275         `#if HAVE_CONFIG_H'.
10276         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10277         Remove AT_FDCWD test.
10278         Do not consume the fd unless successful.
10279         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10280         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10281         block, so that we don't even try to compile it if settimeofday is
10282         available.  This works around a compilation failure on OSF1 V5.1,
10283         due to stime requiring a `long int*' while tv_sec is `int'.
10284
10285 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10286
10287         Sync from coreutils.
10288         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10289         against `yes', rather than just testing for nonempty.
10290
10291 2005-10-01  Simon Josefsson  <jas@extundo.com>
10292
10293         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10294         and Darwin.
10295
10296         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10297         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10298         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10299         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10300         Check if struct addrinfo is declared.
10301
10302 2005-10-01  Simon Josefsson  <jas@extundo.com>
10303
10304         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10305         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10306         AI_* and EAI_* definitions.  Protect function declarations.
10307
10308 2005-10-01  Jim Meyering  <jim@meyering.net>
10309
10310         Sync from coreutils.
10311
10312         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10313         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10314         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10315         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10316         in the inet and nsl libraries.  Required on Solaris 5.7.
10317
10318 2005-10-01  Jim Meyering  <jim@meyering.net>
10319
10320         Sync from coreutils.
10321         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10322         in the inet and nsl libraries.  Required on Solaris 5.7.
10323
10324 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10325
10326         * lib/getdelim.c (getdelim): Remove unused variables.
10327
10328 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10329
10330         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10331         so that the code works even with ancient cpp.  Portability problem
10332         with GCC 2.7.2.1 reported by Thomas M.Ott.
10333
10334 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10335
10336         * modules/regex (Depends-on): Add strcase.
10337
10338         * modules/gethostname (Licence): Change from GPL to LGPL, since
10339         gethostname.c is a trivial implementation of a standard library
10340         function.
10341         * modules/poll (License): Change from GPL to LGPL, since it's
10342         derived from LGPL code.
10343
10344 2005-09-27  Jim Meyering  <jim@meyering.net>
10345
10346         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10347         HAVE_CONFIG_H.
10348
10349         * lib/intprops.h (signed_type_or_expr__): Define.
10350         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10351         for unsigned types.
10352
10353 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10354
10355         * lib/verify.h (verify_expr): Remove, replacing with:
10356         (verify_true): New macro that returns true instead of void.
10357         (verify_type__): Remove.
10358         (verify): Use verify_true rather than verify_type__.
10359
10360 2005-09-26  Bruno Haible  <bruno@clisp.org>
10361
10362         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10363         is necessary.
10364         (lib_SOURCES): Remove mbchar.c.
10365         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10366         (Files): Add m4/mbrtowc.m4.
10367         * modules/mbiter: Likewise.
10368         * modules/mbuiter: Likewise.
10369
10370 2005-09-26  Bruno Haible  <bruno@clisp.org>
10371
10372         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10373         compile mbchar.c if they are not both present.
10374         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10375         * m4/mbiter.m4 (gl_MBITER): Likewise.
10376         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10377         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10378         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10379
10380 2005-09-25  Jim Meyering  <jim@meyering.net>
10381
10382         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10383         also uses socklen_t.
10384
10385 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10386
10387         * lib/utimens.c (ENOSYS): Define if not already defined.
10388         (futimens): Support having a null PATH if the file descriptor
10389         is nonnegative.
10390
10391         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10392         Remove.
10393         (__attribute): Define to empty unless GCC 3.1 or later.
10394         This works around a core dump on OpenBSD 3.4, which has GCC
10395         2.95.3, which dumps core when given __attribute__(()).  It also
10396         simplifies other tests, since we really don't want to bother with
10397         worrying about which ancient version of GCC supported what.
10398         Original problem reported by Yoann Vandoorselaere, with part of
10399         the fix suggested by Derek Price.
10400
10401 2005-09-24  Jim Meyering  <jim@meyering.net>
10402
10403         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10404         so we can once again use a positive bitfield width of 1 -- now we
10405         don't have to explain why we were using a bitfield width of 2.
10406
10407 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10408
10409         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10410         and similarly for the other external symbols.  Problem reported
10411         by James Gallager.
10412
10413         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10414         bug reported by Jim Meyering.
10415
10416         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10417         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10418         not needed, since socklen is a prerequisite module.
10419
10420 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10423         Problem reported by Eric Blake.
10424         (getaddrinfo): Initialize se so that it's not garbage.
10425         Redo internal storage allocation so that it doesn't make unportable
10426         assumptions about alignment.
10427         Fix a memory leak.
10428
10429         * lib/utimens.c (futimens): Use futimesat if available.
10430         Prefer it to futimes since it doesn't have the futimes bug.
10431
10432         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10433         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10434         Instead, declare a function that returns a pointer to an array,
10435         and use verify_type__ to declare the size of the array.
10436         Problem and germ of a solution reported by Bruno Haible.
10437         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10438         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10439
10440 2005-09-23  Jim Meyering  <jim@meyering.net>
10441
10442         Sync from coreutils.
10443         Correct build failure (socklen_t not defined) on at least
10444         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10445         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10446
10447 2005-09-23  Jim Meyering  <jim@meyering.net>
10448
10449         * modules/getaddrinfo (Depends-on): Add socklen.
10450
10451 2005-09-23  Bruno Haible  <bruno@clisp.org>
10452
10453         * tests/test-verify.c: New file.
10454
10455 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10456
10457         Sync from coreutils.
10458
10459         * modules/argmatch (Depends-on): Add verify.
10460         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10461         unistd-safer.
10462         * modules/save-cwd (Depends-on): Likewise.
10463
10464         * modules/openat (Files): Add lib/openat-die.c.
10465         (Depends-on): Remove error, exitfail.
10466         Add dirname.
10467
10468         * modules/verify: New file.
10469         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10470         with "verify" module.
10471
10472 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10473
10474         Sync from coreutils.
10475
10476         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10477         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10478         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10479         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10480         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10481         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10482         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10483         Don't bother checking for string.h, stdlib.h, unistd.h.
10484         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10485         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10486         module's job.
10487         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10488         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10489
10490         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10491         (gl_GETDATE): Use it.
10492
10493         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10494
10495 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10496
10497         Sync from coreutils.
10498
10499         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10500         stat-time.h.
10501         * lib/argmatch.h: Include verify.h
10502         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10503         (ARGMATCH_ASSERT): Remove; unused.
10504         * lib/canonicalize.c: Assume STDC_HEADERS.
10505         * lib/exclude.c: Include "strcase.h".
10506         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10507         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10508         and stdio-safer.h.
10509         (getusershell): Call fopen, not fopen_safer.
10510         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10511         Do not include unistd-safer.h.
10512         (save_cwd): Don't call fd_safer; no longer needed
10513         now that we include fcntl--.h.
10514
10515         * lib/getdate.y (relative_time): New type.
10516         (RELATIVE_TIME_0): New constant.
10517         (parser_control): Use relative_time instead of doing it ourselves.
10518         (%union): Add new relative_time rel member.
10519         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10520         Now typeless.
10521         (relunit, relunit_snumber): Now of type rel.
10522         (zone, rel, relunit, get_date): Adjust to above changes.
10523
10524         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10525         Do not include unistd-safer.h.
10526         (getloadavg): Don't call fd_safer; no longer needed
10527         now that we include fcntl--.h.
10528
10529         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10530         (make_dir_parents): Treat ENOSYS like EEXIST.
10531
10532         Improve quality of diagnostics on restore_cwd failure.
10533         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10534         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10535         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10536         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10537         each time through the loop.  Do not diagnose restore_cwd failure;
10538         that is the caller's job (and perhaps the caller does not care).
10539
10540         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10541         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10542         If the file already exists but is not a directory, don't bother
10543         to try to make its parents.
10544         Close potential file descriptor leak if we can't chdir("/") (!).
10545         Don't always return true if chdir($PWD) fails; return true only
10546         if the requested action was done successfully (except for the
10547         chdir($PWD)).
10548         Don't log final directory unless we actually made it.
10549         Refactor to avoid duplicate code to fix up permissions.
10550         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10551
10552         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10553         to make it a bit faster and (I hope) clearer.
10554         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10555         Fix bug in formats like %2N.
10556
10557         * lib/verify.h: New file.
10558
10559 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10560
10561         Sync from coreutils.
10562         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10563
10564 2005-09-22  Jim Meyering  <jim@meyering.net>
10565
10566         Sync from coreutils.
10567
10568         * m4/lstat.m4 (gl_FUNC_LSTAT):
10569         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10570         Remove obsolete comment.
10571         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10572         * m4/xstrtod.m4: Likewise.
10573
10574         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10575
10576 2005-09-22  Jim Meyering  <jim@meyering.net>
10577
10578         Sync from coreutils.
10579
10580         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10581
10582         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10583         the .tm_year member, since otherwise gcc-4.0 would now warn about
10584         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10585
10586         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10587         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10588
10589         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10590         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10591         when run in a time zone for which daylight savings time is in effect
10592         for the starting date.
10593
10594         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10595         stop us from restricting permissions of just-created absolute-named
10596         directories.
10597         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10598         to restore initial working directory.
10599         * lib/mkdir-p.c (make_dir_parents): New parameter:
10600         different_working_dir, to tell caller if/when we change the working
10601         directory and are unable to return to the initial one.
10602         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10603         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10604         `return false'.  This fixes a bug introduced on 2004-07-30.
10605
10606         * lib/openat.c (fdopendir): Be sure to close the supplied
10607         file descriptor before returning.  This makes our replacement
10608         implementation a little closer to Solaris's, where fdopendir
10609         ties the file descriptor to the returned DIR* pointer.
10610         * lib/openat.c (unlinkat): New function.
10611         * lib/openat.h (unlinkat): Add prototype.
10612         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10613         (openat_restore_fail): Rename from openat_restore_die.
10614         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10615
10616         Provide an alternative to exiting immediately upon save_cwd or
10617         restore_cwd failure.  Now, an application can arrange e.g.,
10618         to perform a longjump in that case.
10619         * lib/openat.c: Include dirname.h.
10620         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10621         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10622         and openat_restore_die rather than calling error directly.
10623         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10624
10625         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10626         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10627         define.
10628
10629         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10630         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10631                             int utc, int nanoseconds);
10632         Background:
10633         date should not have to allocate a megabyte of virtual memory to
10634         handle a format argument like +%1048575T.  When implemented with
10635         strftime, it must allocate such a buffer, use strftime to fill it
10636         in, print it, then free it.
10637         With fprintftime, it simply prints everything and exits.
10638         With no need for memory allocation, that's one fewer way to fail.
10639         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10640         optional field width, not before, so we accept %9:z, not %:9z.
10641         (my_strftime): Be sure to use L_('x') for literals.
10642
10643         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10644         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10645         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10646         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10647         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10648         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10649         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10650         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10651         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10652         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10653         * lib/xgethostname.c, lib/xreadlink.c:
10654         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10655
10656         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10657         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10658         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10659         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10660         and don't include <sys/file.h>).
10661
10662 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10663
10664         Sync from coreutils.
10665
10666         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10667         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10668         [!LDAV_DONE]: Avoid unused variable warning.
10669
10670 2005-09-21  Bruno Haible  <bruno@clisp.org>
10671
10672         * lib/unicodeio.h (unicode_to_mb): New declaration.
10673
10674 2005-09-20  Derek Price  <derek@ximbiot.com>
10675
10676         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10677         getaddrinfo.h.
10678
10679 2005-09-20  Bruno Haible  <bruno@clisp.org>
10680
10681         * gnulib-tool: Remove trailing slashes from the values specified for
10682         --source-base, --m4-base, --tests-base, --aux-dir.
10683         Suggested by Simon Josefsson <jas@extundo.com>.
10684
10685 2005-09-20  Bruno Haible  <bruno@clisp.org>
10686
10687         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10688         func_modules_to_filelist, func_import, func_create_testdir): Make all
10689         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10690         change when gnulib-tool is invoked in a different locale.
10691
10692 2005-09-19  Simon Josefsson  <jas@extundo.com>
10693
10694         * m4/socklen.m4: Fix typo.
10695
10696 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10697
10698         Use a consistent style for including <config.h>.
10699         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10700         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10701         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10702         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10703         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10704         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10705         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10706         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10707         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10708         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10709         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10710         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10711         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10712         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10713         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10714         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10715         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10716         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10717         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10718         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10719         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10720         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10721         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10722         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10723         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10724         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10725         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10726         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10727         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10728         lib/xstrtoumax.c, lib/yesno.c:
10729         Standardize inclusion of config.h.
10730         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10731         lib/inttostr.h:  Removed inclusion of config.h from header files.
10732         * lib/inttostr.c:  Adjusted in-tree users.
10733         * lib/timespec.h: Remove superfluous warning to include config.h.
10734         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10735         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10736         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10737         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10738         config.h with HAVE_CONFIG_H.
10739
10740 2005-09-19  Jim Meyering  <jim@meyering.net>
10741
10742         * modules/pathmax (License): Change to LGPL.
10743
10744 2005-09-19  Derek Price  <derek@ximbiot.com>
10745
10746         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10747
10748 2005-09-19  Bruno Haible  <bruno@clisp.org>
10749
10750         * gnulib-tool (import): Provide default for --tests-base.
10751
10752 2005-09-19  Bruno Haible  <bruno@clisp.org>
10753
10754         * doc/quote.texi: New file, extracted from gnulib.texi.
10755         * doc/ctime.texi: New file, extracted from gnulib.texi.
10756         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10757         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10758         * doc/gnulib.texi: Include them.
10759
10760 2005-09-18  Bruno Haible  <bruno@clisp.org>
10761
10762         Portability fix.
10763         * gnulib-tool (func_readlink): New function.
10764         (func_ln_if_changed): Use it.
10765
10766 2005-09-18  Bruno Haible  <bruno@clisp.org>
10767
10768         * gnulib-tool: Support --with-tests also with --import.
10769         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10770         (func_import): Use variables $testsbase and $inctests. Emit a
10771         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10772         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10773         SUBDIRS += $testsdir.
10774         (func_create_testdir): Update.
10775
10776 2005-09-18  Bruno Haible  <bruno@clisp.org>
10777
10778         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10779         instead of $dry_run.
10780         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10781         (func_ln_if_changed): Don't handle dry-run here.
10782         (func_import): In dry-run mode, detect more precisely which actions
10783         would be performed, and don't use "...ing" verbs.
10784
10785 2005-09-18  Bruno Haible  <bruno@clisp.org>
10786
10787         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10788         (func_import): Use join on two temporary files instead of three nested
10789         loops, in order to determine which files are new or old.
10790
10791 2005-09-18  Bruno Haible  <bruno@clisp.org>
10792
10793         * gnulib-tool (func_import): Comment out code that spits out the
10794         new files with --dry-run.
10795
10796 2005-09-18  Bruno Haible  <bruno@clisp.org>
10797
10798         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10799
10800 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10801
10802         * lib/stat-time.h: New file.
10803         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10804         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10805         in a different way.
10806         (timespec_cmp): New function.
10807         * lib/utimecmp.c: Include stat-time.h.
10808         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10809         members exist, not on the obsolescent ST_MTIM_NSEC.
10810         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10811
10812 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10813
10814         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10815
10816 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10817
10818         * MODULES.html.sh (File system functions): Add stat-time.
10819         * modules/stat-time: New file.
10820         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10821         is now done in a different way, by the stat-time module.
10822         * modules/utimecmp (Depends-on): Add stat-time.
10823
10824 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10825
10826         * m4/st_mtim.m4: Remove.  Superseded by...
10827         * m4/stat-time.m4: New file.
10828         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10829         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10830
10831 2005-09-15  Derek Price  <derek@ximbiot.com>
10832
10833         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10834
10835 2005-09-15  Derek Price  <derek@ximbiot.com>
10836
10837         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10838         * lib/regex_internal.c: Ditto, using this...
10839         (__GNUC_PREREQ): ...new macro.
10840         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10841         using...
10842         (__GNUC_PREREQ): ...this new macro.
10843
10844         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10845
10846 2005-09-15  Derek Price  <derek@ximbiot.com>
10847             Paul Eggert  <eggert@cs.ucla.edu>
10848
10849         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10850         changes, consolidating in...
10851         * lib/regex_internal.h: ...this file.
10852
10853 2005-09-13  Jim Meyering  <jim@meyering.net>
10854
10855         * lib/canon-host.c: Filter through gnu indent and reword comments
10856         slightly.
10857         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10858
10859 2005-09-13  Derek Price  <derek@ximbiot.com>
10860
10861         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10862         failure.
10863         Reported by Jim Meyering  <jim@meyering.net>.
10864
10865 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10866
10867         * lib/base64.c: Typo.
10868         (base64_encode): Put b64str in initialized data section.
10869
10870 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10871
10872         Merge glibc and coreutils changes into gnulib, plus a few
10873         extra fixes.
10874         * lib/md5.c: Use #error rather than a string.
10875         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10876         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10877         (__attribute__): Define to empty for non recent-GCC.
10878         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10879         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10880         Renamed from their non-__ counterparts, with new macros replacing
10881         them if not _LIBC.  Add __THROW attribute.
10882         (rol): Remove.
10883         (struct md5_ctx): Align buffer if using GCC.
10884         * lib/sha1.h (struct sha1_ctx): Likewise.
10885         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10886         The old name was backwards.
10887         (NOTSWAP): Remove; not used.
10888         (rol): New macro, moved here from md5.h.
10889         (sha1_process_block): Remove a FIXME that doesn't make sense.
10890
10891 2005-09-12  Derek Price  <derek@ximbiot.com>
10892
10893         Return usable errors from canon-host.
10894         * lib/canon-host.h: New file.
10895         * lib/canon-host.c (canon_host): Wrap...
10896         (canon_host_r): ...this new function, which now relies exclusively on
10897         getaddrinfo.
10898         (ch_strerror): New function.
10899         (last_cherror): New global.
10900         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10901         interface.
10902         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10903         void *.
10904         (freeaddrinfo): Free ai->ai_canonname when set.
10905
10906 2005-09-12  Derek Price  <derek@ximbiot.com>
10907
10908         Make canon-host require getaddrinfo.
10909         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10910         AC_LIBSOURCE canon-host.h.  Call...
10911         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10912         gl_GETADDRINFO.
10913         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10914
10915 2005-09-12  Derek Price  <derek@ximbiot.com>
10916
10917         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10918         LGPL.
10919         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10920
10921 2005-09-12  Derek Price  <derek@ximbiot.com>
10922
10923         * lib/gai_strerror.c: Include config.h when available.  Include
10924         getaddrinfo.h before other headers to test interface.
10925         Reported by Larry Jones <lawrence.jones@ugs.com>.
10926
10927 2005-09-12  Derek Price  <derek@ximbiot.com>
10928             Paul Eggert  <eggert@cs.ucla.edu>
10929
10930         * modules/glob (Files): Add glob-libc.h.
10931
10932 2005-09-12  Derek Price  <derek@ximbiot.com>
10933             Paul Eggert  <eggert@cs.ucla.edu>
10934
10935         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10936         glob_.h, glob-libc.h.
10937         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10938
10939 2005-09-12  Derek Price  <derek@ximbiot.com>
10940             Paul Eggert  <eggert@cs.ucla.edu>
10941
10942         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10943         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10944         protecting things that should be done only in gnulib contexts.
10945         * lib/glob_.h: New file, containing only the glob things needed for
10946         gnulib.
10947         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10948         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10949         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10950         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10951         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10952         and to respect the namespace rules better.
10953
10954 2005-09-08  Simon Josefsson  <jas@extundo.com>
10955
10956         * modules/socklen: New file.
10957
10958 2005-09-08  Simon Josefsson  <jas@extundo.com>
10959
10960         * m4/socklen.m4: New file.
10961
10962 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10963
10964         * modules/utimens (Files): Add m4/utimbuf.m4, since
10965         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10966         Reported by Sergey Poznyakoff.
10967
10968 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10969
10970         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10971         definitions, since that's the preferred style in glibc.
10972         Fix a minor spacing issue, and update copyright notice to match
10973         glibc's.
10974
10975 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10978
10979 2005-09-06  Simon Josefsson  <jas@extundo.com>
10980
10981         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10982         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10983
10984 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10985
10986         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10987         warning.
10988
10989 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10990
10991         * config/srclist.txt: Add glibc bug 1302.
10992
10993 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10994
10995         Change bitset word type from unsigned int to unsigned long int,
10996         as this has better performance on typical 64-bit hosts.
10997         Port bitset code to hosts with unusual word sizes.
10998         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10999         (build_collating_symbol):
11000         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11001         argument is a bitset.  This is merely a style issue, but it makes
11002         it clearer that an entire array is expected.
11003         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11004         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11005         Port to the case where bitset_word is not the same as unsigned int.
11006         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11007         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11008         Likewise.
11009         * lib/regexec.c (check_dst_limits_calc_pos_1,
11010         check_subexp_matching_top):
11011         (build_trtable, group_nodes_into_DFAstates):
11012         Likewise.
11013         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11014         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11015         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11016         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11017         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11018         * lib/regcomp.c (optimize_subexps, lower_subexp):
11019         Work even if bitset_word has holes in its bitwise representation.
11020         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11021         * lib/regexec.c (check_dst_limits_calc_pos_1,
11022         check_subexp_matching_top):
11023         Likewise.
11024         * lib/regex_internal.c (re_string_reconstruct):
11025         Don't assume UCHAR_MAX == 255.
11026         * lib/regex_internal.h (bitset_set_all): Likewise.
11027         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11028         All uses changed.
11029         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11030         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11031         All uses changed.
11032         (BITSET_WORD_MAX): New macro.
11033         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11034         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11035         (bitset_empty, bitset_copy):
11036         Prefer sizeof (bitset) to multiplying it out ourselves.
11037         (bitset_not_merge): Remove; unused.
11038         (bitset_contain): Return bool, not unsigned int with one bit on.
11039         All callers changed.
11040         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11041         alignment than re_node_set; do this by defining a new internal
11042         type struct dests_alloc and using it to allocate memory.
11043
11044 2005-09-05  Bruno Haible  <bruno@clisp.org>
11045
11046         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11047         links.
11048
11049 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11050
11051         * modules/size_max (Makefile.am): Add size_max.h
11052
11053 2005-09-04  Derek Price  <derek@ximbiot.com>
11054
11055         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11056
11057 2005-09-03  Simon Josefsson  <jas@extundo.com>
11058
11059         * gnulib-tool: Fix typo.
11060
11061 2005-09-03  Simon Josefsson  <jas@extundo.com>
11062
11063         * config/srclist.txt: Add glibc bug 1293.
11064
11065 2005-09-03  Derek Price  <derek@ximbiot.com>
11066
11067         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11068         From Larry Jones <lawrence.jones@ugs.com>.
11069
11070 2005-09-02  Simon Josefsson  <jas@extundo.com>
11071
11072         * modules/socklen: New file.
11073
11074 2005-09-02  Simon Josefsson  <jas@extundo.com>
11075
11076         * modules/havelib: New module.
11077
11078         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11079         Use havelib.
11080
11081 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11082
11083         Check for arithmetic overflow when calculating sizes, to prevent
11084         some buffer-overflow issues.  These patches are conservative, in the
11085         sense that when I couldn't determine whether an overflow was possible,
11086         I inserted a run-time check.
11087         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11088         macros.
11089         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11090         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11091         (re_xnrealloc, re_x2nrealloc): New inline functions.
11092         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11093         parse_bracket_exp):
11094         (build_equiv_class, build_charclass): Check for arithmetic overflow
11095         in size expression calculations.
11096         * lib/regex_internal.c (re_string_realloc_buffers):
11097         (build_wcs_upper_buffer, re_node_set_add_intersect):
11098         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11099         (re_dfa_add_node, register_state): Likewise.
11100         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11101         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11102         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11103         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11104
11105 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11106
11107         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11108         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11109
11110 2005-09-02  Bruno Haible  <bruno@clisp.org>
11111
11112         Support for lib vs. lib64 distinction on biarch platforms.
11113         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11114         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11115         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11116
11117 2005-09-02  Bruno Haible  <bruno@clisp.org>
11118
11119         * gnulib-tool (import): In the other first-use case, provide defaults
11120         as well.
11121
11122 2005-09-02  Bruno Haible  <bruno@clisp.org>
11123
11124         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11125         patches not yet found in the latest gettext release.
11126
11127 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11128
11129         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11130         to avoid a collision with bits/local_lim.h in glibc.
11131         All uses changed.  Problem reported by Dmitry V. Levin in
11132         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11133
11134         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11135         bugs in int versus size_t comparisons.
11136         (re_string_context_at): Fix bug where the code assumed that
11137         Idx is signed.
11138
11139         Use bool where appropriate.
11140         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11141         All callers changed.
11142         (calc_eclosure_iter): Likewise, for ROOT arg.
11143         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11144         (build_charclass_op): Likewise, for NON_MATCH arg.
11145         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11146         (re_string_construct_common): Likewise, for ICASE arg.
11147         * lib/regexec.c (re_search_2_stub, re_search_stub):
11148         Likewise, for RET_LEN arg.
11149         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11150         (set_regs): Likewise, for FL_BACKTRACK arg.
11151         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11152         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11153         (calc_eclosure_iter, parse_bracket_exp):
11154         Use bool for internal variables that are booleans.
11155         * lib/regexec.c (re_search_internal, check_matching,
11156         proceed_next_node):
11157         (set_regs, build_sifted_states, sift_states_bkref):
11158         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11159         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11160         (find_collation_sequence_value):
11161         Likewise.
11162         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11163         (re_node_set_compare):
11164         Return bool, not int. All callers changed.
11165         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11166         (build_trtable, check_node_accept): Likewise.
11167         * lib/regex_internal.h: Include stdbool.h.
11168
11169         Fix bugs uncovered when converting to bool.
11170         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11171         failure instead of charging ahead blindly.
11172         * lib/regex_internal.c (register_state): Likewise.
11173         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11174         for freeing internal storage.
11175         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11176         bitset pieces used as boolean, to avoid undefined behavior
11177         on hosts that do int overflow checking.
11178
11179 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11180
11181         * config/srclist.txt: Add glibc bugs 1285-1287.
11182
11183 2005-09-01  Jim Meyering  <jim@meyering.net>
11184
11185         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11186         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11187         Require gl_STAT_MACROS, too.
11188
11189 2005-09-01  Bruno Haible  <bruno@clisp.org>
11190
11191         * gnulib-tool (import): In the first-use case, provide defaults.
11192
11193 2005-09-01  Bruno Haible  <bruno@clisp.org>
11194
11195         * gnulib-tool (func_import): Remove the .tmp files.
11196
11197 2005-09-01  Bruno Haible  <bruno@clisp.org>
11198
11199         * gnulib-tool (func_import): Fix handling of symbolic links.
11200
11201 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11202
11203         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11204         old glibc regex code mishandles strings longer than 2**31 bytes.
11205         This patch fixes this when the regex code is used in gnulib
11206         (i.e., outside glibc).
11207
11208         This patch should not affect the use of the regex code inside
11209         glibc.  No doubt this problem also needs to be handled for glibc
11210         as well, but the result will be an incompatible change to the
11211         glibc ABI, and the old ABI will have to be supported too.  That
11212         can be the the subject for another patch.
11213
11214         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11215         governing whether the rest of this patch is active.  By default,
11216         the macro is disabled and the patch has no effect.
11217         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11218         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11219         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11220         (re_match_2, re_set_registers): Use the new types.
11221         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11222         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11223         New macros.
11224         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11225         (re_string_context_at, bin_tree_t, re_dfastate_t):
11226         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11227         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11228         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11229         (re_string_char_size_at, re_string_wchar_at):
11230         (re_string_elem_size_at):
11231         Use the new types and macros to port to 64-bit hosts.
11232         Use unsigned types for internal values, so that the code
11233         mostly works even for arrays larger than SSIZE_MAX.
11234         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11235         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11236         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11237         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11238         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11239         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11240         (calc_inveclosure, parse_dup_op, build_range_exp):
11241         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11242         (fetch_number, create_token_tree, mark_opt_subexp):
11243         Likewise.
11244         * lib/regex_internal.c (re_string_construct_common,
11245         create_ci_newstate):
11246         (create_cd_newstate, re_string_allocate, re_string_construct):
11247         (re_string_realloc_buffers, build_wcs_upper_buffer):
11248         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11249         (re_string_reconstruct, re_string_peek_byte_case):
11250         (re_string_fetch_byte_case, re_string_context_at):
11251         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11252         (re_node_set_init_copy, re_node_set_add_intersect):
11253         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11254         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11255         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11256         (re_acquire_state, re_acquire_state_context, register_state):
11257         Likewise.
11258         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11259         search_cur_bkref_entry):
11260         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11261         (re_search_internal, re_search_2_stub, re_search_stub)
11262         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11263         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11264         (update_cur_sifted_state, check_dst_limits):
11265         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11266         (check_subexp_limits, sift_states_bkref, merge_state_array):
11267         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11268         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11269         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11270         (expand_bkref_cache, check_node_accept_bytes):
11271         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11272         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11273         (acquire_init_state_context, check_halt_node_context):
11274         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11275         (sift_states_backward, clean_state_log_if_needed):
11276         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11277         (find_recover_state, transit_state_sb, transit_state_mb):
11278         (transit_state_bkref, build_trtable, match_ctx_clean):
11279         Likewise.
11280         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11281         to work around an assumption that REG_MISSING is negative.
11282
11283         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11284         (seek_collating_symbol_entry) [defined _LIBC]:
11285         (lookup_collation_sequence_value) [defined _LIBC]:
11286         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11287         Use prototypes rather than old-style function definitions.
11288         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11289         (transit_state_sb) [0]:
11290         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11291
11292         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11293         rm_eo.
11294
11295         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11296         (optimize_subexps, lower_subexp):
11297         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11298         since the signed shift might overflow.  Use 1u<<31 instead.
11299         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11300         Likewise.
11301         * lib/regexec.c (check_dst_limits_calc_pos_1,
11302         check_subexp_matching_top): Likewise.
11303
11304         * lib/regcomp.c (optimize_subexps, lower_subexp):
11305         Use CHAR_BIT rather than 8, for clarity.
11306         * lib/regexec.c (check_dst_limits_calc_pos_1):
11307         (check_subexp_matching_top): Likewise.
11308         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11309         have to worry about portability issues when shifting it left.
11310         Remove no-longer-needed test for table_size > 0.
11311         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11312         in a word, as the resulting behavior is undefined.
11313         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11314         in one case, a <= should have been an <, and in another case the
11315         whole test was missing.
11316         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11317         the standard name CHAR_BIT.
11318         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11319         this is not true on one's complement and signed-magnitude hosts.
11320
11321         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11322         next_last_offset.
11323         (struct re_dfa_t): Remove unused member states_alloc.
11324         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11325
11326 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11327
11328         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11329         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11330         and large-file glibc and in 32-bit large-file Solaris.
11331
11332 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11333
11334         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11335         lengths fit in regoff_t; this isn't true if regoff_t is the same
11336         width as size_t.
11337         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11338         (= START + RANGE) instead of RANGE.  This avoids overflow
11339         problems when regoff_t is the same width as size_t.
11340         All callers changed.
11341         (re_search_2_stub): Check for overflow when adding the
11342         sizes of the two strings.
11343         (re_search_stub): Check for overflow when adding START
11344         to RANGE; if it occurs, substitute the extreme value.
11345
11346 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11347
11348         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11349
11350 2005-08-31  Jim Meyering  <jim@meyering.net>
11351
11352         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11353         a pointer-to-const.
11354         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11355         (register_state): Likewise.
11356         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11357         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11358         (group_nodes_into_DFAstates): Likewise.
11359
11360 2005-08-31  Jim Meyering  <jim@meyering.net>
11361
11362         * check-module: Add a FIXME comment.
11363
11364 2005-08-31  Eric Blake  <ebb9@byu.net>
11365
11366         * modules/unistd-safer (Files): Add unistd--.h.
11367         * modules/stdio-safer (Files): Add stdio--.h.
11368
11369 2005-08-31  Derek Price  <derek@ximbiot.com>
11370
11371         * lib/getdelim.c (getdelim): Return EOF on EOF.
11372         Reported by Larry Jones <lawrence.jones@ugs.com>.
11373
11374 2005-08-31  Bruno Haible  <bruno@clisp.org>
11375
11376         Avoid unnecessary diffs in the generated lib/Makefile.am.
11377         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11378         the generated files.
11379         (func_import): Don't set cmd.
11380
11381 2005-08-31  Bruno Haible  <bruno@clisp.org>
11382
11383         * lib/strstr.c: Include <stddef.h>, for NULL.
11384         * lib/strcasestr.c: Likewise.
11385         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11386
11387 2005-08-31  Bruno Haible  <bruno@clisp.org>
11388
11389         * gnulib-tool: New option --macro-prefix.
11390         (func_import): Use macro_prefix.
11391         (import): Handle option --macro-prefix.
11392
11393 2005-08-31  Bruno Haible  <bruno@clisp.org>
11394
11395         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11396         Also use new variables cached_lgpl, cached_libtool.
11397
11398 2005-08-31  Bruno Haible  <bruno@clisp.org>
11399
11400         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11401         always instantiating them.
11402
11403 2005-08-31  Bruno Haible  <bruno@clisp.org>
11404
11405         * gnulib-tool (func_import): Read the previous cached settings
11406         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11407         earlier added by gnulib but are now dropped. Warn when a gnulib file
11408         overwrites a non-gnulib file.
11409
11410 2005-08-31  Bruno Haible  <bruno@clisp.org>
11411
11412         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11413         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11414         projects that don't keep autogenerated files in CVS. Put into
11415         actioncmd only the specified modules, not the transitive closure.
11416
11417 2005-08-31  Bruno Haible  <bruno@clisp.org>
11418
11419         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11420         Create directories that shall be filled.
11421         (import): Don't look for gl_* macros in configure.ac. Recurse across
11422         all directories containing a gnulib-cache.m4 files, if meaningful.
11423
11424 2005-08-31  Bruno Haible  <bruno@clisp.org>
11425
11426         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11427         (import): Set seen_libtool when we see gl_LIBTOOL.
11428
11429 2005-08-31  Bruno Haible  <bruno@clisp.org>
11430
11431         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11432         declaration macro definitions from generated gnulib.m4.
11433
11434 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11435
11436         * lib/iconvme.h: Add prototype for iconv_alloc.
11437
11438 2005-08-29  Simon Josefsson  <jas@extundo.com>
11439
11440         * lib/iconvme.c: Fix errno.
11441
11442 2005-08-29  Bruno Haible  <bruno@clisp.org>
11443
11444         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11445         that it works when the directory contains spaces.
11446
11447 2005-08-29  Bruno Haible  <bruno@clisp.org>
11448
11449         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11450
11451 2005-08-29  Bruno Haible  <bruno@clisp.org>
11452
11453         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11454         Emit more advice.
11455
11456 2005-08-29  Bruno Haible  <bruno@clisp.org>
11457         and Stepan Kasal  <kasal@ucw.cz>
11458
11459         * check-module: If more parameters are given, check each of them
11460         separately; add more exceptions, as noted by Jim Meyering.
11461         (check_module): New procedure.
11462         (%exempt_header): Now contains all exceptions.
11463
11464 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11465
11466         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11467
11468 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11469
11470         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11471
11472 2005-08-28  Bruno Haible  <bruno@clisp.org>
11473
11474         * m4/gnulib-tool.m4: New file.
11475
11476 2005-08-27  Jim Meyering  <jim@meyering.net>
11477
11478         * modules/unistd-safer (Files): Add pipe-safer.c.
11479         * modules/fcntl-safer (Files): Add creat-safer.c.
11480
11481 2005-08-27  Jim Meyering  <jim@meyering.net>
11482
11483         * m4/stdlib-safer.m4: New file.  From coreutils.
11484         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11485         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11486         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11487         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11488         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11489
11490 2005-08-27  Jim Meyering  <jim@meyering.net>
11491
11492         * lib/fopen-safer.c: Merge minor changes from coreutils.
11493         * lib/dup-safer.c: Likewise.
11494         * lib/fd-safer.c: Likewise.
11495
11496         Merge from coreutils.
11497         * lib/stdio--.h: New file.
11498         * lib/stdlib--.h: New file.
11499         * lib/mkstemp-safer.c: New file.
11500
11501         GNU tar needs these.
11502         * lib/pipe-safer.c: New file.
11503         * lib/creat-safer.c: New file.
11504         * lib/fcntl--.h (creat): Define to creat_safer.
11505         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11506         * lib/unistd--.h (pipe): Define to pipe_safer.
11507         * lib/unistd-safer.h: Declare pipe_safer.
11508
11509 2005-08-26  Simon Josefsson  <jas@extundo.com>
11510
11511         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11512         Haible <bruno@clisp.org>.
11513
11514 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11515
11516         * lib/regex_internal.h: Remove all references to
11517         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11518         or better.
11519         (bitset_not, bitset_merge, bitset_not_merge):
11520         (bitset_mask, re_string_allocate, re_string_construct):
11521         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11522         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11523         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11524         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11525         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11526         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11527         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11528         (re_acquire_state_context):
11529         Remove unnecessary forward decls.
11530         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11531         Put __attribute at function definition,
11532         now that the function decl has been removed.
11533         * lib/regex_internal.c (re_string_peek_byte_case):
11534         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11535         Likewise.
11536
11537 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11538
11539         * m4/regex.m4: Add AC_PREREQ(2.50).
11540         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11541
11542 2005-08-25  Simon Josefsson  <jas@extundo.com>
11543
11544         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11545         __fsetlocking.
11546
11547 2005-08-25  Simon Josefsson  <jas@extundo.com>
11548
11549         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11550         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11551         GLIBC specific code.
11552
11553 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11554
11555         Make regex safe for g++.  This fixes one real bug (an "err"
11556         that should have been "*err").  g++ problem reported by
11557         Sam Steingold.
11558         * lib/regex_internal.h (re_calloc): New macro, consistent with
11559         re_malloc etc.  All callers of calloc changed to use re_calloc.
11560         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11561         not int.  All callers changed.
11562         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11563         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11564         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11565         (find_recover_state): Change "err" to "*err"; this fixes what
11566         appears to be a real bug.
11567         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11568         versus int.
11569
11570 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11571
11572         * modules/regex (Depends-on): Add malloc, since the code
11573         assumes that !malloc(0) means failure.
11574
11575 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11576
11577         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11578
11579         alloca modernization/simplification for regex.
11580         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11581         needs to be at the start of the file, and can be moved into
11582         regex_internal.h and simplified.
11583         * lib/regex_internal.h: Include <alloca.h>.
11584         (__libc_use_alloca) [!defined _LIBC]: New macro.
11585         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11586         now works outside glibc.
11587
11588 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11589
11590         * config/srclist.txt: Add glibc bugs 1241, 1245.
11591
11592 2005-08-25  Jim Meyering  <jim@meyering.net>
11593
11594         * lib/open-safer.c: Include <config.h>.
11595         Otherwise, we'd lose LARGEFILE support in any file using
11596         e.g. "fcntl--.h"
11597
11598 2005-08-25  Bruno Haible  <bruno@clisp.org>
11599
11600         * m4/minmax.m4: Require autoconf 2.52.
11601         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11602         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11603         alternatives of translit over the alphabet.
11604         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11605
11606 2005-08-24  Simon Josefsson  <jas@extundo.com>
11607
11608         * tests/test-getpass.c: New file.
11609
11610 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11611
11612         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11613         for GNU regex features.
11614
11615 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11616
11617         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11618         * lib/regex.h (regerror): Likewise.
11619
11620         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11621         requires this.  (The code never needed it.)
11622
11623         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11624         All uses of recently-renamed identifiers changed to use the new,
11625         POSIX-compliant names.  The code will build and run just fine
11626         without these changes, but it's better to eat our own dog food
11627         and use the standard-conforming names.
11628
11629         * lib/regex.h: Fix a multitude of POSIX name space violations.
11630         These changes have an effect only for programs that define
11631         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11632         do not change anything for programs compiled in the normal way.
11633         Also, there is no effect on the ABI.
11634
11635         (_REGEX_SOURCE): New macro.
11636         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11637         defined and _GNU_SOURCE is not; this fixes a name space violation.
11638
11639         Rename the following macros to obey POSIX requirements.
11640         The old names are still visible as macros if _REGEX_SOURCE is defined.
11641         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11642         RE_BACKSLASH_ESCAPE_IN_LISTS.
11643         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11644         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11645         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11646         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11647         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11648         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11649         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11650         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11651         (REG_INTERVALS): renamed from RE_INTERVALS.
11652         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11653         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11654         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11655         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11656         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11657         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11658         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11659         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11660         RE_UNMATCHED_RIGHT_PAREN_ORD.
11661         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11662         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11663         (REG_DEBUG): renamed from RE_DEBUG.
11664         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11665         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11666         unusual, since we can't clash with the POSIX REG_ICASE.
11667         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11668         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11669         (REG_NO_SUB): renamed from RE_NO_SUB.
11670         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11671         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11672         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11673         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11674         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11675         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11676         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11677         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11678         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11679         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11680         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11681         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11682         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11683         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11684         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11685         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11686         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11687         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11688         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11689         (REG_FIXED): Renamed from REGS_FIXED.
11690         (REG_NREGS): Renamed from RE_NREGS.
11691
11692         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11693         of other REG_* macros, since POSIX says the user is allowed to
11694         #undef these macros selectively.
11695
11696         (reg_errcode_t): Update comment stating what other tables need
11697         to be consistent.
11698
11699         Rename the following enum values to obey POSIX requirements.
11700         The old names are still visible as macros.
11701         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11702         is not defined, since GNU is supposed to be a superset of POSIX as
11703         much as possible, and since we want reg_errcode_t to be a signed
11704         type for implementation consistency.
11705         (_REG_NOERROR): Renamed from REG_NOERROR.
11706         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11707         (_REG_BADPAT): Renamed from REG_BADPAT.
11708         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11709         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11710         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11711         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11712         (_REG_EBRACK): Renamed from REG_EBRACK.
11713         (_REG_EPAREN): Renamed from REG_EPAREN.
11714         (_REG_EBRACE): Renamed from REG_EBRACE.
11715         (_REG_BADBR): Renamed from REG_BADBR.
11716         (_REG_ERANGE): Renamed from REG_ERANGE.
11717         (_REG_ESPACE): Renamed from REG_ESPACE.
11718         (_REG_BADRPT): Renamed from REG_BADRPT.
11719         (_REG_EEND): Renamed from REG_EEND.
11720         (_REG_ESIZE): Renamed from REG_ESIZE.
11721         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11722         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11723         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11724         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11725         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11726
11727         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11728         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11729         changed.  But support the old name if the new one is not defined
11730         and if _REGEX_SOURCE.
11731
11732         Change the following member names in struct re_pattern_buffer.
11733         The old names are still supported if !_REGEX_SOURCE.
11734         The new names are always supported, regardless of _REGEX_SOURCE.
11735         (re_buffer): Renamed from buffer.
11736         (re_allocated): Renamed from allocated.
11737         (re_used): Renamed from used.
11738         (re_syntax): Renamed from syntax.
11739         (re_fastmap): Renamed from fastmap.
11740         (re_translate): Renamed from translate.
11741         (re_can_be_null): Renamed from can_be_null.
11742         (re_regs_allocated): Renamed from regs_allocated.
11743         (re_fastmap_accurate): Renamed from fastmap_accurate.
11744         (re_no_sub): Renamed from no_sub.
11745         (re_not_bol): Renamed from not_bol.
11746         (re_not_eol): Renamed from not_eol.
11747         (re_newline_anchor): Renamed from newline_anchor.
11748
11749         Change the following member names in struct re_registers.
11750         The old names are still supported if !_REGEX_SOURCE.
11751         The new names are always supported, regardless of _REGEX_SOURCE.
11752         (rm_num_regs): Renamed from num_regs.
11753         (rm_start): Renamed from start.
11754         (rm_end): Renamed from end.
11755
11756         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11757         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11758         Prepend __ to parameter names.
11759
11760         Undo yesterday's changes.
11761
11762 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11763
11764         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11765         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11766         lib/regex.c.
11767
11768 2005-08-24  Jim Meyering  <jim@meyering.net>
11769
11770         Sync from coreutils.
11771         * m4/fcntl-safer.m4: New file.
11772
11773         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11774         and object files for this module.
11775
11776 2005-08-24  Jim Meyering  <jim@meyering.net>
11777
11778         Sync from coreutils.
11779         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11780
11781 2005-08-24  Jim Meyering  <jim@meyering.net>
11782
11783         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11784         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11785
11786 2005-08-24  Jim Meyering  <jim@meyering.net>
11787
11788         * modules/fcntl-safer: New module.
11789         * modules/fts (Depends-on): Add fcntl-safer.
11790         * MODULES.html.sh (File descriptor based Input/Output):
11791         Add fcntl-safer.
11792
11793 2005-08-24  Bruno Haible  <bruno@clisp.org>
11794
11795         Support for unit test modules.
11796         * modules/README: Mention tests modules.
11797         * modules/TEMPLATE-TESTS: New file.
11798         * gnulib-tool: New options --extract-tests-module, --with-tests and
11799         --tests-base (unused for the moment).
11800         (testsbase, inctests): New variables.
11801         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11802         (func_verify_module): Exclude TEMPLATE-TESTS.
11803         (func_verify_nontests_module, func_verify_tests_module): New functions.
11804         (func_get_dependencies): Add implicit dependency for tests modules.
11805         (func_get_tests_module): New function.
11806         (func_modules_transitive_closure): When --with-tests was specified,
11807         include the unit tests as well, unless explicitly avoided.
11808         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11809         (func_emit_tests_Makefile_am): New function.
11810         (func_create_testdir): When --with-tests was specified, emit a
11811         tests/ directory.
11812         * MODULES.html.sh (Future developments): Update.
11813
11814 2005-08-24  Bruno Haible  <bruno@clisp.org>
11815
11816         * modules/tls-tests: New file.
11817         * tests/test-tls.c: New file, from GNU gettext.
11818
11819 2005-08-24  Bruno Haible  <bruno@clisp.org>
11820
11821         * modules/lock-tests: New file.
11822         * tests/test-lock.c: New file, from GNU gettext.
11823
11824 2005-08-24  Bruno Haible  <bruno@clisp.org>
11825
11826         * lib/lock.h: Add multiple inclusion guard.
11827         * lib/tls.h: Add multiple inclusion guard.
11828
11829 2005-08-24  Bruno Haible  <bruno@clisp.org>
11830
11831         * gnulib-tool: Add support for the --aux-dir option to
11832         --create-testdir, --create-megatestdir, --test, --megatest.
11833         (func_create_testdir, func_create_megatestdir): Optionally emit a
11834         AC_CONFIG_AUX_DIR directive.
11835         (create-testdir, create-megatestdir, test, megatest): Provide a
11836         default value for $auxdir.
11837
11838 2005-08-24  Bruno Haible  <bruno@clisp.org>
11839
11840         * gnulib-tool (import): Use compound statement instead of subshell
11841         where possible.
11842
11843 2005-08-24  Bruno Haible  <bruno@clisp.org>
11844
11845         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11846
11847 2005-08-24  Bruno Haible  <bruno@clisp.org>
11848
11849         * gnulib-tool (func_version): Update.
11850
11851 2005-08-24  Bruno Haible  <bruno@clisp.org>
11852
11853         * gnulib-tool (func_import, func_create_testdir,
11854         func_create_megatestdir): Quote all autoconf macro arguments.
11855
11856 2005-08-24  Bruno Haible  <bruno@clisp.org>
11857
11858         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11859         option --force, because --force causes the aclocal.m4 of each
11860         subdirectory to be newer than the corresponding config.h.in.
11861
11862 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11863
11864         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11865         All contents moved to gl_REGEX.
11866         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11867         assume that it does.
11868
11869 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         * lib/regex.h (REG_NOSYS)
11872         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11873         Define, since POSIX requires it as of 2001.
11874         (_REG_ENOSYS)
11875         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11876         New private symbol, used to keep the enum signed in all cases.
11877         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11878         Youngman in
11879         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11880
11881         * lib/regex_internal.c (re_string_skip_chars, register_state):
11882         (calc_state_hash):
11883         Remove forward decls; no longer needed now that we use prototypes.
11884         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11885         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11886         (clean_state_log_if_needed): Likewise.
11887
11888 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11889
11890         * config/srclist.txt: Add glibc bugs 1231-1233.
11891
11892 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11893
11894         Fix problems reported by Sam Steingold in
11895         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11896         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11897         assumed that reg_errcode_t is a signed type, which is not
11898         necessarily true if _XOPEN_SOURCE is not defined.
11899         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11900         since some compilers warn about it otherwise.
11901
11902 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11903
11904         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11905         (init_word_char, create_initial_state, duplicate_node_closure):
11906         (fetch_token, peek_token_bracket, build_range_exp):
11907         (build_collating_symbol): Remove forward decls; no longer needed
11908         now that we use prototypes.
11909
11910         * lib/regcomp.c:
11911         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11912         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11913         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11914         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11915         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11916         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11917         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11918         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11919         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11920         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11921         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11922         (build_charclass, build_charclass_op, fetch_number, create_tree):
11923         (create_token_tree, mark_opt_subexp, duplicate_tree):
11924         Use prototypes rather than old-style definitions.
11925
11926         * lib/regex_internal.c:
11927         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11928         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11929         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11930         (re_string_reconstruct, re_string_peek_byte_case):
11931         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11932         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11933         (re_node_set_init_copy, re_node_set_add_intersect):
11934         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11935         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11936         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11937         (re_acquire_state, re_acquire_state_context, register_state):
11938         (create_ci_newstate, create_cd_newstate, free_state):
11939         Likewise.
11940         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11941         re_search_2):
11942         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11943         (re_search_internal, prune_impossible_nodes):
11944         (acquire_init_state_context, check_matching, static):
11945         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11946         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11947         (update_regs, sift_states_backward, build_sifted_states):
11948         (clean_state_log_if_needed, merge_state_array):
11949         (update_cur_sifted_state, add_epsilon_src_nodes):
11950         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11951         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11952         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11953         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11954         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11955         (check_arrival, check_arrival_add_next_nodes):
11956         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11957         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11958         (check_node_accept_bytes, check_node_accept, extend_buffers):
11959         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11960         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11961         (sift_ctx_init):
11962         Likewise.
11963
11964         * lib/regex_internal.h:
11965         (re_string_allocate, re_string_construct, re_string_reconstruct):
11966         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11967         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11968         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11969         (re_string_context_at, re_string_peek_byte_case):
11970         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11971         is defined, since we now use prototypes always.
11972
11973         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11974         C89 or better.  All uses removed.
11975
11976 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11977
11978         * config/srclist.txt: Add glibc bugs 1220-1227.
11979
11980 2005-08-20  Jim Meyering  <jim@meyering.net>
11981
11982         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11983         of unused local, dfa.
11984
11985 2005-08-20  Bruno Haible  <bruno@clisp.org>
11986
11987         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11988
11989 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11990
11991         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11992         (re_node_set_insert_last, re_dfa_add_node):
11993         Rename local variables to avoid GCC shadowing warnings.
11994
11995 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11996
11997         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11998         [defined lint]: Suppress bogus uninitialized-variable warnings.
11999
12000         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12001         and let the caller return REG_ESPACE if out of space.  This
12002         removes an uninitialied-variable warning with GCC 4.0.1, and also
12003         avoids taking the address of a local variable.  All callers
12004         changed.
12005
12006 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12007
12008         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12009         $LIBCSRC/posix/regexec.c.
12010         Add glibc bug 1217 for regcomp.c.
12011
12012 2005-08-19  Jim Meyering  <jim@meyering.net>
12013
12014         * lib/regexec.c (proceed_next_node): Redo local variables to
12015         avoid GCC shadowing warnings.
12016
12017 2005-08-18  Bruno Haible  <bruno@clisp.org>
12018
12019         * lib/strstr.c (strstr): Fix return value in multibyte case.
12020         * lib/strcasestr.c (strcasestr): Likewise.
12021
12022 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12023
12024         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12025
12026 2005-08-17  Jim Meyering  <jim@meyering.net>
12027
12028         Make the %s format (seconds since the epoch) work for a negative
12029         number and when used with a zero-padded field width, e.g. %015s.
12030
12031         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12032         label so that it precedes the code to set `digits'.  Otherwise,
12033         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12034         print `00-22'.  Now, it prints `-0022', as it should.
12035
12036 2005-08-17  Bruno Haible  <bruno@clisp.org>
12037
12038         * modules/strstr (Files): Add m4/mbrtowc.m4.
12039         (Depends-on): Add mbuiter.
12040
12041 2005-08-17  Bruno Haible  <bruno@clisp.org>
12042
12043         * modules/strcasestr: New file.
12044         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12045         strcasestr.
12046
12047 2005-08-17  Bruno Haible  <bruno@clisp.org>
12048
12049         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12050
12051 2005-08-17  Bruno Haible  <bruno@clisp.org>
12052
12053         * modules/mbuiter: New file.
12054         * MODULES.html.sh (Extended multibyte and wide character utilities):
12055         Add mbuiter.
12056
12057 2005-08-17  Bruno Haible  <bruno@clisp.org>
12058
12059         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12060         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12061
12062 2005-08-17  Bruno Haible  <bruno@clisp.org>
12063
12064         * m4/strcasestr.m4: New file.
12065
12066 2005-08-17  Bruno Haible  <bruno@clisp.org>
12067
12068         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12069         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12070
12071 2005-08-17  Bruno Haible  <bruno@clisp.org>
12072
12073         * lib/strcasestr.h: New file.
12074         * lib/strcasestr.c: New file.
12075
12076 2005-08-17  Bruno Haible  <bruno@clisp.org>
12077
12078         * lib/strcasecmp.c: Use mbuiter.h.
12079
12080 2005-08-17  Bruno Haible  <bruno@clisp.org>
12081
12082         * lib/mbuiter.h: New file.
12083
12084 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12085
12086         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12087         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12088         and gl_GETOPT are both invoked via different paths (as happens
12089         with GNU tar CVS because it uses both argp and getopt), the former
12090         wins.
12091
12092 2005-08-16  Bruno Haible  <bruno@clisp.org>
12093
12094         * modules/tls: New file.
12095         * MODULES.html.sh (Multithreading): Add tls.
12096
12097 2005-08-16  Bruno Haible  <bruno@clisp.org>
12098
12099         * modules/strnlen1: New file.
12100         * MODULES.html.sh (String handling): Add strnlen1.
12101
12102 2005-08-16  Bruno Haible  <bruno@clisp.org>
12103
12104         * modules/strcase (Files): Add m4/mbrtowc.m4.
12105         (Depends-on): Add strnlen1, mbchar.
12106
12107 2005-08-16  Bruno Haible  <bruno@clisp.org>
12108
12109         * modules/mbiter: New file.
12110         * MODULES.html.sh (Extended multibyte and wide character utilities):
12111         Add mbiter.
12112
12113 2005-08-16  Bruno Haible  <bruno@clisp.org>
12114
12115         * modules/mbfile: New file.
12116         * MODULES.html.sh (Extended multibyte and wide character utilities):
12117         Add mbfile.
12118
12119 2005-08-16  Bruno Haible  <bruno@clisp.org>
12120
12121         * modules/mbchar: New file.
12122         * MODULES.html.sh (Extended multibyte and wide character utilities):
12123         New section.
12124
12125 2005-08-16  Bruno Haible  <bruno@clisp.org>
12126
12127         * m4/tls.m4: New file, from GNU gettext.
12128
12129 2005-08-16  Bruno Haible  <bruno@clisp.org>
12130
12131         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12132         always.
12133         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12134
12135 2005-08-16  Bruno Haible  <bruno@clisp.org>
12136
12137         * m4/mbiter.m4: New file.
12138
12139 2005-08-16  Bruno Haible  <bruno@clisp.org>
12140
12141         * m4/mbfile.m4: New file.
12142
12143 2005-08-16  Bruno Haible  <bruno@clisp.org>
12144
12145         * m4/mbchar.m4: New file.
12146
12147 2005-08-16  Bruno Haible  <bruno@clisp.org>
12148
12149         * lib/tls.h: New file, from GNU gettext.
12150         * lib/tls.c: New file, from GNU gettext.
12151
12152 2005-08-16  Bruno Haible  <bruno@clisp.org>
12153
12154         * lib/strnlen1.h: New file.
12155         * lib/strnlen1.c: New file.
12156
12157 2005-08-16  Bruno Haible  <bruno@clisp.org>
12158
12159         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12160         (mbi_init): Update.
12161         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12162         NUL byte, not after it.
12163
12164 2005-08-16  Bruno Haible  <bruno@clisp.org>
12165
12166         * lib/strcase.h (strcasecmp): Add note in comments.
12167         * lib/strncasecmp.c: Use code from strcasecmp.c.
12168         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12169         (strcasecmp): Work correctly in multibyte locales.
12170
12171 2005-08-16  Bruno Haible  <bruno@clisp.org>
12172
12173         * lib/mbiter.h: New file.
12174
12175 2005-08-16  Bruno Haible  <bruno@clisp.org>
12176
12177         * lib/mbfile.h: New file.
12178
12179 2005-08-16  Bruno Haible  <bruno@clisp.org>
12180
12181         * lib/mbchar.h: New file.
12182         * lib/mbchar.c: New file.
12183
12184 2005-08-16  Bruno Haible  <bruno@clisp.org>
12185
12186         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12187         the valid ones. Makes the comparison operations transitive:
12188         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12189         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12190
12191 2005-08-15  Simon Josefsson  <jas@extundo.com>
12192
12193         * modules/ssize_t (License): Change to 'unlimited'.
12194
12195         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12196
12197 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12198
12199         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12200         Add comments for each pending glibc patch.
12201
12202 2005-08-15  Bruno Haible  <bruno@clisp.org>
12203
12204         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12205         __cplusplus is defined.
12206
12207 2005-08-14  Jim Meyering  <jim@meyering.net>
12208
12209         Sync from coreutils.
12210
12211         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12212         Use the hash-table-based cycle-detection code not just when
12213         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12214         Reported by James Youngman in
12215         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12216         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12217         FTS_TIGHT_CYCLE_CHECK.
12218         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12219         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12220         once again.
12221         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12222         * lib/fts.c (fd_safer): Remove decl.
12223         Include fcntl--.h rather than unistd-safer.h
12224         (fts_safe_changedir): Don't call fd_safer; no longer needed
12225         now that we include fcntl--.h.
12226
12227 2005-08-12  Simon Josefsson  <jas@extundo.com>
12228
12229         * modules/getndelim2: Use ssize_t module.
12230         * modules/getnline: Likewise.
12231         * modules/safe-read: Likewise.
12232         * modules/xreadlink: Likewise.
12233
12234         * modules/ssize_t: New file.
12235
12236 2005-08-12  Simon Josefsson  <jas@extundo.com>
12237
12238         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12239
12240 2005-08-12  Simon Josefsson  <jas@extundo.com>
12241
12242         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12243         ssize_t.
12244
12245 2005-08-12  Simon Josefsson  <jas@extundo.com>
12246
12247         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12248         readline, getdelim and check_version.
12249         (Support for systems lacking ISO C 99: Sizes of integer types):
12250         Add size_max.
12251
12252 2005-08-12  Bruno Haible  <bruno@clisp.org>
12253
12254         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12255
12256 2005-08-11  Simon Josefsson  <jas@extundo.com>
12257
12258         * modules/readline: New file.
12259
12260         * modules/strnlen (Files): Add strnlen.h.
12261
12262 2005-08-11  Simon Josefsson  <jas@extundo.com>
12263
12264         * m4/readline.m4: New file.
12265
12266 2005-08-11  Simon Josefsson  <jas@extundo.com>
12267
12268         * lib/readline.h, readline.c: New file.
12269
12270 2005-08-11  Simon Josefsson  <jas@extundo.com>
12271
12272         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12273         gl_AVOID.
12274
12275 2005-08-11  Bruno Haible  <bruno@clisp.org>
12276
12277         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12278
12279 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12280
12281         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12282
12283 2005-08-10  Simon Josefsson  <jas@extundo.com>
12284
12285         * tests/test-iconvme.c: New file.
12286
12287 2005-08-10  Simon Josefsson  <jas@extundo.com>
12288
12289         * m4/strnlen.m4: New file.
12290
12291         * m4/strndup.m4: Don't check for strnlen declaration, done in
12292         strnlen.m4.
12293
12294 2005-08-10  Simon Josefsson  <jas@extundo.com>
12295
12296         * lib/strndup.c: Use strnlen.h.
12297
12298         * lib/strnlen.h: New file.
12299
12300 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12301
12302         * README: Typos.
12303
12304 2005-08-02  Simon Josefsson  <jas@extundo.com>
12305
12306         * modules/readline: New file.
12307
12308 2005-08-02  Simon Josefsson  <jas@extundo.com>
12309
12310         * modules/getdelim: New file.
12311
12312         * modules/getline: Rewrite, don't use getndelim2.
12313
12314 2005-08-02  Simon Josefsson  <jas@extundo.com>
12315
12316         * m4/getline.m4: Separate out getdelim stuff into separate module.
12317
12318         * m4/getdelim.m4: New file.
12319
12320 2005-08-02  Simon Josefsson  <jas@extundo.com>
12321
12322         * lib/getline.h, getline.c: Rewrite.
12323
12324         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12325
12326 2005-07-31  Bruno Haible  <bruno@clisp.org>
12327
12328         * lib/lock.h (gl_lock_initializer): New macro.
12329         (gl_lock_define_initialized): Use it.
12330         (gl_rwlock_initializer): New macro.
12331         (gl_rwlock_define_initialized): Use it.
12332         (gl_recursive_lock_initializer): New macro.
12333         (gl_recursive_lock_define_initialized): Use it.
12334
12335 2005-07-30  Karl Berry  <karl@gnu.org>
12336
12337         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12338         Report from Ben Pfaff, regarding getopt.
12339
12340 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12341
12342         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12343         normal way.
12344         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12345         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12346         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12347         (gl_GETOPT): Use the new macros.  Most of the implementation
12348         is moved to the new macros.  This is for programs like Emacs
12349         that don't want all the functionality of gl_GETOPT.
12350
12351 2005-07-26  Bruno Haible  <bruno@clisp.org>
12352
12353         * m4/lock.m4: Update from GNU gettext.
12354
12355 2005-07-26  Bruno Haible  <bruno@clisp.org>
12356
12357         * lib/lock.h: Update from GNU gettext.
12358         * lib/lock.c: Update from GNU gettext.
12359
12360 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12361
12362         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12363         obsolescent AC_TRY_RUN.  Include the default includes files, for
12364         'exit'.
12365
12366 2005-07-24  Bruno Haible  <bruno@clisp.org>
12367
12368         * modules/visibility: New file.
12369         * MODULES.html.sh (Misc): Add visibility.
12370
12371 2005-07-24  Bruno Haible  <bruno@clisp.org>
12372
12373         * m4/visibility.m4: New file.
12374
12375 2005-07-24  Bruno Haible  <bruno@clisp.org>
12376
12377         * doc/visibility.texi: New file.
12378
12379 2005-07-22  Bruno Haible  <bruno@clisp.org>
12380
12381         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12382         $(ALLOCA_H), redundant through BUILT_SOURCES.
12383         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12384         redundant through BUILT_SOURCES.
12385         * modules/byteswap (Makefile.am): Remove explicit dependency on
12386         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12387         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12388         $(FNMATCH_H), redundant through BUILT_SOURCES.
12389         * modules/getopt (Makefile.am): Remove explicit dependency on
12390         $(GETOPT_H), redundant through BUILT_SOURCES.
12391         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12392         redundant through BUILT_SOURCES.
12393         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12394         redundant through BUILT_SOURCES.
12395         * modules/stdbool (Makefile.am): Remove explicit dependency on
12396         $(STDBOOL_H), redundant through BUILT_SOURCES.
12397         * modules/stdint (Makefile.am): Remove explicit dependency on
12398         $(STDINT_H), redundant through BUILT_SOURCES.
12399         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12400         Remove explicit dependency on $(SYSEXITS_H).
12401         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12402
12403 2005-07-18  Simon Josefsson  <jas@extundo.com>
12404
12405         * lib/check-version.c (check_version): Accept identical versions too.
12406
12407 2005-07-18  Bruno Haible  <bruno@clisp.org>
12408
12409         * modules/lock: New file.
12410         * MODULES.html.sh (Multithreading): New section.
12411
12412 2005-07-18  Bruno Haible  <bruno@clisp.org>
12413
12414         * m4/lock.m4: New file, from GNU gettext.
12415
12416 2005-07-18  Bruno Haible  <bruno@clisp.org>
12417
12418         * lib/lock.h: New file, from GNU gettext.
12419         * lib/lock.c: New file, from GNU gettext.
12420
12421 2005-07-18  Bruno Haible  <bruno@clisp.org>
12422
12423         * lib/lock.h (gl_once_t): New type.
12424         (gl_once_define, gl_once): New macros.
12425         * lib/lock.c (fresh_once): New variable.
12426         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12427         functions.
12428
12429 2005-07-16  Simon Josefsson  <jas@extundo.com>
12430
12431         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12432         workaround, suggested by Bruno.
12433
12434 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12435
12436         * modules/xalloc (Depends-on): Add xalloc-die.
12437         * modules/xvasprintf (Depends-on): Add xalloc-die.
12438
12439 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12440
12441         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12442         with a minor change.
12443
12444 2005-07-15  Bruno Haible  <bruno@clisp.org>
12445
12446         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12447         When using lib/poll.c, define poll as rpl_poll.
12448
12449 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12450
12451         * modules/argp (Depends-on): Remove unlocked-io.
12452
12453 2005-07-14  Derek Price  <derek@ximbiot.com>
12454
12455         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12456         for glob symlink bug.
12457
12458 2005-07-14  Bruno Haible  <bruno@clisp.org>
12459
12460         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12461         Instead, test for *_unlocked function declarations directly.
12462
12463 2005-07-11  Simon Josefsson  <jas@extundo.com>
12464
12465         * modules/size_max: New file.
12466
12467         * modules/xsize: Depend on size_max module for size_max.m4.
12468
12469 2005-07-11  Simon Josefsson  <jas@extundo.com>
12470
12471         * lib/size_max.h: New file.
12472
12473 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12474
12475         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12476         copyright symbol and the year.
12477         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12478         (version_etc_va): Use parameterized copyright notice.
12479         Reword to conform to the current GNU coding standards.
12480
12481 2005-07-11  Karl Berry  <karl@gnu.org>
12482
12483         * doc/gnulib.texi (Quoting): new node.
12484         (Initial import): more info, from Patrice.
12485
12486 2005-07-11  Bruno Haible  <bruno@clisp.org>
12487
12488         * gnulib-tool (func_usage): Document option --avoid.
12489         (Command line options): Handle --avoid.
12490         (func_acceptable): New function.
12491         (func_modules_transitive_closure): Use it.
12492
12493 2005-07-11  Bruno Haible  <bruno@clisp.org>
12494
12495         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12496         Reported by Jim Meyering.
12497
12498 2005-07-10  Bruno Haible  <bruno@clisp.org>
12499
12500         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12501         Needed when size_t is smaller than 'unsigned int'.
12502         Reported by Paul Eggert.
12503
12504 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12505
12506         * modules/argp (Depends-on): Add unlocked-io
12507
12508 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12509
12510         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12511         block of defines.
12512
12513 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12514
12515         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12516         fix now.
12517
12518 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12519         and Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12522         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12523
12524 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12525
12526         * modules/regex (Files): Add lib/regex_internal.c,
12527         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12528         (Depends-on): Add extensions.
12529         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12530
12531 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12532
12533         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12534         pathconf.
12535         * m4/same.m4 (gl_SAME): Likewise.
12536         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12537
12538         * m4/regex.m4: Adjust to new libc regex implementation.
12539         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12540         all the .c and .h parts of (the new) regex.
12541         Quote the m4 stuff better.
12542         Check for RE_ICASE bug of old gnulib.
12543         Check for REG_STARTEND of recent libc.
12544         Rename local variables from jm_* to gl_*.
12545         Quote operand of "test -f".
12546         Say "recent enough" version of libc, not "version 2".
12547         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12548         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12549         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12550         Remove check for btowc, isascii.
12551         Require AM_LANGINFO_CODESET.
12552
12553 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12554
12555         * lib/regex.c, regex.h: Sync from libc.
12556         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12557         * lib/regexec.c:
12558         New files, synced from libc, except that regex_internal.h
12559         currently has a small porting fix.
12560
12561 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12562
12563         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12564         regex_internal.c, regexec.c.
12565         Add regex_internal.h too, but as a comment, since the libc version
12566         is currently broken in gnulib mode.
12567
12568 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12569
12570         Support programs like Emacs that use gnulib but not gettext.
12571         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12572         * modules/gettext-h: New file.
12573         * modules/gettext (Files): Remove lib/gettext.h.
12574         (Depends-on): Add gettext-h.
12575         (Makefile.am): Remove lib_SOURCES.
12576         * modules/argmatch, modules/c-stack, modules/closeout:
12577         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12578         * modules/execute, modules/file-type, modules/getaddrinfo:
12579         * modules/getopt, modules/human, modules/javacomp:
12580         * modules/javaexec, modules/mkdir-p, modules/obstack:
12581         * modules/openat, modules/pagealign_alloc, modules/pipe:
12582         * modules/quotearg, modules/regex, modules/rpmatch:
12583         * modules/unicodeio, modules/userspec, modules/version-etc:
12584         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12585         * modules/xsetenv:
12586         Depend on gettext-h, not gettext.
12587
12588 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12589
12590         * gnulib-tool (func_import): Add support for 'public domain' license.
12591         * modules/alloca, modules/atexit, modules/memmove:
12592         Now public domain, not GPL.
12593         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12594         * modules/realloc, modules/strerror, modules/strtod:
12595         Now LGPL, not GPL.
12596
12597 2005-07-05  Bruno Haible  <bruno@clisp.org>
12598
12599         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12600         autoconf CVS. Needed for mingw.
12601
12602 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12603
12604         Remove the dependency of the strftime module on the tzset module.
12605         * modules/strftime (Depends-on): Remove dependency on tzset.
12606
12607 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12608
12609         Remove the dependency of the strftime module on the tzset module.
12610         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12611         gl_FUNC_TZSET_CLOBBER.
12612
12613 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12614
12615         Remove the dependency of the strftime module on the tzset module.
12616         * lib/strftime.c (my_strftime)
12617         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12618         Copy the input structure, to work around some of the bug with
12619         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12620         Solaris releases, you should also use the tzset module, but we won't
12621         require it as a dependency any more since we don't want LGPLed code
12622         to depend on GPLed code.
12623
12624 2005-07-02  Jim Meyering  <jim@meyering.net>
12625
12626         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12627         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12628         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12629         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12630
12631 2005-07-02  Jim Meyering  <jim@meyering.net>
12632
12633         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12634
12635 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12636
12637         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12638         declares only 'struct timespec;' (!).
12639
12640 2005-07-01  Jim Meyering  <jim@meyering.net>
12641
12642         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12643         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12644         * lib/save-cwd.c, tempname.c:
12645         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12646         and don't include <sys/file.h>).
12647
12648 2005-06-29  Jim Meyering  <jim@meyering.net>
12649
12650         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12651         type name.  Use the variable name instead.
12652         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12653         Likewise.
12654
12655 2005-06-28  Simon Josefsson  <jas@extundo.com>
12656
12657         * modules/check-version (Files): Add check-version.m4.
12658
12659 2005-06-28  Simon Josefsson  <jas@extundo.com>
12660
12661         * m4/check-version.m4: New file, suggested by Jim Meyering
12662         <jim@meyering.net>.
12663
12664 2005-06-28  Simon Josefsson  <jas@extundo.com>
12665
12666         * lib/check-version.h, lib/check-version.c: New files.
12667
12668 2005-06-28  Simon Josefsson  <jas@extundo.com>
12669
12670         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12671         collision with global variable.  Better indentation.  Don't
12672         increment buffer pointer beyond buffer end.  Based on comments
12673         from Paul Eggert <eggert@cs.ucla.edu>.
12674
12675         * lib/base64.h: Indent.
12676
12677 2005-06-28  Simon Josefsson  <jas@extundo.com>
12678
12679         * doc/gnulib.texi (Library version handling): New section.
12680
12681 2005-06-28  Jim Meyering  <jim@meyering.net>
12682
12683         * check-module (find_included_lib_files): Hard-code another
12684         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12685         but modules/fts-lgpl (correctly) does not list those files.
12686
12687         * modules/canonicalize (Files): Add lib/pathmax.h.
12688
12689 2005-06-25  Simon Josefsson  <jas@extundo.com>
12690
12691         * modules/check-version: New file.
12692
12693 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12694
12695         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12696         initializer of struct addrinfo, as an indication that we don't
12697         care how many members the structure has.
12698
12699 2005-06-24  Derek Price  <derek@ximbiot.com>
12700         and Bruno Haible  <bruno@clisp.org>
12701
12702         Remove stat module & update lstat.
12703         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12704         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12705         * m4/stat.m4: Remove this file.
12706
12707 2005-06-24  Derek Price  <derek@ximbiot.com>
12708         and Bruno Haible  <bruno@clisp.org>
12709
12710         Remove stat module & update lstat.
12711         * lib/stat.c: Remove this file...
12712         (slash_aware_lstat): ...moving this content and its support...
12713         * lib/lstat.c (rpl_lstat): ...into here.
12714         * lib/lstat.h: New file.
12715
12716 2005-06-24  Derek Price  <derek@ximbiot.com>
12717         and Bruno Haible  <bruno@clisp.org>
12718
12719         Remove stat module & update lstat.
12720         * config/srclist.txt (libc sources): Remove stat.
12721
12722 2005-06-24  Derek Price  <derek@ximbiot.com>
12723         and Bruno Haible  <bruno@clisp.org>
12724
12725         Remove stat module & update lstat.
12726         * MODULES.html.sh (stat): Remove.
12727         * MODULES.html: Regenerated.
12728         * modules/lstat (Description): Correct function name.
12729         (Files): Add "lstat.h".
12730         (Depends-on): Remove stat, add xalloc, stat-macros.
12731         * modules/stat: Remove this file.
12732         (Include): Add "lstat.h", remove <sys/stat.h>.
12733
12734 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12735
12736         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12737         (ranged_convert): Don't save conversion in a temporary struct.
12738         This causes a warning with GCC 4.0.0, and anyway in the typical
12739         case it's not worth the extra 100 bytes or so of code.
12740         (ranged_convert, __mktime_internal): When calling a function via a
12741         pointer P, use P () rather than (*P) (), as we now assume C89 or
12742         better.
12743
12744 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12745
12746         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12747         "who -r" failed to give output.  Problem reported by Tim Waugh.
12748
12749         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12750         (xcalloc): Use it to avoid needless tests.
12751         Problem reported by Jim Meyering.
12752
12753 2005-06-20  Derek Price  <derek@ximbiot.com>
12754
12755         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12756         unnecessary for Autoconfs > 2.59c.
12757
12758 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12759
12760         * lib/argp.h (__option_is_short): Check upper limit of
12761         __key. Isprint() requires its argument to have the value
12762         of an unsigned char or EOF.
12763
12764 2005-06-16  Jim Meyering  <jim@meyering.net>
12765
12766         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12767         when either N or S is zero.
12768
12769 2005-06-16  Derek Price  <derek@ximbiot.com>
12770
12771         * m4/bison.m4: Declare YACC & YFLAGS precious.
12772
12773 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12774
12775         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12776         multibyte string or pattern, fall back on unibyte matching.
12777         Problem reported by James Youngman.
12778
12779 2005-06-08  Bruno Haible  <bruno@clisp.org>
12780
12781         * modules/csharpcomp: New file.
12782         * MODULES.html.sh (C#): Add csharpcomp.
12783
12784 2005-06-08  Bruno Haible  <bruno@clisp.org>
12785
12786         * m4/csharpcomp.m4: New file, from GNU gettext.
12787
12788 2005-06-08  Bruno Haible  <bruno@clisp.org>
12789
12790         * lib/csharpcomp.h: New file, from GNU gettext.
12791         * lib/csharpcomp.c: New file, from GNU gettext.
12792         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12793
12794 2005-06-08  Bruno Haible  <bruno@clisp.org>
12795
12796         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12797         warning on mingw.
12798
12799 2005-06-07  Derek Price  <derek@ximbiot.com>
12800
12801         Sync from CVS.
12802         * lib/glob_.h: Indent nested #ifdef.
12803
12804 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12805
12806         Sync from coreutils.
12807         Use "file name" when talking about file names, instead of "filename"
12808         or "path", as per the GNU coding standards.
12809         * lib/mkdir-p.c: Renamed from makepath.c.
12810         (make_dir_parents): Renamed from make_path.  All callers changed.
12811         * lib/mkdir-p.h: Likewise.  All includers changed.
12812         * lib/filenamecat.c: Renamed from path-concat.c.
12813         (file_name_concat): Renamed from path_concat.  All callers changed.
12814         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12815         * lib/filenamecat.h: Likewise.  All includers changed.
12816         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12817         in comments or local variable names.
12818         * lib/basename.c: Likewise.
12819         * lib/canonicalize.c, canonicalize.h: Likewise.
12820         * lib/dirname.c, dirname.h: Likewise.
12821         * lib/euidaccess.c: Likewise.
12822         * lib/exclude.c: Likewise
12823         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12824         * lib/fsusage.c, fsuage.h: Likewise.
12825         * lib/fts.c, fts_.h: Likewise.
12826         * lib/getcwd.c: Likewise.
12827         * lib/getloadavg.c: Likewise.
12828         * lib/mkstemp.c: Likewise.
12829         * lib/mountlist.c, mountlist.h: Likewise.
12830         * lib/openat.c, openat.h: Likewise.
12831         * lib/readlink-stub.c: Likewise.
12832         * lib/readutmp.c, readutmp.h: Likewise.
12833         * lib/rename.c: Likewise.
12834         * lib/rmdir.c: Likewise.
12835         * lib/same.c: Likewise.
12836         * lib/savedir.c: Likewise.
12837         * lib/stripslash.c: Likewise.
12838         * lib/tempname.c: Likewise.
12839         * lib/xreadlink.c: Likewise.
12840         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12841         All uses changed.
12842         * lib/exclude.h: Likewise.
12843
12844         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12845         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12846         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12847         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12848         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12849         files have been getting away with it for years (MORE/BSD 4.3
12850         is extinct now).
12851         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12852         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12853
12854         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12855         Define to 256, not 255, as per modern POSIX.
12856
12857 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12858
12859         Sync from coreutils.
12860         Use "file name" when talking about file names, instead of "filename"
12861         or "path", as per the GNU coding standards.
12862         * MODULES.html.sh: mkdir-p renamed from makepath.
12863         filenamecat renamed from path-concat.
12864         * modules/filenamecat: Renamed from modules/path-concat.
12865         (Files): filenamecat.h and filenamecat.c renamed from
12866         path-concat.h and path-concat.c.
12867         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12868         (Include): filenamecat.h, not path-concat.h.
12869         * modules/mkdir-p: Renamed from modules/makepath.
12870         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12871         makepath.c.
12872         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12873         (Include): mkdir-p.h, not makepath.h.
12874
12875 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         Sync from coreutils.
12878         * m4/mkdir-p.m4: Renamed from makepath.m4.
12879         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12880         Rename files from makepath.c to mkdir-p.c, and from
12881         makepath.h to mkdir-p.h.
12882         * m4/filenamecat.m4: Renamed from path-concat.m4.
12883         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12884         Rename files from path-concat.c to filenamecat.c,
12885         and from path-concat.h to filenamecat.h.
12886         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12887         "file name" in local variables or comments.
12888         * m4/rename.m4: Likewise.
12889
12890 2005-06-01  Bruno Haible  <bruno@clisp.org>
12891
12892         * modules/csharpexec: New file.
12893         * MODULES.html.sh (C#): New section.
12894
12895 2005-06-01  Bruno Haible  <bruno@clisp.org>
12896
12897         * m4/csharp.m4: New file, from GNU gettext.
12898         * m4/csharpexec.m4: New file, from GNU gettext.
12899
12900 2005-06-01  Bruno Haible  <bruno@clisp.org>
12901
12902         * lib/csharpexec.h: New file, from GNU gettext.
12903         * lib/csharpexec.c: New file, from GNU gettext.
12904         * lib/csharpexec.sh.in: New file, from GNU gettext.
12905
12906 2005-05-31  Derek Price  <derek@ximbiot.com>
12907             Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         Sync from cvs.
12910         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12911
12912 2005-05-31  Derek Price  <derek@ximbiot.com>
12913             Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         Sync from cvs.
12916         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12917
12918 2005-05-29  Derek Price  <derek@ximbiot.com>
12919
12920         * config/srclist.txt (glob_.h, glob.c): Add these files.
12921
12922 2005-05-29  Derek Price  <derek@ximbiot.com>
12923
12924         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12925         * modules/glob: New file.
12926         * modules/getlogin_r: Add link to POSIX spec in description.
12927
12928 2005-05-29  Derek Price  <derek@ximbiot.com>
12929             Paul Eggert  <eggert@cs.ucla.edu>
12930
12931         * m4/glob.m4: New file.
12932
12933 2005-05-29  Derek Price  <derek@ximbiot.com>
12934             Paul Eggert  <eggert@cs.ucla.edu>
12935
12936         * lib/glob_.h, lib/glob.c: New files.
12937
12938 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12939
12940         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12941         * modules/fts-lgpl (Depends-on): Remove gettext.
12942
12943 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12944
12945         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12946         and don't require gt_INTTYPES_PRI.
12947
12948 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12949
12950         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12951
12952         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12953         the configuration hassle isn't worth it.
12954         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12955         (LONGEST_MODIFIER, PRIuMAX): Remove.
12956
12957 2005-05-27  Bruno Haible  <bruno@clisp.org>
12958
12959         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12960
12961 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12962
12963         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12964         _POSIX_PTHREAD_SEMANTICS for Solaris.
12965
12966 2005-05-25  Derek Price  <derek@ximbiot.com>
12967
12968         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12969
12970 2005-05-25  Derek Price  <derek@ximbiot.com>
12971             Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12974         * lib/getlogin_r.c, getlogin_r.h: New files.
12975
12976 2005-05-25  Bruno Haible  <bruno@clisp.org>
12977             Derek Price  <derek@ximbiot.com>
12978
12979         * lib/getlogin_r.h: Simplify API documentation.
12980
12981 2005-05-23  Derek Price  <derek@ximbiot.com>
12982
12983         * modules/minmax (Files): Add m4/minmax.m4.
12984         (configure.ac): Add gl_MINMAX.
12985
12986 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12989         so that unistd-safer.h (GPL'ed code) need not be included.
12990
12991 2005-05-22  Bruno Haible  <bruno@clisp.org>
12992
12993         * m4/minmax.m4: New file.
12994         Based on a patch by Derek Price <derek@ximbiot.com>.
12995
12996 2005-05-22  Bruno Haible  <bruno@clisp.org>
12997
12998         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12999         (INT64_MIN): Fix definition.
13000         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13001
13002         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13003         NEED_SIGNED_INT_TYPES.
13004
13005         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13006         HAVE_SYSTEM_INTTYPES.
13007
13008 2005-05-22  Bruno Haible  <bruno@clisp.org>
13009
13010         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13011         Also include <sys/param.h> if it defines MIN, MAX.
13012         Based on a patch by Derek Price <derek@ximbiot.com>.
13013
13014 2005-05-21  Jim Meyering  <jim@meyering.net>
13015
13016         * modules/fts (Files): Add m4/inttypes-pri.m4.
13017         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13018
13019 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13020
13021         New fts module.
13022         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13023         (setup_dir, free_dir): New functions.
13024         (enter_dir, leave_dir): Define trivial
13025         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13026         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13027         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13028         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13029         Move to fts-cycle.c.
13030         (fts_open): Use setup_dir.
13031         (fts_close): Use free_dir.
13032         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13033         This adds a label and some gotos, but the alternatives were messier.
13034         Check for memory allocation failure when entering a dir.
13035         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13036         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13037         (FTS): New member fts_cycle, that is a union that contains the
13038         old active_dir_ht and cycle_state.  All uses changed to mention
13039         fts_cycle.ht and fts_cycle.state.
13040         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13041         fts.c, with the following changes:
13042         (setup_dir, free_dir): New functions.
13043         (enter_dir): Now returns bool.  Return true if successful, false
13044         if memory exhausted.  All callers changed.
13045         Do not bother partly cleaning up on
13046         memory allocation failure; that is free_dir's job.
13047         However, free ad if hash_insert fails, to avoid memory leak.
13048         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13049         fts->fts_options to see which union member to use.
13050
13051 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13052
13053         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13054         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13055
13056 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13057
13058         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13059
13060 2005-05-20  Jim Meyering  <jim@meyering.net>
13061
13062         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13063         Now a macro, to pacify GCC.
13064
13065 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13066
13067         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13068         of -1.
13069
13070 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13071
13072         * lib/chown.c (rpl_chown): Return -1 on failure.
13073
13074 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13075
13076         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13077         Don't check for stddef.h.
13078         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13079         don't use its results.
13080         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13081         since we include them unconditionally.  Don't require
13082         AM_STDBOOL_H, since stdbool is a prerequisite.
13083         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13084         since we assume C89 or better.
13085         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13086         as we don't use their results.
13087         Don't check for fchdir, memmove, memset, strrchr, as we use
13088         them unconditionally.
13089         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13090         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13091
13092 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13093
13094         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13095         Include <stddef.h> unconditionally, since we assume C89 now.
13096         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13097         * lib/fts.c: Include fts_.h first, to check interface.
13098         Do not include intprops.h; no longer needed.
13099         Include cycle-check.h and hash.h, since fts_.h no longer does.
13100         Remove unnecessary casts of closedir to void.
13101         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13102         decide whether to decrement nlinks.
13103         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13104         (FTS): Use struct hash_table * instead of Hash_table, so that
13105         we no longer need to include hash.h here.
13106
13107 2005-05-18  Jim Meyering  <jim@meyering.net>
13108
13109         * modules/dirfd (License): Change to LGPL.  Most of the code
13110         is already in the public domain.
13111
13112 2005-05-18  Jim Meyering  <jim@meyering.net>
13113
13114         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13115         Reported by Yoann Vandoorselaere.
13116
13117 2005-05-17  Jim Meyering  <jim@meyering.net>
13118
13119         * m4/fts.m4: New file, from coreutils.
13120
13121 2005-05-17  Jim Meyering  <jim@meyering.net>
13122
13123         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13124
13125 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13126
13127         Sync from coreutils.
13128         * m4/unlinkdir.m4: New file.
13129
13130 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13131
13132         Sync from coreutils.
13133         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13134         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13135         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13136         White space changes only.
13137         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13138         special.
13139         * lib/yesno.c: Include getline.h, not ctype.h.
13140         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13141         Use getline to remove arbitrary restriction on response length.
13142
13143 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13144
13145         * config/srclist-update: Spell out "Street" in FSF postal
13146         mail address; this is the style the FSF seems to prefer.
13147
13148         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13149         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13150         this updates FSF postal mail address.
13151
13152         Sync from coreutils.
13153         * modules/unlinkdir: New file.
13154         * modules/yesno (Depends-on): Add getline.
13155         * MODULES.html.sh (File system functions): Add unlinkdir.
13156
13157 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13158
13159         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13160         lib/strsep.h:
13161         Change the initial comment to refer to GPL, not LGPL.
13162         gnulib-tool will change it to LGPL as needed.
13163
13164         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13165         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13166         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13167         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13168         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13169         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13170         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13171         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13172         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13173         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13174         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13175         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13176         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13177         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13178         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13179         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13180         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13181         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13182         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13183         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13184         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13185         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13186         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13187         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13188         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13189         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13190         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13191         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13192         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13193         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13194         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13195         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13196         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13197         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13198         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13199         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13200         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13201         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13202         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13203         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13204         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13205         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13206         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13207         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13208         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13209         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13210         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13211         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13212         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13213         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13214         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13215         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13216         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13217         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13218         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13219         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13220         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13221         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13222         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13223         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13224         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13225         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13226         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13227         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13228         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13229         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13230         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13231         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13232         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13233         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13234         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13235         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13236         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13237         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13238         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13239         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13240         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13241         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13242         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13243         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13244         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13245         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13246         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13247         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13248         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13249         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13250         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13251         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13252         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13253         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13254         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13255         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13256         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13257         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13258         lib/yesno.c, lib/yesno.h:
13259         Update FSF postal mail address.
13260
13261 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13262
13263         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13264         tests/test-memmem.c, tests/test-stpncpy.c:
13265         Update FSF postal mail address.
13266
13267 2005-05-13  Bruno Haible  <bruno@clisp.org>
13268
13269         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13270         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13271         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13272         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13273         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13274         Add support for 64-bit integers in the MSVC compiler.
13275
13276 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13277
13278         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13279
13280 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13281
13282         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13283
13284 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13285
13286         * doc/getdate.texi (General date syntax): Don't say that date
13287         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13288         Problem reported by Nic Ferrier.
13289
13290 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13291
13292         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13293         specified in ai_socktype. Fix invalid ai_protocol
13294         check. ai_protocol is usually set to 0 or depending on
13295         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13296         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13297         ai_socktype / ai_protocol in the returned addrinfo structure.
13298
13299 2005-05-10  Simon Josefsson  <jas@extundo.com>
13300
13301         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13302         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13303
13304 2005-05-10  Karl Berry  <karl@gnu.org>
13305
13306         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13307         (from http://www.gnu.org/licenses).
13308         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13309         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13310         fdl.texi suffices.
13311
13312 2005-05-10  Karl Berry  <karl@gnu.org>
13313
13314         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13315         (COPYING.DOC): remove.
13316
13317         * config/srclist-update: new FSF address.
13318
13319 2005-05-10  Derek Price  <derek@ximbiot.com>
13320
13321         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13322         possible.
13323
13324 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13325             Bruno Haible  <bruno@clisp.org>
13326
13327         * modules/inet_ntop: New file.
13328         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13329         inet_ntop.
13330
13331 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13332             Bruno Haible  <bruno@clisp.org>
13333
13334         * m4/inet_ntop.m4: New file.
13335
13336 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13337             Bruno Haible  <bruno@clisp.org>
13338
13339         * lib/inet_ntop.h: New file.
13340         * lib/inet_ntop.c: New file, from glibc with modifications.
13341
13342 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13343
13344         * modules/time_r (License): Change to LGPL.
13345         * modules/extensions (License): Change to LGPL.  Actually,
13346         the license is more permissive than that, but currently gnulib-tool
13347         doesn't know how to handle more-permissive licenses.
13348
13349         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13350         Problem reported by Dave Love.
13351
13352 2005-05-08  Jim Meyering  <jim@meyering.net>
13353
13354         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13355         blank.
13356
13357 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13358
13359         * modules/argmatch (Depends-on): Add stdbool.
13360         * modules/backupfile (Depends-on): Likewise.
13361         * modules/chdir-long (Depends-on): Likewise.
13362         * modules/closeout (Depends-on): Likewise.
13363         * modules/cycle-check (Depends-on): Likewise.
13364         * modules/dirname (Depends-on): Likewise.
13365         * modules/fnmatch (Depends-on): Likewise.
13366         * modules/fsusage (Depends-on): Likewise.
13367         * modules/fwriteerror (Depends-on): Likewise.
13368         * modules/getcwd (Depends-on): Likewise.
13369         * modules/getloadavg (Depends-on): Likewise.
13370         * modules/hard-locale (Depends-on): Likewise.
13371         * modules/makepath (Depends-on): Likewise.
13372         * modules/mountlist (Depends-on): Likewise.
13373         * modules/nanosleep (Depends-on): Likewise.
13374         * modules/posixtm (Depends-on): Likewise.
13375         * modules/quotearg (Depends-on): Likewise.
13376         * modules/readtokens (Depends-on): Likewise.
13377         * modules/readtokens0 (Depends-on): Likewise.
13378         * modules/readutmp (Depends-on): Likewise.
13379         * modules/save-cwd (Depends-on): Likewise.
13380         * modules/strftime (Depends-on): Likewise.
13381         * modules/userspec (Depends-on): Likewise.
13382         * modules/utimecmp (Depends-on): Likewise.
13383         * modules/xgetcwd (Depends-on): Likewise.
13384         * modules/xnanosleep (Depends-on): Likewise.
13385         * modules/xstrtod (Depends-on): Likewise.
13386         * modules/yesno (Depends-on): Likewise.
13387
13388 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13389
13390         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13391         needless checks.
13392
13393 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13394
13395         Merge from coreutils.  Among other things,
13396         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13397         * lib/fd-safer.c: New file.
13398         * lib/fcntl-safer.h, open-safer.c: Remove.
13399         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13400         * lib/dup-safer.c: Include unistd-safer.h first.
13401         Don't include errno.h.
13402         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13403         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13404         * lib/file-type.c: Rely on file-type.h change.
13405         * lib/getloadavg.c: Include unistd-safer.h.
13406         (getloadavg): Use safer open.
13407         * lib/getusershell.c: Include "stdio-safer.h".
13408         (getusershell): Use safer fopen.
13409         * lib/long-options.c (long_options): Use NULL rather than 0.
13410         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13411         'free'.
13412         * lib/modechange.c: Likewise.
13413         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13414         (MODE_DONE): New constant.
13415         (struct mode_change): Remove 'next' member.
13416         (make_node_op_equals): New function; like the old one of the
13417         same name, except it allocates an array.
13418         (mode_compile, mode_create_from_ref): Use it.
13419         (mode_compile): Allocate result as an array, not a linked list.
13420         Parse octal string ourself, so that we catch mistakes like "+0".
13421         (mode_adjust): Arg is an array, not a linked list.
13422         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13423         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13424         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13425         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13426         Remove.  This is now stat-macros.h's job.
13427         (talloc): Remove.  All callers replaced by xalloc, so that
13428         our invokers don't have to worry about reporting memory failures.
13429         (make_node_op_equals): Remove.
13430         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13431         New constants.
13432         (struct mode_change): Moved here from modechange.h.
13433         (mode_append_entry): Remove.
13434         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13435         apps to have incorrect behavior.  Use simpler algorithm for head
13436         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13437         Detect more invalid usages rather than having somewhat-random behavior.
13438         Don't insert an "a=" action, as that leads to incorrect behavior.
13439         (mode_compile, mode_create_from_ref): Return NULL on error instead
13440         of an enum, since now there's only one way to have an error.  All
13441         callers changed.
13442         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13443         at the correct time.  Simplify calculation of "+u" and its ilk.
13444         Don't mishandle "+X".
13445         (mode_free): Remove "register" and localize decls.
13446         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13447         (struct mode_change): Move to modechange.c; callers don't
13448         need to see this stuff.
13449         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13450         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13451         (mode_change, mode_adjust): Reflect the new signatures noted above.
13452         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13453         that might redefine system include files.
13454         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13455         (my_usleep): Use NULL rather than (void *) 0.
13456         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13457         Use siginterrupt to specify that system calls should be interrupted.
13458         (rpl_nanosleep): Move initialization of suspended closer to call of
13459         my_usleep.
13460         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13461         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13462         (desirable_utmp_entry): New function.
13463         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13464         using x2nrealloc, to simplify logic.
13465         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13466         size calculation.  Do not assume utmp file is a regular file.
13467         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13468         (READ_UTMP_CHECK_PIDS): New constant.
13469         * lib/save-cwd.c: Include unistd-safer.h.
13470         (save_cwd): Use fd_safer.
13471         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13472         [!_LIBC] Include "stat-macros.h" instead.
13473         * lib/unistd-safer.h (fd_safer): New decl.
13474
13475 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13476
13477         * modules/getloadavg (Depends-on): Add unistd-safer.
13478         * modules/getusershell (Depends-on): Add stdio-safer.
13479         * modules/lstat (Depends-on): Remove xalloc.
13480         * modules/mkstemp (Depends-on): Add stat-macros.
13481         * modules/modechange (Depends-on): Remove xstrtol.
13482         Add stat-macros, xalloc.
13483         * modules/save-cwd (Depends-on): Add unistd-safer.
13484         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13485         * modules/unistd-safer (Files): Add lib/fd-safer.c
13486         (Makefile.am): Remove lib_SOURCES.
13487
13488         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13489         Remove fcntl-safer; unistd-safer supersedes it.
13490
13491 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13492
13493         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13494         AC_HEADER_STAT.
13495         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13496         (gl_PREREQ_CHOWN): Remove.
13497         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13498         it.  Don't require AC_HEADER_STAT.
13499         (gl_PREREQ_LSTAT): Remove.
13500         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13501         Don't require AC_HEADER_STAT.
13502         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13503         (gl_PREREQ_RMDIR): Remove.
13504         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13505         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13506         the stat-macros module a prerequisite.
13507         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13508         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13509         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13510         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13511         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13512         variable names.
13513         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13514         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13515         variable prefixes.
13516         * m4/fcntl-safer.m4: Remove.
13517         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13518         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13519         Invoke gl_PREREQ_FD_SAFER.
13520         (gl_PREREQ_FD_SAFER): New macro.
13521         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13522         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13523         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13524         Remove duplicate call to AC_LIBOBJ(readutmp).
13525         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13526
13527         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13528         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13529
13530 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13531
13532         * MODULES.html.sh (Misc): Add byteswap.
13533
13534 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13535
13536         * modules/getcwd (Depends-on): Add extensions.
13537         * modules/openat (Depends-on): Likewise.
13538
13539 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13540
13541         * modules/byteswap: New file.
13542
13543 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13544
13545         * m4/byteswap.m4: New file.
13546
13547 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13548
13549         * lib/byteswap_.h: New file.
13550
13551 2005-04-25  Karl Berry  <karl@gnu.org>
13552
13553         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13554
13555 2005-04-25  Albert Chin  <china@thewrittenword.com>
13556
13557         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13558         Toolkit C bug.
13559
13560 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13561
13562         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13563         (func_ln_if_changed) Remove forcibly for no error message
13564         in case file does not exist.
13565
13566 2005-04-19  Simon Josefsson  <jas@extundo.com>
13567
13568         * gnulib-tool (Options): Make --symlink mean --symbolic.
13569
13570 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13571
13572         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13573
13574 2005-04-16  Simon Josefsson  <jas@extundo.com>
13575
13576         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13577
13578 2005-04-15  Simon Josefsson  <jas@extundo.com>
13579
13580         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13581
13582 2005-04-15  Simon Josefsson  <jas@extundo.com>
13583
13584         * gnulib-tool: Rename --symlink to --symbolic.
13585
13586 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13587
13588         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13589         symbolic links to files instead of copying/moving.  Add --aux-dir,
13590         specifying directory relative --dir where auxiliary build tools
13591         are placed.
13592
13593 2005-04-14  Bruno Haible  <bruno@clisp.org>
13594
13595         * modules/allocsa (License): Change to LGPL.
13596         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13597
13598 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13599
13600         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13601         that "UTC +1 second" continues to work.  Problem reported
13602         by Dmitry V. Levin.
13603         (relunit_snumber): New rule.
13604         (relunit): Use it.
13605
13606 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13607
13608         * lib/getdate.y (universal_time_zone_table): New constant.
13609         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13610         universal_time_zone_table.
13611         (lookup_zone): Prefer universal_time_zone_table to
13612         local_time_zone_table, so that "GMT" time stamps are allowed in
13613         London during the summer.  Problem reported by Ian Abbott.
13614
13615 2005-04-12  Jim Meyering  <jim@meyering.net>
13616
13617         * lib/human.c (humblock): Set *options even when returning due to
13618         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13619         warning from gcc-4.
13620
13621 2005-04-09  Jim Meyering  <jim@meyering.net>
13622
13623         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13624         -Wuninitialized: initialize tm0.tm_year.
13625
13626 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13627
13628         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13629         count, since there's no maximum.  All uses changed.
13630         Add member dsts_seen.
13631         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13632         not being INT_MAX.
13633         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13634         Use pc_rels_seen to decide whther a date is absolute.
13635
13636         * lib/getdate.y (number): Don't overwrite year.
13637         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13638         check.
13639
13640 2005-04-02  Simon Josefsson  <jas@extundo.com>
13641
13642         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13643         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13644
13645 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13646
13647         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13648         where no absolute path name can be longer than PATH_MAX.
13649
13650 2005-03-27  Jim Meyering  <jim@meyering.net>
13651
13652         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13653
13654 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13655
13656         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13657         "one's complement" -> "ones' complement" in comment, as per Knuth.
13658         "value of type" -> "type or expression" in comment.
13659         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13660
13661 2005-03-26  Jim Meyering  <jim@meyering.net>
13662
13663         Comment nits.
13664         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13665         Correct typos: s/or/of/.
13666
13667 2005-03-26  Jim Meyering  <jim@meyering.net>
13668
13669         * modules/check-include-files: Move to ../ and rename to...
13670         * check-module: ...this.
13671
13672 2005-03-25  Jim Meyering  <jim@meyering.net>
13673
13674         * modules/xvasprintf (Files): Add xalloc.h.
13675
13676 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13677
13678         * modules/gettext (Files): config/config.rpath ->
13679         build-aux/config.rpath
13680         * modules/iconv (Files): Likewise.
13681         Problem reported by Oskar Liljeblad.
13682
13683 2005-03-23  Jim Meyering  <jim@meyering.net>
13684
13685         * modules/check-include-files: New script to check for
13686         missing dependencies, multiple includes, etc.
13687
13688         * modules/c-strtold (Depends-on): Add xalloc.
13689         * modules/c-strtod (Depends-on): Add xalloc.
13690         * modules/hash (Depends-on): Add xalloc.
13691         (Files): Remove lib/xalloc.h.
13692
13693         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13694         * modules/userspec (Files): Add lib/inttostr.h.
13695
13696 2005-03-23  Jim Meyering  <jim@meyering.net>
13697
13698         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13699
13700 2005-03-22  Jim Meyering  <jim@meyering.net>
13701
13702         * modules/stat-macros: New module.
13703         * modules/canonicalize, modules/euidaccess, modules/file-type,
13704         * modules/filemode, modules/lchown, modules/makepath,
13705         * modules/rmdir, modules/stat: Depend on new stat-macros module
13706         rather than listing lib/stat-macros.h manually.
13707         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13708
13709 2005-03-22  Jim Meyering  <jim@meyering.net>
13710
13711         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13712
13713 2005-03-22  Bruno Haible  <bruno@clisp.org>
13714
13715         * config/srclist.txt: Replace target directory 'config' with
13716         'build-aux'.
13717         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13718         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13719         ../build-aux/.
13720
13721 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13722
13723         * modules/chdir-long (Depends-on): Add mempcpy.
13724
13725         * modules/acl, modules/backupfile, modules/c-strtod,
13726         modules/c-strtold, modules/canon-host, modules/canonicalize,
13727         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13728         modules/exclude, modules/exitfail, modules/file-type,
13729         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13730         modules/getdate, modules/getline, modules/getpagesize,
13731         modules/getpass, modules/getugroups, modules/group-member,
13732         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13733         modules/inttostr, modules/long-options, modules/makepath,
13734         modules/md5, modules/memcasecmp, modules/memcoll,
13735         modules/modechange, modules/mountlist, modules/path-concat,
13736         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13737         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13738         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13739         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13740         modules/strftime, modules/strndup, modules/strverscmp,
13741         modules/timespec, modules/unlocked-io, modules/userspec,
13742         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13743         modules/yesno:
13744         Remove lib_SOURCES line from Makefile.am section, as this is now
13745         done automatically by the corresponding Autoconf macro.
13746
13747 2005-03-21  Jim Meyering  <jim@meyering.net>
13748
13749         Changes imported from coreutils.
13750
13751         * lib/cycle-check.c: Don't include xalloc.h.
13752
13753         * lib/path-concat.c: Don't include assert.h.
13754         (path_concat): Remove assertion that would have triggered
13755         for ABASE starting with more than one slash.
13756         Reported by Andreas Schwab.
13757
13758         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13759         properly when ABASE is an absolute file name.
13760         Correct the description of this function.
13761         Include <assert.h>.
13762         Add an assertion and a test driver.
13763         This fixes a bug introduced on 2004-07-02.
13764         Andreas Schwab reported the resulting failure of cp --parents:
13765         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13766
13767 2005-03-21  Jim Meyering  <jim@meyering.net>
13768
13769         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13770         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13771
13772 2005-03-21  Jim Meyering  <jim@meyering.net>
13773         and  Paul Eggert  <eggert@cs.ucla.edu>
13774
13775         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13776         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13777         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13778         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13779         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13780         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13781         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13782         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13783         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13784         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13785         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13786         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13787         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13788         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13789         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13790         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13791         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13792         for these modules.
13793
13794 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13795
13796         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13797         (which shouldn't happen), generate nothing instead of returning 0
13798         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13799
13800 2005-03-16  Bruno Haible  <bruno@clisp.org>
13801
13802         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13803         HAVE_LONGLONG_64BIT.
13804
13805 2005-03-16  Bruno Haible  <bruno@clisp.org>
13806
13807         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13808         HAVE_LONGLONG_64BIT.
13809
13810 2005-03-16  Bruno Haible  <bruno@clisp.org>
13811
13812         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13813         HAVE_LONGLONG_64BIT.
13814
13815 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13816
13817         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13818         reliably distinguish strftime failure from empty output on POSIX
13819         hosts.
13820
13821 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13822
13823         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13824         (iconv_string): Don't guess a size-zero buffer, as that might cause
13825         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13826         result would be 'too large', where 'too large' is (heuristically)
13827         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13828         overflow concerns.  This will prevent some unwanted malloc failures
13829         when the inputs are very large.
13830
13831 2005-03-15  Karl Berry  <karl@gnu.org>
13832
13833         * config/srclist.txt (config.rpath): from gettext.
13834         * config/config.rpath: update.
13835
13836 2005-03-15  Bruno Haible  <bruno@clisp.org>
13837
13838         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13839         to 'negate'.
13840
13841         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13842         variable.
13843
13844         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13845         results.
13846
13847 2005-03-14  Simon Josefsson  <jas@extundo.com>
13848
13849         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13850         <fx@gnu.org>.
13851
13852 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13853
13854         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13855         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13856         intprops.h.
13857         * lib/strtol.c: Likewise.
13858
13859 2005-03-14  Jim Meyering  <jim@meyering.net>
13860
13861         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13862         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13863         to be nonzero so that we (and caller) can detect the difference
13864         between a valid zero-length expansion and an error return, even
13865         when the underlying strftime fails before writing anything into
13866         that location.
13867
13868 2005-03-14  Bruno Haible  <bruno@clisp.org>
13869
13870         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13871         Update from GNU gettext 0.14.3.
13872
13873 2005-03-10  Jim Meyering  <jim@meyering.net>
13874
13875         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13876
13877 2005-03-10  Jim Meyering  <jim@meyering.net>
13878
13879         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13880         so that this module works on systems without fchdir.
13881
13882 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13883
13884         Factor int-properties macros into a single file, except for
13885         glibc-related files.
13886         * lib/intprops.h: New file.
13887         * lib/getloadavg.c: Include it instead of limits.h.
13888         (INT_STRLEN_BOUND): Remove.
13889         * lib/human.c: Include intprops.h.
13890         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13891         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13892         302/1000.
13893         * lib/inttostr.h: Include intprops.h instead of limits.h.
13894         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13895         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13896         for consistency with intprops.h.
13897         (time_t_is_integer, twos_complement_arithmetic): Use them.
13898         * lib/sig2str.h: Include <signal.h>, intprops.h.
13899         (INT_STRLEN_BOUND): Remove.
13900         * lib/strftime.c (TYPE_SIGNED): Remove.
13901         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13902         * lib/strtol.c: Adjust comments to match intprops.h.
13903         * lib/userspec.c: Include intprops.h.
13904         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13905         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13906         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13907         instead of rolling our own expressions.
13908         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13909
13910         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13911         instead of int.
13912         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13913         the right thing even if adding 1900 would overflow.  Similarly
13914         for tm_mon + 1 and tm_yday + 1.
13915         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13916         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13917         (DO_SIGNED_NUMBER): New macro.
13918         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13919
13920 2005-03-07  Bruno Haible  <bruno@clisp.org>
13921
13922         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13923
13924 2005-03-07  Bruno Haible  <bruno@clisp.org>
13925
13926         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13927
13928 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13929
13930         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13931         (func_import): Only replace files via --import when they have actually
13932         changed.
13933
13934 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13935
13936         * m4/mmap-anon.m4: New file.
13937         * m4/pagealign_alloc.m4: New file.
13938
13939 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13940             Bruno Haible  <bruno@clisp.org>
13941
13942         * modules/pagealign_alloc: New file.
13943         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13944
13945 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13946             Bruno Haible  <bruno@clisp.org>
13947
13948         * lib/pagealign_alloc.h: New file.
13949         * lib/pagealign_alloc.c: New file.
13950
13951 2005-03-03  Bruno Haible  <bruno@clisp.org>
13952
13953         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13954         Use an all-permissive copyright notice, recommended by RMS.
13955
13956 2005-03-02  Bruno Haible  <bruno@clisp.org>
13957
13958         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13959         of AIX, the replacement has to be done only after <string.h> is
13960         included, therefore not in config.h. stpncpy.h does the replacement,
13961         and stpncpy.c uses it.
13962
13963 2005-03-02  Bruno Haible  <bruno@clisp.org>
13964
13965         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13966         stpncpy.c uses it.
13967
13968 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13969
13970         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13971         The workaround isn't strictly needed for POSIX conformance, and
13972         it's too much of a pain to configure and maintain.  We'll ask
13973         people to fix their kernels instead.
13974         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13975         (NANOSLEEP_BUG_WORKAROUND): Remove.
13976         (xnanosleep): Remove the workaround.
13977
13978 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13979
13980         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13981         Reported by Derek Price.
13982         (Include): Add "timespec.h".
13983
13984         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13985
13986 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13987
13988         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13989         to detect nanosleep bug.
13990
13991 2005-03-01  Bruno Haible  <bruno@clisp.org>
13992
13993         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13994
13995 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13996
13997         * modules/gethrxtime: New file.
13998         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13999         (Depends-on): Add gethrxtime.
14000         (configure.ac): Add gl_XNANOSLEEP.
14001         (Makefile.am): Remove lib_SOURCES line.
14002
14003 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14006         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14007
14008 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14009
14010         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14011         * lib/timespec.h (gettime): Return void, since it always
14012         succeeds now.  All uses changed.
14013         * lib/gettime.c (gettime) Likewise.
14014         [HAVE_NANOTIME]: Prefer nanotime.
14015         Assume gettimeofday succeeds, as POSIX requires.
14016         Assime time () succeeds, since other code already does.
14017         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14018         (timespec_subtract): Remove.
14019         (NANOSLEEP_BUG_WORKAROUND): New constant.
14020         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14021         things considerably.  Use it only on GNU/Linux hosts, since the
14022         workaround shouldn't be needed elsewhere.
14023
14024 2005-02-24  Bruno Haible  <bruno@clisp.org>
14025
14026         * modules/gettext (Files): Add m4/glibc2.m4.
14027
14028 2005-02-24  Bruno Haible  <bruno@clisp.org>
14029
14030         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14031         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14032         * m4/progtest.m4:
14033         Update from GNU gettext 0.14.2.
14034         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14035
14036 2005-02-24  Bruno Haible  <bruno@clisp.org>
14037
14038         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14039         * lib/config.charset: Update from GNU gettext 0.14.2.
14040
14041 2005-02-24  Bruno Haible  <bruno@clisp.org>
14042
14043         * lib/gettext.h: Update from GNU gettext 0.14.2.
14044
14045 2005-02-23  Simon Josefsson  <jas@extundo.com>
14046
14047         * m4/iconvme.m4: New file.
14048
14049 2005-02-23  Jim Meyering  <jim@meyering.net>
14050
14051         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14052         change.
14053         Thanks to Bruno Haible for catching it.
14054
14055 2005-02-22  Simon Josefsson  <jas@extundo.com>
14056
14057         * modules/iconvme: New file.
14058
14059         * MODULES.html.sh: Add iconvme.
14060
14061 2005-02-22  Simon Josefsson  <jas@extundo.com>
14062
14063         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14064
14065 2005-02-22  Simon Josefsson  <jas@extundo.com>
14066
14067         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14068
14069 2005-02-22  Jim Meyering  <jim@meyering.net>
14070
14071         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14072         s/ifndef/ifdef/.
14073
14074 2005-02-20  Neil Conway  <neilc@samurai.com>
14075
14076         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14077         returned by OSX/Darwin if the specified buffer is not large
14078         enough for the hostname.
14079
14080 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14081
14082         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14083         pass it to _help, otherwise the latter coredumps trying to
14084         dereference state.root_argp.
14085
14086 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14087
14088         * modules/chdir-long (Depends-on): Add memrchr.
14089         * modules/memrchr (Files): Add lib/memrchr.h.
14090         (Include): "memrchr.h".
14091
14092 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14093
14094         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14095
14096 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14097
14098         * lib/memrchr.h: New file.
14099         * lib/chdir-long.c: Include it.
14100         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14101         Don't bother including stddef.h.
14102
14103 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14104
14105         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14106         inclusion.
14107         Include <sys/types.h>, for dev_t.
14108         (ME_DUMMY, ME_REMOTE): Move from here....
14109         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14110         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14111         Dmitry V. Levin.
14112         Include mountlist.h first, to test the interface.
14113
14114 2005-01-29  Bruno Haible  <bruno@clisp.org>
14115
14116         * lib/progname.c (program_name): Initialize.
14117         Needed when linking statically on MacOS X.
14118
14119 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14120
14121         Sync from coreutils.
14122         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14123         (Depends-on): Add c-strtod.
14124         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14125
14126 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14127
14128         Sync from coreutils.
14129         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14130
14131         Remove files that are specific to coreutils.
14132         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14133
14134 2005-01-28  Bruno Haible  <bruno@clisp.org>
14135
14136         * modules/javacomp: New file.
14137         * MODULES.html.sh (Java): Add javacomp.
14138
14139 2005-01-28  Bruno Haible  <bruno@clisp.org>
14140
14141         * m4/javacomp.m4: New file, from GNU gettext.
14142
14143 2005-01-28  Bruno Haible  <bruno@clisp.org>
14144
14145         * lib/javacomp.sh.in: New file, from GNU gettext.
14146         * lib/javacomp.h: New file, from GNU gettext.
14147         * lib/javacomp.c: New file, from GNU gettext.
14148
14149 2005-01-26  Simon Josefsson  <jas@extundo.com>
14150
14151         * lib/gai_strerror.c: Use GPL in header.
14152
14153 2005-01-26  Bruno Haible  <bruno@clisp.org>
14154
14155         * modules/javaexec: New file.
14156         * MODULES.html.sh (Java): Add javaexec.
14157
14158 2005-01-26  Bruno Haible  <bruno@clisp.org>
14159
14160         * m4/javaexec.m4: New file, from GNU gettext.
14161
14162 2005-01-26  Bruno Haible  <bruno@clisp.org>
14163
14164         * lib/javaexec.sh.in: New file, from GNU gettext.
14165         * lib/javaexec.h: New file, from GNU gettext.
14166         * lib/javaexec.c: New file, from GNU gettext.
14167
14168 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14169
14170         * modules/lchown (Depends-on): Remove lchown.h
14171
14172 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14173
14174         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14175         must be defined if the header file was not found, in order
14176         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14177
14178 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14179
14180         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14181         initializers for struct pentry_state.
14182         (__argp_error): Check return value of __asprintf
14183         (__argp_failure): Translate error message
14184
14185         * lib/argp-parse.c: Removed braces around the expansion of N_()
14186
14187 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14188
14189         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14190         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14191         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14192         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14193         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14194         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14195         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14196         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14197         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14198         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14199         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14200         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14201         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14202         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14203         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14204         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14205         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14206         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14207         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14208         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14209         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14210         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14211         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14212         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14213         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14214         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14215         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14216         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14217         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14218         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14219         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14220         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14221         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14222         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14223         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14224         Use an all-permissive copyright notice, recommended by RMS.
14225
14226 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * modules/chdir-long (Depends-on): Remove mempcpy.
14229
14230 2005-01-21  Jim Meyering  <jim@meyering.net>
14231
14232         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14233         same value as for Solaris 9.
14234
14235         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14236         component length.  This included changing the parameter to be
14237         of type `char *' rather than `char const *'.
14238         * lib/chdir-long.h (chdir_long): Update prototype.
14239
14240         * lib/openat.c (fdopendir, fstatat): New functions.
14241         * lib/openat.h: Include headers required for use of DIR and struct
14242         stat.
14243         [AT_SYMLINK_NOFOLLOW]: Define.
14244         (fdopendir, fstatat): Add prototypes.
14245
14246 2005-01-21  Bruno Haible  <bruno@clisp.org>
14247
14248         * modules/classpath: New file.
14249         * MODULES.html.sh (Java): Add classpath.
14250
14251 2005-01-21  Bruno Haible  <bruno@clisp.org>
14252
14253         * lib/classpath.h: New file, from GNU gettext.
14254         * lib/classpath.c: New file, from GNU gettext.
14255
14256 2005-01-20  Simon Josefsson  <jas@extundo.com>
14257
14258         * modules/version-etc-fsf: New file.
14259
14260 2005-01-20  Simon Josefsson  <jas@extundo.com>
14261
14262         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14263         * lib/version-etc.c: Remove version_etc_copyright.
14264         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14265         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14266
14267 2005-01-20  Simon Josefsson  <jas@extundo.com>
14268
14269         * lib/base64.h (isbase64): Add.
14270
14271         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14272         using a unsigned prototype, don't inline.
14273         (base64_decode): Use it.
14274
14275 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14276
14277         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14278         it.
14279
14280 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14281
14282         * lib/save-cwd.c (save_cwd): Remove code to support the case
14283         where fchdir is missing or flaky.
14284
14285 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14288
14289 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14290
14291         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14292         AC_LIBSOURCES now does this.
14293         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14294         with new ullong_max module.
14295
14296 2005-01-19  Bruno Haible  <bruno@clisp.org>
14297
14298         * modules/sh-quote: New file.
14299         * MODULES.html.sh (Executing programs): Add sh-quote.
14300
14301 2005-01-19  Bruno Haible  <bruno@clisp.org>
14302
14303         * lib/sh-quote.h: New file, from GNU gettext.
14304         * lib/sh-quote.c: New file, from GNU gettext.
14305
14306 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14307
14308         Merge from coreutils.
14309         * m4/ullong_max.m4: New file.
14310         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14311         (gl_MACROS): Assume localeconv exists.
14312
14313 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14314
14315         Merge changes from coreutils, as described below in several
14316         changelogs dated today.
14317
14318         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14319         (O_DIRECTORY): Remove; not needed here, since "." must be
14320         a directory.  All uses removed.
14321         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14322         universal on Suns, and we also need to test for IRIX.
14323         Revamp code to use 'if' rather than '#if'.
14324         Avoid unnecessary comparison of cwd->desc to 0.
14325
14326         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14327         for known valid error numbers rather than observed invalid ones.
14328
14329 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14330
14331         * modules/ullong_max: New file.
14332
14333         * modules/chdir-long, modules/openat: New files.
14334         * modules/save-cwd (Depends-on): Depend on chdir-long.
14335         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14336
14337 2005-01-18  Jim Meyering  <jim@meyering.net>
14338
14339         Merge from coreutils.
14340         * m4/chdir-long.m4, m4/openat.m4: New files.
14341         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14342         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14343         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14344         is sane and DOES follow symlinks.  Besides, testing 20 different
14345         systems found no broken chown implementations.
14346         Prompted by a change in rsync's copy of this macro.
14347         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14348
14349         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14350
14351         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14352         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14353         NULL-means-set-to-current-time semantics.
14354         Remove temporary file immediately, rather than waiting
14355         for configure's at-exit trap code to do it.
14356
14357 2005-01-18  Jim Meyering  <jim@meyering.net>
14358
14359         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14360
14361         * lib/utimens.c (futimens): Account for the fact that futimes
14362         can also fail with errno == ENOSYS or errno == ENOENT.
14363         Patch from Dmitry V. Levin.
14364
14365         Change the name of the robust chdir function from chdir to chdir_long.
14366         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14367         (restore_cwd): Use chdir_long, not chdir.
14368         * lib/chdir-long.c: Renamed from chdir.c.
14369         * lib/chdir-long.h: Renamed from chdir.h.
14370         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14371         Hurd.
14372
14373 2005-01-18  Bruno Haible  <bruno@clisp.org>
14374
14375         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14376         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14377         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14378         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14379         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14380         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14381         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14382         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14383         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14384         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14385         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14386         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14387         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14388         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14389         Use an all-permissive copyright notice, recommended by RMS.
14390
14391 2005-01-18  Bob Proulx  <bob@proulx.com>
14392
14393         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14394         simplify offsetof() macro construct to avoid compile failure with
14395         native HP-UX 11.0 ANSI C compiler.
14396
14397 2005-01-17  Bruno Haible  <bruno@clisp.org>
14398
14399         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14400         redundant because stpncpy.m4 takes care of it.
14401
14402 2005-01-17  Bruno Haible  <bruno@clisp.org>
14403
14404         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14405
14406 2005-01-17  Bruno Haible  <bruno@clisp.org>
14407
14408         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14409         used.
14410
14411 2005-01-17  Bruno Haible  <bruno@clisp.org>
14412
14413         * lib/fwriteerror.h (fwriteerror): Change specification to include
14414         fclose.
14415         * lib/fwriteerror.c: Include <stdbool.h>.
14416         (fwriteerror): At the end, close the file stream. Record whether
14417         stdout was already closed.
14418
14419 2005-01-17  Bruno Haible  <bruno@clisp.org>
14420
14421         * lib/execute.c (environ): Declare if needed.
14422         * lib/pipe.c (environ): Likewise.
14423         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14424
14425 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14426
14427         * modules/argp: Depend on vsnprintf
14428
14429 2005-01-10  Jim Meyering  <jim@meyering.net>
14430
14431         * modules/closeout (Depends-on): Add atexit.
14432
14433 2005-01-06  Bruno Haible  <bruno@clisp.org>
14434
14435         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14436
14437 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14438
14439         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14440         definitions to be after all include files, to avoid collisions.
14441         Problem reported by Bob Proulx.
14442
14443 2005-01-04  Jim Meyering  <jim@meyering.net>
14444
14445         Changes imported from coreutils.
14446         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14447         as the mkstemp template, use a temporary directory and an
14448         8.3-friendly template to avoid trouble on systems like DJGPP.
14449         Reported by Juan M. Guerrero via Stepan Kasal.
14450         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14451         close. Remove the temporary directory right away, rather than waiting
14452         for configure's at-exit trap code to do it.
14453         Suggestion from Stepan Kasal.
14454
14455 2005-01-01  Simon Josefsson  <jas@extundo.com>
14456
14457         * gnulib-tool: Print #include directives when --import'ing.
14458
14459 2004-12-28  Simon Josefsson  <jas@extundo.com>
14460
14461         * tests/test-base64.c: Include required header files.  Remove
14462         unused variables.
14463
14464 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14465
14466         * modules/error (Depends-on): Remove gettext.
14467
14468 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14469
14470         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14471         not needed.  This removes a dependency on the gettext module.
14472         [defined _LIBC]: Do not include <libintl.h>; not needed.
14473
14474 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14475
14476         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14477         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14478
14479 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14480
14481         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14482         HAVE_DECL_STRTOLD.
14483
14484 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14485
14486         * modules/getdate (Depends-on): Remove alloca-opt.
14487
14488 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14489
14490         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14491
14492 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         * lib/argp-parse.c: Include <stddef.h>.
14495         (alignof, alignto): New macros.
14496         (parser_init): Don't assume that void * is aligned sufficiently
14497         for struct option.
14498
14499         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14500         need to extend the stack.
14501         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14502         large.
14503
14504 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14505
14506         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14507
14508 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14509
14510         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14511         (2004-10-24) change.  Apparently this was a false alarm.
14512
14513         * modules/getdate: Depend on alloca-opt, not alloca.
14514
14515 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14516
14517         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14518         Remove now-obsolete comment about AIX.
14519         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14520         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14521         (YYMAXDEPTH): New macro.
14522
14523 2004-12-18  Simon Josefsson  <jas@extundo.com>
14524
14525         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14526
14527 2004-12-18  Bruno Haible  <bruno@clisp.org>
14528
14529         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14530
14531 2004-12-18  Bruno Haible  <bruno@clisp.org>
14532
14533         * lib/fatal-signal.c (fatal_signals): Make non-const.
14534         (init_fatal_signals): New function.
14535         (uninstall_handlers, install_handlers): Ignore signals that were set to
14536         SIG_IGN.
14537         (at_fatal_signal): Call init_fatal_signals.
14538         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14539         SIG_IGN.
14540         Reported by Paul Eggert.
14541
14542 2004-12-18  Bruno Haible  <bruno@clisp.org>
14543
14544         * doc/alloca.texi: New file.
14545         * doc/alloca-opt.texi: New file.
14546
14547 2004-12-17  Jim Meyering  <jim@meyering.net>
14548
14549         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14550         Otherwise, install-sh could exit with improper exit status when
14551         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14552
14553 2004-12-16  Simon Josefsson  <jas@extundo.com>
14554
14555         * tests/test-base64.c: Add license.
14556
14557 2004-12-15  Stepan Kasal  <address@hidden>
14558
14559         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14560
14561 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14562
14563         * modules/getcwd (Files): Add m4/d-ino.m4.
14564         Suggested by Mark D. Baushke.
14565
14566 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14567
14568         * lib/getdate.y (textint): New member "negative".
14569         (time_zone_hhmm): New function.
14570         Expect 14 shift-reduce conflicts, not 13.
14571         (o_colon_minutes): New rule.
14572         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14573         (yylex): Set the "negative" member of signed numbers.
14574
14575 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14576
14577         * doc/getdate.texi (Time of day items, Time zone items):
14578         Describe new formats +00:00, UTC+00:00.
14579
14580 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14581
14582         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14583         spurious "-l"s.  Problem reported by Stepan Kasal.
14584
14585 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14586
14587         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14588         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14589
14590 2004-12-04  Simon Josefsson  <jas@extundo.com>
14591
14592         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14593         Vandoorselaere <yoann@prelude-ids.org>.
14594
14595 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14596
14597         Changes imported from coreutils.
14598         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14599         exist.
14600         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14601
14602 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14603
14604         Changes imported from coreutils.
14605         * lib/hard-locale.c: Assume <locale.h> exists.
14606         Include "strdup.h".
14607         (GLIBC_VERSION): New macro.
14608         (hard_locale): Assume setlocale exists.
14609         Rewrite to avoid #ifdef.
14610         Use strdup rather than malloc + strcpy.
14611         * lib/human.c: Assume <locale.h> exists.
14612         (human_readable): Assume localeconv exists.
14613
14614 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14615
14616         * modules/hard-locale (Depends-on): Add strdup.
14617
14618 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14619
14620         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14621         convert T2, not T.  (Imported from libc.)
14622
14623 2004-11-30  Simon Josefsson  <jas@extundo.com>
14624
14625         * modules/restrict (License): Change to LGPL.
14626
14627 2004-11-30  Simon Josefsson  <jas@extundo.com>
14628
14629         * m4/restrict.m4: Add copyright and copying conditions.
14630
14631 2004-11-30  Simon Josefsson  <jas@extundo.com>
14632
14633         * m4/base64.m4: New file.
14634
14635 2004-11-30  Simon Josefsson  <jas@extundo.com>
14636
14637         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14638         base64.
14639
14640         * tests/test-base64.c: New file.
14641
14642         * modules/base64: New file.
14643
14644 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14645
14646         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14647         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14648
14649         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14650
14651 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14652
14653         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14654         (__getcwd.c): Don't restore errno; glibc doesn't.
14655         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14656         first, falling back to our code only if its results look suspicious.
14657         Ensure that the resulting buffer is only as large as necessary.
14658
14659         * lib/readutmp.c: Include readutmp.h first.
14660         Include <errno.h>, since readutmp.h no longer does that.
14661         * lib/readutmp.h: Don't include <errno.h>,
14662         <sys/param.h>, <time.h>; not needed to establish interface.
14663         (errno): Remove decl.
14664         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14665         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14666         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14667
14668 2004-11-28  Simon Josefsson  <jas@extundo.com>
14669
14670         * lib/base64.h, base64.c: New file.
14671
14672 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14673
14674         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14675
14676 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14677
14678         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14679         (Depends-on): Remove pathmax, same.  Add mempcpy.
14680         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14681         (Makefile.am): Append getcwd.h to lib_SOURCES.
14682         (Include): Add getcwd.h.
14683         (Maintainer): Change from Jim Meyering to "all, glibc",
14684         since getdate now uses intended-for-glibc code.
14685         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14686         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14687
14688 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14689
14690         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14691         HP's ANSI C compiler.
14692         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14693         Declaring int functions causes warnings on some modern systems and
14694         shouldn't be needed to compile on ancient ones.
14695         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14696         defined.
14697
14698         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14699         with the following changes.
14700         (__set_errno): Parenthesize properly.
14701         Include <stdbool.h>.
14702         (MIN, MAX, MATCHING_INO): New macros.
14703         (__getcwd): Define with prototype, not K&R form.
14704         Use heuristics to allocate default buffer on stack if possible.
14705         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14706         behavior, and to avoid the PATH_MAX limit when computing
14707         ../../../../...
14708         Use MATCHING_INO to compare inode number to file.
14709         Check for arithmetic overflow in size calculations.
14710         Fix bug in reallocation of dot array that caused getcwd to fail
14711         on directories nested deeper than 75.
14712         Be more careful about saving errno on error.
14713         Do not use realloc; use only free+malloc, as this is a bit
14714         more flexible and avoids a needless copy operation.
14715         Do not inspect st_dev and st_ino for symbolic links; POSIX
14716         doesn't specify the latter.
14717         Check for closedir errors.
14718         Avoid needless casts.
14719         Use "#ifdef weak_alias" around weak_alias, to be like other
14720         glibc code.
14721         The following changes to getcwd.c have effect only when used in
14722         gnulib; they have no effect inside glibc proper.
14723         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14724         as alloca isn't used.
14725         (alloca, __alloca): Likewise.
14726         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14727         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14728         unconditionally, as gnulib assumes C89 or better.
14729         Do not include <sys/param.h>.
14730         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14731         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14732         better.
14733         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14734         Include <dirent.h> in a way that is compatible with modern Autoconf.
14735         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14736         New macros, if not already defined.
14737         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14738         Use "_LIBC", not "defined _LIBC", for consistency.
14739         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14740         a mempcpy module.
14741         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14742         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14743         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14744         credit only to Jim Meyering and adjust the copyright dates.
14745         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14746         <stdlib.h>, <unistd.h>, "pathmax.h".
14747         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14748         (INITIAL_BUFFER_SIZE): Remove.
14749         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14750
14751 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14752
14753         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14754         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14755         Use the _ONCE methods, for efficiency.
14756         Check for fcntl.h.  In test program, include <errno.h>
14757         and <fcntl.h> if available.  Remove old K&R cruft from
14758         test program.  Check for common errors in GNU/Linux,
14759         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14760         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14761         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14762         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14763         name accordingly.
14764         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14765         accommodate new getcwd.c.
14766         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14767         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14768         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14769         that's all we need now.
14770
14771 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14772
14773         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14774         argp-parse.c depends on getopt internals, that means we should
14775         always use our getopt, to be on the safe side.
14776         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14777         order not to spoil the result of an eventual previous invocation
14778         of gl_GETOPT_SUBSTITUTE.
14779
14780 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14781
14782         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14783         redefinition warnings. To avoid them, include the defines
14784         in `#if !defined __need_getopt ... #endif'. The only place
14785         where __getopt_argv_const is used is in definitions
14786         of getopt_long and getopt_long_only below, which are as well
14787         protected by `#ifndef __need_getopt'.
14788         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14789         __need_getopt after including <stdio.h> and <unistd.h> These
14790         headers might have defined it.
14791
14792 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14793
14794         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14795
14796 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14799         (futimens): New function, which uses futimes if available.
14800         (futimens, utimens): Support timespec==NULL, with same semantics
14801         as utime and utimens.
14802         * lib/utimens.h (futimens): New decl.
14803
14804 2004-11-23  Jim Meyering  <jim@meyering.net>
14805
14806         * lib/getopt_.h: Remove trailing blanks.
14807
14808 2004-11-23  Jim Meyering  <jim@meyering.net>
14809
14810         * lib/__fpending.c: Add comment.
14811
14812 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14813
14814         * modules/canonicalize (Depends-on): Add xreadlink.
14815         Problem reported by James Youngman.
14816
14817 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14818
14819         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14820         New macros.
14821         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14822         optopt): Use them instead of invoking ## directly; otherwise, the
14823         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14824
14825 2004-11-19  Bruno Haible  <bruno@clisp.org>
14826
14827         * lib/strtok_r.c: Move comments from here...
14828         * lib/strtok_r.h: ... to here.
14829
14830 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14831
14832         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14833         implementations that mishandle size_t overflow.
14834
14835 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14836
14837         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14838         might fail.  Problem reported by Yoann Vandoorselaere.
14839         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14840         implementations that mishandle size_t overflow.
14841
14842 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         * modules/canon-host (Depends-on): Add strdup.
14845
14846 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14847
14848         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14849
14850 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14851
14852         * lib/canon-host.c: Include "strdup.h".
14853         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14854         Use strdup instead of malloc/strcpy to duplicate strings.
14855
14856         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14857         (human_space_before_unit): New constant.
14858         * lib/human.c (human_readable): Support it.
14859
14860         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14861         (xgetcwd): Set errno correctly when failing.
14862         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14863         the failure is actually due to a PATH_MAX problem.
14864
14865         Further getopt changes to make it more likely that glibc will
14866         buy the changes back.
14867         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14868         (getopt): Use it, so to preserve glibc semantic
14869         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14870         when compiling for libc.
14871         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14872         (getopt_long, getopt_long_only): Use it.
14873
14874         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14875         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14876         (getopt): Argv is now char * const *, as per standard.
14877         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14878         not char *__getopt_argv_const *.
14879         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14880         _getopt_long_only_r): Likewise.
14881         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14882         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14883         _getopt_long_r, _getopt_long_only_r): Likewise.
14884         * lib/getopt_.h (__getopt_argv_const): Remove.
14885         (getopt): Argv is now char * const *, as per standard.
14886
14887         * lib/getdate.y (tORDINAL): New token.
14888         (day, relunit): Allow it for relative times.
14889         (relative_time_table): Use tORDINAL for ordinals.
14890
14891 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14892
14893         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14894         Document that "second" isn't allowed as an ordinal number.
14895
14896 2004-11-16  Jim Meyering  <jim@meyering.net>
14897
14898         * modules/closeout (Depends-on): Add fpending.
14899
14900 2004-11-15  Jim Meyering  <jim@meyering.net>
14901
14902         * lib/closeout.c: Include "__fpending.h" once again.
14903         Include <stdbool.h>.
14904         (close_stdout): Don't fail just because stdout was closed initially,
14905         since some programs don't write to stdout in the normal course of
14906         operation (other than --version and --help), and we don't want this
14907         function to make e.g. `touch file >&-' fail.
14908         But do fail if it was closed and someone has tried to write to it.
14909         E.g., `printf foo >&-' must fail.
14910
14911 2004-11-13  Jim Meyering  <jim@meyering.net>
14912
14913         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14914
14915 2004-11-12  Simon Josefsson  <jas@extundo.com>
14916
14917         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14918         small doc fix is still pending.
14919
14920 2004-11-11  Simon Josefsson  <jas@extundo.com>
14921
14922         * modules/strtok_r: New file.
14923
14924         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14925         strtok_r.
14926
14927 2004-11-11  Simon Josefsson  <jas@extundo.com>
14928
14929         * m4/strtok_r.m4: New file.
14930
14931         * m4/getopt.m4: Replace opterr.
14932
14933 2004-11-11  Simon Josefsson  <jas@extundo.com>
14934
14935         * lib/strtok_r.h, strtok_r.c: New file.
14936
14937 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14938
14939         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14940         of replacing opterr, getopt, etc.  This should handle the
14941         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14942
14943 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14944
14945         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14946         we can stop lying to compilers about the constness of argv when we
14947         are compiled outside glibc.
14948         (getopt, getopt_long, getopt_long_only): Use it.
14949         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14950         _getopt_internal, getopt): Likewise.
14951         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14952         _getopt_long_only_r): Likewise.
14953         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14954         _getopt_long_r, _getopt_long_only_r): Likewise.
14955
14956         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14957         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14958         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14959         the other external symbols.
14960         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14961         declaration, since the above renaming now works around collisions.
14962
14963 2004-11-11  Jim Meyering  <jim@meyering.net>
14964
14965         * lib/linebreak.c: Remove trailing blanks.
14966         * lib/alloca_.h: Likewise.
14967         * lib/acosl.c: Likewise.
14968         * lib/euidaccess.c: Likewise.
14969         * lib/allocsa.h: Likewise.
14970
14971 2004-11-10  Simon Josefsson  <jas@extundo.com>
14972
14973         * m4/getaddrinfo.m4: New file.
14974
14975 2004-11-10  Simon Josefsson  <jas@extundo.com>
14976
14977         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14978
14979 2004-11-10  Simon Josefsson  <jas@extundo.com>
14980
14981         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14982         getaddrinfo.
14983
14984         * modules/getaddrinfo: New file.
14985
14986 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14987
14988         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14989
14990 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14991
14992         * lib/mktime.c (SHR): New macro, which is a portable
14993         substitute for >> that should work even on Crays.
14994         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14995         Problem reported by Mark D. Baushke in
14996         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14997         * lib/getdate.y (SHR): Likewise.
14998         (tm_diff): Use it.
14999         * lib/strftime.c (SHR): Likewise.
15000         (tm_diff): Use it.
15001         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15002         quote_these_too, so that right shifts are well defined.  All uses
15003         changed.
15004
15005 2004-11-10  Jim Meyering  <jim@meyering.net>
15006
15007         Ensure that no close failure goes unreported.
15008         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15009         return early when it seems there's nothing to flush.
15010         Don't include __fpending.h.
15011
15012 2004-11-10  Jim Meyering  <jim@meyering.net>
15013
15014         * modules/closeout (Depends-on): Remove fpending.
15015
15016 2004-11-10  Jim Meyering  <jim@meyering.net>
15017
15018         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15019
15020 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15023         gl_FUNC_STRFTIME.
15024         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15025         and AC_REQUIRE when possible, to avoid duplicate checks.
15026         Check for <wchar.h>.
15027
15028 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15029
15030         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15031
15032 2004-11-09  Bruno Haible  <bruno@clisp.org>
15033
15034         * m4/sockpfaf.m4: New file.
15035
15036 2004-11-05  Bruno Haible  <bruno@clisp.org>
15037
15038         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15039         Reported by Mark D. Baushke <mdb@cvshome.org>.
15040
15041 2004-11-04  Bruno Haible  <bruno@clisp.org>
15042
15043         2004-09-11  Bruno Haible  <bruno@clisp.org>
15044                 * allocsa.valgrind: New file.
15045         2004-02-06  Bruno Haible  <bruno@clisp.org>
15046                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15047                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15048                 Reported by Christopher Seip <chris.seip@hp.com>.
15049
15050 2004-11-04  Bruno Haible  <bruno@clisp.org>
15051
15052         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15053         (Makefile.am): Distribute it.
15054
15055 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15056
15057         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15058         with errno == ERANGE if the buffer is too small.
15059         Problem reported by Mark D. Baushke.
15060
15061 2004-11-03  Albert Chin  <china@thewrittenword.com>
15062             Paul Eggert  <eggert@cs.ucla.edu>
15063
15064         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15065         equivalent, substitute $ac_type for equivalent type rather than
15066         blindly using uint32_t *always* which won't work if uint32_t is not
15067         available.  Define _UINT32_T to work around typedef of uint32_t if
15068         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15069         2.5.1.
15070
15071 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15072
15073         * m4/jm-macros.m4: Sync from coreutils.
15074         (gl_MACROS): Check for mbrlen, for pathchk.
15075         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15076
15077 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15078
15079         * lib/xreadlink.c (MAXSIZE): New macro.
15080         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15081         size does not exceed MAXSIZE.  Avoid cast.
15082         As suggested by Mark D. Baushke in
15083         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15084         if readlink fails with buffer size just under MAXSIZE, try again
15085         with MAXSIZE.
15086
15087 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15088
15089         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15090
15091 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15092         and  Paul Eggert  <eggert@cs.ucla.edu>
15093
15094         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15095         (get_date): Overparenthesize to avoid GCC warning.
15096
15097 2004-11-02  Bruno Haible  <bruno@clisp.org>
15098
15099         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15100         returns void.
15101
15102 2004-11-02  Bruno Haible  <bruno@clisp.org>
15103
15104         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15105         function returns void.
15106
15107 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15110         fflush_unlocked, flockfile, funlockfile, funlockfile,
15111         fputs_unlocked, putc_unlocked.
15112
15113 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15114
15115         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15116         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15117         already declared.
15118
15119 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15120
15121         * modules/getdate (Files): Add doc/getdate.texi.
15122         (Depends-on): Add setenv, xalloc.
15123
15124 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         * lib/getdate.y: Add support for TZ="foo" within a date string.
15127         Fix some bugs near time_t boundaries.  Reject dates with
15128         out-of-range components, e.g., "Sept 31".
15129         Include <stdlib.h>, "setenv.h", "xalloc.h".
15130         (ISDIGIT_LOCALE): Remove; unused.
15131         Note that the TZ and time functions used here are not reentrant.
15132         (mktime_ok, get_tz): New functions.
15133         (TZBUFSIZE): New constant.
15134         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15135         This requires that we sometimes generate our own TZ="XXX..." setting.
15136
15137 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15138
15139         * doc/getdate.texi: New file, from coreutils with modifications for
15140         the new TZ parsing.
15141
15142 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15143
15144         * lib/mktime.c (not_equal_tm): Remove redundant check.
15145
15146 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15147
15148         * modules/regex (lib_SOURCES): Add regex.c.
15149         Reported by James Youngman in
15150         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15151
15152 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15153
15154         * lib/getdate.y: Use Bison 1.875 features, and some minor
15155         code cleanups.  This change does not affect semantics.
15156         Don't include <stdlib.h>; no longer needed.
15157         Don't include unlocked-io.h; only the "#if TEST" code uses
15158         stdio, and performance isn't crucial there.
15159         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15160         Bison 1.875 features as described below.
15161         All uses of "PC." replaced by "pc->".
15162         (YYSTYPE): Add a forward declaration.
15163         (yylex, yyerror): Use full prototypes in forward decls.
15164         Use "%pure-parser" rather than obsolescent "%pure_parser".
15165         Use %parse-param and %lex-param instead of obsolescent
15166         YYPARSE_PARAM and YYLEX_PARAM.
15167         (meridian_table, month_and_day_table, time_units_table,
15168         relative_time_table, time_zone_table, military_table,
15169         lookup_zone, lookup_word, get_date):
15170         Use NULL instead of 0 where appropriate.
15171         (to_hour): Avoid abort (), to avoid a dependency on
15172         stdlib.h.
15173         (yyerror, yylex): Now accepts parser_control * arg.
15174         (main) [TEST]: Use '\0' rather than 0 for char.
15175
15176 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15179
15180 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15181
15182         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15183         It's now the caller's responsibility to handle the case where
15184         !HAVE_GETPAGESIZE && !defined getpagesize.
15185
15186         * lib/mktime.c (leapyear): Arg is long int, not int.
15187
15188 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15189
15190         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15191
15192 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15193
15194         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15195         missing.  Problem reported by James Youngman.
15196
15197 2004-10-16  Simon Josefsson  <jas@extundo.com>
15198
15199         * gnulib-tool: Fix comments.  Fix parse problem.
15200         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15201
15202 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15203
15204         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15205         implementation of getopt_long.  Problem reported by Alexander Taler in:
15206         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15207
15208 2004-10-15  Bruno Haible  <bruno@clisp.org>
15209
15210         * gnulib-tool: Untabify. Initialize supplied_libname.
15211         (func_usage): More homogenous output.
15212         (func_modules_transitive_closure, func_modules_to_filelist,
15213         func_emit_lib_Makefile_am): New functions.
15214         (func_import): New function, extracted from big case statement. Use
15215         func_get_license, func_modules_transitive_closure,
15216         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15217         opt_lgpl. Don't use test -a, as it's not portable.
15218         (func_create_testdir): Use func_modules_transitive_closure,
15219         func_modules_to_filelist, func_emit_lib_Makefile_am.
15220
15221 2004-10-15  Bruno Haible  <bruno@clisp.org>
15222
15223         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15224
15225 2004-10-15  Bruno Haible  <bruno@clisp.org>
15226
15227         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15228         the portions belonging to each module.
15229         Suggested by Derek Robert Price <derek@ximbiot.com>.
15230
15231 2004-10-12  Simon Josefsson  <jas@extundo.com>
15232
15233         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15234         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15235         to real functions.
15236
15237 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15238
15239         * modules/vsnprintf: New file.
15240
15241 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15242
15243         * m4/vsnprintf.m4: New file.
15244
15245 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15246
15247         * lib/vsnprintf.h: New file.
15248         * lib/vsnprintf.c: New file.
15249
15250 2004-10-11  Bruno Haible  <bruno@clisp.org>
15251
15252         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15253         vsnprintf.
15254
15255 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15256
15257         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15258
15259 2004-10-07  Bruno Haible  <bruno@clisp.org>
15260
15261         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15262         fits into the provided buffer.
15263
15264 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         * lib/diacrit.c, diacrit.h: Add GPL notice.
15267
15268         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15269         notice.
15270         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15271         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15272         This avoids a potential constant-folding bug.
15273
15274 2004-10-05  Bruno Haible  <bruno@clisp.org>
15275
15276         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15277         for the declaration of strsep.
15278
15279 2004-10-05  Bruno Haible  <bruno@clisp.org>
15280
15281         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15282
15283 2004-10-04  Simon Josefsson  <jas@extundo.com>
15284
15285         * modules/memmem: New file.
15286         * tests/test-memmem.c: New file.
15287         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15288
15289 2004-10-04  Simon Josefsson  <jas@extundo.com>
15290
15291         * m4/memmem.m4: New file.
15292
15293 2004-10-04  Simon Josefsson  <jas@extundo.com>
15294
15295         * lib/memmem.h: New file.
15296         * lib/memmem.c: New file, taken from glibc.
15297
15298 2004-10-04  Simon Josefsson  <jas@extundo.com>
15299
15300         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15301         '#ifdef USE_UNLOCKED_IO'.
15302
15303 2004-10-04  Simon Josefsson  <jas@extundo.com>
15304
15305         * config/srclist.txt: Add memmem from glibc.
15306
15307 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15308
15309         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15310
15311         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15312         modules/exclude, modules/getdate, modules/getline,
15313         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15314         modules/getusershell, modules/linebuffer, modules/md5,
15315         modules/mountlist, modules/posixtm, modules/readtokens,
15316         modules/readutmp, modules/regex, modules/sha1,
15317         modules/version-etc, modules/yesno:
15318         Remove dependency on unlocked-io.
15319
15320 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15323
15324         * m4/unlocked-io.m4: Add copyright notice.
15325         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15326
15327 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15328
15329         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15330         * lib/xmalloc.c (xmemdup): Likewise.
15331         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15332         XFREE): Remove these long-obsolescent macros.
15333         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15334         * lib/xstrdup.c: Remove.
15335
15336         * lib/regex.c (re_comp): Cast gettext return value to char *,
15337         Problem reported by Martin Neitzel via Mark D. Baushke.
15338
15339 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15340
15341         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15342         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15343         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15344         regex.c, sha1.c, version-etc.c, yesno.c:
15345         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15346         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15347         the includer's responsibility.
15348
15349         Sync from coreutils.
15350
15351         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15352         points to the start of a string, as the C Standard says the
15353         resulting behavior is undefined.
15354
15355         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15356         simple -> simple_backups, numbered_existing ->
15357         numbered_existing_backups, numbered -> numbered_backups
15358         to avoid shadowing problems.  All uses changed.
15359         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15360         * lib/backupfile.c (check_extension, numbered_backup):
15361         Rename locals to avoid shadowing 'basename'.
15362         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15363         once.
15364
15365         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15366         * lib/.cvsignore: Add getopt.h.
15367
15368 2004-10-04  Bruno Haible  <bruno@clisp.org>
15369
15370         * modules/README: New file.
15371         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15372         not a module.
15373
15374 2004-10-02  Jim Meyering  <jim@meyering.net>
15375
15376         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15377
15378 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15379
15380         * modules/strsep: New file.
15381
15382 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15383
15384         * m4/strsep.m4: New file.
15385
15386 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15387
15388         * lib/strsep.h: New file.
15389         * lib/strsep.c: New file.
15390
15391 2004-10-01  Simon Josefsson  <jas@extundo.com>
15392
15393         * lib/snprintf.c (snprintf): Handle size==0.
15394
15395 2004-10-01  Simon Josefsson  <jas@extundo.com>
15396             Bruno Haible  <bruno@clisp.org>
15397
15398         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15399         (snprintf): Declare 'args'.
15400
15401 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15402
15403         * lib/snprintf.c: Remove comments as to why each header is needed.
15404
15405 2004-10-01  Bruno Haible  <bruno@clisp.org>
15406
15407         * MODULES.html.sh: Add strsep.
15408
15409 2004-09-30  Simon Josefsson  <jas@extundo.com>
15410
15411         * modules/snprintf: New file.
15412
15413 2004-09-30  Simon Josefsson  <jas@extundo.com>
15414
15415         * m4/snprintf.m4: New file.
15416
15417 2004-09-30  Simon Josefsson  <jas@extundo.com>
15418
15419         * lib/snprintf.h, lib/snprintf.c: New files.
15420
15421 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15422
15423         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15424         (hol_entry_help): Never translate an empty string.
15425         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15426         * lib/argp.h (OPTION_NO_TRANS): New option.
15427
15428 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15429
15430         * modules/argp (Maintainer): Replace Simon Josefsson
15431         by Sergey Poznyakoff.
15432
15433 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15436         changes merged back into glibc.
15437
15438 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15439
15440         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15441
15442 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15443
15444         * lib/xvasprintf.c: Include xalloc.h.
15445         (xvasprintf): Use xalloc_die, not xmalloc_die.
15446
15447 2004-09-29  Bruno Haible  <bruno@clisp.org>
15448
15449         * modules/alloca-opt: New file, derived from modules/alloca.
15450         * modules/allocsa: Depend on alloca-opt instead of alloca.
15451         * modules/setenv: Likewise.
15452         * modules/vasnprintf: Likewise.
15453         * MODULES.html.sh: Add alloca-opt.
15454
15455 2004-09-28  Simon Josefsson  <jas@extundo.com>
15456
15457         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15458         LGPL, and to replace license template from GPL to LGPL.
15459
15460 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15461
15462         * modules/dummy: Change license to LGPL.
15463
15464 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15465
15466         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15467
15468 2004-09-24  Simon Josefsson  <jas@extundo.com>
15469
15470         * modules/minmax (License): Change from GPL to LGPL.
15471
15472 2004-09-23  Simon Josefsson  <jas@extundo.com>
15473
15474         * gnulib-tool (--import): Typo.
15475
15476 2004-09-23  Simon Josefsson  <jas@extundo.com>
15477
15478         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15479
15480 2004-09-22  Bruno Haible  <bruno@clisp.org>
15481
15482         * modules/*: Add 'License' field.
15483         * gnulib-tool: Accept --extract-license option.
15484         (func_get_license): New function.
15485
15486 2004-09-21  Bruno Haible  <bruno@clisp.org>
15487
15488         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15489         Reported by Simon Josefsson.
15490
15491 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15492
15493         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15494         gl_AC_TYPE_LONG_LONG.
15495
15496 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15497
15498         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15499
15500 2004-09-18  Simon Josefsson  <jas@extundo.com>
15501         and  Paul Eggert  <eggert@cs.ucla.edu>
15502
15503         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15504         calls with autoreconf.  Define GL_LIB.
15505
15506 2004-09-14  Karl Berry  <karl@gnu.org>
15507
15508         * config/srclist.txt: unsync setenv.c, sigh.
15509
15510 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15513         Problem reported by Bruno Haible in:
15514         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15515
15516 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15517
15518         * config/srclist.txt: Comment out argp-pvh.c.
15519
15520 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15521
15522         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15523         in case some system header has #define'd it.  Problem reported by
15524         Soeren D. Schulze in
15525         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15526
15527 2004-09-09  Karl Berry  <karl@gnu.org>
15528
15529         * regex.[ch]: delete from the root.  These were supposed to be
15530                 synced with emacs cvs, but this has not happened for about
15531                 a year, and anyway nothing else uses emacs regex.[ch].
15532                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15533                 lib/regex[.ch] is untouched.
15534
15535 2004-09-09  Bruno Haible  <bruno@clisp.org>
15536
15537         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15538
15539 2004-09-09  Bruno Haible  <bruno@clisp.org>
15540
15541         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15542         modifications.
15543         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15544
15545 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15546
15547         * modules/xvasprintf: New file.
15548         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15549
15550 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15551
15552         * lib/xvasprintf.h: New file.
15553         * lib/xvasprintf.c: New file.
15554         * lib/xasprintf.c: New file.
15555
15556 2004-09-08  Bruno Haible  <bruno@clisp.org>
15557
15558         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15559
15560 2004-09-08  Bruno Haible  <bruno@clisp.org>
15561
15562         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15563         length is > INT_MAX.
15564         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15565         more.
15566
15567 2004-09-08  Bruno Haible  <bruno@clisp.org>
15568
15569         * lib/stdint_.h: New file, taken from GNU clisp.
15570
15571 2004-09-08  Bruno Haible  <bruno@clisp.org>
15572             Oskar Liljeblad  <oskar@osk.mine.nu>
15573
15574         * modules/stdint: New file.
15575         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15576
15577 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         Import from coreutils.
15580         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15581         strings on unbounded length.  alloca's performance benefits aren't
15582         that important here.
15583         (V_STRDUP): Remove.
15584         (parse_with_separator): New function, with most of the internals
15585         of the old parse_user_spec.  Allow user to omit both user and group,
15586         for compatibility with FreeBSD.
15587         Clone only the user name, not the entire spec.
15588         Do not set *uid, *gid unless entirely successful.
15589         Avoid memory leak in some failing cases.
15590         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15591         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15592         (parse_user_spec): Rewrite to use parse_with_separator.
15593
15594 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15595
15596         * modules/userspec: Don't depend on alloca.
15597
15598 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15599
15600         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15601
15602 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15603
15604         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15605         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15606         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15607
15608 2004-08-16  Simon Josefsson  <jas@extundo.com>
15609
15610         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15611         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15612         Add --dry-run for --import.
15613         Let user provided command line parameters override configure.ac
15614         settings.
15615
15616 2004-08-12  Simon Josefsson  <jas@extundo.com>
15617
15618         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15619         as discussed with Paul Eggert in threads rooted at
15620         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15621         and
15622         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15623         Before, the test was empty, and relied on ELIDE_CODE in source
15624         code.)
15625         (gl_PREREQ_GETOPT): New macro.
15626         (gl_GETOPT): Use them.
15627
15628 2004-08-12  Simon Josefsson  <jas@extundo.com>
15629
15630         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15631         * lib/getopt_.h: Renamed from getopt.h.
15632
15633 2004-08-12  Simon Josefsson  <jas@extundo.com>
15634
15635         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15636         Change default library name from libfoo to libgnu.
15637         Now, if you have a configure.ac that says:
15638                 gl_SOURCE_BASE(gl)
15639                 gl_M4_BASE(gl/m4)
15640                 gl_MODULES(error getopt etcetera)
15641                 gl_INIT
15642         you can import all you need by running:
15643                 ../gnulib/gnulib-tool --import
15644
15645         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15646         (Makefile.am): Rewrite, use logic from argz.
15647         (Include): Use <getopt.h> instead of "getopt.h".
15648
15649 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15650
15651         * modules/argp (Files): Add m4/unlocked-io.m4.
15652         (Depends-on): Add extensions.
15653
15654 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15655
15656         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15657         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15658         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15659         Check for program_invocation_name, program_invocation_short_name,
15660         flockfile, funlockfile, features.h, _getopt_long_only_r.
15661
15662 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15663
15664         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15665         its complicated substitute.
15666         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15667         and program_invocation_name.
15668         (__argp_basename) [!_LIBC]: Remove; the only use was
15669         replaced by its body.
15670         (__argp_short_program_name): Change condition from
15671         !defined __argp_short_program_name to
15672         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15673         to match argp-namefrob.h.
15674         (__argp_failure): Don't assume strerror_r returns char *.
15675         * lib/argp-parse.c (N_): Define unconditionally.
15676         (argp_default_options): Fill out initializers with 0 to avoid
15677         gcc warnings.
15678
15679 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15682         getopt1.c.
15683
15684 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15685
15686         Merge from coreutils.
15687
15688         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15689
15690         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15691         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15692
15693 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         Merge from coreutils.
15696
15697         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15698         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15699         for Reliant Unix 5.43.
15700
15701         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15702         (union fooround): Use uintmax_t, not long int.
15703         The rest is a merge from libc:
15704         [defined _LIBC]: Include <shlib-compat.h>.
15705         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15706
15707         * lib/settime.c (settime): Recode to avoid warning with
15708         Sun Forte C 6U2.
15709
15710         * lib/strverscmp.c: Convert to UTF-8.
15711
15712 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15713
15714         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15715         m4/uintmax_t.m4.
15716
15717 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15718
15719         * modules/xalloc-die: New file.
15720         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15721
15722         * modules/md5 (Files): Add m4/uint32_t.m4.
15723         * modules/sha1: Renamed from modules/sha.
15724         (Files):
15725         Rename lib/sha.h to lib/sha1.h.
15726         Rename lib/sha.c to lib/sha1.c.
15727         Rename m4/sha.m4 to m4/sha1.m4.
15728         (lib_SOURCES): Likewise.
15729         (configure.ac): Rename gl_SHA to gl_SHA1.
15730         (Include): sha.h -> sha1.h.
15731
15732 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15733
15734         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15735         * m4/sha1.m4: Renamed from sha.m4.
15736         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15737
15738 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15739
15740         * lib/obstack.h (obstack_empty_p):
15741         Don't assume that chunk->contents is suitably aligned.
15742         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15743         Likewise. Problem reported by Benno in
15744         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15745
15746         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15747         readable.  This could be improved further but it'd take some work.
15748
15749 2004-08-08  Simon Josefsson  <jas@extundo.com>
15750
15751         * modules/xgethostname (Depends-on): Remove exit and error (not
15752         used).
15753
15754         * modules/getpass-gnu: Add getpass.h.
15755         (Depends-on): Add stdbool.
15756         * modules/getpass: Add getpass.h.
15757
15758 2004-08-08  Simon Josefsson  <jas@extundo.com>
15759
15760         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15761         Check getpass declaration.
15762
15763 2004-08-08  Simon Josefsson  <jas@extundo.com>
15764
15765         * lib/xgethostname.c: Don't include error.h (not used).
15766
15767         * lib/getpass.h: Add.
15768         * lib/getpass.c: Include getpass.h first.
15769
15770 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15771
15772         * lib/xalloc-die.c: New file.
15773         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15774         All uses removed.
15775         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15776         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15777         xalloc-die.c.
15778         (_, N_, xalloc_die): Move to xalloc-die.c.
15779         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15780         so that we needn't mess with xalloc_msg_memory_exhausted.
15781
15782         * lib/sha1.h: Renamed from sha.h.
15783         (SHA1_H): Renamed from _SHA_H.
15784         (sha1_ctx): Renamed from sha_ctx.
15785         (sha1_init_ctx): Renamed from sha_init_ctx.
15786         (sha1_process_block): Renamed from sha_process_block.
15787         (sha1_process_bytes): Renamed from sha_process_bytes.
15788         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15789         (sha1_read_ctx): Renamed from sha_read_ctx.
15790         (sha1_stream): Renamed from sha_stream.
15791         (sha1_buffer): Renamed from sha_buffer.
15792         * lib/sha1.c: Likewise; renamed from sha.c.
15793         Do not include <sys/types.h>.
15794         Include <stddef.h> rather than <stdlib.h>.
15795
15796 2004-08-08  Bruno Haible  <bruno@clisp.org>
15797
15798         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15799         FILESYSTEM_PREFIX_LEN.
15800         * lib/progreloc.c: Likewise.
15801         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15802
15803 2004-08-06  Simon Josefsson  <jas@extundo.com>
15804
15805         * modules/progname (Depends-on): Don't depend on stdbool.
15806
15807 2004-08-06  Simon Josefsson  <jas@extundo.com>
15808
15809         * modules/getsubopt: New file.
15810         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15811         getsubopt.
15812
15813 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15814
15815         More merge from coreutils.
15816
15817         * m4/utimens.m4, m4/utimecmp.m4: New files.
15818         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15819         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15820         prereq.m4, sha.m4: Import changes from coreutils.
15821
15822 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15823
15824         More merge from coreutils.
15825         * modules/raise, modules/readtokens0, modules/utimens:
15826         * modules/utimecmp, module/xnanosleep: New files.
15827         * modules/strftime: Add lib/strftime.h.
15828         Change include from <time.h> to "strftime.h".
15829         * modules/yesno: Add lib/yesno.h.
15830         * modules/backupfile: Remove lib/addext.c.
15831         * modules/euidaccess: Add stat-macros.h.
15832         * modules/canonicalize, modules/euidaccess,
15833         modules/filemode, modules/lchown, modules/makepath,
15834         modules/rmdir, modules/stat: Likewise.
15835
15836 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15837
15838         Merge from tar.
15839         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15840         SIZE_MAX is a valid preprocessor constant.
15841         (__argp_basename): Change from "#ifndef _LIBC"
15842         to "#ifndef __argp_short_program_name", so that
15843         we don't compile these functions for tar.
15844
15845         More merges from coreutils.
15846         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15847         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15848         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15849         * lib/addext.c: Remove; no longer needed.
15850         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15851         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15852         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15853         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15854         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15855         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15856         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15857         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15858         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15859         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15860         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15861         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15862         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15863         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15864         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15865         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15866         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15867         Import changes from coreutils.
15868
15869 2004-08-05  Simon Josefsson  <jas@extundo.com>
15870
15871         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15872
15873 2004-08-05  Simon Josefsson  <jas@extundo.com>
15874
15875         * m4/getsubopt.m4: New file.
15876
15877 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15878
15879         Merge from coreutils.
15880
15881         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15882         * m4/getcwd-path-max.m4: New files.
15883
15884         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15885         FILESYSTEM_PREFIX_LEN ->
15886         FILE_SYSTEM_PREFIX_LEN.
15887         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15888         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15889         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15890         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15891
15892         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15893         prerequisite modules now handle the DOS stuff.
15894         Don't check for unistd.h.
15895
15896 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15897
15898         Merge from coreutils.
15899
15900         * lib/.gdb-history: Remove; this doesn't belong here.
15901
15902         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15903         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15904         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15905         * lib/getcwd.c: New files.
15906
15907         * lib/dirname.h: Include <stdbool.h>.
15908         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15909         for consistency with POSIX terminology.  All uses changed.
15910         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15911         (strip_trailing_slashes): Use bool for booleans.
15912         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15913
15914         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15915         sometimes returns a positive errno value even when it succeeds.
15916         (print_errno_message) [!LIBC]: Fall back on strerror if
15917         __strerror_r fails.
15918
15919         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15920         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15921         (longest_relative_suffix): New function.
15922         (path_concat): Use it.  Assume first argument is not NULL.
15923         Port to DOS.  Omit redundant separators.
15924         Report an error instead of returning NULL.
15925         Use mempcpy instead of memcpy.
15926         (xpath_concat): Remove: not declared or used.
15927
15928         * lib/same.h: Include <stdbool.h>
15929         (same_name): Return bool, not int.
15930         * lib/same.c (same_name): Likewise.
15931         (errno): Don't declare; we assume C89 or better now.
15932
15933         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15934         if not already defined.
15935
15936         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15937         * lib/dup-safer.c (errno): Likewise.
15938
15939 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15940
15941         Merge from coreutils.
15942         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15943         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15944         * modules/path-concat: Don't depend on strdup.
15945
15946 2004-08-03  Simon Josefsson  <jas@extundo.com>
15947
15948         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15949         * lib/progname.h: Don't include stdbool.h.
15950
15951 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15954         * MODULES.html.sh (func_all_modules): Remove fatal.
15955
15956 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15959
15960 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15961
15962         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15963         working.
15964
15965 2004-08-02  Simon Josefsson  <jas@extundo.com>
15966
15967         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15968         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15969         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15970
15971 2004-08-01  Simon Josefsson  <jas@extundo.com>
15972
15973         * lib/xgetdomainname.c: Include stdlib.h, for free().
15974
15975 2004-07-19  Bruno Haible  <bruno@clisp.org>
15976
15977         * MODULES.html.sh (func_all_modules): Add dummy.
15978
15979 2004-07-16  Simon Josefsson  <jas@extundo.com>
15980
15981         * modules/dummy: New file.
15982
15983 2004-07-16  Simon Josefsson  <jas@extundo.com>
15984
15985         * lib/dummy.c: New file.
15986
15987 2004-07-16  Bruno Haible  <bruno@clisp.org>
15988
15989         * lib/backupfile.h: Add extern "C" for C++.
15990         * lib/closeout.h: Likewise.
15991         * lib/copy-file.h: Likewise.
15992         * lib/findprog.h: Likewise.
15993         * lib/full-write.h: Likewise.
15994         * lib/pathname.h: Likewise.
15995         * lib/progname.h: Likewise.
15996         * lib/stpcpy.h: Likewise.
15997         * lib/stpncpy.h: Likewise.
15998         * lib/strcase.h: Likewise.
15999         * lib/strstr.h: Likewise.
16000         * lib/xalloc.h: Likewise.
16001
16002         * lib/mbswidth.h: Add extern "C" for C++.
16003         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16004
16005 2004-07-13  Robert Millan  <robertmh@gnu.org>
16006
16007         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16008
16009 2004-07-09  Simon Josefsson  <jas@extundo.com>
16010
16011         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16012         failed without this.)
16013
16014 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16015
16016         * modules/chown (Files): Add lib/fchown-stub.c, since
16017         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16018
16019 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16020
16021         * lib/fchown-stub.c: New file.
16022
16023 2004-06-24  Jim Meyering  <jim@meyering.net>
16024
16025         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16026
16027 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16028
16029         * modules/argz: Omit "#include".
16030
16031         * MODULES.html.sh (func_all_modules): Add calloc, to match
16032         2004-06-01 addition of calloc module.
16033
16034 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16035
16036         * m4/argz.m4: New file, which is autoupdated from libtool.
16037
16038 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16039
16040         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16041         libtool.
16042
16043 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16044
16045         * config/srclist-update: Don't insist on "USA." before the
16046         close-comment, as libtool omits the period and puts the */ on a
16047         separate line.
16048         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16049         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16050
16051 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16052
16053         * modules/argz: New file.
16054         * MODULES.html.sh (func_all_modules): Add argz.
16055
16056 2004-06-12  Jim Meyering  <jim@meyering.net>
16057         and  Paul Eggert  <eggert@cs.ucla.edu>
16058
16059         * modules/hash (Files): Add lib/xalloc.h.
16060         * modules/pipe (Depends-on): Add wait-process.
16061         * modules/stat (Depends-on): Add xalloc.
16062         * modules/userspec (Files): Add lib/userspec.h.
16063         * modules/xstrto
16064
16065         Upgrade from gettext-0.13.
16066         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16067         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16068         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16069
16070 2004-06-10  Jim Meyering  <jim@meyering.net>
16071
16072         * lib/calloc.c: New file.
16073
16074 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16075
16076         * lib/getdate.y (yylex): Allow space between sign and number.
16077         Problem reported by Dan Jacobson.
16078
16079 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16080
16081         Merge from coreutils CVS.
16082
16083         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16084         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16085         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16086         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16087         xstrtol.m4: Fix copyright date and/or serial number.
16088
16089         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16090         See if we need an fchown replacement.
16091         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16092         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16093         and use the replacement function if we detect either defect.
16094
16095         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16096         gl_UTIMECMP.
16097
16098 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16099         and  Jim Meyering  <jim@meyering.net>
16100
16101         Merge from coreutils CVS.
16102
16103         * lib/stat-macros.h: New file, with contents from file-type.h
16104         and coreutils' system.h.
16105         * lib/file-type.c: Include "stat-macros.h".
16106         * lib/file-type.h (file_type): Move all macro definitions to new file,
16107         stat-macros.h.
16108
16109         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16110         Wrap old code with this conditional.
16111         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16112         function that does not dereference symlinks.
16113         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16114
16115         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16116         dependency problems.
16117         (xreadlink): Accept new arg SIZE, for efficiency.
16118         All decls and uses changed.
16119         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16120
16121         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16122         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16123
16124         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16125         sysexits.h.
16126
16127 2004-06-01  Jim Meyering  <jim@meyering.net>
16128
16129         * m4/calloc.m4: New file.
16130
16131 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16132
16133         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16134         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16135         Also, fix a typo in a diagnostic.
16136
16137 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16140         or AC_FUNC_REALLOC.
16141
16142 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16145         macros to be defined.
16146         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16147         the allocator returns NULL because the requested size is zero.
16148
16149 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16150
16151         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16152         var.  Add comment explaining why libc still defines it.  This
16153         merges the following patch from glibc:
16154         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16155
16156 2004-05-20  Andreas Schwab  <schwab@suse.de>
16157
16158         * m4/free.m4: Replace free if it not known to work, not the other
16159         way round.
16160
16161 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16162
16163         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16164         present in glibc since revision 1.1 of this file.
16165         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16166         obstack_alignment_mask, obstack_alloc, obstack_base,
16167         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16168         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16169         obstack_grow0, obstack_init, obstack_int_grow,
16170         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16171         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16172         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16173         nonexistent functions.
16174
16175 2004-05-18  Karl Berry  <karl@gnu.org>
16176
16177         * config/srclist.txt: break link for vasnprintf.c.
16178
16179 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16180
16181         Port obstack to the AS/400, where pointers are 16 bytes wide and
16182         you cannot cast an integer to a valid pointer.  This patch is
16183         currently waiting to be integrated into glibc; see
16184         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16185
16186         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16187         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16188         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16189         (struct obstack): temp member is now a union of a pointer and
16190         an integer, instead of an integer.  All integer uses changed.
16191         This does not affect the physical layout of struct obstack,
16192         except on hosts (like the AS/400) where the size or alignment of
16193         void * is greater than that of ptrdiff_t.
16194         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16195         __STDC__)]: Store temporary in pointer member of union, not
16196         integer member.
16197         * lib/obstack.c: Include <stddef.h>, for offsetof.
16198         (struct fooalign): Remove; it doesn't need a name.
16199         (union fooround): Change double to long double, and add void *.
16200         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16201         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16202         not a macro.  Hence the values are always int; so remove all
16203         casts-to-int in uses.
16204
16205 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16206
16207         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16208         we can get this patch merged into glibc.
16209
16210 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16211             Paul Eggert  <eggert@cs.ucla.edu>
16212
16213         * m4/argp: Depend on alloca.
16214
16215 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16216             Paul Eggert  <eggert@cs.ucla.edu>
16217
16218         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16219         freecoding.
16220
16221 2004-05-17  Bruno Haible  <bruno@clisp.org>
16222
16223         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16224         precision that consists of a '.' followed by an empty digit string.
16225         Patch by Tor Lillqvist <tml@iki.fi>.
16226
16227 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16228
16229         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16230         for backward compatibility with older code.  We need our own
16231         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16232         it under some other name, and our alloca.h will define it.
16233
16234 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16235             Derek Price  <derek@ximbiot.com>
16236
16237         * lib/alloca.c: Include <alloca.h>, to get our interface.
16238         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16239         include <alloca.h> first.  Use C89 prototype for alloca; this
16240         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16241         Use #elif for simplicity, since we can assume C89 now.
16242         Don't try to source the system alloca.h since it will not be found
16243         and to prevent recursively including its replacement.
16244         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16245         * lib/regex.c: Likewise.
16246
16247 2004-05-16  Derek Price  <derek@ximbiot.com>
16248             Paul Eggert  <eggert@cs.ucla.edu>
16249
16250         getline cleanup.  This changes the getndelim2 API: both order of
16251         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16252         no delimiter).
16253
16254         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16255         interface does that.
16256         (getline): Always use getdelim, so that we don't have two
16257         copies of this code.
16258         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16259         if available.
16260         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16261         (GETNDELIM2_MAXIMUM): New macro.
16262         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16263         instead of the old practice of delim2==0.  All callers changed.
16264         Return -1 on overflow, instead of returning junk.
16265         Do not set *linesize unless allocation succeeds.
16266         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16267         that we include sys/types.h.
16268         * lib/getnline.h: Likewise.
16269         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16270         (getndelim2): Reorder arguments.
16271         * lib/getnline.c (getnline, getndelim):
16272         Don't discard the NMAX argument.
16273         (getnline): Invoke getndelim, to avoid code duplication.
16274         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16275         of (size_t) -1 by callers of the getnline family.
16276
16277 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16278
16279         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16280         Check for gettimeofday.
16281         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16282         Check for settimeofday, stime.
16283
16284 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16285
16286         * lib/nanosleep.c (suspended): Change its type from int to
16287         sig_atomic_t volatile.
16288         (first_call): Make it private to rpl_nanosleep, and have it
16289         be zero initially as that's a bit faster.
16290         (my_usleep): Round up fractional times instead of truncating them,
16291         as this is the usual meaning for 'sleep'.
16292
16293         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16294         doesn't work.
16295         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16296         (ENOSYS): Define if not defined.
16297         (settime): Fall back on stime if it exists and settimeofday fails.
16298         But don't bother with fallbacks if a method fails with errno == EPERM.
16299
16300 2004-05-11  Jim Meyering  <jim@meyering.net>
16301
16302         Prior to this change, the save_cwd caller required read access to the
16303         current directory on most systems (ones with the fchdir function).
16304
16305         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16306         fails, try write-only, and finally, resort to using xgetcwd.
16307
16308 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16309
16310         * lib/obstack.c, obstack.h: Import changes from libc.
16311
16312 2004-04-28  Bruno Haible  <bruno@clisp.org>
16313
16314         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16315         also implicitly appends .exe to executables.
16316         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16317         accepts Windows pathnames.
16318         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16319         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16320         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16321         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16322         Reported by Derek Robert Price <derek@ximbiot.com>.
16323
16324 2004-04-21  Karl Berry  <karl@gnu.org>
16325
16326         * config/srclist.txt (localcharset.c): break sync.
16327
16328 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16329
16330         * m4/host-os.m4: Add a copyright notice.
16331
16332 2004-04-20  Jim Meyering  <jim@meyering.net>
16333
16334         Change UTILS_ to gl_ in AC_DEFINE'd names.
16335         Change utils_- and jm_-prefixed variables, too.
16336         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16337         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16338         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16339
16340         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16341         Don't emit trailing blanks.
16342         Also rename jm_-prefixed variables to have gl_ prefix.
16343
16344         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16345         Also rename jm_-prefixed variables to have gl_ prefix.
16346
16347         * m4/jm-macros.m4: Reflect the renamings.
16348         * m4/prereq.m4: Likewise.
16349
16350 2004-04-20  Jim Meyering  <jim@meyering.net>
16351
16352         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16353         memory.
16354
16355 2004-04-20  Jim Meyering  <jim@meyering.net>
16356             Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16359         memory when realloc fails.
16360
16361 2004-04-19  Jim Meyering  <jim@meyering.net>
16362
16363         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16364         now that readutmp.c may call `free (0)'.
16365
16366 2004-04-19  Bruno Haible  <bruno@clisp.org>
16367
16368         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16369         * m4/inttypes_h.m4: Likewise.
16370         * m4/stdint_h.m4: Likewise.
16371         * m4/intmax_t.m4: Likewise.
16372         * m4/uintmax_t.m4: Likewise.
16373
16374 2004-04-18  Jim Meyering  <jim@meyering.net>
16375
16376         * m4/prereq.m4: Don't forbid jm_ prefix.
16377
16378         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16379         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16380         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16381         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16382         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16383         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16384         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16385         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16386         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16387         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16388         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16389         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16390         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16391         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16392         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16393         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16394         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16395         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16396         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16397
16398 2004-04-18  Jim Meyering  <jim@meyering.net>
16399
16400         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16401         failure, don't leak memory and do call END_UTMP_ENT.
16402
16403 2004-04-16  Jim Meyering  <jim@meyering.net>
16404
16405         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16406         coreutils' stat program.
16407         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16408
16409 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16410
16411         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16412         C89.
16413         (CHAR_BIT): Remove, since we assume C89.
16414         Include <stdint.h> if available, as per current Autoconf CVS advice.
16415
16416 2004-03-31  Jim Meyering  <jim@meyering.net>
16417
16418         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16419         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16420         * m4/xalloc.m4: Likewise.
16421
16422 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16423
16424         Merge from coreutils.
16425
16426         * m4/inttostr.m4: New file.
16427         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16428         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16429         Require gl_CLOCK_TIME.
16430         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16431
16432 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16433
16434         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16435         not bool, to be more consistent with Unix conventions.
16436         Suggested by Bruno Haible.
16437
16438         Merge from coreutils.
16439
16440         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16441         * lib/umaxtostr.c: New files.
16442
16443         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16444         the usual <time.h> dance.
16445         (get_date): Change signature to support fractional time stamps.
16446         All callers changed.
16447         * lib/getdate.y: Include "getdate.h" first, as we can now
16448         assume C89 and don't need to worry about 'const'.
16449         Similarly, include "unlocked-io.h" near start, not in middle.
16450         Include <limits.h>.
16451         (textint.value): Use long int rather than int.
16452         (textint.digits): Use size_t rather than int.
16453         (BILLION, LOG10_BILLION): New constants.
16454         (parser_control): New member rel_ns.  Members day_ordinal,
16455         time_zone, month, day, hour, minutes, rel_year, rel_month,
16456         rel_day, rel_hour, rel_minutes, rel_seconds
16457         are now long int, not int.  Member seconds is now struct timespec,
16458         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16459         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16460         not int.
16461         (%union.intval): Now long int, not int.
16462         New member timespec.
16463         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16464         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16465         (spec): Now is a timespec or an item list.
16466         (timespec, items): New nonterminals.
16467         (time, rel, relunit, number, get_date):
16468         Add support for fractional seconds.
16469         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16470         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16471         (to_hour): First arg is now long int, not int.
16472         (to_year): Returns long int, not int.
16473         Don't treat year -70 like 70.
16474         (tm_diff): Returns long int, not int.
16475         (lookup_word): Use bool instead of int when appropriate.
16476         (yylex): Use size_t for count, not int.
16477         Detect overflow when parsing large integer constants.
16478         Add support for fractions.
16479         (get_date): Make pointers 'const' if possible.
16480         Use more-portable code to detect integer overflow.
16481         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16482         Don't use ctime; it's not reliable if the year has >4 digits.
16483
16484         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16485         This is for compatibility with BSD.
16486
16487         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16488         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16489         From coreutils' system.h.
16490
16491         * lib/userspec.c: Don't include "posixver.h".
16492         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16493         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16494         compatible extension.  Simplify code by removing a boolean int
16495         that was always nonzero if a string was nonnull.
16496
16497 2004-03-30  Jim Meyering  <jim@meyering.net>
16498
16499         Merge from coreutils.
16500
16501         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16502         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16503         on some systems one must include <grp.h> before it.
16504         Reported by Christian Krackowizer.
16505
16506 2004-03-30  Jim Meyering  <jim@meyering.net>
16507
16508         Merge from coreutils.
16509
16510         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16511
16512         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16513         an empty input stream.
16514
16515         * lib/readtokens.c: Include <stdbool.h>.
16516         (readtoken): Use `size_t' rather than int/long.
16517         All callers adjusted.
16518         Use `bool' rather than `int' where appropriate.
16519         Use memset rather than an explicit loop.
16520         Use x2nrealloc rather than xrealloc.
16521         Allow the use of `\0' as a delimiter.
16522         (readtokens): Likewise.
16523         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16524
16525 2004-03-30  Jim Meyering  <jim@meyering.net>
16526
16527         * m4/realloc.m4: Remove file, since now it does no more than
16528         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16529         the `configure.ac' section of module/realloc.
16530         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16531
16532 2004-03-30  Bruno Haible  <bruno@clisp.org>
16533
16534         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16535         nonnull.
16536
16537 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16538
16539         Merge changes to getloadavg.c from coreutils and Emacs.
16540
16541         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16542         Define to an expression, not to the empty string.
16543         Include cloexec.h and xalloc.h.
16544         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16545         Use set_cloexec_flag rather than rolling our own.
16546         * lib/cloexec.c, lib/cloexec.h: New files.
16547
16548 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16549
16550         * m4/cloexec.m4: New file.
16551
16552 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16553
16554         * lib/getopt.h: Sync with libc CVS.
16555
16556 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16557             Bruno Haible  <bruno@clisp.org>
16558
16559         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16560         mbswidth.
16561
16562 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16563             Bruno Haible  <bruno@clisp.org>
16564
16565         * lib/mbswidth.h: Include <wchar.h> only if
16566         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16567         <wchar.h>.
16568         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16569
16570 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16571
16572         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16573         Sync with libc CVS.
16574         * lib/getopt_int.h: New file, also synced from libc.
16575
16576 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16577
16578         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16579         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16580         Bring back getopt.c, getopt.h, getopt1.c.
16581
16582 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16583
16584         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16585         All uses changed.  Check for sa_sigaction member; this fixes
16586         a bug first reported by Jason Andrade in
16587         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16588
16589 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16590
16591         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16592         '#if' expressions.  Unlike the code it replaces, it does not
16593         depend on (defined _SC_PAGESIZE).  However, it does depend on
16594         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16595         first reported by Jason Andrade in
16596         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16597
16598 2004-02-25  Simon Josefsson  <jas@extundo.com>
16599
16600         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16601
16602 2004-02-25  Simon Josefsson  <jas@extundo.com>
16603
16604         * lib/strdup.h: New file.
16605         * lib/strdup.c: Include it.
16606         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16607         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16608
16609 2004-02-23  Karl Berry  <karl@gnu.org>
16610
16611         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16612         (from fencepost.gnu.org:/gd/gnuorg).
16613
16614 2004-02-23  Karl Berry  <karl@gnu.org>
16615
16616         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16617         * config/srclist.txt: add maintain/standards documents.
16618
16619 2004-02-18  Bruno Haible  <bruno@clisp.org>
16620
16621         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16622         Reported by Derek Robert Price <derek@ximbiot.com>.
16623
16624 2004-02-16  Karl Berry  <karl@gnu.org>
16625
16626         * config/mkinstalldirs, install-sh: update from automake.
16627
16628 2004-02-06  Karl Berry  <karl@gnu.org>
16629
16630         * m4/po.m4: update from gettext 0.14.1.
16631
16632 2004-02-06  Karl Berry  <karl@gnu.org>
16633
16634         * lib/config.charset: update from gettext 0.14.1.
16635
16636 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16637
16638         Add comments and code, prompted by suggestions from Bruno Haible
16639         for sh-quote.
16640         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16641         describing the enum quoting_style values.
16642         * lib/quotearg.c (quotearg_alloc): New function.
16643         (quotearg_buffer_restyled): Treat lone { and } as special.
16644         Treat = as special.  Work around bug with older shells
16645         that "see" a '\' that is really the 2nd byte of a multibyte char.
16646         Quote empty string with shell_quoting_style.
16647
16648 2004-02-03  Bruno Haible  <bruno@clisp.org>
16649
16650         * m4/pipe.m4: New file, from GNU gettext.
16651
16652 2004-02-03  Bruno Haible  <bruno@clisp.org>
16653
16654         * lib/pipe.h: New file, from GNU gettext.
16655         * lib/pipe.c: New file, from GNU gettext.
16656
16657 2004-01-27  Bruno Haible  <bruno@clisp.org>
16658
16659         * m4/execute.m4: New file, from GNU gettext.
16660
16661 2004-01-27  Bruno Haible  <bruno@clisp.org>
16662
16663         * lib/execute.h: New file, from GNU gettext.
16664         * lib/execute.c: New file, from GNU gettext.
16665         * lib/w32spawn.h: New file, from GNU gettext.
16666
16667 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16668
16669         Merge from diffutils.
16670
16671         * lib/file-type.c (file_type): Add typed memory objects.
16672         * lib/file-type.h (S_TYPEISTMO): New macro.
16673
16674         * lib/c-stack.h (c_stack_action): Remove argv argument.
16675         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16676         (die): Don't calculate message unless segv_action returns.
16677         (get_stack_location, min_address_from_argv, max_address_from_argv,
16678         volatile stack_base, volatile_stack_size): Remove.
16679         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16680         that every segmentation violation is a stack overflow.  (Ouch!)
16681         See Debian bug 136249 (still outstanding) for more info about why
16682         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16683
16684 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16685
16686         Exit-status fix from coreutils.
16687
16688         Use exit_failure consistently in place of EXIT_FAILURE,
16689         so that program exit statuses are consistent on failure.
16690
16691         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16692         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16693         * lib/argmatch.h: Comment fix to match the above.
16694         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16695         Now a macro referring to exit_failure, instead of a separate
16696         variable.  Include "exitfail.h" to get it.
16697         * lib/xstrtol.h: Include "exitfail.h".
16698         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16699
16700         * lib/long-options.c (parse_long_options): Use prototype
16701         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16702         for clarity.
16703
16704 2004-01-21  Jim Meyering  <jim@meyering.net>
16705
16706         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16707         so as not to conflict with a different-sized __mktime_internal
16708         function in GNU libc.
16709         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16710         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16711
16712 2004-01-20  Karl Berry  <karl@gnu.org>
16713
16714         * config/config.guess: update from config.
16715
16716         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16717
16718 2004-01-20  Bruno Haible  <bruno@clisp.org>
16719
16720         Safer stack allocation.
16721         * lib/setenv.c: Include allocsa.h.
16722         (alloca): Remove fallback definition.
16723         (freea): Remove macro.
16724         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16725         instead of freea.
16726
16727 2004-01-20  Bruno Haible  <bruno@clisp.org>
16728
16729         * m4/eealloc.m4: New file, from GNU gettext.
16730
16731 2004-01-20  Bruno Haible  <bruno@clisp.org>
16732
16733         * m4/allocsa.m4: New file, from GNU gettext.
16734
16735 2004-01-20  Bruno Haible  <bruno@clisp.org>
16736
16737         * lib/xallocsa.h: New file, from GNU gettext.
16738         * lib/xallocsa.c: New file, from GNU gettext.
16739
16740 2004-01-20  Bruno Haible  <bruno@clisp.org>
16741
16742         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16743
16744 2004-01-20  Bruno Haible  <bruno@clisp.org>
16745
16746         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16747         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16748         specially.
16749
16750 2004-01-20  Bruno Haible  <bruno@clisp.org>
16751
16752         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16753         patch.
16754
16755 2004-01-20  Bruno Haible  <bruno@clisp.org>
16756
16757         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16758
16759 2004-01-20  Bruno Haible  <bruno@clisp.org>
16760
16761         * lib/eealloc.h: New file.
16762
16763 2004-01-20  Bruno Haible  <bruno@clisp.org>
16764
16765         * lib/binary-io.h: Avoid warnings on Cygwin.
16766
16767 2004-01-20  Bruno Haible  <bruno@clisp.org>
16768
16769         * lib/allocsa.h: New file, from GNU gettext.
16770         * lib/allocsa.c: New file, from GNU gettext.
16771
16772 2004-01-18  Karl Berry  <karl@gnu.org>
16773
16774         * doc/gpl.texi, doc/lgpl.texi: new files.
16775
16776 2004-01-18  Karl Berry  <karl@gnu.org>
16777
16778         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16779         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16780
16781 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16782
16783         Merge from coreutils.
16784
16785         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16786         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16787         (gl_DEFAULT_POSIX2_VERSION): Move
16788         the documentation from 'configure' into 'config.hin',
16789         so that 'configure --help' isn't burdened by it and
16790         we don't have to worry about its formatting there.
16791         Reword the documentation so that it's more succinct
16792         and can be run together into a single paragraph.
16793         * m4/same.m4 (gl_SAME): Check for pathconf.
16794
16795 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16796
16797         Merge from coreutils.
16798
16799         * lib/posixver.c: Include posixver.h.
16800
16801         * lib/same.c: Include <stdbool.h>, <limits.h>.
16802         (_POSIX_NAME_MAX): Define if not defined.
16803         (MIN): New macro.
16804         (same_name): If file names are silently truncated, report
16805         that the file names are the same if they are the same after
16806         the silent truncation.
16807
16808         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16809         conversion function.
16810         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16811         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16812         longer needed.
16813
16814 2004-01-15  Jim Meyering  <jim@meyering.net>
16815
16816         Merge from coreutils.
16817
16818         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16819         if no library is required.
16820         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16821         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16822         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16823         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16824         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16825         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16826         value, $ac_cv_search_crypt, if it's "none required".
16827         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16828         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16829         not gl_FUNC_GETLOADAVG.
16830         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16831         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16832
16833 2004-01-15  Jim Meyering  <jim@meyering.net>
16834
16835         Merge from coreutils.
16836
16837         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16838         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16839         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16840
16841         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16842         optional configure-time default.
16843
16844         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16845
16846         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16847
16848 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16849
16850         Merge from coreutils.
16851
16852         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16853         value, $ac_cv_search_nanosleep, if it's "none required".
16854
16855 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16856
16857         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16858         with like-named macro in fnmatch.c.
16859         (EXT): Use an internal constant instead.
16860
16861         Merge fnmatch patches from glibc.
16862         * lib/fnmatch.c (mbsinit): Remove define.
16863         Add libc_hidden_ver (__fnmatch, fnmatch).
16864         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16865         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16866
16867 2004-01-14  Karl Berry  <karl@gnu.org>
16868
16869         * config/install-sh: update from automake.
16870
16871 2004-01-13  Karl Berry  <karl@gnu.org>
16872
16873         * config/install-sh: update from automake.
16874
16875 2004-01-09  Karl Berry  <karl@gnu.org>
16876
16877         * config/install-sh: update from automake.
16878
16879 2004-01-05  Karl Berry  <karl@gnu.org>
16880
16881         * config/config.{sub,guess}: update from config.
16882
16883 2003-12-31  Karl Berry  <karl@gnu.org>
16884
16885         * config/depcomp: update from automake.
16886
16887 2003-12-14  Karl Berry  <karl@gnu.org>
16888
16889         * lib/config.charset: update from gettext-runtime.
16890
16891 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16892
16893         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16894         Bug reported by Alfred M. Szmidt.
16895
16896 2003-12-03  Bruno Haible  <bruno@clisp.org>
16897
16898         * m4/gettext.m4: Upgrade from gettext-0.13.
16899         * m4/po.m4: Upgrade from gettext-0.13.
16900         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16901         * m4/intmax.m4: New file, from gettext-0.13.
16902         * m4/printf-posix.m4: New file, from gettext-0.13.
16903
16904 2003-11-29  Karl Berry  <karl@gnu.org>
16905
16906         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16907
16908 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16909             Bruno Haible  <bruno@clisp.org>
16910
16911         * lib/printf-parse.h: Don't include sys/types.h.
16912         (ARG_NONE): New macro.
16913         (char_directive): Change type of *arg_index fields to size_t.
16914         * lib/printf-parse.c: Don't include sys/types.h.
16915         (SSIZE_MAX): Remove macro.
16916         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16917         Remove unnecessary overflow check.
16918         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16919         fields.
16920
16921 2003-11-25  Bruno Haible  <bruno@clisp.org>
16922
16923         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16924
16925 2003-11-25  Bruno Haible  <bruno@clisp.org>
16926
16927         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16928         gt_TYPE_SSIZE_T.
16929
16930 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16931
16932         * modules/alloca: Remove dependency on xalloc.
16933
16934 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16935
16936         * lib/alloca.c: Remove dependency on xalloc module.
16937         (xalloc_die): Remove.
16938         (memory_full) [!defined emacs]: New macro.
16939         [!defined emacs]: Don't include xalloc.h.
16940         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16941         address arithmetic overflows.  Change datatypes a bit to avoid
16942         unnecessary casts.
16943
16944 2003-11-22  Jim Meyering  <jim@meyering.net>
16945
16946         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16947         s/size/size_t/.
16948
16949 2003-11-21  Karl Berry  <karl@gnu.org>
16950
16951         * config/config.{sub,guess}: update from config.
16952
16953 2003-11-18  Karl Berry  <karl@gnu.org>
16954
16955         * config/config.{sub,guess}: update from config.
16956
16957         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16958
16959 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16960
16961         * README: Mention that S+T cannot overflow if S is the size of
16962         an existing object and T is sufficiently small.
16963
16964 2003-11-17  Jim Meyering  <jim@meyering.net>
16965
16966         On systems without utime and without a utimes function capable of
16967         dealing with a NULL struct utimbuf* argument, this utime replacement
16968         could -- in unusual circumstances -- leak a file descriptor.
16969         * lib/utime.c: Include <unistd.h> and <errno.h>.
16970         (utime_null): Be sure to close `fd' and to preserve errno.
16971         Reported by Geoff Collyer via Arnold Robbins.
16972
16973 2003-11-17  Bruno Haible  <bruno@clisp.org>
16974
16975         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16976         (Depends-on): Add xsize.
16977
16978 2003-11-17  Bruno Haible  <bruno@clisp.org>
16979
16980         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16981
16982 2003-11-17  Bruno Haible  <bruno@clisp.org>
16983
16984         * lib/vasnprintf.c (alloca): Remove fallback definition.
16985         (freea): Remove definition.
16986         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16987         Reported by Paul Eggert.
16988
16989 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16990             Bruno Haible  <bruno@clisp.org>
16991
16992         Protect against address arithmetic overflow.
16993         * lib/printf-args.h: Include stddef.h.
16994         (arguments): Change type of field 'count' to size_t.
16995         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16996         'unsigned int' where appropriate.
16997         * lib/printf-parse.h: Include sys/types.h.
16998         (char_directive): Change type of *arg_index fields to ssize_t.
16999         (char_directives): Change type of fields 'count', max_*_length to
17000         size_t.
17001         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17002         (SSIZE_MAX): Define fallback value.
17003         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17004         instead of 'int' where appropriate. Check a_allocated, d_allocated
17005         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17006         * lib/vasnprintf.c: Include xsize.h.
17007         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17008         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17009         overflow. Avoid wraparound when converting a width or precision from
17010         decimal to binary.
17011
17012 2003-11-16  Bruno Haible  <bruno@clisp.org>
17013
17014         Update from GNU gettext.
17015         * lib/printf-parse.c: Generalize to it can be compiled for wide
17016         strings.
17017         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17018         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17019         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17020         SNPRINTF): New macros.
17021         Don't include <alloca.h> if the file is used inside libintl.
17022         (local_wcslen): New function, for Solaris 2.5.1.
17023         (VASNPRINTF): Use it instead of wcslen.
17024
17025 2003-11-16  Bruno Haible  <bruno@clisp.org>
17026
17027         * lib/xsize.h (xmax): New function.
17028         (xsum, xsum3, xsum4): Declare as "pure" functions.
17029
17030 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17031
17032         * modules/xalloc (Files): Undo latest change, since xalloc.h
17033         no longer needs SIZE_MAX or PTRDIFF_MAX.
17034
17035 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17036
17037         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17038         gl_PTRDIFF_MAX.
17039
17040 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17041
17042         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17043         "return", to pacify some unknown compiler.  Problem reported
17044         by Joerg Schilling.
17045
17046 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17047
17048         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17049         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17050         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17051         heuristic is just as accurate as far as we know, and it removes a
17052         dependency on size_max.m4 and ptrdiff_max.m4.
17053
17054 2003-11-11  Bruno Haible  <bruno@clisp.org>
17055
17056         * modules/xsize (Files): Add m4/size_max.m4.
17057         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17058
17059 2003-11-11  Bruno Haible  <bruno@clisp.org>
17060
17061         * m4/size_max.m4: New file.
17062         * m4/ptrdiff_max.m4: New file.
17063         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17064         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17065         (gl_XALLOC): Invoke it.
17066
17067 2003-11-11  Bruno Haible  <bruno@clisp.org>
17068
17069         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17070         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17071         defined.
17072
17073 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17074
17075         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17076         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17077         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17078         From Bruno Haible.
17079         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17080         not (size_t) -1, since it's defined here.
17081
17082 2003-11-09  Karl Berry  <karl@gnu.org>
17083
17084         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17085
17086 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17087
17088         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17089         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17090         Reject sizes of exactly SIZE_MAX bytes.
17091         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17092         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17093
17094 2003-11-05  Bruno Haible  <bruno@clisp.org>
17095
17096         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17097         SIZE_MAX defined in <limits.h> on Solaris.
17098
17099 2003-11-04  Jim Meyering  <jim@meyering.net>
17100
17101         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17102         variable names, rather than @VAR@.
17103         * modules/poll: Likewise.
17104
17105 2003-11-04  Bruno Haible  <bruno@clisp.org>
17106
17107         * modules/xsize: New file.
17108         * modules/linebreak: Depend on xsize.
17109         * MODULES.html.sh (func_all_modules): Add xsize.
17110
17111 2003-11-04  Bruno Haible  <bruno@clisp.org>
17112
17113         * m4/xsize.m4: New file.
17114
17115 2003-11-04  Bruno Haible  <bruno@clisp.org>
17116
17117         * lib/xsize.h: New file.
17118         * lib/linebreak.c: Include xsize.h.
17119         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17120         argument for overflow.
17121         Suggested by Paul Eggert.
17122
17123 2003-11-03  Karl Berry  <karl@gnu.org>
17124
17125         * config/config.{guess,sub}: update from config.
17126
17127 2003-11-03  Jim Meyering  <jim@meyering.net>
17128
17129         * modules/userspec (lib_SOURCES): Add userspec.h.
17130         (Include): Add "userspec.h".
17131         Improve description.
17132
17133 2003-11-03  Jim Meyering  <jim@meyering.net>
17134
17135         * lib/userspec.c: Include "userspec.h".
17136         * lib/userspec.h: New file.
17137
17138 2003-11-03  Bruno Haible  <bruno@clisp.org>
17139
17140         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17141
17142 2003-11-03  Bruno Haible  <bruno@clisp.org>
17143
17144         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17145         available, to avoid (extremely rare) race condition.
17146         Suggested by Paul Eggert.
17147
17148 2003-11-02  Karl Berry  <karl@gnu.org>
17149
17150         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17151
17152 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17153
17154         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17155         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17156         (read_filesystem_list): Set and use me_type_malloced.
17157         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17158         whatever the type happens to be), for brevity and consistency.
17159         Check for size calculation overflow on Alphas running OSF/1.
17160
17161 2003-10-31  Jim Meyering  <jim@meyering.net>
17162
17163         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17164
17165         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17166
17167 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17168             Bruno Haible  <bruno@clisp.org>
17169
17170         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17171         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17172
17173 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17174
17175         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17176         netbsd*-gnu*.  Suggested by Robert Millan.
17177
17178 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17179
17180         * modules/group-member: Depend on stdbool.
17181
17182 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17183
17184         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17185
17186 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17187
17188         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17189         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17190         after the 'gnu' in these cases.  This fixes some bugs in the
17191         previous change, and is based on suggestions by Robert Millan.
17192
17193 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17194
17195         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17196         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17197         no longer needed.
17198         * lib/quotearg.c (quotearg_n_options): Use it.
17199         * lib/group-member.c: Include <stdbool.h>.
17200         (free_group_info): Arg is now const *; don't free arg.
17201         (get_group_info): Now returns bool and accepts struct group_info *,
17202         rather than returning a malloc'ed struct group_info *.
17203         All uses changed.  Check for overflow in internal size calculation.
17204
17205         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17206         rather than xmalloc/xrealloc.
17207         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17208         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17209         conformance bug: the old code used a pointer after freeing the
17210         storage that it addressed.
17211         * lib/hash.c (hash_initialize): Simplify the code by using
17212         xalloc_oversized rather than doing it by hand.
17213         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17214         the buffer preserved.  Use free and xmalloc instead.
17215         * lib/quotearg.c (quotearg_n_options): Likewise.
17216         Use a simpler test for size overflow.  Don't use xalloc_oversized
17217         because unsigned int might be wider than size_t (!); this suggests
17218         that we should switch from unsigned int to size_t for slot numbers.
17219
17220 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17221
17222         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17223         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17224         NetBSD kernels.  Requested by Richard Stallman.
17225
17226 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17227
17228         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17229         to allocate the returned structure.  Do not allocate a subarray,
17230         as x2nrealloc will do that.
17231         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17232         instead of xnrealloc.
17233         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17234
17235 2003-10-27  Bruno Haible  <bruno@clisp.org>
17236
17237         * lib/stdbool_.h: Better support for BeOS.
17238
17239 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17240
17241         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17242         now uses inline.
17243
17244 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17245
17246         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17247         callers that want to do their own size-overflow checking.  Include
17248         <stdbool.h>, since xalloc_oversized returns bool.
17249         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17250         to use xalloc_oversized.
17251
17252         Add two functions x2realloc, x2nrealloc, for programs that grow
17253         arrays dynamically by doubling their sizes.
17254         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17255         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17256         New functions.
17257
17258         Port to C99 semantics for 'inline' of external functions.
17259         Bug reported by Bruno Haible.
17260         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17261         with the old contents of xnmalloc.
17262         (xnmalloc, xmalloc): Use it.
17263         (xnrealloc_inline): New static inline function,
17264         with the old contents of xnrealloc.
17265         (xnrealloc, xrealloc): Use it.
17266
17267         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17268         that.
17269
17270 2003-10-26  Karl Berry  <karl@gnu.org>
17271
17272         * config/srclist.txt (COPYING.DOC): no longer available from
17273         /gd/gnuorg; don't know where the ultimate source is.
17274
17275 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17276
17277         Fix several address-calculation bugs in the hash modules,
17278         plus some minor code cleanup.
17279
17280         * lib/hash.h: Include <stdbool.h>, for bool.
17281         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17282         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17283         hash_get_n_entries, hash_get_max_bucket_length,
17284         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17285         hash_rehash): Use size_t rather than unsigned.
17286         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17287         hash_get_n_buckets_used, hash_get_n_entries,
17288         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17289         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17290         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17291         Likewise.
17292         (SIZE_MAX): Define if not defined.
17293         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17294         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17295         hash_print):
17296         Use const * when possible.
17297         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17298         (check_tuning): Fix bug: if tuning parameters were very close to
17299         0 or 1, rounding errors could have caused subscript violations.
17300         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17301         (hash_initialize): Add 'fail:' label
17302         to free table and return NULL, and use it to simplify code.
17303         Use calloc rather than clearing the storage ourself.
17304         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17305         buffer size calculations.
17306         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17307         Include <stddef.h>, for size_t.
17308         * lib/hash-pjw.c (hash_pjw): Likewise.
17309         Switch to method described by Bruno Haible.
17310         Include <limits.h>, for CHAR_BIT.
17311         (SIZE_BITS): New macro.
17312
17313 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17314
17315         * m4/getline.m4 (AM_FUNC_GETLINE):
17316         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17317         hosts.  Problem reported by Derek Robert Price in
17318         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17319         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17320         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17321
17322 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17323
17324         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17325         ceiling the allocation at NMAX bytes rather than silently
17326         discarding input bytes before NMAX is reached.  This makes
17327         a difference only if NMAX exceeds SIZE_MAX / 2.
17328
17329         * lib/obstack.c: Merge from glibc.
17330         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17331         Add libc_hidden_def (_obstack_newchunk).
17332         (_obstack_free) [! defined _LIBC]: Remove.
17333         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17334         a clone of the function body.
17335         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17336         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17337
17338         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17339         glibc.
17340         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17341         arg to memcpy.
17342
17343         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17344         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17345         Don't use lvalue casts, as GCC plans to remove support for them
17346         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17347         was also present in the non-GCC version, indicating that this
17348         code had always been buggy and had never been widely used.
17349         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17350         Use the fast variant of each macro, rather than copying the
17351         definiens of the fast variant; that way, we'll be more likely to
17352         catch future bugs in the fast variants.
17353
17354 2003-10-20  Bruno Haible  <bruno@clisp.org>
17355
17356         * modules/wait-process: New file.
17357         * MODULES.html.sh (func_all_modules): Add wait-process.
17358
17359 2003-10-20  Bruno Haible  <bruno@clisp.org>
17360
17361         * m4/wait-process.m4: New file.
17362
17363 2003-10-20  Bruno Haible  <bruno@clisp.org>
17364
17365         * lib/wait-process.h: New file, from GNU gettext.
17366         * lib/wait-process.c: New file, from GNU gettext.
17367
17368 2003-10-19  Jim Meyering  <jim@meyering.net>
17369
17370         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17371         HPUX 10.20.
17372
17373 2003-10-18  Karl Berry  <karl@gnu.org>
17374
17375         * config/config.guess: update from config.
17376
17377 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17378
17379         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17380         (getgroups): First arg is int, not size_t.
17381         Don't let 'free' mangle errno.
17382
17383 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17384
17385         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17386
17387 2003-10-16  Karl Berry  <karl@gnu.org>
17388
17389         * config/config.{guess,sub}: update from config.
17390
17391 2003-10-16  Jim Meyering  <jim@meyering.net>
17392
17393         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17394         memcpy.
17395
17396 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17397
17398         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17399         (SIZE_MAX): Remove.
17400         (new_exclude, add_exclude_file): Initial size no longer needs to
17401         be a power of 2.
17402         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17403         our own address arithmetic overflow checking.
17404
17405         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17406         (fnmatch): Do not alloca more than 2000 wide characters;
17407         instead, use malloc for large buffers.
17408         Check for address arithmetic overflow, and return -1
17409         with errno set to ENOMEM in that case.
17410         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17411         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17412         instead, return -1.  Check for address arithmetic overflow.
17413
17414 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17415
17416         Handle invalid suffixes and overflow independently, so that
17417         callers can treat them independently as needed.  Fix some bugs in
17418         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17419         suffix for a human-readable blocksize.  The major caller-visible
17420         change is the addition of a new
17421         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17422         that both overflow and suffix chars were found.
17423
17424         * lib/human.c (humblock): Don't check separately for invalid suffix
17425         char; that is xstrtoumax's job (now that its bug is fixed).
17426         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17427         INTMAX_MAX]: New macros.
17428         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17429         TYPE_MAXIMUM): New macros.
17430         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17431         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17432         if overflow occurs, as it's what __strtol does and it's more useful
17433         in practice.
17434         (__xstrtol): If __strtol reports some error other than ERANGE,
17435         reflect it to the caller as LONGINT_INVALID.  If it reports
17436         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17437         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17438         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17439         value.
17440         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17441         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17442         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17443         [defined UINTMAX_MAX]: New macros.
17444
17445 2003-10-14  Bruno Haible  <bruno@clisp.org>
17446
17447         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17448
17449 2003-10-14  Bruno Haible  <bruno@clisp.org>
17450
17451         * m4/sig_atomic_t: New file, from GNU gettext.
17452         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17453
17454 2003-10-14  Bruno Haible  <bruno@clisp.org>
17455
17456         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17457         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17458         Also use volatile where needed.
17459
17460 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17461
17462         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17463         Change maintainer from Bruno Haible to 'all'.
17464
17465 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17466
17467         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17468
17469 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17470
17471         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17472         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17473         and define in terms of the other primitives.
17474         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17475         (SIZE_MAX): Define if not already defined.
17476         (array_size_overflow): New function.
17477         (xalloc_die): Abort instead of exiting if 'error' returns.
17478         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17479         (xmalloc, xrealloc): Use them.
17480         (xcalloc): Check for address arithmetic overflow.
17481         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17482         a bit faster than strcpy.
17483
17484 2003-10-10  Simon Josefsson  <jas@extundo.com>
17485
17486         * modules/argp (Depends-on): Add restrict and strcase.
17487
17488 2003-10-10  Simon Josefsson  <jas@extundo.com>
17489
17490         * m4/argp.m4: Add AC_C_INLINE.
17491
17492 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17493
17494         Merge getpass from libc, plus a few fixes.
17495
17496         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17497         Include <stdbool.h>.
17498         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17499         __fsetlocking to empty.
17500         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17501         do include <bits/libc-lock.h>.
17502         Do not include <fcntl.h>; not needed.
17503         [_LIBC]: Include <wchar.h>.
17504         (NOTCANCEL_MODE): New macro.
17505         (flockfile, funlockfile) [_LIBC]: New macros.
17506         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17507         [!_LIBC]: New macros.
17508         (call_fclose): New function.
17509         (getpass): Use it.  Save tty stream separately; this simplifies the
17510         code and makes it more reliable if stdin happens to equal stdout.
17511         Invoke __fsetlocking on tty.
17512         Handle thread cancellation if needed.
17513         Namespace cleanup (use __tcgetattr, __getline).
17514         Use bool for Booleans.
17515         [USE_IN_LIBIO]: Handle wide streams.
17516         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17517         stream might go where.
17518
17519         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17520         doesn't have to include <stdio.h> before us.
17521         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17522         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17523         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17524         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17525         if not declared, so that we can use getpass.c code from libc without
17526         rewriting it.
17527         (flockfile, ftrylockfile, funlockfile): New macros.
17528
17529 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17530
17531         * modules/getpass: Depend on stdbool.
17532
17533 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17534
17535         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17536
17537 2003-10-07  Karl Berry  <karl@gnu.org>
17538
17539         * config/config.{guess,sub}: update from config.
17540
17541 2003-10-06  Jim Meyering  <jim@meyering.net>
17542             Bruno Haible  <bruno@clisp.org>
17543
17544         This lets translators provide better translations for the
17545         "Written by ..." part of --version output.
17546         * lib/version-etc.h: Include stdarg.h.
17547         (version_etc_copyright): Declare as readonly.
17548         (version_etc): Make this function variadic with a NULL-terminated list
17549         of author name strings.
17550         (version_etc_va): New declaration.
17551         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17552         (version_etc_copyright): Declare as readonly.
17553         (version_etc_va): New function. Provide a different translatable string
17554         for each possible number of authors < 10. Abbreviate when there are 10
17555         authors or more.
17556         (version_etc): Make this function variadic. Call version_etc_va.
17557         Suggestion from Gary V. Vaughan.
17558
17559         * lib/long-options.h (parse_long_options): Change prototype: the
17560         authors string is moved to the end and becomes variadic.
17561         * lib/long-options.c: Include stdarg.h.
17562         (parse_long_options): Make this function variadic, too.
17563         Call version_etc_va, not version_etc.
17564
17565 2003-10-06  Bruno Haible  <bruno@clisp.org>
17566
17567         * modules/version-etc-2: Remove file.
17568         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17569
17570 2003-10-06  Bruno Haible  <bruno@clisp.org>
17571
17572         * modules/fatal-signal: New file.
17573         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17574
17575 2003-10-06  Bruno Haible  <bruno@clisp.org>
17576
17577         * m4/fatal-signal.m4: New file.
17578         * m4/signalblocking.m4: New file, from GNU gettext.
17579
17580 2003-10-06  Bruno Haible  <bruno@clisp.org>
17581
17582         * lib/version-etc-2.h: Remove file.
17583         * lib/version-etc-2.c: Remove file.
17584
17585 2003-10-06  Bruno Haible  <bruno@clisp.org>
17586
17587         * lib/fatal-signal.h: New file, from GNU gettext.
17588         * lib/fatal-signal.c: New file, from GNU gettext.
17589
17590 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17591
17592         * README: Rework advice for preventing empty .o files.
17593         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17594         not <sys/types.h>.
17595
17596 2003-10-04  Karl Berry  <karl@gnu.org>
17597
17598         * lib/argp*: update from libc.
17599
17600 2003-10-04  Karl Berry  <karl@gnu.org>
17601
17602         * config/config.{guess,sub}: update from config.
17603
17604 2003-10-02  Bruno Haible  <bruno@clisp.org>
17605
17606         * modules/lchown (Include): Add lchown.h.
17607         * modules/time_r (Include): Use "..." syntax.
17608         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17609
17610 2003-10-01  Simon Josefsson  <jas@extundo.com>
17611
17612         * MODULES.html.sh (func_all_modules): Move gethostname from section
17613         'based on' to section 'lacking' POSIX:2001.
17614
17615 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17616
17617         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17618         to output mode on the same stream.
17619
17620 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17621
17622         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17623         Fix arg typo in previous patch.
17624
17625 2003-09-28  Jim Meyering  <jim@meyering.net>
17626
17627         * lib/error.c: Correct cpp indentation.
17628
17629 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17630
17631         * modules/free: New file.
17632
17633 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17634
17635         * m4/free.m4: New file.
17636
17637 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17638
17639         * lib/minmax.h (MIN, MAX)
17640         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17641         Omit the special code that used __typeof__, since we worry that
17642         it could be more trouble than it's worth.  See:
17643         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17644         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17645
17646         * lib/free.c: New file.
17647
17648 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17649
17650         Trivial fixes to Makefile.am parts of module listings.
17651         * modules/strstr: Append strstr.h to lib_SOURCES.
17652         * modules/strcase: Likewise, for strcase.h.
17653
17654 2003-09-27  Karl Berry  <karl@gnu.org>
17655
17656         * config/mkinstalldirs: update from automake.
17657
17658 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17659
17660         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17661         (error_tail): Do not loop, reallocating temporary buffer, since
17662         the output cannot contain more wide characters than the input
17663         contains bytes, the size must be big enough already.  This avoids
17664         one potential size overflow calculation.  Check for size overflow
17665         when calculating temporary buffer size.  Free temporary buffer
17666         when done, if it was allocated with malloc; this plugs a memory
17667         leak.  Remove casts from void * to pointers, that are no longer
17668         needed now that we're assuming C89 or better.
17669
17670         Merge error changes from glibc.
17671
17672         * lib/error.c, error.h: Update copyright notice header to match glibc.
17673         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17674         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17675         Disable cancellation while printing error.
17676         * lib/error.h: Prepend __ to parameter names.
17677
17678 2003-09-26  Jim Meyering  <jim@meyering.net>
17679
17680         * lib/error.c (error_tail): Move some declarations
17681         into inner scope where the local variables are used.
17682
17683 2003-09-26  Bruno Haible  <bruno@clisp.org>
17684
17685         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17686         stpncpy().
17687         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17688
17689 2003-09-26  Bruno Haible  <bruno@clisp.org>
17690
17691         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17692         (stpncpy): Define as alias for gnu_stpncpy.
17693         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17694
17695 2003-09-25  Simon Josefsson  <jas@extundo.com>
17696
17697         * lib/xgetdomainname.h: New file.
17698         * lib/xgetdomainname.c: New file.
17699
17700 2003-09-25  Simon Josefsson  <jas@extundo.com>
17701             Bruno Haible  <bruno@clisp.org>
17702
17703         * modules/getdomainname: New file.
17704         * modules/xgetdomainname: New file.
17705         * MODULES.html.sh (func_all_modules): Add getdomainname,
17706         xgetdomainname.
17707
17708 2003-09-25  Simon Josefsson  <jas@extundo.com>
17709             Bruno Haible  <bruno@clisp.org>
17710
17711         * m4/getdomainname.m4: New file.
17712
17713 2003-09-25  Simon Josefsson  <jas@extundo.com>
17714             Bruno Haible  <bruno@clisp.org>
17715
17716         * lib/getdomainname.h: New file.
17717         * lib/getdomainname.c: New file.
17718
17719 2003-09-25  Karl Berry  <karl@gnu.org>
17720
17721         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17722
17723 2003-09-25  Karl Berry  <karl@gnu.org>
17724
17725         * config/install-sh: update from automake.
17726
17727 2003-09-25  Bruno Haible  <bruno@clisp.org>
17728
17729         * modules/version-etc-2: New file, from modules/version-etc with
17730         modifications.
17731         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17732
17733 2003-09-25  Bruno Haible  <bruno@clisp.org>
17734
17735         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17736         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17737
17738 2003-09-24  Simon Josefsson  <jas@extundo.com>
17739
17740         * modules/xgethostname: Add xgethostname.h.
17741
17742 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17743
17744         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17745         the buffer associated with the argument.  Bug reported by
17746         Simon Josefsson.
17747
17748 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17749
17750         * README: Document assumptions that 'int' is at least 32 bits
17751         wide, that integer arithmetic is 2's complement without overflow,
17752         that there are no holes in integer values, that adding sizes of
17753         two nonoverlapping objects can't overflow, and that all-bits-zero
17754         yields scalar zero.  Fix spelling and capitalization typos.
17755
17756 2003-09-19  Karl Berry  <karl@gnu.org>
17757
17758         * lib/argp.h: update from libc.
17759
17760 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17761
17762         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17763         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17764         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17765
17766 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17767
17768         * gnulib-tool: Use "test -h", not "test -L", for portability
17769         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17770         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17771         (sed_extract_prog): Issue s commands one-by-one, rather than
17772         using \| in one s command.
17773
17774 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17775
17776         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17777         input error, instead of returning NULL the next time we are called
17778         (and therefore losing track of errno).
17779
17780 2003-09-16  Bruno Haible  <bruno@clisp.org>
17781
17782         * gnulib-tool (func_create_testdir): Warn about duplicated
17783         dependencies.
17784
17785 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17786
17787         * modules/argmatch, modules/fatal, modules/obstack,
17788         modules/xalloc, modules/xgethostname: Sort dependencies by
17789         importance, not alphabetically.
17790
17791 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17792
17793         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17794         fails, so that the caller gets the proper errno.
17795
17796         * lib/readutmp.c (read_utmp): Likewise.
17797         Check for fstat error.  Close stream and free storage
17798         when failing.
17799
17800 2003-09-14  Karl Berry  <karl@gnu.org>
17801
17802         * config/srclist.txt (strdup.c): disable for c89 changes.
17803
17804 2003-09-14  Jim Meyering  <jim@meyering.net>
17805
17806         * lib/getloadavg.c: Correct cpp indentation.
17807         * lib/strdup.c: Likewise.
17808         * lib/vasnprintf.c: Likewise.
17809
17810 2003-09-14  Bruno Haible  <bruno@clisp.org>
17811
17812         * modules/fwriteerror: New file.
17813         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17814
17815 2003-09-14  Bruno Haible  <bruno@clisp.org>
17816
17817         * lib/fwriteerror.h: New file.
17818         * lib/fwriteerror.c: New file.
17819
17820 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17821
17822         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17823         modules/xgethostname, modules/xalloc: Depend on exit.
17824
17825 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17826
17827         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17828
17829         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17830         and AC_MINIX, too, so that their extensions are available.
17831
17832         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17833         This macro has been superseded by gl_BACKUPFILE.
17834
17835         More patches to assume C89 or better.
17836
17837         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17838
17839         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17840         unconditionally.
17841         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17842         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17843         Include <string.h>, <stdlib.h> unconditionally.
17844         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17845         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17846         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17847         headers or for string.h.
17848         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17849         or strtoul.
17850
17851         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17852         headers.
17853         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17854         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17855         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17856         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17857         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17858         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17859         memcpy, memset.
17860         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17861         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17862         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17863         strtol.
17864         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17865         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17866         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17867         strtoul.
17868
17869 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17870
17871         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17872         * lib/obstack.c [!defined _LIBC]: Likewise.
17873         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17874         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17875         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17876
17877         More changes to assume C89 or better.
17878
17879         * lib/error.c (error_tail): Assume vprintf.
17880
17881         * lib/argmatch.c (getenv): Remove decl.
17882         * lib/progreloc.c (get_full_program_name): Define via prototype.
17883         * lib/setenv.c (clearenv): Likewise.
17884         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17885         needed.
17886         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17887         (malloc, memcpy): Remove decls.
17888         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17889         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17890         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17891         (memcpy): Remove macro.
17892         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17893         (__P): Remove.  All uses removed.
17894         (PTR): Remove.  All uses changed to void *.
17895         (CHAR_BIT, NULL): Remove.
17896         (spaces, zeros, memset_space, memset_zero)
17897         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17898         Remove.
17899         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17900         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17901         Define with prototype.
17902         Remove now-unnecessary prototype decl.
17903         (extra_args_spec): Assume ANSI C.  All uses changed.
17904         (extra_args_spec_iso): Remove.
17905         (my_strftime, emacs_strftimeu): Define via prototype.
17906         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17907         unconditionally.
17908         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17909         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17910         (strtoul, strtol): Remove decls.
17911         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17912         LONG_MAX): Remove.
17913         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17914         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17915         (LOCALE_PARAM_PROTO): New macro.
17916         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17917         (INTERNAL (strtol), strtol): Define with a prototype.
17918         (PARAMS): Remove.  All uses removed.
17919         * lib/tempname.c: Include <string.h> unconditionally.
17920         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17921         * lib/xgethostname.c (main): Define with a prototype.
17922         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17923         Include <stdlib.h> unconditionally.
17924         (calloc, malloc, realloc, free): Remove decls.
17925         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17926         Include <stdlib.h> unconditionally.  Sort include file names.
17927         (strtod): Remove.
17928         (xstrtod): Define with a prototype.
17929         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17930         (strtol, strtoul): Remove decls.
17931
17932 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17933
17934         More patches to assume C89 or better.
17935         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17936         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17937         string.h, memchr, STDC_HEADERS.
17938
17939 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17940
17941         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17942         Include <stdlib.h>, <string.h> unconditionally.
17943         Remove now-unnecessary cast to char *.
17944         * lib/strnlen.c: Include <string.h> unconditionally.
17945         * lib/yesno.c (yesno): Define with a prototype.
17946
17947 2003-09-11  Bruno Haible  <bruno@clisp.org>
17948
17949         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17950
17951 2003-09-10  Jim Meyering  <jim@meyering.net>
17952
17953         * lib/error.c: Correct indentation of cpp directives.
17954
17955 2003-09-10  Bruno Haible  <bruno@clisp.org>
17956
17957         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17958         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17959         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17960         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17961         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17962         <stdlib.h> and <string.h> checks.
17963         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17964         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17965
17966 2003-09-10  Bruno Haible  <bruno@clisp.org>
17967
17968         * lib/strcspn.c: Include <string.h> unconditionally.
17969         * lib/strpbrk.c: Include <string.h> unconditionally.
17970         * lib/strstr.c: Include <string.h> unconditionally.
17971         * lib/unicodeio.c: Include <string.h> unconditionally.
17972         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17973         * lib/unsetenv.c: Likewise.
17974         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17975         * lib/yesno.c: Include <stdlib.h> unconditionally.
17976         (rpmatch): Add prototype.
17977
17978 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17979
17980         More patches to assume C89 or better.
17981         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17982         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17983         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17984         or for string.h.
17985         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17986         stdlib.h.
17987         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17988         C headers.
17989         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17990         string.h.
17991         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17992         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17993         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17994         or for string.h.
17995         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17996         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17997         C headers.
17998         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17999         memcpy.
18000         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18001         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18002         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18003         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18004         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18005         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18006         string.h, free.
18007         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18008         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18009         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18010         C headers, or for string.h.
18011         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18012         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18013         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18014         headers, memory.h, stdlib.h, string.h, strings.h.
18015         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18016         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18017         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18018         strchr.
18019         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18020         headers, memory.h, string.h.
18021         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18022         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18023         free.
18024         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18025         headers.
18026         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18027         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18028         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18029         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18030         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18031
18032 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18033
18034         More K&R removal.
18035
18036         * lib/acosl.c (main): Use a prototype.
18037         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18038         tanl.c: Likewise.
18039
18040         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18041
18042         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18043         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18044         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18045         with a prototype.
18046         * lib/getopt.c (const): Remove macro.
18047         Include <string.h> unconditionally.
18048         (my_index): Remove; all uses changed to strchr.
18049         (strlen): Remove decl.
18050         (exchange): Remove forward decl; no longer needed.
18051         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18052         Define with prototype.
18053         * lib/getopt1.c (const): Remove macro.
18054         (getopt_long, getopt_long_only, main): Define with prototype.
18055
18056         * lib/getugroups.c: Include <string.h> unconditionally.
18057
18058         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18059         (getusershell, setusershell, endusershell, readname, main):
18060         Define with prototypes.
18061
18062         * lib/group-member.c: Include group-member.h first.
18063         Include <stdlib.h> unconditionally.
18064
18065         * lib/hard-locale.c: Include hard-locale.h first.
18066         Include <stdlib.h>, <string.h> unconditionally.
18067
18068         * lib/hash.c (free, malloc): Remove decls.
18069         Include <stdlib.h> unconditionally.
18070
18071         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18072         (getenv): Do not declare.
18073
18074         * lib/idcache.c: Include <string.h> unconditionally.
18075
18076         * lib/long-options.c: Include long-options.h first, to test interface.
18077         Include <stdlib.h> unconditionally.
18078
18079         * lib/makepath.c: Include makepath.h first, to test interface.
18080         Include <stdlib.h> and <string.h> unconditionally.
18081
18082         * lib/linebuffer.c: Include <stdlib.h>.
18083         (free): Remove decl.
18084
18085         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18086         stddef.h. rpl_malloc returns void *, not char *.
18087         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18088         prototype.
18089
18090         * lib/md5.h: Include <limits.h> unconditionally.
18091         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18092         (__P): Remove; all uses removed.
18093         * lib/md5.c: Include "md5.h" first.
18094         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18095         md5_buffer, md5_process_bytes, md5_process_block):
18096         Define with prototypes.
18097         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18098         * lib/sha.c: Include "sha.h" first.
18099         Include <stdlib.h>, <string.h> unconditionally.
18100
18101         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18102         * lib/memcmp.c (__ptr_t): Likewise.
18103         * lib/memrchr.c (__ptr_t): Likewise.
18104         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18105         Include <string.h> unconditionally.
18106         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18107         * lib/memchr.c: Include <stdlib.h> unconditionally.
18108         * lib/memchr.c (LONG_MAX): Remove.
18109         * lib/memrchr.c (LONG_MAX): Likewise.
18110         * lib/memchr.c (__memchr): Define via a prototype.
18111         * lib/memrchr.c (__memrchr): Likewise.
18112         * lib/memcmp.c (__P): Remove, and remove all uses.
18113         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18114         Remove forward decls; no longer needed.
18115         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18116         Use types required by C89 in prototype.
18117
18118         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18119         * lib/savedir.c: Likewise.
18120         * lib/mkdir.c (free): Remove decl.
18121         * lib/rmdir.c (rmdir): Define with a prototype.
18122         * lib/savedir.c: Include savedir.h first, to test interface.
18123
18124         * lib/mktime.c (STDC_HEADERS): Remove.
18125         Include <stdlib.h>, <string.h> unconditionally.
18126
18127         * lib/modechange.c: Include <stdlib.h> unconditionally.
18128         (malloc): Remove decl.
18129
18130         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18131         (free): Remove decl.
18132
18133         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18134         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18135         (This type really should be intptr_t, but that's a C99ism.)
18136         (_obstack_memcpy): Remove: all uses changed to memcpy.
18137         Include <string.h> unconditionally.
18138         (struct obstack): Assume __STDC__ for types of members
18139         chunkfun, freefun, extra_arg.
18140         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18141         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18142         obstack_begin, obstack_specify_allocation,
18143         obstack_specify_allocation_with_arg, obstack_chunkfun,
18144         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18145         Remove unprototyped decls and the macros that use them.
18146         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18147         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18148         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18149         (defined __STDC__ && __STDC__)]:
18150         Remove nonprototyped code.
18151         Include <stdlib.h> unconditionally.
18152         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18153         _obstack_allocated_p, _obstack_free, obstack_free,
18154         _obstack_memory_used, print_and_abort):
18155         Define using prototypes.
18156         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18157         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18158         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18159         obstack_next_free, obstack_object_size, obstack_room) [0]:
18160         Remove unused, unprototyped code.
18161
18162         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18163
18164         * lib/physmem.c (physmem_total, physmem_available, main): Define
18165         with prototypes.
18166
18167         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18168         (main): Define with a prototype.
18169
18170         * lib/posixver.c (getenv): Remove decl.
18171
18172         * lib/putenv.c (malloc): Returns void *, not char *.
18173         Include <string.h> unconditionally.
18174         (strchr, memcpy, NULL): Do not define.
18175
18176         * lib/readtokens.c: Include readtokens.h first, to test interface.
18177         Include <stdlib.h>, <string.h> unconditionally.
18178         (init_tokenbuffer): Define with a prototype.
18179
18180         * lib/regex.c (PARAMS): Remove.  All uses removed.
18181         All uses of _RE_ARGS removed, too.
18182         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18183         unconditionally.
18184         (bzero): Assume memset exists.
18185         (memcmp, memcpy, NULL): Remove.
18186         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18187         char, or assignments to local vars of type signed char.
18188         (init_syntax_once, PREFIX(extract_number_and_incr),
18189         PREFIX(print_partial_compiled_pattern),
18190         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18191         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18192         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18193         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18194         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18195         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18196         wcs_compile_range, byte_compile_range, truncate_wchar,
18197         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18198         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18199         count_mbs_length, wcs_re_match_2_internal,
18200         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18201         PREFIX(alt_match_null_string_p),
18202         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18203         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18204         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18205         now-unnecessary declaration, if any.
18206         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18207         regcomp, regexec):
18208         Remove now-unnecessary casts among pointer types.
18209         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18210
18211         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18212         (free): Remove decl.
18213
18214         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18215
18216         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18217         (free): Remove decl.
18218
18219         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18220         * lib/xgetcwd.c: Likewise.
18221
18222         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18223         (free): Remove decl.
18224
18225         * lib/strchrnul.c (strchrnul): Define with a prototype.
18226         Fix bug: c_in was not converted to char before searching.
18227
18228         The following changes are not K&R related:
18229
18230         * lib/group-member.h: Include <sys/types.h>, so that this file is
18231         self-contained.
18232         * lib/makepath.h: Likewise.
18233
18234         * lib/getusershell.c (readname, default_index, line_size, readname):
18235         Use size_t, not int, for sizes.
18236         (readname): If the size overflows, report an error instead of
18237         looping forever.
18238
18239 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18240
18241         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18242         libc.
18243
18244 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18245
18246         * README: New section: portability guidelines.
18247
18248 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18249
18250         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18251         C89 spec.
18252
18253 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18254
18255         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18256
18257 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18258
18259         Assume C89 or better; remove K&R cruft.
18260         A few of these changes were first proposed by Derek Robert Price
18261         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18262
18263         * lib/addext.c: Include <string.h> unconditionally.
18264         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18265         Don't declare getenv or malloc.
18266
18267         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18268         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18269         (NULL): Remove.
18270         (find_stack_direction, alloca): Use prototypes.
18271
18272         * lib/atexit.c (atexit): Define using a prototype.
18273
18274         * lib/basename.c, dirname.c, stripslash.c:
18275         Include <string.h> unconditionally.
18276
18277         * lib/bcopy.c: Include <stddef.h>.
18278         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18279
18280         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18281
18282         * lib/error.h (error, error_at_line, error_print_progname)
18283         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18284         * lib/error.c: Include error.h first, to check interface.
18285         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18286         (VA_START): Remove; all uses changeed to va_start.
18287         (exit, strerror): Remove decls.
18288         (error_print_progname): Prototype uncondionally.
18289         Don't include <errno.h>; no longer needed.
18290         (private_strerror): Remove.
18291         (error_tail): Always define.
18292         (error, error_at_line): Assume C89 or better; always use prototypes.
18293         * lib/fatal.c: Include "fatal.h" first, to test interface.
18294         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18295         (VA_START): Remove; all uses changed to va_start.
18296         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18297         this case.
18298         (exit): Remove decl.
18299         (fatal): Prototype unconditionally.  Assume va_start works.
18300         Abort at end, to pacify gcc.
18301
18302         * lib/euidaccess.c (main): Define with a prototype.
18303
18304         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18305
18306         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18307
18308         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18309         prototypes.
18310         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18311         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18312         (getenv): Remove decl.
18313         (fnmatch): Define using a prototype.
18314         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18315         (FCT): Define using a prototype.
18316
18317         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18318
18319         * lib/gethostname.c: Include <stddef.h>.
18320         (gethostname): Define with prototype.  Length is size_t, not int.
18321
18322 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18323
18324         Assume C89 or better; remove K&R cruft.
18325         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18326         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18327         string.h, getenv, malloc.
18328         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18329         headers.
18330         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18331         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18332         do not check for strerror.
18333         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18334         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18335         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18336         do not check for doprnt or vprintf.
18337         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18338         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18339
18340 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18341
18342         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18343         getversion.c should have been removed then, but was accidentally
18344         preserved.
18345
18346         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18347         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18348
18349 2003-09-08  Karl Berry  <karl@gnu.org>
18350
18351         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18352                 config, forget about prep.
18353
18354         * config/depcomp, missing: update from automake.
18355
18356 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18357
18358         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18359         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18360
18361 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18362
18363         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18364         copy_tm_result.  Bug reported by Simon Josefsson in
18365         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18366
18367 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18368
18369         * m4/time_r.m4: New file.
18370         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18371         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18372         is. Check for timegm declaration.
18373         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18374         Do not check for gmtime_r.
18375         Replace mktime if __mktime_internal does not exist and if mktime
18376         hasn't been replaced already.
18377
18378 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18379
18380         * lib/time_r.c, lib/time_r.h: New files.
18381
18382         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18383         __localtime_r.
18384         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18385         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18386
18387         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18388         __gmtime_r.
18389         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18390         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18391         Include <time_r.h>.
18392
18393         * lib/timegm.c: Switch to glibc implementation, with the following
18394         changes:
18395         [defined HAVE_CONFIG_H]: Include <config.h>.
18396         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18397         (__mktime_internal) [!defined _LIBC]: New decl.
18398         (__gmtime_r) [!defined _LIBC]: New macro and function.
18399         (timegm): Use a prototype, since gnulib assumes C89.
18400         Do not bother declaring tmp to be const, as it's not really usefu.
18401         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18402         (timegm): Declare only if HAVE_DECL_TIMEGM.
18403
18404 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18405
18406         * MODULES.html.sh (func_all_modules): Add time_r.
18407         * modules/time_r: New file.
18408         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18409         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18410
18411 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18412
18413         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18414         Bug reported by Lute Kamstra in
18415         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18416
18417         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18418         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18419         course with correspondingly smaller numbers for tomorrow and
18420         yesterday.  From Tadayoshi Funaba.  Originally installed into
18421         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18422         coreutils merge?).
18423
18424 2003-08-31  Simon Josefsson  <jas@extundo.com>
18425
18426         * modules/timegm: New file.
18427         * MODULES.html.sh (func_all_modules): Add timegm.
18428
18429 2003-08-31  Simon Josefsson  <jas@extundo.com>
18430
18431         * m4/timegm.m4: New file.
18432
18433 2003-08-31  Simon Josefsson  <jas@extundo.com>
18434
18435         * lib/timegm.h: New file.
18436         * lib/timegm.c: New file.  Based on
18437         wget-1.8.2/src/http.c:mktime_from_utc.
18438
18439 2003-08-31  Karl Berry  <karl@gnu.org>
18440
18441         * lib/argp.h: update from libc.
18442
18443 2003-08-28  Bruno Haible  <bruno@clisp.org>
18444
18445         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18446         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18447         followed by '#define fnmatch fnmatch_posix' gives an error.
18448
18449 2003-08-28  Bruno Haible  <bruno@clisp.org>
18450
18451         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18452         warning on QNX, which defines O_BINARY to 000000.
18453
18454 2003-08-27  Jim Meyering  <jim@meyering.net>
18455
18456         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18457         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18458         would fail after 32.  Reported by Danny Levinson.  Details here:
18459         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18460
18461 2003-08-24  Bruno Haible  <bruno@clisp.org>
18462
18463         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18464         MSVC7 <stdio.h> is included later.
18465
18466 2003-08-22  Simon Josefsson  <jas@extundo.com>
18467
18468         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18469
18470 2003-08-20  Karl Berry  <karl@gnu.org>
18471
18472         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18473
18474 2003-08-20  Bruno Haible  <bruno@clisp.org>
18475
18476         * modules/progname: New file.
18477         * MODULES.html.sh (func_all_modules): Add progname.
18478
18479 2003-08-20  Bruno Haible  <bruno@clisp.org>
18480
18481         * lib/progname.h: New file, from GNU gettext.
18482         * lib/progname.c: New file, from GNU gettext.
18483         * lib/progreloc.c: New file, from GNU gettext.
18484
18485 2003-08-19  Jim Meyering  <jim@meyering.net>
18486
18487         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18488         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18489
18490 2003-08-19  Bruno Haible  <bruno@clisp.org>
18491
18492         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18493         more.
18494
18495 2003-08-19  Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/xstrdup.c: Assume <string.h> exists.
18498
18499 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18500
18501         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18502         in makefile rules.
18503
18504 2003-08-18  Jim Meyering  <jim@meyering.net>
18505
18506         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18507         * m4/lib-ld.m4: Likewise.
18508
18509 2003-08-18  Jim Meyering  <jim@meyering.net>
18510
18511         * lib/setenv.h: Indent nested cpp directive.
18512         * lib/vasnprintf.c: Remove trailing blanks.
18513
18514 2003-08-17  Simon Josefsson  <jas@extundo.com>
18515
18516         * modules/xstrndup: New file.
18517         * MODULES.html.sh (func_all_modules): Add xstrndup.
18518
18519 2003-08-17  Simon Josefsson  <jas@extundo.com>
18520
18521         * modules/argp: Fix autoconf macro name. Add more dependencies.
18522
18523 2003-08-17  Simon Josefsson  <jas@extundo.com>
18524
18525         * m4/xstrndup.m4: New file.
18526
18527 2003-08-17  Simon Josefsson  <jas@extundo.com>
18528
18529         * m4/argp.m4: New file.
18530
18531 2003-08-17  Simon Josefsson  <jas@extundo.com>
18532             Bruno Haible  <bruno@clisp.org>
18533
18534         * lib/xstrndup.h: New file.
18535         * lib/xstrndup.c: New file.
18536
18537 2003-08-17  Bruno Haible  <bruno@clisp.org>
18538
18539         * modules/strndup (Files, Include): Add lib/strndup.h.
18540
18541 2003-08-17  Bruno Haible  <bruno@clisp.org>
18542
18543         * modules/euidaccess (Files): Add lib/euidaccess.h.
18544
18545 2003-08-17  Bruno Haible  <bruno@clisp.org>
18546
18547         * lib/strndup.h: New file.
18548
18549 2003-08-17  Bruno Haible  <bruno@clisp.org>
18550
18551         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18552         like AC_GNU_SOURCE.
18553         * modules/extensions (configure.ac): Comment out the invocation of
18554         gl_USE_SYSTEM_EXTENSIONS.
18555
18556 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18557
18558         Merges from coreutils, etc.
18559         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18560         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18561         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18562         fixing a typo.
18563         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18564         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18565
18566 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18567
18568         Document merge from coreutils.
18569         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18570         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18571         * modules/utime: Add m4/utimes-null.m4.
18572
18573 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18574
18575         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18576         space, undoing this 2003-08-12 change:
18577         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18578
18579 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18580
18581         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18582         strtoul.c from libc, undoing this 2003-08-12 change:
18583         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18584
18585 2003-08-16  Jim Meyering  <jim@meyering.net>
18586
18587         Merges from coreutils.
18588         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18589         prefix.  Adjust cache variables similarly.  Create 500 rather than
18590         just 300 files, to exercise bug on Darwin6.5, too.
18591         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18592         $missing_dir.
18593         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18594         AM_SYS_POSIX_TERMIOS.
18595         Reported by mkc@mathdogs.com.
18596         Also change use of $am_cv_sys_posix_termios
18597         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18598         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18599         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18600         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18601         in /proc/mounts until it finds one with matching device number.  This
18602         is unnecessary when the FILE argument *is* a mount point.  No stat call
18603         is necessary in that case.  So, disable the statvfs-testing code on
18604         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18605         as RedHat bug# 84846.
18606         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18607         to 1MB, so as not to render systems with no stack size limit (e.g.,
18608         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18609         Include <unistd.h>.  On some systems,
18610         it is required for the definition of _SC_PAGESIZE.
18611
18612 2003-08-16  Jim Meyering  <jim@meyering.net>
18613
18614         Merge from coreutils.
18615         * lib/xstrtoimax.c: #else #if -> #elif.
18616         * lib/xstrtoumax.c: Likewise.
18617
18618 2003-08-16  Jim Meyering  <jim@meyering.net>
18619
18620         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18621         * m4/utimes.m4: Removed.
18622         * m4/utimes-null.m4: Renamed from utimes.m4.
18623
18624         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18625         to 1MB, so as not to render systems with no stack size limit (e.g.,
18626         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18627         Include <unistd.h>.  On some systems,
18628         it is required for the definition of _SC_PAGESIZE.
18629
18630 2003-08-16  Jim Meyering  <jim@meyering.net>
18631         and Paul Eggert  <eggert@cs.ucla.edu>
18632
18633         Merges from coreutils, etc.
18634
18635         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18636         using the latest version from cvs.  This avoids problems with #line
18637         directives using a vendor (Sun) compiler.
18638         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18639         Don't set GETGROUPS_LIB here; now it's
18640         done via getgroups.m4's wrapper function.
18641         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18642         rather than just in sh-util/configure.in, so that the
18643         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18644         same.
18645         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18646         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18647         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18648         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18649         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18650         Remove code that is now done by the newly-required macros.
18651         Append $(EXEEXT) to DF_PROG.
18652         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18653         Do not invoke or require the following here,
18654         since prereq.m4 or some gnulib .m4 now does this for us:
18655         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18656         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18657         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18658         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18659         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18660         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18661         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18662         AC_FUNC_OBSTACK.
18663         Do not replace the following functions, as this is now the job
18664         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18665         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18666         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18667         atexit getpass, strdup, getpagesize.
18668         Replace 'raise'.
18669         Do not check for the following functions, as this is now the job
18670         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18671         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18672         setregid.
18673         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18674         Check for sys/sysctl.h.
18675         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18676         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18677         of checking for ssize_t ourselves.
18678
18679         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18680         Require every macro that gnulib/modules/* suggests for us.
18681         (jm_PREREQ_ADDEXT): New macro.
18682         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18683         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18684
18685         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18686         (gl_PHYSMEM): Use it.
18687         Also check for `table' function.
18688         Check for new headers and functions.
18689         Add check for sys/sysmp.h.
18690         With suggestions from Kaveh Ghazi.
18691         Ignore headers that are present but cannot be compiled.  This
18692         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18693         C 5.4.
18694
18695 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18696
18697         Document merge from coreutils.
18698         * modules/userspec: Depend on posixver.
18699         * modules/strftime: Depend on tzset.
18700
18701 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18702
18703         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18704         rather than tab, after '#' in shell-script copyright notices.
18705         Suggested by Bruno Haible.
18706
18707 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18708
18709         * config/srclist-update: Use three spaces, rather than tab, after '#'
18710         in shell-script copyright notices.  Suggested by Bruno Haible.
18711         Remove unnecessary parenthesization in regular expression.
18712
18713 2003-08-15  Jim Meyering  <jim@meyering.net>
18714
18715         Merge from coreutils.
18716         * lib/xgethostname.c: Include <stdlib.h>.
18717         (xghostname): Don't exit for anything other than memory-related
18718         failure; just return NULL.
18719         * lib/userspec.c: Include "posixver.h".
18720         (parse_user_spec): Accept `.' as a separator only
18721         in pre-POSIX-200112 mode.
18722         * lib/strtoimax.c: Use #elif rather than #else #if.
18723         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18724         Remove function, now that we can rely on a working tzset function.
18725         [!_LIBC]: Ensure that the required autoconf test has been run.
18726         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18727         Use underlying_strftime for %r.
18728         * lib/sha.c: Merge in some clean-up and optimization changes from
18729         glibc.
18730         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18731         Ensure that it is a multiple of 64.
18732         Rearrange loop exit tests so as to avoid performing an
18733         additional fread after encountering an error or EOF.
18734         * lib/realloc.c: Update copyright date.
18735
18736 2003-08-15  Jim Meyering  <jim@meyering.net>
18737         and Paul Eggert  <eggert@twinsun.com>
18738
18739         Merge from coreutils.
18740         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18741         member but strut utmpx does not.  Needed for AIX 4.3.3.
18742         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18743
18744 2003-08-15  Jim Meyering  <jim@meyering.net>
18745         and Paul Eggert  <eggert@cs.ucla.edu>
18746
18747         Merges from coreutils, etc.
18748         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18749         Require gl_FUNC_TZSET_CLOBBER.
18750         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18751         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18752         members.
18753
18754 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18755
18756         Help the merge from coreutils.
18757         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18758         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18759         * m4/tzset.m4: Use it too.
18760
18761 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18762
18763         * modules/tzset: New file.
18764
18765 2003-08-14  Jim Meyering  <jim@meyering.net>
18766
18767         Merges from coreutils.
18768         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18769         variable names, rather than @FNMATCH_H@.
18770         * modules/alloca: Likewise for $(ALLOCA_H).
18771
18772         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18773         the three copies of the literal target, `fnmatch.h'.
18774         * modules/alloca (alloca.h): Likewise.
18775
18776 2003-08-14  Jim Meyering  <jim@meyering.net>
18777
18778         Merge from coreutils.
18779         * m4/tzset.m4: New file.
18780         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18781         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18782         otherwise, AIX 5.1 systems would end up using the latter.
18783         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18784         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18785         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18786         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18787
18788 2003-08-14  Jim Meyering  <jim@meyering.net>
18789
18790         Merge from coreutils.
18791         * lib/obstack.h: Whitespace changes.
18792         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18793         and xcalloc return values.
18794         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18795         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18796         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18797         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18798         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18799         error from mntctl.
18800         Use mntctl's return value to drive the entry-processing loop, since
18801         we can't rely on the value of the vmt_length member in the last
18802         entry.  On some systems doing so could result in exhausting
18803         virtual memory.  Based in part on a patch from Mike Jetzer.
18804
18805 2003-08-14  Jim Meyering  <jim@meyering.net>
18806         and Paul Eggert  <eggert@twinsun.com>
18807
18808         Merges from coreutils, plus other fixes.
18809         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18810         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18811         for credits and details.  Thanks to Kaveh Ghazi for helping
18812         to keep these files in sync.
18813         (ARRAY_SIZE): Define it.
18814         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18815         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18816         (memcasecmp): Don't assume size_t fits in unsigned int.
18817         Remove casts and duplicate code.
18818         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18819         (memcpy): Remove definition.
18820         Merge in some clean-up and optimization changes from glibc.
18821         [BLOCKSIZE]: Move definition to top of file.
18822         Ensure that it is a multiple of 64.
18823         Rearrange loop exit tests so as to avoid performing an
18824         additional fread after encountering an error or EOF.
18825         * lib/md5.h (md5_uintptr): Define.
18826         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18827         return to the initial working directory.  Preserve errno
18828         for caller.
18829         * lib/idcache.c: Include "xalloc.h".
18830         (xmalloc, xrealloc): Remove decls.
18831         (getuser): Remove casts no longer required in C89.
18832         * lib/human.c: Include stdio.h, for sprintf.
18833         * lib/group-member.c: Include "xalloc.h".
18834         (xmalloc, xrealloc): Remove decls.
18835         (get_group_info): Remove casts no longer required in C89.
18836         * lib/getusershell.c (readname): Remove casts no longer required in
18837         C89.
18838         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18839         * lib/getline.c: Whitespace fix, from coreutils.
18840
18841 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18842
18843         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18844         Check for isascii.
18845
18846         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18847         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18848         Undo previous (whitespace-only) change.
18849
18850 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18851
18852         * lib/exclude.c: Include <ctype.h>
18853         (IN_CTYPE_DOMAIN): New macro.
18854         (is_space): New fn.
18855         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18856         and empty lines.
18857
18858         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18859         Undo previous (whitespace-only) change.
18860
18861 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18862
18863         * config/srclist-update: Change update back to the old behavior,
18864         leaving whitespace alone.  Use one 'sed' command rather than a
18865         pipeline.
18866         (fixlicense): Now a variable, not a function.
18867         (remove_trailing_blanks): Remove.
18868         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18869         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18870         Undo previous (whitespace-only) change.
18871
18872 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18873
18874         Merge from coreutils.
18875         * modules/euidaccess: Add lib_SOURCES, include for new
18876         file euidaccess.h
18877
18878 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18879
18880         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18881         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18882         Normalize leading white space and remove trailing white space.
18883
18884         Merge from coreutils
18885         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18886
18887         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18888         0.12.1.  These files are now being upgraded automatically by
18889         ../config/srclist-update.
18890
18891 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18892
18893         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18894         Normalize leading white space and remove trailing white space.
18895         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18896         notice, as per ../config/srclist-update.
18897
18898         Merge from coreutils.
18899         * lib/euidaccess.h: New file.
18900         * lib/euidaccess.c: Include it.
18901         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18902         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18903         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18904
18905 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18906
18907         * config/srclist-update: Add copyright notice.
18908         (remove_id_lines, remove_trailing_blanks): New constants.
18909         (fixfile): Use them to normalize spacing a bit in copied files.
18910         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18911         Normalize leading white space and remove trailing white space.
18912
18913         * config/texinfo.tex: Sync with texinfo.
18914
18915         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18916         strtoul.c from libc, to merge coreutils whitespace changes.
18917
18918         * config/srclist.txt: Get the following m4 files from gettext:
18919         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18920         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18921         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18922         wint_t.m4.
18923
18924 2003-08-12  Karl Berry  <karl@gnu.org>
18925
18926         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18927         been made.
18928
18929 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18930
18931         * modules/gnu-source, m4/gnu-source.m4:
18932         Remove; we're assuming Autoconf 2.54 or later now.
18933         Suggested by Bruno Haible.
18934         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18935
18936 2003-08-11  Bruno Haible  <bruno@clisp.org>
18937
18938         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18939
18940 2003-08-11  Bruno Haible  <bruno@clisp.org>
18941
18942         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18943         (vasnprintf): Use it instead of wcslen.
18944
18945 2003-08-11  Bruno Haible  <bruno@clisp.org>
18946
18947         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18948         value to ensure that _Bool promotes to int. Use #define for _Bool when
18949         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18950
18951 2003-08-10  Karl Berry  <karl@gnu.org>
18952
18953         * lib/regex.h: update from libc (whitespace fix).
18954
18955 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18956
18957         Merge some files from coreutils.  These changes were
18958         originally made by Jim Meyering.
18959         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18960         many older Unixes require this.
18961         * lib/alloca.c (alloca): Remove cast to argument of free;
18962         no longer needed in C89.
18963         * lib/alloca_.h, regex.h: Fix white space to match
18964         what GNU indent does.
18965
18966 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18967
18968         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18969         apparently Emacs's Unicode mode got confused before my 2003-08-05
18970         checkin.
18971
18972 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18973
18974         * m4/extensions.m4: New file.
18975         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18976         Require gl_USE_SYSTEM_EXTENSIONS.
18977         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18978         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18979
18980 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18981
18982         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18983         * modules/extensions, modules/gnu-source: New files.
18984         * modules/timespec, modules/unlocked-io: Depend on extensions.
18985
18986 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18987
18988         * modules/restrict: New file.
18989         * MODULES.html.sh (func_all_modules): Add restrict.
18990         * modules/regex: Depend on restrict.
18991
18992 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18993
18994         * m4/restrict.m4: New file.
18995         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18996
18997 2003-08-07  Bruno Haible  <bruno@clisp.org>
18998
18999         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19000         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19001
19002 2003-08-07  Bruno Haible  <bruno@clisp.org>
19003
19004         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19005         makes the module 'getndelim2' compatible with the module 'getline'.
19006
19007 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19008
19009         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19010         byte with "\201" to avoid glitches when editing that source file
19011         with multi-gnome-terminal.
19012
19013 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19014
19015         * lib/bumpalloc.h: Remove.
19016
19017 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19018
19019         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19020         * modules/bumpalloc: Remove.
19021
19022 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19023
19024         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19025         GNU coding style.
19026
19027         Merge from coreutils.
19028         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19029         1. From glibc.
19030         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19031         from Karl Berry, implemented by Jim Meyering.
19032         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19033         from Dmitry V. Levin.
19034         Remove anachronistic cast of xrealloc.
19035         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19036         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19037         type. Otherwise, it wouldn't compile with at least /bin/cc on
19038         ymp-cray-unicos9.0.2.X.
19039         Combine two mostly-identical uses of alloca into one.
19040         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19041
19042 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19043
19044         [From Emacs.]
19045
19046         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19047         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19048         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19049         obsolete NLIST_NAME_UNION.
19050         [__GNU__]: Undef BSD and FSCALE.
19051         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19052
19053 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19054
19055         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19056         an enum type, so that it's guaranteed to promote to int.  See:
19057         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19058
19059 2003-08-03  Karl Berry  <karl@gnu.org>
19060
19061         * config/depcomp: update from automake.
19062
19063 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19064
19065         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19066         (strerror): Don't assume that a printable int fits in 14 bytes.
19067
19068 2003-07-31  Bruno Haible  <bruno@clisp.org>
19069
19070         * modules/getpass-gnu: New file.
19071         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19072
19073 2003-07-31  Bruno Haible  <bruno@clisp.org>
19074
19075         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19076
19077 2003-07-24  Karl Berry  <karl@gnu.org>
19078
19079         * config/missing: update from automake.
19080
19081 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19082             Bruno Haible  <bruno@clisp.org>
19083
19084         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19085         * lib/getline.c (getline, getdelim): Likewise.
19086         Remove _GNU_SOURCE define; now it's defined in config.h through
19087         m4/getline.m4.
19088
19089 2003-07-23  Karl Berry  <karl@gnu.org>
19090
19091         * config/config.sub: update from prep.
19092
19093 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19094
19095         * modules/xalloc (Depends-on): Add exitfail.
19096         * modules/xmemcoll: Likewise.
19097
19098 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19099
19100         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19101         over-parenthesization in macros.
19102
19103         Sync with coreutils.
19104
19105         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19106         required by C99.
19107
19108         Use `exit_failure' for xalloc and xmemcoll instead of their own
19109         private exit-failure variables.
19110         * lib/xalloc.h (xalloc_exit_failure): Remove.
19111         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19112         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19113         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19114         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19115         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19116
19117 2003-07-20  Jim Meyering  <jim@meyering.net>
19118
19119         * modules/closeout (Depends-on): Add exitfail.
19120         Suggestion from Bruno Haible.
19121
19122 2003-07-19  Karl Berry  <karl@gnu.org>
19123
19124         * config/config.sub: update from prep.
19125
19126 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19127
19128         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19129         Remove.
19130         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19131         to test that it can stand by itself.  Include "exitfail.h".
19132         Clients should set exit_failure instead.
19133         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19134
19135 2003-07-18  Bruno Haible  <bruno@clisp.org>
19136
19137         * modules/getndelim2: New file.
19138         * modules/getline: Share files with module getndelim2.
19139         * modules/getnline: Depend on getndelim2 instead of sharing files with
19140         it. Add getnline.c to lib_SOURCES.
19141         * MODULES.html.sh (func_all_modules): Add getndelim2.
19142
19143 2003-07-18  Bruno Haible  <bruno@clisp.org>
19144
19145         * m4/getndelim2.m4: New file.
19146         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19147         invoke gl_PREREQ_GETNDELIM2.
19148         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19149         gl_PREREQ_GETNDELIM2.
19150         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19151         gl_GETNDELIM2.
19152
19153 2003-07-18  Bruno Haible  <bruno@clisp.org>
19154
19155         * lib/getndelim2.h: New file.
19156         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19157         getndelim2.h.
19158         (getndelim2): Make non-static. Change return type to ssize_t.
19159         * lib/getline.h: Change argument names.
19160         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19161         * lib/getnline.c: Include getndelim2.h.
19162
19163 2003-07-18  Andreas Schwab  <schwab@suse.de>
19164
19165         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19166
19167 2003-07-17  Karl Berry  <karl@gnu.org>
19168
19169         * config/config.sub: update from prep.
19170
19171 2003-07-17  Bruno Haible  <bruno@clisp.org>
19172
19173         * modules/getnline: New file.
19174         * modules/getline: Add lib/getndelim2.c to source file list.
19175         * MODULES.html.sh (func_all_modules): Add getnline.
19176
19177 2003-07-17  Bruno Haible  <bruno@clisp.org>
19178
19179         * m4/getnline.m4: New file.
19180
19181 2003-07-17  Bruno Haible  <bruno@clisp.org>
19182
19183         * m4/Makefile.am.in: Remove file.
19184         * m4/Makefile.am: Remove file.
19185         * m4/Makefile.in: Remove file.
19186
19187 2003-07-17  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/getnline.h: New file.
19190         * lib/getnline.c: New file.
19191         * lib/getndelim2.c: New file, extracted from getline.c.
19192         (getndelim2): Renamed from getdelim2, with added nmax argument.
19193         * lib/getline.c: Include getndelim2.c.
19194         (getdelim2): Moved out to getndelim2.c.
19195         (getline, getdelim): Update.
19196
19197 2003-07-17  Bruno Haible  <bruno@clisp.org>
19198
19199         * lib/Makefile.am: Remove file.
19200         * lib/Makefile.in: Remove file.
19201
19202 2003-07-17  Bruno Haible  <bruno@clisp.org>
19203
19204         * configure.in: Remove file.
19205         * Makefile.in: Remove file.
19206
19207 2003-07-17  Bruno Haible  <bruno@clisp.org>
19208
19209         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19210
19211 2003-07-16  Karl Berry  <karl@gnu.org>
19212
19213         * config/srclist-update: was running fixlicense twice, which caused
19214                 texinfo.tex to be nullified for some reason.  Simplify,
19215                 $gplsrc is no longer needed as far as I can see?
19216
19217 2003-07-16  Jim Meyering  <jim@meyering.net>
19218
19219         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19220
19221 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19222
19223         * config/srclist.txt: Get the following files from gettext-runtime/intl
19224         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19225         ref-del.sin.  From Bruno Haible.
19226         * config/srclist-update (fixfile): Change grep pattern again, since the
19227         previous fix didn't work (there was another trailing $).  Use
19228         '[$]' to escape the $s.
19229
19230 2003-07-15  Karl Berry  <karl@gnu.org>
19231
19232         * lib/vasnprintf.c: update from gettext.
19233
19234 2003-07-15  Karl Berry  <karl@gnu.org>
19235
19236         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19237         gets expanded when surrounded by '$'.
19238
19239 2003-07-15  Jim Meyering  <jim@meyering.net>
19240
19241         * modules/save-cwd: Don't depend on error.  From Derek Price.
19242
19243 2003-07-15  Jim Meyering  <jim@meyering.net>
19244
19245         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19246
19247 2003-07-14  Simon Josefsson  <jas@extundo.com>
19248
19249         * modules/mempcpy: New file.
19250         * MODULES.html.sh (func_all_modules): Add mempcpy.
19251
19252 2003-07-14  Simon Josefsson  <jas@extundo.com>
19253
19254         * m4/mempcpy.m4: New file.
19255
19256 2003-07-14  Simon Josefsson  <jas@extundo.com>
19257
19258         * lib/mempcpy.h: New file.
19259         * lib/mempcpy.c: New file.
19260
19261 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19262
19263         * modules/getdate, modules/posixtm: Depend on mktime.
19264
19265 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19266
19267         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19268         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19269         unicodeio.c, unicodeio.h, unlocked-io.h:
19270         Switch from LGPL to GPL.
19271
19272 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19273
19274         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19275         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19276         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19277         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19278         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19279         updated automatically by ../config/srclist-update.  This changes
19280         their license from LPGL to GPL.
19281
19282 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19283
19284         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19285         assumed to refer to the root of the most recent stable gettext version.
19286         * config/srclistvars.sh: Add defaults for eggert.
19287         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19288         Match "This program" as well as "The program".  This is needed
19289         for gettext.
19290
19291 2003-07-14  Jim Meyering  <jim@meyering.net>
19292
19293         Don't emit diagnostics.  Let callers do that.
19294         * lib/save-cwd.c: Don't include "error.h".
19295         (save_cwd): Don't call error.  Ensure that errno is valid
19296         when returning nonzero.
19297
19298         * lib/save-cwd.h (restore_cwd): Update prototype.
19299         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19300         Simplify.  Don't call error upon failure.  Let callers do that.
19301         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19302         when auditing is enabled.  But don't bother updating the #if.
19303
19304 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19305
19306         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19307         it breaks C++ compilation.
19308         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19309
19310 2003-07-10  Simon Josefsson  <jas@extundo.com>
19311
19312         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19313
19314 2003-07-10  Jim Meyering  <jim@meyering.net>
19315
19316         * m4/clock_time.m4: Remove trailing blank.
19317         * m4/intmax_t.m4: Likewise.
19318
19319 2003-07-10  Jim Meyering  <jim@meyering.net>
19320
19321         * lib/vasnprintf.c: Remove trailing blanks.
19322         Make cpp indentation consistent.
19323
19324 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19325
19326         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19327         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19328         Switch from LGPL to GPL.
19329
19330 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19331
19332         * config/srclist.txt: Sort sublists.  Add
19333         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19334         that differ from gnulib for one reason or another; we'd like this list
19335         to be smaller but for now let's document what we have.
19336
19337 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19338
19339         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19340         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19341         and sweeter "eval x=$x".
19342         * config/srclist.txt: Get lib/argp* from glibc.
19343
19344 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19345
19346         * lib/mktime.c: Fix some boundary cases and remove need for floating
19347         point.
19348
19349         Issue a compile-time diagnostic if time_t is floating point, or if
19350         two's complement arithmetic is not in effect, or if arithmetic
19351         right shift does not propagate the sign.  These assumptions were
19352         all in the original code but they weren't checked.
19353
19354         (TIME_T_MIDPOINT, verify): New macros.
19355         (__isleap): Remove; it has integer overflow problems.
19356         (leapyear): New function, without those problems.
19357         (ydhms_tm_diff): Remove; splitting into two parts.
19358         (ydhms_diff): New function, containing the arithmetic part of
19359         the old ydhms_tm_diff function.  Issue a compile-time
19360         diagnostic if we are not using C99 integer division.
19361         Avoid casts when possible.
19362         (guess_time_tm): New function, containing the checking part of
19363         the old ydhms_tm_diff function.  Return the new value, rather than
19364         the difference between it and the old.  Accept a new argument T
19365         so that *T specifies the old value.  Check for overflow in the result.
19366
19367         (__mktime_internal): Use a time_t offset, not a long int offset.
19368         This undoes the 2003-06-04 change, which is no longer needed now
19369         that we have better overflow checking.
19370         (localtime_offset): Likewise.
19371
19372         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19373         and long are 64-bit but int is only 32-bit.
19374         (ydhms_diff): Use long int to store year1 and yday1.
19375         Issue a compile-time diagnostic if long int is not wide enough.
19376
19377         (__mktime_internal): Use long int to store adjusted year and yday.
19378         Use plain C rather than preprocessor commands, if that doesn't
19379         affect efficiency.
19380         Check for overflow (and try to repair) after each probe
19381         rather than checking only at the very end.  This avoids some bugs
19382         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19383         does not equal GMT offset at maximum time).
19384         Use integer to check for overflow rather than floating point; this
19385         is more portable to non-IEEE hosts, and is a tad faster.
19386         When we detect that we are oscillating between two values,
19387         don't check whether tm_isdst has the requested value, since
19388         we already know the answer.  When tm_isdst has the wrong value,
19389         use a different heuristic to find the right one, based on the
19390         extreme values actually observed in practice in tz2003a,
19391         rather than the (overly optimistic) "previous 3 calendar quarters".
19392
19393         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19394         "T const" to accommodate glibc style.
19395         (check_result): Use less-confusing report format.  "long" -> "long int.
19396         (main): Likewise.
19397         Don't loop if the iteration overflows time_t.
19398         Allow a negative step in the iteration.
19399
19400 2003-07-06  Karl Berry  <karl@gnu.org>
19401
19402         * config/depcomp: update from automake.
19403         * config/config.sub: update from prep.
19404
19405 2003-07-03  Karl Berry  <karl@gnu.org>
19406
19407         * config/config.guess: update from prep.
19408
19409 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19410
19411         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19412         xreadlink.c now includes it unconditionally.
19413
19414 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19415
19416         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19417         having it depend on HAVE_SYS_TYPES_H.
19418
19419 2003-07-01  Bruno Haible  <bruno@clisp.org>
19420
19421         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19422         <sys/types.h> should be sufficient.
19423         Reported by Paul Eggert.
19424
19425 2003-06-26  Karl Berry  <karl@gnu.org>
19426
19427         * config/depcomp: update from automake.
19428
19429 2003-06-26  Bruno Haible  <bruno@clisp.org>
19430
19431         * modules/human: Depend on module stdbool.
19432
19433 2003-06-25  Bruno Haible  <bruno@clisp.org>
19434
19435         * modules/readlink: New file.
19436         * modules/xreadlink: Depend on it.
19437         * MODULES.html.sh (func_all_modules): Add readlink.
19438
19439 2003-06-25  Bruno Haible  <bruno@clisp.org>
19440
19441         * m4/readlink.m4: New file.
19442
19443 2003-06-25  Bruno Haible  <bruno@clisp.org>
19444
19445         * lib/readlink.c: New file.
19446
19447 2003-06-22  Karl Berry  <karl@gnu.org>
19448
19449         * config/srclist.txt: update mkinstalldirs from automake.
19450         * config/mkinstalldirs: update.
19451
19452 2003-06-22  Bruno Haible  <bruno@clisp.org>
19453
19454         Portability to mingw32.
19455         * m4/ssize_t.m4: New file, from GNU gettext.
19456         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19457         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19458
19459 2003-06-22  Bruno Haible  <bruno@clisp.org>
19460
19461         * modules/safe-read: Add m4/ssize_t.m4.
19462         * modules/xreadlink: Add m4/ssize_t.m4.
19463
19464 2003-06-20  Bruno Haible  <bruno@clisp.org>
19465
19466         Assume C89, so PARAMS isn't needed.
19467         * lib/unicodeio.h (PARAMS): Remove.
19468         * lib/unicodeio.c: Don't use PARAMS.
19469
19470 2003-06-18  Karl Berry  <karl@gnu.org>
19471
19472         * config/config.{guess,sub}: update from prep.
19473
19474 2003-06-18  Jim Meyering  <jim@meyering.net>
19475
19476         Merge changes from coreutils.
19477         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19478         Remove explicit declarations of xmalloc and realloc.
19479         Include xalloc.h.
19480         (read_utmp): Remove anachronistic cast of xmalloc.
19481
19482 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19483
19484         Assume C89, so PARAMS isn't needed.
19485         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19486         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19487         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19488         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19489         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19490         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19491         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19492         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19493         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19494         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19495         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19496         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19497         no longer needed. Anyway, config.h should always be included before any
19498         other file.
19499
19500 2003-06-11  Simon Josefsson  <jas@extundo.com>
19501
19502         * modules/sysexits: New file.
19503         * MODULES.html.sh (func_all_modules): Add sysexits.
19504
19505 2003-06-11  Simon Josefsson  <jas@extundo.com>
19506
19507         * lib/sysexit_.h: New file.
19508
19509 2003-06-11  Derek Price  <derek@ximbiot.com>
19510
19511         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19512         necessary.
19513
19514 2003-06-11  Bruno Haible  <bruno@clisp.org>
19515
19516         * m4/sysexits.m4: New file.
19517
19518 2003-06-10  Simon Josefsson  <jas@extundo.com>
19519
19520         * lib/argp.h: New file, from glibc.
19521         * lib/argp-ba.c: New file, from glibc.
19522         * lib/argp-eexst.c: New file, from glibc.
19523         * lib/argp-fmtstream.c: New file, from glibc.
19524         * lib/argp-fmtstream.h: New file, from glibc.
19525         * lib/argp-fs-xinl.c: New file, from glibc.
19526         * lib/argp-help.c: New file, from glibc.
19527         * lib/argp-namefrob.h: New file, from glibc.
19528         * lib/argp-parse.c: New file, from glibc.
19529         * lib/argp-pv.c: New file, from glibc.
19530         * lib/argp-pvh.c: New file, from glibc.
19531         * lib/argp-xinl.c: New file, from glibc.
19532
19533 2003-06-10  Simon Josefsson  <jas@extundo.com>
19534
19535         * modules/strchrnul: New file.
19536
19537 2003-06-10  Simon Josefsson  <jas@extundo.com>
19538
19539         * modules/argp: New file.
19540
19541 2003-06-10  Simon Josefsson  <jas@extundo.com>
19542
19543         * m4/strchrnul.m4: New file.
19544
19545 2003-06-10  Simon Josefsson  <jas@extundo.com>
19546
19547         * lib/strchrnul.h: New file.
19548         * lib/strchrnul.c: New file.
19549
19550 2003-06-10  Bruno Haible  <bruno@clisp.org>
19551
19552         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19553
19554 2003-06-07  Karl Berry  <karl@gnu.org>
19555
19556         * config/config.{guess,sub}: update from prep.
19557
19558 2003-06-07  Jim Meyering  <jim@meyering.net>
19559
19560         * modules/strtod: Use $(...) notation, not @...@ for
19561         AC_REPLACE'd variables.
19562         * modules/localcharset: Likewise.
19563
19564 2003-06-07  Jim Meyering  <jim@meyering.net>
19565
19566         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19567         in place of my name in the copyright comment.
19568         Remove definition and uses of __P.
19569
19570         From coreutils.
19571         * lib/stat.c: Don't declare xmalloc explicitly.
19572         Instead, include "xalloc.h".
19573         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19574         xrealloc, and xcalloc return values.
19575         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19576         Improve comment.
19577         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19578
19579 2003-06-07  Bruno Haible  <bruno@clisp.org>
19580
19581         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19582         avoid AC_CONFIG_LINKS.
19583         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19584         fnmatch.h, to avoid AC_CONFIG_LINKS.
19585         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19586
19587 2003-06-07  Bruno Haible  <bruno@clisp.org>
19588
19589         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19590         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19591         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19592         directory.
19593         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19594         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19595         directory.
19596
19597 2003-06-06  Jim Meyering  <jim@meyering.net>
19598
19599         Merge from coreutils.
19600         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19601         Consolidate declarations and initializations of *_base* locals.
19602
19603         Merge from coreutils.
19604         This avoids a core dump on systems without GNU putenv,
19605         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19606         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19607         (unsetenv): New static function, from GNU libc.
19608         (rpl_putenv): Use it.
19609
19610         * lib/modechange.c: Remove trailing blanks.
19611
19612         Merge from coreutils.
19613         * lib/fsusage.c: Remove declaration of statfs.
19614         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19615
19616         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19617
19618 2003-06-06  Jim Meyering  <jim@meyering.net>
19619
19620         * lib/stdbool_.h: Renamed from stdbool.h.in.
19621
19622 2003-06-06  Jim Meyering  <jim@meyering.net>
19623             Bruno Haible  <bruno@clisp.org>
19624
19625         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19626         Adjust Makefile.am snippet not to redirect directly to target.
19627         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19628
19629 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19630
19631         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19632         mismatch, look in future quarters as well as past.  This fixes a
19633         bug when processing fall-backwards gaps immediately after a long
19634         period of daylight-saving time.
19635
19636         * lib/mktime.c: Assume freestanding C89 or better.
19637         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19638         (__P): Remove; not used.
19639         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19640         (mktime, not_equal_tm, print_tm, check_result,
19641         main): Use prototypes.  Use const * where appropriate.
19642         (main): Fix typo in testing code that uncovered by above changes.
19643         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19644
19645 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19646
19647         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19648         locale.h, localeconv.  This merges changes from coreutils.
19649
19650         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19651         It can be removed after the next Autoconf is released.
19652         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19653         needed.
19654
19655 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19656
19657         * lib/mktime.c: Fix Debian bug 177940
19658         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19659         (localtime_offset): Now long int, not time_t, because we want it
19660         to be guaranteed to be signed.  All uses changed.
19661         (__mktime_internal): If overflow would occur when adding offset,
19662         don't add it.
19663
19664         Merge 'human' changes from coreutils.  Rewrite to support
19665         locale-specific notations like thousands separators.
19666         * lib/human.c: Simplify authorship notice.
19667         Include human.h immediately after config.h.
19668         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19669         <limits.h>: Do not include, since human.h does.
19670         (SIZE_MAX, UINTMAX_MAX): New macros.
19671         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19672         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19673         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19674         (power_letter): Renamed from suffixes.
19675         (generate_suffix_backwards): Remove.
19676         (adjust_value): Now takes int style (because of human.h changes)
19677         and long double value (for greater precision on some platforms).
19678         (group_number): New function.
19679         (human_readable): Use it.  Use integer options, not enum.
19680         Put the options before the sizes in the arg list.
19681         Support all the new options.
19682         The old human_readable function has been removed;
19683         use inttostr.h instead.
19684         (human_readable, default_block_size, humblock):
19685         Use uintmax_t, not int, for block sizes.
19686         (human_readable_inexact, block_size_types): Remove.
19687         (block_size_opts): New constant.
19688         (human_options): Renamed from human_block_size, with new signature
19689         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19690         * lib/human.h: Add copyright and authorship notice.
19691         Include <limits.h> and <stdbool.h> unconditionally.
19692         (PARAMS): Remove.  All uses removed.
19693         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19694         (enum human_inexact_style): Remove tag; now a nameless enum.
19695         (human_floor, human_ceiling, human_round_to_even): Now have
19696         values 2, 0, 1 rather than -1, 1, 0.
19697         (human_group_digits, human_suppress_point_zero, human_autoscale,
19698         human_base_1024, human_SI, human_B): New constants.
19699         (human_readable_inexact, human_block_size): Remove.
19700         (human_readable): Size args are now uintmax_t, not int.
19701         (human_options): New decl.
19702
19703         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19704         unnecessary now that we assume C89 or better.  This change
19705         imported from coreutils.
19706
19707         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19708         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19709         in the 2003-05-30 sync from glibc.
19710
19711         .h files should stand alone, but we shouldn't include <sys/types.h>
19712         if we can get away with just <stddef.h>.
19713
19714         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19715         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19716         rather than <sys/types.h>, as we merely need size_t.
19717         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19718         to get size_t.
19719         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19720         Include <stdio.h>, to get FILE.
19721         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19722         memcasecmp.h has included <stddef.h> and all we need is size_t.
19723         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19724         our interface, instead of including <sys/types.h>
19725
19726 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19727
19728         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19729         now, as glibc mktime is buggy on non-glibc systems.
19730
19731 2003-06-03  Karl Berry  <karl@gnu.org>
19732
19733         * config/config.sub: update from prep.
19734
19735 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19736
19737         [from coreutils]
19738         Fix some minor time-related bugs with POSIX time arguments.
19739         Some valid time stamps were being rejected (notably -1, and
19740         time stamps before 1900 on 64-bit hosts).  And some invalid
19741         time stamps were being accepted, e.g. September 31.
19742
19743         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19744         that we can return (time_t) -1 successfully.
19745         * lib/posixtm.c: Likewise.
19746         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19747         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19748         (t): Remove static var.
19749         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19750         of static var.  All uses changed.
19751         (year): Do not reject years before 1900; they can occur with
19752         64-bit time_t.
19753         (posix_time_parse): Do not check for out-of-range components;
19754         that is now the caller's responsibility, since our checks were
19755         only approximations.
19756         (posixtime): Use mktime to check for out-of-range components,
19757         since it knows them exactly.
19758         If mktime returns (time_t) -1, check whether an error actually occurred
19759         by invoking localtime on -1.
19760         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19761         posixtime failures better.
19762         Improve the test data (in comments only).
19763
19764 2003-06-02  Karl Berry  <karl@gnu.org>
19765
19766         * config/mkinstalldirs (version): new variable.
19767         (--version): new option.
19768         (usage): improve message.
19769
19770 2003-05-30  Karl Berry  <karl@gnu.org>
19771
19772         * lib/mktime.c: update from libc.
19773
19774 2003-05-30  Bruno Haible  <bruno@clisp.org>
19775
19776         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19777         * config/config.rpath: Upgrade to gettext-0.12.1.
19778
19779 2003-05-30  Bruno Haible  <bruno@clisp.org>
19780
19781         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19782         * m4/nls.m4: New file, from gettext-0.12.1.
19783         * m4/po.m4: New file, from gettext-0.12.1.
19784         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19785
19786 2003-05-30  Bruno Haible  <bruno@clisp.org>
19787
19788         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19789         * lib/localcharset.h: Likewise.
19790         * lib/localcharset.c: Likewise.
19791
19792 2003-05-29  Karl Berry  <karl@gnu.org>
19793
19794         * config/config.rpath: update from gettext.
19795
19796 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19797
19798         Assume the headers required for C89 freestanding compilers.
19799         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19800         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19801         * m4/human.m4 (gl_HUMAN): Likewise.
19802         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19803         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19804         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19805         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19806         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19807         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19808
19809 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19810
19811         Assume the headers required for C89 freestanding compilers.
19812         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19813         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19814         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19815         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19816         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19817         define, since <limits.h> is guaranteed to do that.
19818         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19819         * lib/exclude.c: Include <stdbool.h> unconditionally.
19820         * lib/tempname.c: Include <stddef.h> unconditionally.
19821         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19822         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19823         <stddef.h> does that.
19824         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19825         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19826         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19827         needed.
19828         * lib/xstrtol.c: Likewise.
19829         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19830         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19831
19832         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19833         warnings on some platforms.
19834
19835         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19836         arbitrarily.
19837
19838 2003-05-26  Jim Meyering  <jim@meyering.net>
19839
19840         Merge in a change from coreutils:
19841         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19842         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19843         that condition, rather than `-1' which is slightly misleading.
19844         Change the name of the cache variable to have the gl_ prefix.
19845         Prompted by a patch from Richard Dawe for DJGPP.
19846
19847 2003-05-24  Karl Berry  <karl@gnu.org>
19848
19849         * config/config.guess: update from prep.
19850
19851 2003-05-22  Karl Berry  <karl@gnu.org>
19852
19853         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19854
19855 2003-05-20  Karl Berry  <karl@gnu.org>
19856
19857         * config/config.guess: update from prep.
19858
19859 2003-05-18  Karl Berry  <karl@gnu.org>
19860
19861         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19862         might actually be set by the user.
19863
19864         * config/depcomp, install-sh, mdate-sh: update from automake.
19865
19866 2003-05-17  Bruno Haible  <bruno@clisp.org>
19867
19868         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19869         invalid expansion for AC_EGREP_CPP.
19870         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19871         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19872         Suggested by Akim Demaille <akim@epita.fr> in
19873         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19874
19875 2003-05-12  Jim Meyering  <jim@meyering.net>
19876
19877         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19878         the space-padded-by-default conversion specifiers, %e, %k, %l.
19879
19880 2003-05-12  Bruno Haible  <bruno@clisp.org>
19881
19882         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19883         the string is longer than 4 KB.
19884
19885 2003-05-11  Karl Berry  <karl@gnu.org>
19886
19887         * config/config.{guess,sub}: update from prep.
19888
19889 2003-05-09  Bruno Haible  <bruno@clisp.org>
19890
19891         * modules/error: Add m4/strerror_r.m4 to file list.
19892
19893 2003-05-03  Bruno Haible  <bruno@clisp.org>
19894
19895         Upgrade to Unicode-4.0.
19896         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19897         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19898         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19899         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19900         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19901         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19902         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19903         Change width of U+E0100..U+E01EF from 1 to 0.
19904
19905 2003-04-25  Jim Meyering  <jim@meyering.net>
19906
19907         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19908         of type size_t, not int.
19909
19910 2003-04-25  Bruno Haible  <bruno@clisp.org>
19911
19912         * lib/copy-file.c: Include <stddef.h>, for size_t.
19913
19914 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19915
19916         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19917         code which expansion is under static control.  Patch imported from
19918         Akim Demaille's patch to Bison; see
19919         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19920
19921 2003-04-14  Bruno Haible  <bruno@clisp.org>
19922
19923         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19924
19925 2003-04-11  Jim Meyering  <jim@meyering.net>
19926
19927         Merge changes from Coreutils.
19928
19929         2003-03-22  Jim Meyering  <jim@meyering.net>
19930
19931         * lib/strftime.c (widen): Cast alloca return value to proper type.
19932
19933         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19934
19935         From GNU libc.
19936         * lib/strftime.c (my_strftime): Handle very large width
19937         specifications for numeric values correctly.  Improve checks for
19938         overflow.
19939
19940         2003-01-19  Jim Meyering  <jim@meyering.net>
19941
19942         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19943         definitions.
19944         (nl_get_alt_digit) [! defined my_strftime]: Define.
19945         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19946         _nl_get_alt_digit and _nl_get_walt_digit.
19947
19948         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19949         libc. These changes have no effect outside of _LIBC.
19950
19951 2003-04-10  Bruno Haible  <bruno@clisp.org>
19952
19953         * modules/findprog: New file.
19954         * MODULES.html.sh (func_all_modules): Add it.
19955
19956 2003-04-10  Bruno Haible  <bruno@clisp.org>
19957
19958         * m4/findprog.m4: New file.
19959         * m4/eaccess.m4: New file.
19960
19961 2003-04-10  Bruno Haible  <bruno@clisp.org>
19962
19963         * lib/findprog.h: New file, from GNU gettext.
19964         * lib/findprog.c: New file, from GNU gettext.
19965
19966 2003-04-05  Jim Meyering  <jim@meyering.net>
19967
19968         Merge changes from Coreutils.
19969
19970         * lib/exclude.h (PARAMS): Remove definition and uses.
19971         * lib/exclude.c: Remove uses of `PARAMS'.
19972
19973         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19974         Add test-cases for DOS filenames. Declare program_name.
19975         (main): Set up program_name.  Patch by Rich Dawe.
19976
19977         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19978         error from mntctl.
19979         Use mntctl's return value to drive the entry-processing loop, since
19980         we can't rely on the value of the vmt_length member in the last
19981         entry.  On some systems doing so could result in exhausting
19982         virtual memory.  Based in part on a patch from Mike Jetzer.
19983
19984 2003-04-04  Bruno Haible  <bruno@clisp.org>
19985
19986         * modules/linebreak: New file.
19987         * MODULES.html.sh (func_all_modules): Add it.
19988
19989 2003-04-04  Bruno Haible  <bruno@clisp.org>
19990
19991         * m4/linebreak.m4: New file.
19992
19993 2003-04-04  Bruno Haible  <bruno@clisp.org>
19994
19995         * lib/linebreak.h: New file, from GNU gettext.
19996         * lib/linebreak.c: New file, from GNU gettext with slight
19997         modifications.
19998         * lib/lbrkprop.h: New file, from GNU gettext.
19999
20000 2003-04-03  Bruno Haible  <bruno@clisp.org>
20001
20002         * modules/utf8-ucs4: New file.
20003         * modules/utf16-ucs4: New file.
20004         * modules/ucs4-utf8: New file.
20005         * modules/ucs4-utf16: New file.
20006         * MODULES.html.sh (func_all_modules): Add them.
20007
20008 2003-04-03  Bruno Haible  <bruno@clisp.org>
20009
20010         * m4/utf-ucs4.m4: New file.
20011         * m4/ucs4-utf.m4: New file.
20012
20013 2003-04-03  Bruno Haible  <bruno@clisp.org>
20014
20015         * lib/utf8-ucs4.h: New file, from GNU gettext.
20016         * lib/utf16-ucs4.h: New file, from GNU gettext.
20017         * lib/ucs4-utf8.h: New file, from GNU gettext.
20018         * lib/ucs4-utf16.h: New file, from GNU gettext.
20019
20020 2003-04-02  Bruno Haible  <bruno@clisp.org>
20021
20022         * modules/binary-io: New file.
20023         * MODULES.html.sh (func_all_modules): Add it.
20024
20025 2003-04-02  Bruno Haible  <bruno@clisp.org>
20026
20027         * lib/binary-io.h: New file, from GNU gettext.
20028
20029 2003-04-01  Bruno Haible  <bruno@clisp.org>
20030
20031         * modules/pathname: New file.
20032         * MODULES.html.sh (func_all_modules): Add it.
20033
20034 2003-04-01  Bruno Haible  <bruno@clisp.org>
20035
20036         * lib/pathname.h: New file, from GNU gettext.
20037         * lib/concatpath.c: New file, from GNU gettext.
20038
20039 2003-03-30  Bruno Haible  <bruno@clisp.org>
20040
20041         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20042
20043 2003-03-30  Bruno Haible  <bruno@clisp.org>
20044
20045         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20046         function chown() doesn't exist.
20047
20048 2003-03-28  Bruno Haible  <bruno@clisp.org>
20049
20050         * modules/copy-file: New file.
20051         * MODULES.html.sh (func_all_modules): Add it.
20052
20053 2003-03-28  Bruno Haible  <bruno@clisp.org>
20054
20055         * m4/copy-file.m4: New file.
20056
20057 2003-03-28  Bruno Haible  <bruno@clisp.org>
20058
20059         * lib/copy-file.h: New file, from GNU gettext.
20060         * lib/copy-file.c: New file, from GNU gettext.
20061
20062 2003-03-18  Jim Meyering  <jim@meyering.net>
20063
20064         * lib/quote.c (quote_n): Fix typo in comment.
20065
20066 2003-03-18  Bruno Haible  <bruno@clisp.org>
20067
20068         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20069         checking.
20070         * m4/onceonly_2_57.m4: Likewise.
20071
20072 2003-03-17  Bruno Haible  <bruno@clisp.org>
20073
20074         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20075         (m4_quote): Remove macro.
20076         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20077
20078 2003-03-14  Jim Meyering  <jim@meyering.net>
20079
20080         Merge changes from Coreutils.
20081         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20082         to be const, in order to avoid warnings.
20083         (obstack_room): Likewise.
20084         (obstack_empty_p): Likewise.
20085
20086 2003-03-14  Bruno Haible  <bruno@clisp.org>
20087
20088         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20089         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20090
20091 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20092
20093         Merge changes from Bison.
20094         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20095         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20096         when compiling Bison 1.875's `bitset bset = obstack_alloc
20097         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20098         * lib/hash.c: Include <stdbool.h> unconditionally.
20099
20100 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20101
20102         * m4/onceonly.m4 (m4_quote): New macro.
20103         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20104         Quote AC_FOREACH variable-expansions properly.
20105
20106 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20107
20108         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20109
20110 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20111
20112         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20113         Reported by Bruce Becker; see:
20114         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20115
20116 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20117             Bruno Haible  <bruno@clisp.org>
20118
20119         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20120         Reported by John Hughes, see
20121         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20122
20123 2003-02-20  Bruno Haible  <bruno@clisp.org>
20124
20125         * MODULES.html.sh (func_all_modules): Add poll.
20126
20127 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20128
20129         * modules/poll: New file.
20130
20131 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20132
20133         * lib/poll_.h: New file.
20134         * lib/poll.c: New file.
20135
20136 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20137
20138         * m4/poll.m4: New file.
20139
20140 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20141
20142         * modules/mathl: New file.
20143
20144 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20145
20146         * lib/mathl.h: New file.
20147         * lib/acosl.c: New file.
20148         * lib/asinl.c: New file.
20149         * lib/atanl.c: New file.
20150         * lib/ceill.c: New file.
20151         * lib/cosl.c: New file.
20152         * lib/expl.c: New file.
20153         * lib/floorl.c: New file.
20154         * lib/frexpl.c: New file.
20155         * lib/ldexpl.c: New file.
20156         * lib/logl.c: New file.
20157         * lib/sincosl.c: New file.
20158         * lib/sinl.c: New file.
20159         * lib/sqrtl.c: New file.
20160         * lib/tanl.c: New file.
20161         * lib/trigl.c: New file.
20162         * lib/trigl.h: New file.
20163
20164 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20165
20166         * m4/mathl.m4: New file.
20167
20168 2003-02-18  Bruno Haible  <bruno@clisp.org>
20169
20170         * MODULES.html.sh (func_all_modules): Add mathl.
20171
20172 2003-02-17  Bruno Haible  <bruno@clisp.org>
20173
20174         * modules/mkdtemp: New module.
20175         * MODULES.html.sh (func_all_modules): Add it.
20176
20177 2003-02-17  Bruno Haible  <bruno@clisp.org>
20178
20179         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20180
20181 2003-02-17  Bruno Haible  <bruno@clisp.org>
20182
20183         * lib/mkdtemp.h: New file, from GNU gettext.
20184         * lib/mkdtemp.c: New file, from GNU gettext.
20185
20186 2003-02-02  Jim Meyering  <jim@meyering.net>
20187
20188         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20189         e.g. glibc-2.2.93.
20190
20191 2003-01-31  Bruno Haible  <bruno@clisp.org>
20192
20193         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20194         'rpl_rename'.
20195         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20196         'rpl_strnlen'.
20197         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20198         'rpl_strtod'.
20199         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20200         'rpl_utime'.
20201
20202 2003-01-31  Bruno Haible  <bruno@clisp.org>
20203
20204         * lib/rename.c: #undef rename before defining rpl_rename.
20205         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20206
20207 2003-01-30  Bruno Haible  <bruno@clisp.org>
20208
20209         * modules/vasnprintf, modules/vasprintf: New modules.
20210         * MODULES.html.sh (func_all_modules): Add them.
20211
20212 2003-01-30  Bruno Haible  <bruno@clisp.org>
20213
20214         * m4/signed.m4: New file, from GNU gettext.
20215         * m4/longdouble.m4: New file, from GNU gettext.
20216         * m4/wchar_t.m4: New file, from GNU gettext.
20217         * m4/wint_t.m4: New file, from GNU gettext.
20218         * m4/vasnprintf.m4: New file.
20219         * m4/vasprintf.m4: New file.
20220
20221 2003-01-30  Bruno Haible  <bruno@clisp.org>
20222
20223         * lib/printf-args.h: New file, from GNU gettext.
20224         * lib/printf-args.c: New file, from GNU gettext.
20225         * lib/printf-parse.h: New file, from GNU gettext.
20226         * lib/printf-parse.c: New file, from GNU gettext.
20227         * lib/vasnprintf.h: New file, from GNU gettext.
20228         * lib/vasnprintf.c: New file, from GNU gettext.
20229         * lib/asnprintf.c: New file, from GNU gettext.
20230         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20231         * lib/vasprintf.c: New file, from GNU gettext.
20232         * lib/asprintf.c: New file, from GNU gettext.
20233
20234 2003-01-29  Bruno Haible  <bruno@clisp.org>
20235
20236         * modules/stpncpy: New module.
20237         * MODULES.html.sh (func_all_modules): Add it.
20238
20239 2003-01-29  Bruno Haible  <bruno@clisp.org>
20240
20241         * m4/stpncpy.m4: New file.
20242
20243 2003-01-29  Bruno Haible  <bruno@clisp.org>
20244
20245         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20246         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20247
20248 2003-01-28  Bruno Haible  <bruno@clisp.org>
20249
20250         * modules/c-ctype: New module.
20251         * MODULES.html.sh (func_all_modules): Add it.
20252
20253 2003-01-28  Bruno Haible  <bruno@clisp.org>
20254
20255         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20256         Paul Eggert.
20257         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20258         Paul Eggert.
20259
20260 2003-01-27  Bruno Haible  <bruno@clisp.org>
20261
20262         * modules/xsetenv: New module.
20263         * MODULES.html.sh (func_all_modules): Add it.
20264
20265 2003-01-27  Bruno Haible  <bruno@clisp.org>
20266
20267         * lib/xsetenv.h: New file, from GNU gettext.
20268         * lib/xsetenv.c: New file, from GNU gettext.
20269
20270 2003-01-23  Jim Meyering  <jim@meyering.net>
20271
20272         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20273         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20274
20275 2003-01-23  Bruno Haible  <bruno@clisp.org>
20276
20277         * modules/minmax: New module.
20278         * MODULES.html.sh (func_all_modules): Add it.
20279
20280 2003-01-23  Bruno Haible  <bruno@clisp.org>
20281
20282         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20283         Eggert.
20284
20285 2003-01-22  Bruno Haible  <bruno@clisp.org>
20286
20287         * modules/exit: New module.
20288         * MODULES.html.sh (func_all_modules): Add it.
20289
20290 2003-01-22  Bruno Haible  <bruno@clisp.org>
20291
20292         * lib/exit.h: New file, from GNU gettext.
20293
20294 2003-01-19  Bruno Haible  <bruno@clisp.org>
20295
20296         * gnulib-tool: Recognize option --extract-maintainer.
20297         (func_get_maintainer): New function.
20298         * modules/*: Add Maintainer entry.
20299
20300 2003-01-16  Jim Meyering  <jim@meyering.net>
20301
20302         * m4/regex.m4: The `regex' struct is both input and output.
20303         Initialize it before each use.  Patch by Tim Waugh.
20304
20305 2003-01-16  Bruno Haible  <bruno@clisp.org>
20306
20307         * MODULES.html.sh: Add a table of contents. Add the module name as
20308         leftmost column. Add hyperlinks.
20309
20310 2003-01-15  Bruno Haible  <bruno@clisp.org>
20311
20312         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20313
20314 2003-01-15  Bruno Haible  <bruno@clisp.org>
20315
20316         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20317         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20318         suffix.
20319
20320 2003-01-15  Bruno Haible  <bruno@clisp.org>
20321
20322         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20323
20324 2003-01-15  Bruno Haible  <bruno@clisp.org>
20325
20326         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20327         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20328
20329 2003-01-14  Jim Meyering  <jim@meyering.net>
20330
20331         * lib/same.c (same_name): Tweak a comment.
20332
20333 2003-01-14  Bruno Haible  <bruno@clisp.org>
20334
20335         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20336         when a string comparison is sufficient.
20337
20338 2003-01-14  Bruno Haible  <bruno@clisp.org>
20339
20340         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20341         'unsigned int'.
20342
20343 2003-01-14  Bruno Haible  <bruno@clisp.org>
20344
20345         * lib/hash-pjw.c: Add comment about low quality of this function.
20346
20347 2003-01-13  Bruno Haible  <bruno@clisp.org>
20348
20349         * modules/stpcpy: Distribute lib/stpcpy.h.
20350         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20351
20352 2003-01-13  Bruno Haible  <bruno@clisp.org>
20353
20354         * modules/*: Add a description.
20355         * modules/strpbrk: Fix Makefile.am snippet.
20356         * modules/strtoimax: Fix dependencies.
20357         * modules/strtoumax: Likewise.
20358
20359 2003-01-13  Bruno Haible  <bruno@clisp.org>
20360
20361         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20362         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20363         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20364
20365 2003-01-13  Bruno Haible  <bruno@clisp.org>
20366
20367         * gnulib-tool (func_create_testdir): Store config/* files in the main
20368         directory.
20369         * config.rpath: Move to ...
20370         * config/config.rpath: ... here.
20371         * modules/gettext: Contains config/config.rpath, not config.rpath.
20372         * modules/iconv: Likewise.
20373
20374 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20375
20376         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20377         to avoid collisions with libcurses and libreadline.
20378
20379         * m4/getstr.m4: Remove.
20380         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20381
20382 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20383
20384         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20385         to avoid collisions with libcurses and libreadline.
20386
20387         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20388         * lib/getstr.h, getstr.c: Remove.
20389         * lib/getline.c: Include "getline.h", to check interface.
20390         Move body of old getstr.c here: this defines MIN_CHUNK and
20391         declares getdelim2, which is renamed from getstr.
20392         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20393
20394         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20395         All uses changed.
20396         * lib/linebuffer.h: Likewise.
20397         (readline): Remove backward-compatibility macro.
20398
20399 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20400
20401         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20402         to avoid collisions with libcurses and libreadline.
20403         * getstr: Remove.
20404         * MODULES.html.sh: Remove getstr.
20405         * modules/getline: Depend on unlocked-io, not getstr.
20406
20407 2003-01-12  Jim Meyering  <jim@meyering.net>
20408
20409         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20410
20411 2003-01-10  Bruno Haible  <bruno@clisp.org>
20412
20413         * modules/alloca: Change Makefile.am requirements. Simplify Include
20414         requirements. Add lib/alloca_.h to file list.
20415
20416 2003-01-10  Bruno Haible  <bruno@clisp.org>
20417
20418         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20419
20420 2003-01-10  Bruno Haible  <bruno@clisp.org>
20421
20422         * lib/alloca_.h: New file.
20423         * lib/getdate.y: Unconditionally include alloca.h.
20424         * lib/makepath.c: Likewise.
20425         * lib/setenv.c: Likewise.
20426         * lib/userspec.c: Likewise.
20427
20428 2003-01-09  Karl Berry  <karl@gnu.org>
20429
20430         * MODULES.html.sh: include `dirname $0` in PATH, to find
20431         gnulib-tool.
20432
20433 2003-01-09  Bruno Haible  <bruno@clisp.org>
20434
20435         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20436         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20437
20438 2003-01-09  Bruno Haible  <bruno@clisp.org>
20439
20440         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20441
20442 2003-01-09  Bruno Haible  <bruno@clisp.org>
20443
20444         * lib/stdbool.h.in: New file.
20445
20446 2003-01-09  Bruno Haible  <bruno@clisp.org>
20447
20448         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20449         * MODULES.html.sh: Likewise.
20450
20451 2003-01-08  Jim Meyering  <jim@meyering.net>
20452
20453         * lib/full-write.c: Undefine and define-away `const' after inclusion
20454         of errno.h, not before.  Suggestion from Bruno Haible.
20455
20456 2003-01-08  Bruno Haible  <bruno@clisp.org>
20457
20458         * modules/full-read: Depend on full-write.
20459
20460 2003-01-08  Bruno Haible  <bruno@clisp.org>
20461
20462         * lib/safe-read.c: Include specification header first, to ensure its
20463         selfcontainedness.
20464         * lib/full-write.c: Likewise.
20465
20466 2003-01-07  Jim Meyering  <jim@meyering.net>
20467
20468         * lib/full-write.c: Rework so that it may serve to define full_read,
20469         too.
20470         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20471
20472 2003-01-07  Bruno Haible  <bruno@clisp.org>
20473
20474         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20475         <inttypes.h>.
20476         * lib/xstrtol.h: Likewise.
20477         * lib/xstrtoimax.c: Likewise.
20478         * lib/xstrtoumax.c: Likewise.
20479         * lib/human.h: Likewise.
20480
20481         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20482         on systems that have <inttypes.h> but not <stdint.h>.
20483
20484 2003-01-07  Bruno Haible  <bruno@clisp.org>
20485
20486         * MODULES.html.sh: Add copyright notice.
20487         (missed_files): Omit CVS directory entries.
20488         (func_module): Make it work with sed-3.02.
20489         * MODULES.txt: Remove file.
20490
20491 2003-01-06  Jim Meyering  <jim@meyering.net>
20492
20493         * lib/version-etc.c: Update year in translatable copyright string.
20494
20495 2003-01-03  Karl Berry  <karl@gnu.org>
20496
20497         * config/config.{guess,sub}: update from prep.
20498
20499 2003-01-02  Karl Berry  <karl@gnu.org>
20500
20501         * doc/COPYING.DOC: belatedly updated to 1.2.
20502
20503 2003-01-01  Karl Berry  <karl@gnu.org>
20504
20505         * gnulib-tool (func_verify_module): report module name $module in
20506         error message, not $1.
20507         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20508         be created, only if it doesn't exist.
20509         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20510
20511 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20512
20513         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20514
20515 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20516
20517         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20518         memcmp if strcoll doesn't work.
20519
20520 2002-12-31  Bruno Haible  <bruno@clisp.org>
20521
20522         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20523         nonempty.
20524
20525 2002-12-31  Bruno Haible  <bruno@clisp.org>
20526
20527         * lib/memcoll.c (STRCOLL): New macro.
20528         (memcoll): Use it.
20529
20530 2002-12-31  Bruno Haible  <bruno@clisp.org>
20531
20532         * lib/localcharset.h: New file.
20533         * lib/localcharset.c: Include it.
20534         * lib/unicodeio.c: Likewise.
20535
20536 2002-12-31  Bruno Haible  <bruno@clisp.org>
20537
20538         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20539         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20540
20541 2002-12-31  Bruno Haible  <bruno@clisp.org>
20542
20543         * lib/getline.h: Include <stddef.h>, for size_t.
20544
20545         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20546         * lib/unicodeio.c: Don't include <stddef.h>.
20547
20548 2002-12-31  Bruno Haible  <bruno@clisp.org>
20549
20550         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20551         HAVE_TM_ZONE.
20552
20553 2002-12-24  Karl Berry  <karl@gnu.org>
20554
20555         * config/config.guess: update from prep.
20556
20557 2002-12-24  Bruno Haible  <bruno@clisp.org>
20558
20559         General infrasructure.
20560         * m4/README: Rewritten.
20561         * m4/onceonly.m4: New file.
20562         * m4/onceonly_2_57.m4: New file.
20563
20564         Module atexit.
20565         * m4/atexit.m4: New file.
20566
20567         Module strtod.
20568         * m4/strtod.m4: New file.
20569
20570         Module strtol.
20571         * m4/strtol.m4: New file.
20572
20573         Module strtoul.
20574         * m4/strtoul.m4: New file.
20575
20576         Module memchr.
20577         * m4/memchr.m4: New file.
20578
20579         Module memcmp.
20580         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20581         (jm_FUNC_MEMCMP): Invoke it.
20582
20583         Module memcpy.
20584         * m4/memcpy.m4: New file.
20585
20586         Module memmove.
20587         * m4/memmove.m4: New file.
20588
20589         Module memset.
20590         * m4/memset.m4: New file.
20591
20592         Module strcspn.
20593         * m4/strcspn.m4: New file.
20594
20595         Module strpbrk.
20596         * m4/strpbrk.m4: New file.
20597
20598         Module strstr.
20599         * m4/strstr.m4: New file.
20600
20601         Module strerror.
20602         * m4/strerror.m4: New file.
20603
20604         Module mktime.
20605         * m4/mktime.m4: Renamed from jm-mktime.m4.
20606         (gl_PREREQ_MKTIME): New macro.
20607         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20608
20609         Module malloc.
20610         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20611         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20612         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20613
20614         Module realloc.
20615         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20616         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20617         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20618
20619         Module strftime.
20620         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20621         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20622         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20623         gl_TM_GMTOFF.
20624         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20625
20626         Module xalloc.
20627         * m4/xalloc.m4: New file.
20628
20629         Module alloca.
20630         * m4/alloca.m4: New file.
20631
20632         Module putenv.
20633         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20634         (jm_FUNC_PUTENV): Invoke it.
20635
20636         Module setenv.
20637         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20638         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20639         when invoked twice.
20640         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20641         gt_FUNC_SETENV.
20642
20643         Module memrchr.
20644         * m4/memrchr.m4: New file.
20645
20646         Module stpcpy.
20647         * m4/stpcpy.m4: New file.
20648
20649         Module strcase.
20650         * m4/strcase.m4: New file.
20651
20652         Module strdup.
20653         * m4/strdup.m4: New file.
20654
20655         Module strnlen.
20656         * m4/strnlen.m4: New file.
20657
20658         Module strndup.
20659         * m4/strndup.m4: New file.
20660
20661         Module xstrtod.
20662         * m4/xstrtod.m4: New file.
20663
20664         Module xstrtol.
20665         * m4/xstrtol.m4: New file.
20666
20667         Module getdate.
20668         * m4/getdate.m4: New file.
20669
20670         Module unlocked-io.
20671         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20672         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20673         * m4/jm-glibc-io.m4n: Remove file.
20674
20675         Module long-options.
20676         * m4/long-options.m4: New file.
20677
20678         Module md5.
20679         * m4/md5.m4: New file.
20680
20681         Module sha.
20682         * m4/sha.m4: New file.
20683
20684         Module getstr.
20685         * m4/getstr.m4: New file.
20686
20687         Module getline.
20688         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20689         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20690         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20691         simply getline. Infoke gl_PREREQ_GETLINE.
20692
20693         Module obstack.
20694         * m4/obstack.m4: New file.
20695
20696         Module hash.
20697         * m4/hash.m4: New file.
20698
20699         Module readtokens.
20700         * m4/readtokens.m4: New file.
20701
20702         Module strverscmp.
20703         * m4/strverscmp.m4: New file.
20704
20705         Module stdbool.
20706         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20707         OSF/1.
20708
20709         Module strtoll.
20710         * m4/strtoll.m4: New file.
20711
20712         Module strtoull.
20713         * m4/strtoull.m4: New file.
20714
20715         Module strtoimax.
20716         * m4/strtoimax.m4: New file.
20717
20718         Module strtoumax.
20719         * m4/strtoumax.m4: New file.
20720
20721         Module xstrtoimax.
20722         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20723         jm_AC_PREREQ_XSTRTOIMAX.
20724         Moved the strtol prerequisites to strtol.m4.
20725         Moved the strtoll prerequisites to strtoll.m4.
20726         Moved the strtoimax prerequisites to strtoimax.m4.
20727
20728         Module xstrtoumax.
20729         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20730         jm_AC_PREREQ_XSTRTOUMAX.
20731         Moved the strtoul prerequisites to strtoul.m4.
20732         Moved the strtoull prerequisites to strtoull.m4.
20733         Moved the strtoumax prerequisites to strtoumax.m4.
20734
20735         Module chown.
20736         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20737         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20738
20739         Module dup2.
20740         * m4/dup2.m4: New file.
20741
20742         Module ftruncate.
20743         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20744         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20745
20746         Module getgroups.
20747         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20748         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20749
20750         Module gettimeofday.
20751         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20752         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20753         gl_PREREQ_GETTIMEOFDAY.
20754
20755         Module mkdir.
20756         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20757         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20758
20759         Module mkstemp.
20760         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20761         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20762         jm_AC_TYPE_UINTMAX_T.
20763         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20764
20765         Module stat.
20766         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20767         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20768
20769         Module lstat.
20770         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20771         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20772
20773         Module timespec.
20774         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20775         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20776         * m4/st_mtim.m4: Indentation.
20777
20778         Module nanosleep.
20779         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20780         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20781         gl_PREREQ_NANOSLEEP.
20782
20783         Module regex.
20784         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20785         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20786         (gl_REGEX): New macro.
20787
20788         Module rename.
20789         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20790         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20791
20792         Module rmdir.
20793         * m4/rmdir.m4: New file.
20794
20795         Module utime.
20796         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20797         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20798         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20799
20800         Module dirname.
20801         * m4/dirname.m4: New file.
20802
20803         Module getopt.
20804         * m4/getopt.m4: New file.
20805
20806         Module unistd-safer.
20807         * m4/unistd-safer.m4: New file.
20808
20809         Module fnmatch.
20810         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20811         declaration.
20812         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20813         (gl_FUNC_FNMATCH_POSIX): New macro.
20814         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20815         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20816         simply fnmatch.
20817
20818         Module exclude.
20819         * m4/exclude.m4: New file.
20820
20821         Module human.
20822         * m4/human.m4: New file.
20823
20824         Module acl.
20825         * m4/acl.m4: Nop.
20826
20827         Module backupfile.
20828         * m4/backupfile.m4: New file.
20829         * m4/d-ino.m4: Indentation.
20830
20831         Module fsusage.
20832         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20833         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20834         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20835
20836         Module dirfd.
20837         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20838         requirements.
20839
20840         Module euidaccess.
20841         * m4/euidaccess.m4: New file.
20842
20843         Module file-type.
20844         * m4/file-type.m4: New file.
20845
20846         Module fileblocks.
20847         * m4/fileblocks.m4: New file.
20848
20849         Module filemode.
20850         * m4/filemode.m4: New file.
20851
20852         Module isdir.
20853         * m4/isdir.m4: New file.
20854
20855         Module lchown.
20856         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20857         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20858
20859         Module makepath.
20860         * m4/makepath.m4: New file.
20861
20862         Module modechange.
20863         * m4/modechange.m4: New file.
20864
20865         Module mountlist.
20866         * m4/mountlist.m4: New file.
20867         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20868         Indentation.
20869
20870         Module path-concat.
20871         * m4/path-concat.m4: New file.
20872
20873         Module pathmax.
20874         * m4/pathmax.m4: New file.
20875
20876         Module same.
20877         * m4/same.m4: New file.
20878
20879         Module save-cwd.
20880         * m4/save-cwd.m4: New file.
20881
20882         Module savedir.
20883         * m4/savedir.m4: New file.
20884
20885         Module xgetcwd.
20886         * m4/xgetcwd.m4: New file.
20887         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20888
20889         Module xreadlink.
20890         * m4/xreadlink.m4: New file.
20891
20892         Module safe-read.
20893         * m4/safe-read.m4: New file.
20894
20895         Module safe-write.
20896         * m4/safe-write.m4: New file.
20897
20898         Module closeout.
20899         * m4/closeout.m4: New file.
20900
20901         Module stdio-safer.
20902         * m4/stdio-safer.m4: New file.
20903
20904         Module getpass.
20905         * m4/getpass.m4: New file.
20906
20907         Module getugroups.
20908         * m4/getugroups.m4: New file.
20909
20910         Module group-member.
20911         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20912         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20913
20914         Module idcache.
20915         * m4/idcache.m4: New file.
20916
20917         Module userspec.
20918         * m4/userspec.m4: New file.
20919
20920         Module gettime.
20921         * m4/clock_time.m4: New file.
20922         * m4/gettime.m4: New file.
20923
20924         Module settime.
20925         * m4/settime.m4: New file.
20926
20927         Module posixtm.
20928         * m4/posixtm.m4: New file.
20929
20930         Module gethostname.
20931         * m4/gethostname.m4: New file.
20932
20933         Module canon-host.
20934         * m4/canon-host.m4: New file.
20935
20936         Module gettext.
20937         * m4/codeset.m4: New file, from gettext-0.11.5.
20938         * m4/gettext.m4: New file, from gettext-0.11.5.
20939         * m4/glibc21.m4: New file, from gettext-0.11.5.
20940         * m4/iconv.m4: New file, from gettext-0.11.5.
20941         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20942         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20943         * m4/inttypes.m4: New file, from gettext-0.11.5.
20944         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20945         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20946         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20947         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20948         * m4/lib-link.m4: New file, from gettext-0.11.5.
20949         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20950         * m4/progtest.m4: New file, from gettext-0.11.5.
20951         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20952         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20953         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20954
20955         Module localcharset.
20956         * m4/localcharset.m4: New file.
20957
20958         Module hard-locale.
20959         * m4/hard-locale.m4: New file.
20960
20961         Module mbswidth.
20962         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20963         onceonly macros.
20964         * m4/mbrtowc.m4: Add comment.
20965
20966         Module memcasecmp.
20967         * m4/memcasecmp.m4: New file.
20968
20969         Module memcoll.
20970         * m4/memcoll.m4: New file.
20971
20972         Module unicodeio.
20973         * m4/unicodeio.m4: New file.
20974
20975         Module rpmatch.
20976         * m4/rpmatch.m4: New file.
20977
20978         Module yesno.
20979         * m4/yesno.m4: New file.
20980
20981         Module exitfail.
20982         * m4/exitfail.m4: New file.
20983
20984         Module c-stack.
20985         * m4/c-stack.m4 (gl_C_STACK): New macro.
20986         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20987
20988         Module error.
20989         * m4/error.m4 (gl_ERROR): New macro.
20990         (jm_PREREQ_ERROR): Use onceonly macros.
20991
20992         Module fatal.
20993         * m4/fatal.m4: New file.
20994
20995         Module getloadavg.
20996         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20997         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20998
20999         Module getpagesize.
21000         * m4/getpagesize.m4: New file.
21001
21002         Module getusershell.
21003         * m4/getusershell.m4: New file.
21004
21005         Module physmem.
21006         * m4/physmem.m4: New file.
21007
21008         Module posixver.
21009         * m4/posixver.m4: New file.
21010
21011         Module quotearg.
21012         * m4/quotearg.m4: New file.
21013
21014         Module quote.
21015         * m4/quote.m4: New file.
21016
21017         Module readutmp.
21018         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21019
21020         Module sig2str.
21021         * m4/sig2str.m4: New file.
21022
21023         Other.
21024         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21025         ulonglong.m4.
21026         * m4/intmax_t.m4: New file.
21027         * m4/d-type.m4: Indentation.
21028         * m4/jm-macros.m4: Update.
21029         * m4/prereq.m4 (jm_PREREQ): Update.
21030         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21031         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21032         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21033         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21034         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21035         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21036         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21037         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21038         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21039         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21040         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21041         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21042         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21043         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21044         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21045         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21046         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21047         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21048         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21049
21050 2002-12-24  Bruno Haible  <bruno@clisp.org>
21051
21052         * MODULES.txt: Update according to m4/ changes.
21053
21054         Module gettext.
21055         * config.rpath: New file, from gettext-0.11.5.
21056
21057         * modules/*: New module descriptions.
21058         * gnulib-tool: New file.
21059         * MODULES.html.sh: New file.
21060
21061 2002-12-21  Karl Berry  <karl@gnu.org>
21062
21063         * doc/fdl.texi: update to version 1.2.
21064
21065 2002-12-19  Karl Berry  <karl@gnu.org>
21066
21067         * config/config.guess: update from prep.
21068
21069 2002-12-18  Bruno Haible  <bruno@clisp.org>
21070
21071         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21072         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21073
21074 2002-12-17  Bruno Haible  <bruno@clisp.org>
21075
21076         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21077         stdlib.h, string.h.
21078
21079 2002-12-17  Bruno Haible  <bruno@clisp.org>
21080
21081         * lib/canon-host.c (strdup): Remove unused declaration.
21082
21083         * lib/fsusage.c: Include full_read.h.
21084         (get_fs_usage): Use full_read instead of safe_read.
21085
21086         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21087
21088 2002-12-12  Karl Berry  <karl@gnu.org>
21089
21090         * config/config.guess: update from prep.
21091
21092 2002-12-11  Bruno Haible  <bruno@clisp.org>
21093
21094         * m4/setenv.m4: New file, from gettext-0.11.5.
21095
21096 2002-12-11  Bruno Haible  <bruno@clisp.org>
21097
21098         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21099         not unsetenv().
21100         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21101         modifications:
21102
21103         2002-12-11  Bruno Haible  <bruno@clisp.org>
21104
21105                 * setenv.c (alloca): Fall back to malloc.
21106                 (freea): New macro.
21107                 (setenv): Use freea() to free memory allocated with alloca().
21108
21109         2002-11-13  Bruno Haible  <bruno@clisp.org>
21110
21111                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21112                 function declarations.
21113                 * unsetenv.c (unsetenv): Likewise.
21114
21115         2002-03-04  Bruno Haible  <bruno@clisp.org>
21116
21117                 Portability to AIX 4.3.3.
21118                 * unsetenv.c: New file, extracted from setenv.c.
21119                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21120
21121         2001-12-20  Bruno Haible  <bruno@clisp.org>
21122
21123                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21124                 use malloc instead. For SunOS 4.
21125
21126         2001-12-11  Bruno Haible  <bruno@clisp.org>
21127
21128                 * setenv.c: Declare alloca.
21129                 (compar_fn_t): New typedef.
21130                 (KNOWN_VALUE, STORE_VALUE): Use it.
21131
21132         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21133         setenv.h.
21134
21135 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21136
21137         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21138         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21139         Choose values that are less likely to collide with system fnmatch
21140         options.
21141         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21142         defined (e.g., a pure POSIX system).
21143         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21144         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21145
21146 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21147
21148         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21149         a pain in practice to deal with generated m4 files.  This change
21150         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21151
21152         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21153         and jm-glibc-io.m4, as they are no longer a special case.
21154         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21155         kludge and the auto-generation stuff.  Check only whether the
21156         functions are declared, not whether they exist, since older hosts
21157         that don't declare the functions can't use the optimization anyway.
21158
21159 2002-12-06  Jim Meyering  <jim@meyering.net>
21160
21161         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21162
21163         Merge in changes from libc's misc/error.c, in preparation
21164         for the merge of gnulib's changes back into libc.
21165
21166         * lib/error.c (_): Define only if not already defined.
21167         Move definition to follow all #include directives.
21168         Include unlocked-io.h only if !_LIBC.
21169         [_LIBC]: Include <libio/libioP.h>.
21170         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21171         (fflush): Tweak definition to use INTUSE.
21172         (putc): Define.
21173
21174 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21175
21176         * lib/alloca.c [defined emacs]: Include "lisp.h".
21177         (xalloc_die) [defined emacs]: New macro.
21178         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21179         [! defined emacs]: Include <xalloc.h>.
21180         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21181         (pointer): Typedef to POINTER_TYPE *.
21182         (malloc): Remove decl; we now always use xmalloc.
21183         (alloca): Use old-style definition, since Emacs needs this.
21184         Check for arithmetic overflow when computing combined size.
21185
21186 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21187
21188         Do not generate unlocked-io.h automatically, since it's easier to
21189         maintain it by hand.
21190
21191         * lib/unlocked-io.h: New file, from GNU diffutils,
21192         but with proper copyright notice and attribution.
21193         * lib/gen-uio: Remove.
21194         * lib/Makefile.am: Add copyright notice.
21195         (libfetish_a_SOURCES): Add unlocked-io.h.
21196         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21197         (DISTCLEANFILES, io_functions): Remove macros.
21198         (EXTRA_DIST): Remove gen_uio.
21199         (unlocked-io.h): Remove rule.
21200
21201 2002-12-04  Jim Meyering  <jim@meyering.net>
21202
21203         Reflect the fact that stat.c and lstat.c are no longer generated.
21204         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21205         (DISTCLEANFILES): Likewise.
21206         (EXTRA_DIST): Likewise.
21207         (all_local): Don't depend on stat.c or lstat.c.
21208         (stat.c, lstat.c): Remove rules.
21209         (EXTRA_DIST): Remove xstat.in.
21210
21211         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21212         * lib/stat.c: New file.  Contents mostly from xstat.in.
21213         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21214         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21215
21216         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21217         too.
21218         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21219
21220 2002-12-03  Jim Meyering  <jim@meyering.net>
21221
21222         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21223         but not semantics, to minimize the differences between these two files.
21224         (safe_read): Change comment to mention SAFE_READ_ERROR.
21225
21226         * lib/safe-read.c (IS_EINTR): Define.
21227         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21228
21229 2002-12-02  Jim Meyering  <jim@meyering.net>
21230
21231         * lib/safe-read.c (EINTR): Define.
21232         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21233         (INT_MAX): Provide fallback.
21234         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21235
21236         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21237
21238 2002-12-02  Bruno Haible  <bruno@clisp.org>
21239
21240         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21241         Define, taken from safe-read.c.
21242         (INT_MAX): Provide fallback.
21243         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21244         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21245
21246         * lib/safe-read.c (EINTR): Remove definition.
21247         (safe_read): Don't use EINTR if it is absent.
21248
21249 2002-12-01  Jim Meyering  <jim@meyering.net>
21250
21251         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21252         zero.
21253         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21254
21255 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21256
21257         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21258         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21259         with `if (! (value < limit)) abort ();', for readability.
21260
21261 2002-11-26  Karl Berry  <karl@gnu.org>
21262
21263         * lib/strdup.c: copy from libc again, with jim's ok.
21264         * lib/.cppi-disable: re-add strdup.c
21265
21266 2002-11-25  Karl Berry  <karl@gnu.org>
21267
21268         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21269         instead of "strtol.c".
21270
21271 2002-11-25  Karl Berry  <karl@gnu.org>
21272
21273         * config/install-sh: update from automake for variable quoting, $0 in
21274         error msgs, etc.
21275
21276         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21277         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21278         entry.
21279
21280 2002-11-25  Jim Meyering  <jim@meyering.net>
21281
21282         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21283
21284 2002-11-24  Karl Berry  <karl@gnu.org>
21285
21286         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21287         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21288
21289 2002-11-24  Jim Meyering  <jim@meyering.net>
21290
21291         Update from coreutils:
21292
21293         * lib/mktime.c: Merge in changes from libc.
21294
21295         Avoid a link-time failure on some Linux systems.
21296         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21297         (otherwise).
21298         (__mon_yday): Declare with the STATIC attribute.
21299         (__mktime_internal): Likewise.
21300         Based on a report from Greg Schafer.
21301
21302 2002-11-23  Jim Meyering  <jim@meyering.net>
21303
21304         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21305         Use `unsigned', not `int', as type of index.
21306
21307         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21308
21309         * lib/fsusage.c: Remove unneeded parentheses around operands of
21310         `defined'.
21311
21312 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21313
21314         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21315         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21316         so that we can be included first.
21317         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21318         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21319         No need to include stddef.h or sys/types.h any more.
21320         Surround local include files with "", not "<>".
21321         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21322         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21323         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21324         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21325         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21326         (ISPRINT): Remove; no longer needed now that we assume C89.
21327
21328         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21329         Preserve errno.
21330
21331         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21332         quotearg_char): Use SIZE_MAX rather than
21333         (size_t) -1 when we are talking about "infinity".
21334
21335         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21336
21337 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21338
21339         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21340         hint that one should use `if (! x) abort ();' rather than `assert
21341         (x);', and anyway it's one less thing to worry about configuring.
21342         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21343         hash_rehash, hash_insert): Use abort rather than assert.
21344
21345 2002-11-22  Bruno Haible  <bruno@clisp.org>
21346
21347         * lib/safe-read.h: Assume C89. Add comments.
21348         (safe_read): Change return type to size_t.
21349         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21350         byte counts > SSIZE_MAX correctly.
21351         * lib/safe-write.h: New file.
21352         * lib/safe-write.c: New file.
21353         * lib/full-read.h: New file.
21354         * lib/full-read.c: New file.
21355         * lib/full-write.h: Assume C89. Add comments.
21356         * lib/full-write.c: Include safe-write.h.
21357         (full_write): Rewritten to use safe_write.
21358         Suggested by Jim Meyering and Paul Eggert.
21359
21360 2002-11-21  Jim Meyering  <jim@meyering.net>
21361
21362         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21363
21364         Merge in changes from the coreutils.
21365
21366         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21367         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21368         <stdint.h>.
21369         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21370         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21371         int.  Work more efficiently if X is the same width as uintmax_t.
21372         Do not compare X to -1, to avoid bogus compiler warning.
21373         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21374         Don't assume that f_frsize and f_bsize are the same type.
21375
21376         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21377         warning on FreeBSD.
21378
21379         * lib/makepath.c (make_path): Restore umask *before* creating the final
21380         component.
21381         (make_path): Minor reformatting.
21382
21383         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21384         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21385         HAVE_MALLOC/HAVE_REALLOC.
21386
21387         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21388         dummy ones.  At least on GNU/Linux systems, `auto' means something
21389         else.
21390         From Michael Stone.
21391
21392 2002-11-21  Bruno Haible  <bruno@clisp.org>
21393
21394         Remove case insensitive option matching.
21395         * lib/argmatch.h (argcasematch): Remove declaration.
21396         (ARGCASEMATCH): Remove macro.
21397         (__xargmatch_internal): Remove case_sensitive argument.
21398         (XARGMATCH): Update.
21399         (XARGCASEMATCH): Remove macro.
21400         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21401         case_sensitive argument.
21402         (argcasematch): Remove function.
21403         (__xargmatch_internal): Remove case_sensitive argument.
21404         (main): Use XARGMATCH instead of XARGCASEMATCH.
21405
21406         * lib/xmalloc.c: Change compile-time error message. Add comment about
21407         required autoconf version.
21408
21409 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21410
21411         Merge argmatch cleanups from Bison.  Assume C89.
21412
21413         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21414         Include stdlib.h, for EXIT_FAILURE.
21415         Always include <string.h>, since we assume C89.
21416         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21417         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21418         Include <stddef.h> instead, since it's all we need for size_t.
21419         (PARAMS): Remove.  All uses removed.
21420         (ARRAY_CARDINALITY): Do not bother to #undef.
21421         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21422         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21423         Remove unnecessary parentheses.
21424         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21425         Insert necessary parentheses.
21426         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21427         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21428
21429 2002-11-19  Bruno Haible  <bruno@clisp.org>
21430
21431         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21432         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21433
21434         * lib/mbswidth.h (PARAMS): Remove macro.
21435         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21436         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21437
21438         * lib/gcd.h (PARAMS): Remove macro.
21439         (gcd): Use ANSI C function declarations.
21440         * lib/gcd.c (gcd): Likewise.
21441
21442 2002-11-15  Bruno Haible  <bruno@clisp.org>
21443
21444         * lib/strcspn.c: Include <stddef.h>.
21445         (strcspn): Use ANSI C function declaration. Change return type to
21446         size_t. Use NULL.
21447         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21448         (strpbrk): Use NULL.
21449         * lib/strpbrk.h (PARAMS): Remove macro.
21450         (strpbrk): Use ANSI C function declaration.
21451         * lib/strstr.c: Don't include <sys/types.h>.
21452         * lib/strstr.h (PARAMS): Remove macro.
21453         (strstr): Use ANSI C function declarations.
21454
21455 2002-11-14  Karl Berry  <karl@gnu.org>
21456
21457         * config/mkinstalldirs: `do' on separate line, instead of
21458         `for var; do'.
21459
21460 2002-11-06  Bruno Haible  <bruno@clisp.org>
21461
21462         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21463         * lib/gcd.c (gcd): Likewise.
21464
21465 2002-11-05  Bruno Haible  <bruno@clisp.org>
21466
21467         * lib/gcd.h: New file, from gettext-0.11.5.
21468         * lib/gcd.c: New file, from gettext-0.11.5.
21469
21470 2002-11-05  Bruno Haible  <bruno@clisp.org>
21471
21472         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21473         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21474         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21475         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21476
21477         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21478         <libintl.h>.
21479         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21480         <libintl.h>.
21481
21482         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21483         * lib/human.c: Include gettext.h instead of <libintl.h>.
21484         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21485         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21486         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21487         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21488         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21489         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21490         (textdomain): Remove definition.
21491         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21492
21493         * lib/long-options.c: Remove include of <libintl.h> and definition of
21494         _.
21495         * lib/same.c: Remove include of <libintl.h> and definition of _.
21496
21497 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21498
21499         * lib/config.charset: A few additions for Solaris.
21500
21501 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21502
21503         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21504         * lib/localcharset.c (locale_charset): Declare as extern "C".
21505
21506 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21507
21508         * lib/config.charset: msdos in uk_UA uses CP1125.
21509
21510 2002-11-04  Bruno Haible  <bruno@clisp.org>
21511
21512         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21513         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21514         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21515         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21516         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21517
21518 2002-11-04  Bruno Haible  <bruno@clisp.org>
21519
21520         * lib/localcharset.c (locale_charset): Don't return an empty string.
21521
21522 2002-11-04  Bruno Haible  <bruno@clisp.org>
21523
21524         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21525         aliases.
21526
21527 2002-11-04  Bruno Haible  <bruno@clisp.org>
21528
21529         * lib/config.charset: Update for newest glibc. Add canonical names
21530         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21531
21532 2002-11-04  Bruno Haible  <bruno@clisp.org>
21533
21534         * lib/config.charset: Add support for NetBSD.
21535
21536 2002-11-04  Bruno Haible  <bruno@clisp.org>
21537
21538         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21539
21540 2002-11-01  Bruno Haible  <bruno@clisp.org>
21541
21542         * configure.in: Add AC_CONFIG_AUX_DIR call.
21543         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21544         test/Makefile.
21545         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21546
21547 2002-09-28  Karl Berry  <karl@gnu.org>
21548
21549         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21550         installed automake until the next release, since changes have been
21551         made.
21552
21553 2002-09-25  Karl Berry  <karl@gnu.org>
21554
21555         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21556         * lib/getopt*: copy from libc/posix.
21557         * lib/gettext.h: copy from gettext.
21558         * lib/.cppi-disable: add strdup.c, gettext.h.
21559
21560 2002-09-25  Karl Berry  <karl@gnu.org>
21561
21562         * config/srclist.txt: enable gettext.h check.
21563         * config/config.{guess,sub}: update from prep.
21564         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21565                 from automake 1.6.3.
21566         See srclist*.
21567
21568 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21569
21570         * regex.c (PATFETCH): Remove the translating fetch.
21571         (PATFETCH_RAW): Rename to PATFETCH.
21572         (set_image_of_range): New fun.
21573         (SET_RANGE_TABLE_WORK_AREA): Use it.
21574         (regex_compile): Don't translate the pattern chars so eagerly.
21575         Only do it when inserting an `exactn' bytecode or when handling
21576         a char-range.
21577         (mutually_exclusive_p): Avoid empty statement.
21578
21579 2002-07-06  Jim Meyering  <meyering@lucent.com>
21580
21581         * m4/README: Don't mention Makefile.am.in.
21582         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21583
21584 2002-07-01  Jim Meyering  <meyering@lucent.com>
21585
21586         * lib/c-stack.c: Include sys/time.h.
21587         From Volker Borchert.
21588
21589 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21590
21591         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21592
21593 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21594
21595         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21596         New macro.  Use it uniformly instead of
21597         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21598         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21599         reported by Vin Shelton.
21600
21601 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21602
21603         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21604         Do not assume SA_SIGINFO behavior.
21605         Bug reported by Jim Meyering on NetBSD 1.5.2.
21606
21607 2002-06-22  Jim Meyering  <meyering@lucent.com>
21608
21609         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21610         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21611
21612         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21613         now that configure.ac uses AC_GNU_SOURCE.
21614         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21615         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21616
21617         Update to latest tools.  Suggestions from Paul Eggert.
21618         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21619         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21620         * m4/fnmatch.m4: Likewise.
21621         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21622         to AC_HEADER_STDBOOL
21623
21624 2002-06-22  Jim Meyering  <meyering@lucent.com>
21625
21626         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21627         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21628
21629 2002-06-22  Jim Meyering  <meyering@lucent.com>
21630
21631         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21632
21633         * lib/exitfail.c, exitfail.h: Likewise.
21634         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21635
21636         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21637         of fnmatch.h.
21638         (EXTRA_DIST): Add fnmatch_loop.c.
21639         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21640
21641         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21642         * lib/fnmatch.c: Update from diffutils-2.8.2.
21643         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21644         * lib/fnmatch.h: Remove file.
21645
21646 2002-06-21  Jim Meyering  <meyering@lucent.com>
21647
21648         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21649         * m4/mbrtowc.m4: Likewise.
21650
21651         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21652         * m4/mbswidth.m4: Reflect name change:
21653         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21654         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21655
21656         * m4/lib-link.m4: Update from gettext-0.11.2.
21657         * m4/gettext.m4: Likewise.
21658
21659         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21660         From Alfred M. Szmidt.
21661
21662 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21663
21664         * lib/file-type.h: Report an error if neither S_ISREG nor
21665         S_IFREG is defined, instead of using a test specific to glibc
21666         2.2.  This should be safe, since POSIX requires S_ISREG and
21667         Unix Version 7 had S_IFREG.  We don't need to check for
21668         <sys/types.h> since we don't use any symbols that it defines.
21669
21670 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21671
21672         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21673         $@-t, so that each temporary file name is unique and valid in the first
21674         8 characters, for operation under DOS.
21675
21676 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21677
21678         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21679
21680 2002-06-15  Jim Meyering  <meyering@lucent.com>
21681
21682         Work even with DJGPP 2.03, which lacks support for symlinks.
21683         From Richard Dawe.
21684         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21685         is defined.
21686         * lib/lchown.c (S_ISLNK): Likewise.
21687
21688 2002-06-15  Jim Meyering  <meyering@lucent.com>
21689
21690         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21691         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21692         have been included before this file.
21693
21694 2002-06-14  Jim Meyering  <meyering@lucent.com>
21695
21696         * lib/file-type.h: Use the version from diffutils-2.8.2.
21697         * lib/file-type.c: Likewise.
21698
21699 2002-06-07  Jim Meyering  <meyering@lucent.com>
21700
21701         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21702         They're needed at least for NetBSD 1.5.2.
21703         ($statxfs_includes): Include those same headers.
21704         ($statxfs_includes): Include sys/vfs.h if available.
21705         ($statxfs_includes): Likewise for sys/statvfs.h.
21706         Check for the following members in both structs statfs and statvfs:
21707         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21708
21709 2002-06-01  Jim Meyering  <meyering@lucent.com>
21710
21711         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21712         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21713
21714 2002-05-28  Jim Meyering  <meyering@lucent.com>
21715
21716         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21717         Reported by Volker Borchert.
21718
21719 2002-05-27  Jim Meyering  <meyering@lucent.com>
21720
21721         Fix a problem seen only on nonconforming systems whereby ls.c's
21722         use of localtime, and then of gettimeofday would cause trouble:
21723         the localtime call used to initialize rpl_gettimeofday's save
21724         mechanism would clobber ls's current local time information so
21725         that in any long listing the first file would always be listed
21726         with date 1970-01-01.  Analysis by Volker Borchert.
21727
21728         * lib/gettimeofday.c (localtime): Undefine.
21729         (rpl_localtime): New function.
21730
21731 2002-05-27  Jim Meyering  <meyering@lucent.com>
21732
21733         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21734         localtime.
21735
21736         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21737         use the replacement function; it wouldn't resolve at link time.
21738         Reported by Volker Borchert.
21739
21740 2002-05-22  Jim Meyering  <meyering@lucent.com>
21741
21742         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21743         file-type.h.
21744         * lib/file-type.h: New file.
21745         * lib/file-type.c (file_type): New file/function.  Extracted from
21746         diffutils.
21747
21748 2002-04-30  Jim Meyering  <meyering@lucent.com>
21749
21750         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21751
21752 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21753
21754         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21755
21756 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21757
21758         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21759         Do not check for alloca.h (no longer used) or stdbool.h (was never
21760         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21761
21762 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21763
21764         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21765
21766 2002-04-29  Jim Meyering  <meyering@lucent.com>
21767
21768         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21769         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21770         Use AC_FUNC_STRNLEN here instead.
21771
21772         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21773         With autoconf-2.53a, it's part of AC_PROG_CC.
21774
21775 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21776
21777         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21778         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21779
21780 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21781
21782         * lib/sig2str.h, lib/sig2str.c: New files.
21783         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21784
21785 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21786
21787         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21788         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21789         of 127, since 64 is the largest conceivable number for ancient
21790         nonstandard hosts.
21791         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21792
21793 2002-04-28  Jim Meyering  <meyering@lucent.com>
21794
21795         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21796
21797 2002-04-24  Jim Meyering  <meyering@lucent.com>
21798
21799         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21800         (jm_PREREQ): Use it.
21801
21802         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21803         mach/mach.h fcntl.h.
21804         Check for this function: setlocale.
21805
21806 2002-04-24  Jim Meyering  <meyering@lucent.com>
21807
21808         * lib/gettext.h: New file, from Gettext.
21809         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21810         (libfetish_a_SOURCES): Add gettext.h.
21811
21812 2002-04-16  Jim Meyering  <meyering@lucent.com>
21813
21814         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21815         ut_pid, ut_id, ut_exit.
21816
21817 2002-04-16  Jim Meyering  <meyering@lucent.com>
21818
21819         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21820         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21821         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21822
21823 2002-04-12  Jim Meyering  <meyering@lucent.com>
21824
21825         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21826         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21827         existence of the getmntinfo function.  Needed for Darwin 5.3.
21828
21829         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21830         This is necessary at least on Darwin 5.3.
21831
21832         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21833         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21834         strnlen.o in the library, and that makes some versions of ranlib
21835         object.
21836
21837 2002-04-12  Jim Meyering  <meyering@lucent.com>
21838
21839         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21840
21841 2002-04-09  Jim Meyering  <meyering@lucent.com>
21842
21843         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21844         to be more precise.  Rather than saying we're checking whether the
21845         function `works', say what we're testing.
21846         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21847         Reported by Bruno Haible.
21848
21849 2002-03-10  Jim Meyering  <meyering@lucent.com>
21850
21851         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21852         Suggestion from Santiago Vila.
21853
21854 2002-03-08  Jim Meyering  <meyering@lucent.com>
21855
21856         * lib/rename.c: Mention that this wrapper is needed also on
21857         mips-dec-ultrix4.4 systems.
21858
21859 2002-03-02  Jim Meyering  <meyering@lucent.com>
21860
21861         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21862         not HAVE_CLOCK_SETTIME.
21863
21864 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21865
21866         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21867         Check for clock_settime.
21868
21869 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21870
21871         * lib/nanosleep.h: Rename to....
21872         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21873
21874         * lib/gettime.c: New file.
21875         * lib/settime.c: New file.
21876         * lib/stime.c: Remove.
21877
21878         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21879         timespec.h.  Remove nanosleep.h.
21880
21881 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21882
21883         * m4/acl.m4: New file.
21884         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21885         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21886
21887 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21888
21889         * lib/acl.c, lib/acl.h: New files.
21890         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21891
21892 2002-02-24  Jim Meyering  <meyering@lucent.com>
21893
21894         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21895         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21896         cause trouble.  Reported by Nelson Beebe.
21897
21898 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21899
21900         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21901         compilers that don't know that xalloc_die never returns.
21902
21903 2002-02-20  Jim Meyering  <meyering@lucent.com>
21904
21905         * lib/getdate.c: Regenerate using bison-1.33.
21906
21907 2002-02-17  Jim Meyering  <meyering@lucent.com>
21908
21909         * config/config.guess (main): Don't use `head -1'; it's no longer
21910         portable. Use `sed 1q' instead.
21911
21912 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21913
21914         * m4/codeset.m4: Upgrade to gettext-0.11.
21915         * m4/gettext.m4: Upgrade to gettext-0.11.
21916         * m4/glibc21.m4: Upgrade to gettext-0.11.
21917         * m4/iconv.m4: Upgrade to gettext-0.11.
21918         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21919         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21920         * m4/lib-ld.m4: New file, from gettext-0.11.
21921         * m4/lib-link.m4: New file, from gettext-0.11.
21922         * m4/lib-prefix.m4: New file, from gettext-0.11.
21923         * m4/progtest.m4: Upgrade to gettext-0.11.
21924
21925 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21926
21927         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21928         (jm_PREREQ): Use it.
21929
21930 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21931
21932         * lib/posixver.c, lib/posixver.h: New files.
21933         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21934
21935 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21936             Bruno Haible  <bruno@clisp.org>
21937
21938         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21939         (fwrite_success_callback): New declaration.
21940         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21941         print_unicode_char. Call failure callback instead of error.
21942         (fwrite_success_callback): New function.
21943         (exit_failure_callback): New function.
21944         (fallback_failure_callback): New function.
21945         (print_unicode_char): Call unicode_to_mb.
21946
21947 2002-01-26  Jim Meyering  <meyering@lucent.com>
21948
21949         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21950         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21951
21952 2002-01-26  Jim Meyering  <meyering@lucent.com>
21953
21954         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21955
21956 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21957
21958         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21959
21960 2002-01-22  Jim Meyering  <meyering@lucent.com>
21961
21962         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21963         Otherwise, some versions of automake would omit the rule that makes
21964         Makefile from Makefile.in.
21965
21966 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21967
21968         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21969         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21970         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21971         (memcoll): Set errno to zero if there is no error.
21972
21973         * lib/quotearg.c (quotearg_buffer_restyled):
21974         Fix bug with quoting buffers containing NUL when backslashing escapes.
21975         This bug was exposed by the other changes in this patch.
21976         (quotearg_n_options): New arg ARGSIZE.
21977         All callers changed.
21978         (quoting_options_from_style): New function.
21979         (quotearg_n_style): Use it.
21980         (quotearg_n_style_mem): New function.
21981
21982         * lib/quotearg.h (quotearg_n_style_mem): New function.
21983
21984 2002-01-19  Jim Meyering  <meyering@lucent.com>
21985
21986         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21987         Remove useless quotes: DF_PROG="df".
21988         * m4/strnlen.m4: New file.
21989
21990 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21991
21992         * lib/backupfile.c (ISDIGIT): Comment fix.
21993         * lib/getdate.y (ISDIGIT): Likewise.
21994         * lib/posixtm.c (ISDIGIT, year): Likewise.
21995         * lib/strverscmp.c (ISDIGIT): Likewise.
21996         * lib/userspec.c (ISDIGIT): Likewise.
21997
21998 2002-01-16  Jim Meyering  <meyering@lucent.com>
21999
22000         * lib/getdate.y: Add three semicolons, each just before a closing
22001         brace. Bison (as of version 1.31) no longer papers over that mistake.
22002
22003 2002-01-05  Jim Meyering  <meyering@lucent.com>
22004
22005         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22006
22007 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22008
22009         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22010         not silently exit merely because the output buffer happens to
22011         have nothing pending.
22012
22013 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22014
22015         See the big note in ../ChangeLog.
22016         * lib/human.c (suffixes): Prefer K to k for 1024.
22017         (generate_suffix_backwards): New function.
22018         (human_readable_inexact): Use it.
22019         * lib/xstrtol.c (__xstrtol): If there is no number but there
22020         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22021         Accept 'K' as well as 'k'.
22022
22023 2001-12-15  Jim Meyering  <meyering@lucent.com>
22024
22025         * lib/regex.h (__restrict_arr): Update from libc.
22026
22027         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22028         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22029         (STREQ): Define.
22030
22031 2001-12-14  Jim Meyering  <meyering@lucent.com>
22032
22033         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22034         Suggestion from Bruno Haible.
22035
22036 2001-12-10  Jim Meyering  <meyering@lucent.com>
22037
22038         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22039         xrealloc, Instead, include "xalloc.h".
22040         (initbuffer): Don't cast xmalloc return value to char*.
22041         (readline): Reword comment.
22042         Don't cast xrealloc return value to char*
22043         Return NULL, not 0.
22044
22045 2001-12-09  Jim Meyering  <meyering@lucent.com>
22046
22047         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22048         about `signed and unsigned type in conditional expression'.
22049         * lib/posixtm.c (posix_time_parse): Likewise.
22050
22051         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22052
22053         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22054         to avoid a pedantic warning.
22055
22056         * lib/getstr.c: Don't include assert.h.
22057         (getstr): Remove warning-evoking assertions.
22058         Return -1 if offset parameter is out of bounds.
22059         Change the type of a local from int to size_t.
22060
22061         * lib/strftime.c (my_strftime_localtime_r): Include this function
22062         definition in the `#if ! HAVE_TM_GMTOFF' block.
22063
22064         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22065         Include xalloc.h instead.
22066
22067 2001-12-02  Jim Meyering  <meyering@lucent.com>
22068
22069         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22070         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22071         included.
22072
22073         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22074         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22075
22076 2001-11-30  Akim Demaille  <akim@epita.fr>
22077
22078         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22079         before being defined.
22080
22081 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22082
22083         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22084         First arg is int, not unsigned.
22085         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22086         (SIZE_MAX, UINT_MAX): New macros.
22087         (quotearg_n_options): Abort if N is negative.
22088         Avoid overflow check on hosts where size_t is 64 bits and int
22089         is 32 bits, as overflow is impossible there.
22090         Fix off-by-one typo that caused unnecessary reallocation.
22091
22092 2001-11-27  Jim Meyering  <meyering@lucent.com>
22093
22094         * lib/tempname.c: Merge with version from libc.
22095         * lib/regex.c: Likewise.
22096
22097         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22098         systems for which STDC_HEADERS is 0, it was not included, resulting in
22099         a warning about an integer-to-pointer conversion problem with getenv.
22100         Reported by Volker Borchert.
22101
22102 2001-11-26  Jim Meyering  <meyering@lucent.com>
22103
22104         * lib/gtod.h: Remove file.
22105         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22106         * lib/gettimeofday.c: Don't include gtod.h.
22107         (GTOD_init): Remove function.
22108         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22109         Suggestion from Volker Borchert.
22110
22111 2001-11-23  Jim Meyering  <meyering@lucent.com>
22112
22113         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22114         it.
22115         * lib/hash.c (struct hash_table): Define it here instead.
22116
22117 2001-11-22  Jim Meyering  <meyering@lucent.com>
22118
22119         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22120
22121 2001-11-20  Jim Meyering  <meyering@lucent.com>
22122
22123         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22124         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22125
22126 2001-11-19  Jim Meyering  <meyering@lucent.com>
22127
22128         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22129         directory.  Use "conftestXXXXXX" as the template.
22130         Suggestion from Paul Eggert.
22131
22132         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22133         immediately, so the test doesn't mistakenly hit the max-open-files
22134         limit.
22135
22136 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22137
22138         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22139         (TEMPORARIES): New macro.
22140         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22141         removes an artificial limitation (e.g. HP-UX 10.20, where
22142         TMP_MAX is 17576).
22143
22144 2001-11-18  Jim Meyering  <meyering@lucent.com>
22145
22146         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22147
22148 2001-11-18  Jim Meyering  <meyering@lucent.com>
22149
22150         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22151         on SunOS 4.
22152
22153         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22154         files will be created before anything else.
22155
22156 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22157
22158         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22159         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22160
22161 2001-11-17  Jim Meyering  <meyering@lucent.com>
22162
22163         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22164         Prompted by a report from Bob Proulx.
22165
22166         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22167         Instead, require UTILS_FUNC_MKSTEMP.
22168
22169 2001-11-17  Jim Meyering  <meyering@lucent.com>
22170
22171         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22172         Now, that's done as part of AC_FUNC_STRTOD.
22173
22174 2001-11-17  Jim Meyering  <meyering@lucent.com>
22175
22176         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22177         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22178         rather than group writable.  Patch by Juan F. Codagnone.
22179
22180         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22181         xrealloc, Instead, include "xalloc.h".
22182
22183         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22184         Remove explicit declarations of xmalloc, xrealloc,
22185         and xstrdup.  Instead, include "xalloc.h".
22186
22187         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22188         unlocked-io.h.
22189         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22190         Likewise.
22191         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22192
22193         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22194         Reported by Padraig Brady.
22195
22196         * lib/mkstemp.c: #undef mkstemp.
22197         Include config.h.
22198         (rpl_mkstemp): Rename from mkstemp.
22199         Protoize.
22200
22201 2001-11-16  Jim Meyering  <meyering@lucent.com>
22202
22203         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22204         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22205         determine the amount of total physical memory, use pstat_getstatic.
22206         HPUX-11 doesn't define _SC_PHYS_PAGES.
22207         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22208         If sysconf couldn't be used to determine the amount of available
22209         physical memory, use both pstat_getstatic and pstat_getdynamic.
22210         Based on a patch from Bob Proulx.
22211
22212 2001-11-10  Jim Meyering  <meyering@lucent.com>
22213
22214         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22215         (jm_PREREQ): Use it.
22216
22217 2001-11-09  Jim Meyering  <meyering@lucent.com>
22218
22219         * m4/jm-macros.m4: Require autoconf-2.52f.
22220         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22221         Use these AC_-prefixed names, not the AM_-prefixed ones.
22222
22223         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22224
22225 2001-11-05  Jim Meyering  <meyering@lucent.com>
22226
22227         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22228
22229 2001-11-04  Jim Meyering  <meyering@lucent.com>
22230
22231         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22232         $DEFS.
22233
22234 2001-11-03  Jim Meyering  <meyering@lucent.com>
22235
22236         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22237         of AC_DEFUN.
22238
22239         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22240         know the name of the variable in the macro definition.
22241
22242 2001-11-03  Jim Meyering  <meyering@lucent.com>
22243
22244         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22245         in argmatch_to_argument call.
22246
22247         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22248         argument.
22249
22250         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22251         e.g., a fault due to an attempt to free a NULL pointer.
22252
22253 2001-11-01  Jim Meyering  <meyering@lucent.com>
22254
22255         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22256         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22257
22258 2001-11-01  Jim Meyering  <meyering@lucent.com>
22259
22260         * lib/dirfd.c, lib/dirfd.h: New files.
22261         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22262
22263         * lib/hash.c (hash_print) [TESTING]: Clean up.
22264
22265 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22266
22267         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22268         to avoid a warning if -Wall.
22269
22270 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22271
22272         * README: New file
22273         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22274         (per RMS's instructions, this is now the canonical source)
22275         * lgpl/, gpl/: New directories.
22276
22277 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22278
22279         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22280
22281 2001-10-21  Jim Meyering  <meyering@lucent.com>
22282
22283         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22284         this code would end up calling gettext even in packages built
22285         with --disable-nls.
22286         * lib/getopt.c (_): Likewise.
22287         * lib/regex.c (_): Likewise.
22288
22289 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22290
22291         * m4/error.m4 (jm_PREREQ_ERROR):
22292         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22293         AC_FUNC_STRERROR_R does that.
22294         Check for strerror declaration.
22295
22296         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22297         are supposed to have them these days.
22298         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22299         Merge changes from latest Autoconf CVS.
22300         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22301         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22302         POSIX decided to standardize on the int flavor of strerror_r.
22303
22304 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22305
22306         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22307         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22308         Use strerror_r that is only a macro, even if it is not a function.
22309         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22310         (private_strerror): Use prototypes, not old-style function definition.
22311         (print_errno_message): New function.
22312         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22313         char*-flavored one.
22314         (error_tail, error, error_at_line): Use it.
22315
22316 2001-10-11  Jim Meyering  <meyering@lucent.com>
22317
22318         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22319         and quote_n (1, ... to avoid clobbering a buffer.
22320
22321 2001-10-05  Jim Meyering  <meyering@lucent.com>
22322
22323         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22324         hash-pjw.h.
22325         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22326         * lib/hash-pjw.h: New file.
22327
22328 2001-09-30  Jim Meyering  <meyering@lucent.com>
22329
22330         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22331         `struct fsstat' has the `f_fstypename' member.
22332         Use that to define FS_TYPE, which is now used to make
22333         the getfsstat link test tighter.
22334
22335 2001-09-30  Jim Meyering  <meyering@lucent.com>
22336
22337         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22338         Include <sys/ucred.h>, for Apple Darwin.
22339         Include sys/mount.h and sys/fs_types.h only if available.
22340         (FS_TYPE): Define.
22341         (read_filesystem_list): Use FS_TYPE.
22342
22343 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22344
22345         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22346         a boolean context.
22347
22348 2001-09-29  Jim Meyering  <meyering@lucent.com>
22349
22350         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22351         [one-argument getmntent function]): Include stdio.h before mntent.h.
22352         SunOS 4.1.x needs it for the declaration of `FILE'.
22353         Patch by Volker Borchert.
22354
22355         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22356         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22357         sys/fs_types.h, and make the link-test for getfsstat guard #include
22358         directives with appropriate #if HAVE_*_H tests so that we can
22359         detect getfsstat on Apple Darwin1.3.7 systems.
22360         Reported by Nelson Beebe.
22361         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22362
22363 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22364
22365         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22366         #defines strtoimax.  Also treat the other strto* functions
22367         like strtoimax.
22368
22369         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22370         Check for strtoul and strtoumax,
22371         as those declarations are made even in the signed case.
22372         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22373         Likewise, for strtol and strtoimax.
22374
22375 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22376
22377         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22378         #defines strtoimax.  Also treat the other strto* functions
22379         like strtoimax.
22380
22381         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22382         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22383         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22384
22385 2001-09-26  Jim Meyering  <meyering@lucent.com>
22386
22387         Most macros in unlocked-io.h had the wrong number of arguments.
22388         * lib/gen-uio: New script.
22389         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22390         * lib/unlocked-io.hin: Remove file.
22391         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22392         rather than trying to embed it here.
22393         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22394         Reported by Padraig Brady.
22395
22396 2001-09-25  Volker Borchert  <bt@teknon.de>
22397
22398         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22399         `result'.
22400
22401 2001-09-24  Jim Meyering  <meyering@lucent.com>
22402
22403         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22404
22405 2001-09-23  Jim Meyering  <meyering@lucent.com>
22406
22407         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22408         instead of the mere test for existence of mntent.h.  The latter
22409         would get a false-positive on AIX 3.4 systems.
22410         In the outer getmntent if-block, don't die if neither of the getmntent
22411         tests succeeds.  Instead, just fall through and continue with the
22412         remaining tests.
22413
22414 2001-09-23  Jim Meyering  <meyering@lucent.com>
22415
22416         * lib/mountlist.c: Remove useless parentheses in #if directives.
22417         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22418         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22419
22420 2001-09-22  Jim Meyering  <meyering@lucent.com>
22421
22422         * m4/gettext.m4: New file.  From gettext.
22423         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22424         * m4/progtest.m4: Likewise
22425         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22426         * m4/glibc21.m4: Likewise.
22427
22428         * m4/libintl.m4: Remove.  No longer used.
22429
22430 2001-09-22  Jim Meyering  <meyering@lucent.com>
22431
22432         * lib/localcharset.c: Update from latest gettext.
22433         * lib/config.charset: Likewise.
22434
22435 2001-09-20  Jim Meyering  <meyering@lucent.com>
22436
22437         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22438         strtoimax.
22439         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22440         strtoumax.
22441
22442 2001-09-20  Jim Meyering  <meyering@lucent.com>
22443
22444         * lib/xstrtol.c (strtoimax): Guard declaration with
22445         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22446         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22447         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22448         (strtoumax): Likewise, for completeness (it wasn't necessary).
22449
22450 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22451
22452         * lib/strtoimax.c (HAVE_LONG_LONG):
22453         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22454         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22455         to work around bug in IBM C compiler.
22456
22457 2001-09-17  Jim Meyering  <meyering@lucent.com>
22458
22459         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22460         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22461         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22462         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22463         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22464         whenever the right hand side need not be expanded by the shell.
22465
22466 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22467
22468         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22469         library.  It's not correct, as some older glibcs are buggy.
22470         fnmatch wasn't fixed until glibc 2.2.
22471
22472         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22473         special shell magic here.
22474
22475 2001-09-16  Jim Meyering  <meyering@lucent.com>
22476
22477         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22478         * m4/jm-macros.m4: Require it.
22479
22480 2001-09-16  Jim Meyering  <meyering@lucent.com>
22481
22482         * lib/mkdir.c: New file.
22483
22484 2001-09-15  Jim Meyering  <meyering@lucent.com>
22485
22486         * m4/jm-macros.m4: Check for help2man.
22487
22488 2001-09-11  Jim Meyering  <meyering@lucent.com>
22489
22490         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22491         The body, by Paul Eggert, was moved here from configure.in.
22492         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22493
22494 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22495
22496         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22497         (jm_PREREQ): Use it.
22498
22499 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22500
22501         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22502         Use ssize_t, not int, to store result of readlink.
22503         Check for ssize_t overflow as well as size_t overflow,
22504         as POSIX says the result of readlink is implementation-defined
22505         when ssize_t overflows.
22506         Remove unnecessary cast to char*.
22507         Use free+malloc instead of realloc, as the storage doesn't need
22508         to be preserved and it's clearer and can be more efficient that way.
22509         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22510         * lib/xreadlink.h (xreadlink): Update prototype.
22511
22512 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22513
22514         * lib/xgetcwd.c: Revert some of the previous change; intead,
22515         fix the HAVE_GETCWD_NULL code to behave more like the
22516         !HAVE_GETCWD_NULL code used to.
22517
22518         Include "xalloc.h".
22519         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22520         invoke xalloc_die.
22521
22522 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22523
22524         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22525         sys/param.h, as pathmax.h includes them.
22526
22527 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22528
22529         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22530         (jm_PREREQ_XGETCWD): New macro.
22531
22532         * m4/getcwd.m4: New file.
22533
22534 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22535
22536         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22537         like the HAVE_GETCWD_NULL code.
22538         Include pathmax.h if not HAVE_GETCWD.
22539         Do not include xalloc.h.
22540         (INITIAL_BUFFER_SIZE): New symbol.
22541         Do not use xmalloc / xrealloc, since the caller is responsible for
22542         handling errors.  Preserve errno around `free' during failure.
22543         Do not overrun buffer when using getwd.
22544
22545 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22546
22547         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22548         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22549         getcwd (NULL, 0).
22550
22551 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22552
22553         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22554         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22555         spotted by Jim Meyering.
22556
22557 2001-09-03  Jim Meyering  <meyering@lucent.com>
22558
22559         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22560         failure.
22561
22562 2001-09-02  Jim Meyering  <meyering@lucent.com>
22563
22564         * lib/error.c: Update from GNU libc.
22565
22566 2001-09-01  Jim Meyering  <meyering@lucent.com>
22567
22568         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22569         Used by df.
22570
22571 2001-09-01  Jim Meyering  <meyering@lucent.com>
22572
22573         * lib/xreadlink.c: New file.
22574         * lib/xreadlink.h: New file.
22575         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22576         xreadlink.h.
22577
22578         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22579         doesn't conflict with sparc Solaris 7's definition in
22580         /usr/include/sys/int_types.h.
22581
22582         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22583         files.
22584         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22585         and strncasecmp as r-values.  Unixware didn't have declarations.
22586
22587 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22588
22589         * lib/xstrtol.h: Add copyright notice.
22590         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22591         LONGINT_INVALID_SUFFIX_CHAR.
22592
22593 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22594
22595         * lib/xstrtol.c (strtoimax): New decl.
22596
22597 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22598
22599         * lib/xgetcwd.c: Don't include pathmax.h.
22600         Include stdlib.h and unistd.h if available.
22601         Include xalloc.h.
22602         (xmalloc, xstrdup, free): Remove decls.
22603         (xgetcwd): Don't assume sizes fit in unsigned.
22604         Check for overflow when computing sizes.
22605         Simplify reallocation code.
22606
22607 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22608
22609         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22610         a directory's st_size can have an arbitrary value, so the old
22611         usage could waste an arbitrary amount of memory.  All uses
22612         changed.
22613         * lib/savedir.h: Update prototype.
22614
22615 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22616
22617         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22618
22619         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22620         old strtoimax.c.
22621
22622         Also, make the following further changes to make this file's
22623         configuration more similar to that of strtol.c:
22624         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22625         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22626         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22627         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22628         changed to signed values.
22629
22630         And make the following changes as well:
22631         Fix copyright notice, as 1999 was missing.
22632         (verify): New macro.
22633         (strtoimax): Check sizes at compile-time, not run-time.
22634         Prefer strtol to strtoll if both work.
22635         (main): Remove; it was not that useful and was a pain to maintain.
22636
22637         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22638
22639 2001-08-31  Jim Meyering  <meyering@lucent.com>
22640
22641         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22642         Use an initial, malloc'd, buffer of length 128 rather than
22643         a statically allocated one of length 1024.
22644
22645 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22646
22647         Simplify code, partly by assuming autoconf 2.52 semantics.
22648
22649         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22650
22651         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22652         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22653         All uses removed.
22654         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22655         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22656         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22657         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22658         jm_AC_HEADER_INTTYPES_H.
22659         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22660
22661         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22662
22663         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22664         Quote first arg of AC_DEFUN.
22665         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22666         since they are needed to parse the include file even if we need
22667         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22668         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22669         but with opposite signedness.
22670
22671 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22672
22673         Merge 'exclude' changes from tar 1.13.22.
22674         This fixes one or two unlikely storage allocation overflow bugs,
22675         but doesn't change user-visible behavior otherwise.
22676
22677 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22678
22679         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22680         (jm_PREREQ_EXCLUDE): New macro.
22681
22682 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22683
22684         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22685         tm to be declared.
22686
22687 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22688
22689         * lib/hash.c: Remove '2001' from copyright notice.
22690
22691 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22692
22693         * lib/full-write.h: New file.
22694         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22695         * lib/full-write.c: Correct credits, as cccp.c no longer
22696         exists and anyway it was so heavily changed from the old cccp
22697         code as to be unrecognizable.  Include full-write.h.
22698         (full_write) Return size_t, with short writes meaning failure.
22699         All callers changed.  This fixes a bug with large buffers
22700         on 64-bit hosts.
22701         * lib/utime.c: Include full-write.h.
22702
22703 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22704
22705         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22706         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22707         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22708         Include if available.
22709         (<xalloc.h>): Include
22710         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22711         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22712         collide with FNM macros.
22713         (struct patopts): New struct.
22714         (struct exclude): Use it, as exclude patterns now come with options.
22715         (new_exclude): Support above changes.
22716         (new_exclude, add_exclude_file):
22717         Initial size must now be a power of two to simplify overflow checking.
22718         (free_exclude, fnmatch_no_wildcards): New function.
22719         (excluded_filename): No longer requires options arg, as the options
22720         are determined by add_exclude.  Now returns bool, not int.
22721         (excluded_filename, add_exclude):
22722         Add support for the fancy new exclusion options.
22723         (add_exclude, add_exclude_file): Now takes int options arg.
22724         Check for arithmetic overflow when computing sizes.
22725         (add_exclude_file): xrealloc might modify errno, so don't
22726         realloc until after errno might be used.
22727
22728         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22729         New macros.
22730         (free_exclude): New decl.
22731         (add_exclude, add_exclude_file): Now takes int options arg.
22732         (excluded_filename): No longer requires options arg, as the options
22733         are determined by add_exclude.  Now returns bool, not int.
22734
22735 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22736
22737         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22738
22739 2001-08-27  Jim Meyering  <meyering@lucent.com>
22740
22741         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22742
22743         * lib/version-etc.c (N_): Remove definition.
22744         Revert most of last change.
22745         Instead, simply don't mark the `Copyright...' string for translation.
22746         Based on advice from Paul Eggert.
22747
22748         * lib/strtoxmax.c: Tweak comment.
22749
22750 2001-08-26  Jim Meyering  <meyering@lucent.com>
22751
22752         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22753
22754         * m4/xstrtoimax.m4: New file.
22755         * m4/xstrtoumax.m4: Add comments explaining why we
22756         AC_REPLACE_FUNCS(strtol).
22757
22758 2001-08-26  Jim Meyering  <meyering@lucent.com>
22759
22760         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22761         of copyright with `%s' so translators don't get an untranslated
22762         message in 2002.
22763         (COPYRIGHT_YEAR): Define.
22764         (version_etc): Use fprintf rather than fputs.
22765         Suggestion from Ulrich Drepper.
22766
22767         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22768
22769         * lib/strtoll.c: New file, from GNU libc.
22770         * lib/xstrtoimax.c: New file.
22771
22772         * lib/xstrtol.h: Add xstrtoimax.
22773         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22774         * lib/strtoimax.c: New file.  Likewise, but first define
22775         STRTOUXMAX_SIGNED.
22776
22777         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22778         ...
22779         * lib/strtoxmax.c: ... then renamed to this.
22780
22781 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22782
22783         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22784         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22785         (jm_AC_TYPE_INTMAX_T): New macro.
22786         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22787
22788         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22789
22790         * m4/longlong.m4: Renamed from ulonglong.m4.
22791         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22792         * m4/uintmax_t.m4: Removed.
22793
22794 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22795
22796         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22797         Port to Solaris 8, where 'sed' requires a space after the 'r'
22798         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22799         Redirect output to $tmp just once.
22800
22801 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22802
22803         * lib/addext.c (<errno.h>): Include.
22804         (errno): Declare if not defined.
22805         (addext): Work correctly when pathconf returns -1 and leaves
22806         errno alone because there is no limit.  Also, work even if
22807         pathconf returns a value greater than SIZE_MAX.
22808
22809 2001-08-12  Jim Meyering  <meyering@lucent.com>
22810
22811         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22812         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22813         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22814         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22815         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22816         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22817         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22818         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22819         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22820         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22821         utime.m4, utimes.m4, xstrtoumax.m4:
22822         Quote the first argument in each use of AC_DEFUN.
22823
22824 2001-08-12  Jim Meyering  <meyering@lucent.com>
22825
22826         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22827         Simply `return getcwd (NULL, 0);'.
22828         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22829         Use 1300 as initial value for length, not PATH_MAX.
22830
22831         * lib/pathmax.h: Clean up cpp syntax.
22832
22833 2001-08-12  Jim Meyering  <meyering@lucent.com>
22834
22835         * lib/gettimeofday.c: New file.
22836         * lib/gtod.h: New file.
22837         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22838
22839 2001-08-05  Jim Meyering  <meyering@lucent.com>
22840
22841         * m4/jm-macros.m4: Require autoconf-2.52.
22842
22843 2001-08-04  Jim Meyering  <meyering@lucent.com>
22844
22845         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22846         stmt, to get in sync with glibc.
22847
22848 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22849
22850         The following changes are from gettext 0.10.39 as maintained by
22851         Bruno Haible.
22852
22853         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22854         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22855         with inverted sense.  All uses changed.
22856
22857         * lib/mbswidth.c: Don't include <limits.h>.
22858         Include <stdlib.h> and <string.h> unconditionally.
22859         (iswcntrl, mbsinit, ISCNTRL): New macros.
22860         (mbsnwidth): Use K&R style function declarations.
22861         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22862         can optimize it when MB_CUR_MAX == 1.
22863         The width of control characters is zero, not 1.
22864
22865 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22866
22867         The following changes are from gettext 0.10.39 as maintained by
22868         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22869
22870         * m4/codeset.m4: Upgrade to serial AM1.
22871         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22872         all uses changed.  Quote first arg of AC_DEFUN.
22873         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22874
22875         * m4/iconv.m4: Upgrade to serial AM2.
22876         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22877         Add --with-libconv-prefix.
22878         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22879         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22880         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22881         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22882         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22883
22884         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22885         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22886         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22887         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22888         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22889         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22890         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22891         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22892         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22893
22894         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22895         string.h any more.
22896
22897         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22898         not the default value.
22899
22900         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22901         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22902         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22903         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22904         Also check for iswcntrl, used for wcwidth fallback.
22905         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22906         to Autoconf 2.13.
22907
22908 2001-08-03  Jim Meyering  <meyering@lucent.com>
22909
22910         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22911         as it was in the original.  Reported by Paul Eggert.
22912
22913 2001-07-16  Jim Meyering  <meyering@lucent.com>
22914
22915         * m4/gettimeofday.m4: New file.
22916         Prompted by a report from Bernhard Baehr.
22917
22918 2001-07-15  Jim Meyering  <meyering@lucent.com>
22919
22920         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22921         stuff. Now it's in ../Makefile.cfg.
22922
22923 2001-07-15  Jim Meyering  <meyering@lucent.com>
22924
22925         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22926         (BUILT_SOURCES): Add unlocked-io.h.
22927         (io_functions): Define.
22928         (unlocked-io.h): New rule.
22929         (DISTCLEANFILES): Add unlocked-io.h.
22930         (all-local): Depend on unlocked-io.h, to ensure it is created.
22931
22932         * lib/unlocked-io.hin: New file
22933
22934         * lib/regex.c: Update from glibc.
22935
22936 2001-07-05  Jim Meyering  <meyering@lucent.com>
22937
22938         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22939         recommendation.
22940         (libfetish_a_SOURCES): Put all .h files here instead.
22941         Remove a thus-exposed (better checks in automake) duplicate and
22942         two unnecessary .h files.
22943
22944 2001-07-04  Jim Meyering  <meyering@lucent.com>
22945
22946         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22947         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22948         distcheck failure.
22949
22950 2001-07-02  Jim Meyering  <meyering@lucent.com>
22951
22952         The following changes were prompted by suggestions from Bruno Haible.
22953
22954         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22955         is now generated.
22956         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22957         definition of EXTRA_DIST.
22958         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22959         ensure that the generated file is created/updated whenever the list
22960         of $(unlocked_functions) is changed.
22961         (jm-glibc-io.m4): New rule.
22962         (unlocked-io.h): New rule -- currently unused.
22963
22964 2001-06-24  Jim Meyering  <meyering@lucent.com>
22965
22966         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22967         unmatched right bracket, rather than kludging it with an extra,
22968         falsely-matching quote in a comment.  Patch by Akim Demaille.
22969
22970 2001-06-11  Jim Meyering  <meyering@lucent.com>
22971
22972         * lib/regex.c: Update from GNU libc.
22973
22974 2001-05-27  Jim Meyering  <meyering@lucent.com>
22975
22976         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22977         Check for ut_type in struct utmp.
22978
22979 2001-05-27  Jim Meyering  <meyering@lucent.com>
22980
22981         * lib/readutmp.h (UT_TYPE): Define.
22982
22983 2001-05-24  Jim Meyering  <meyering@lucent.com>
22984
22985         * lib/argmatch.c: Include "quote.h".
22986         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22987         quote function.  Reported by Göran Uddeborg.
22988
22989 2001-05-22  Jim Meyering  <meyering@lucent.com>
22990
22991         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22992         now that we use the package-supplied version unconditionally.
22993         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22994
22995 2001-05-21  Jim Meyering  <meyering@lucent.com>
22996
22997         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22998         shell syntax errors.
22999
23000 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23001
23002         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23003
23004 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23005
23006         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23007         Don't bother to check library strftime, since
23008         we'll be using our own my_strftime function anyway.
23009         Define my_strftime instead of strftime.
23010
23011 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23012
23013         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23014         which is not yet declared.
23015
23016 2001-05-15  Jim Meyering  <meyering@lucent.com>
23017
23018         * m4/regex.m4: Use proper quoting so brackets appear in the test
23019         program.
23020         Reported by, and with help from, Bruno Haible.
23021
23022 2001-05-13  Jim Meyering  <meyering@lucent.com>
23023
23024         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23025         undefined.
23026
23027 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23028
23029         dirname code cleanup.  base_name now behaves more compatibly
23030         with POSIX basename when given file names that have trailing
23031         slashes, and similarly for dir_name.  Add new primitives
23032         base_len and dir_len.  Put the directory-name-related decls
23033         into dirname.h.
23034
23035         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23036         * lib/backupfile.c (base_name): Likewise.
23037         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23038         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23039         * lib/makepath.c (strip_trailing_slashes): Likewise.
23040         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23041         ISSLASH): Likewise.
23042         * lib/rename.c (strip_trailing_slashes): Likewise.
23043         * lib/same.c (base_name): Likewise.
23044         * lib/stripslash.c (ISSLASH): Likewise.
23045
23046         * lib/addext.c: Include <dirname.h> after size_t is defined.
23047         * lib/backupfile.c: Likewise.
23048
23049         * lib/addext.c (addext): Use base_len to trim redundant
23050         trailing slashes instead of doing it ourselves.
23051         But do not trim the last slash if it is not redundant.
23052
23053         * lib/backupfile.c (find_backup_file_name,
23054         max_backup_version): Use base_len instead of rolling it ourselves.
23055         Handle the case of "" and (on DOS) "C:" correctly.
23056
23057         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23058         needed. Include <string.h>, <dirname.h>.
23059         (base_name): Allow file names ending in slashes, other than names
23060         that are all slashes.  In this case, return the basename followed
23061         by the slashes.  This is more general, and can be used in places
23062         where the original base_name purposely had an assertion failure.
23063         (base_len): New function.
23064
23065         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23066         Do not include <assert.h>; no longer needed.
23067         Include xalloc.h.
23068         (memrchr): Remove decl.
23069         (dir_name_r): Remove.
23070         (dir_len): Renamed from dirlen.  All callers changed.
23071         Rewrite in terms of base_name, for simplicity and consistency.
23072         (dir_name): Never return NULL.  All callers changed.
23073         Do not include <stdlib.h> in test program; no longer needed.
23074         return 0; is fine for test program.
23075
23076         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23077         New macros.
23078         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23079
23080         * lib/path-concat.c (path_concat): Use base_len to compute
23081         base length, not strlen; this means we cannot rely on memcpy
23082         to null-terminate.
23083
23084         * lib/same.c (STREQ): Remove.
23085         (same_name): Handle the case where the basename ends in trailing '/'.
23086
23087         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23088         a slash was stripped.  Do not strip the last slash after a
23089         file system prefix.
23090
23091 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23092
23093         * lib/Makefile.am (libfetish_a_SOURCES):
23094         Add strftime.c, since we now compile it on all hosts.
23095
23096         * lib/strftime.c (my_strftime):
23097         Define to nstrftime if emacs, but only if my_strftime is not defined.
23098         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23099         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23100         Add one more extra argument: a nanoseconds value.
23101         All uses changed.
23102         (ns): New macro.
23103         (my_strftime function): Add %N format.
23104         (emacs_strftimeu): Renamed from emacs_strftime,
23105         with extra ut argument.
23106
23107 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23108
23109         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23110
23111 2001-04-21  Jim Meyering  <meyering@lucent.com>
23112
23113         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23114         doesn't interfere.
23115
23116 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23117
23118         * m4/ftruncate.m4: Check for chsize.
23119         Link with ftruncate.o unconditionally if ftruncate is missing.
23120         This was required when cross-compiling to i586-mingw32msvc.
23121
23122 2001-04-08  Jim Meyering  <meyering@lucent.com>
23123
23124         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23125         recomputed; that's necessary when the offset spans a DST transition.
23126         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23127
23128 2001-04-02  Jim Meyering  <meyering@lucent.com>
23129
23130         * lib/regex.h, regex.c: Update from GNU libc.
23131
23132 2001-03-24  Jim Meyering  <meyering@lucent.com>
23133
23134         * m4/jm-macros.m4: Require autoconf-2.49d.
23135
23136 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23137
23138         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23139
23140 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23141
23142         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23143
23144 2001-03-17  Jim Meyering  <meyering@lucent.com>
23145
23146         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23147         now that the version in autoconf is equivalent.
23148         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23149
23150         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23151         Suggestion from Akim Demaille.
23152
23153         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23154         (jm_PREREQ_TEMPNAME): New function.
23155
23156 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23157
23158         * lib/tempname.c (uint64_t): Define to uintmax_t if
23159         not defined, and if UINT64_MAX is not defined.
23160         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23161         Reported by John David Anglin.
23162
23163 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23164
23165         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23166         resolve alias if codeset is empty.
23167         * lib/config.charset (BeOS): Use wildcard syntax.
23168
23169 2001-03-13  Jim Meyering  <meyering@lucent.com>
23170
23171         * lib/path-concat.c (path_concat)
23172         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23173         concatenating e.g., `C:' and `foo'.
23174         From Bruno Haible.
23175
23176 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23177
23178         * lib/localcharset.c (locale_charset): Don't use
23179         setlocale(LC_CTYPE,NULL). Don't return NULL.
23180         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23181
23182 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23183
23184         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23185         support for DOS/DJGPP.
23186
23187 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23188
23189         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23190         lacks mkstemp.  Compile our own tempname.c if we compile our own
23191         mkstemp.c, as mkstemp relies on tempname.
23192
23193 2001-03-01  Jim Meyering  <meyering@lucent.com>
23194
23195         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23196         AH_VERBATIM really does output its argument verbatim.
23197
23198 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23199
23200         * lib/Makefile.am (libfetish_a_SOURCES):
23201         Add dup-safer.c, fopen-safer.c.
23202         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23203
23204         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23205         * lib/unistd-safer.h: New files.
23206
23207 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23208
23209         The mkstemp replacement is taken from glibc 2.2.2, with some
23210         portability fixes for use outside glibc, as follows:
23211
23212         * lib/tempname.c (struct_stat64): New macro.
23213         (direxists, __gen_tempname): Use it.
23214         This avoids a portability problem with Solaris 8.
23215
23216         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23217         (<stddef.h>, <stdint.h>, <string.h>):
23218         Include only if STDC_HEADERS || _LIBC.
23219         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23220         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23221         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23222         (__set_errno): Define this macro if <errno.h> doesn't.
23223         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23224         Define these macros if <stdio.h> doesn't.
23225         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23226         Define these macros if <sys/stat.h>
23227         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23228         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23229         __xstat64): Define if not _LIBC.
23230         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23231         (__gen_tempname): Invoke gettimeofday only if
23232         HAVE_GETTIMEOFDAY || _LIBC;
23233         otherwise, fall back on plain "time".
23234         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23235
23236         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23237
23238         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23239
23240 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23241
23242         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23243
23244 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23245
23246         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23247         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23248         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23249         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23250
23251 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23252
23253         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23254         Remove workaround macros for hosts that have mbrtowc but not
23255         mbstate_t, as we now insist on proper declarations for both
23256         before using mbrtowc.
23257
23258 2001-02-17  Jim Meyering  <meyering@lucent.com>
23259
23260         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23261         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23262         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23263         UnixWare 7.1.1.
23264
23265         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23266         rather than AC_CACHE_VAL.
23267
23268 2001-02-17  Jim Meyering  <meyering@lucent.com>
23269
23270         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23271         around included file name.
23272
23273         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23274
23275         * lib/strftime.c: Update from GNU libc (the only changes were to
23276         comments).
23277
23278 2001-02-17  Jim Meyering  <meyering@lucent.com>
23279
23280         * lib/regex.c: Update from libc.
23281
23282 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23283
23284         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23285         clash.
23286
23287 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23288
23289         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23290         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23291         Reported by Mark Hounschell via Paul Eggert.
23292
23293 2001-02-07  Jim Meyering  <meyering@lucent.com>
23294
23295         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23296
23297 2001-02-05  Jim Meyering  <meyering@lucent.com>
23298
23299         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23300         it includes the patch required for `large file' support with at least
23301         HP-UX's 10.20 /bin/cc.
23302
23303 2001-02-03  Jim Meyering  <meyering@lucent.com>
23304
23305         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23306         AS_IF, now that it works once again (mysteriously).
23307         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23308
23309 2001-01-30  Jim Meyering  <meyering@lucent.com>
23310
23311         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23312         * m4/chown.m4: Rename conftestchown to conftest.chown.
23313         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23314         s/conftestdir2/conftest.d2/.
23315         * m4/utimes.m4: s/conftestdata/conftest.data/
23316         Inspired by Pavel Roskin's change in autoconf.
23317
23318 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23319
23320         * lib/config.charset: Update for FreeBSD 4.2.
23321
23322 2001-01-27  Jim Meyering  <meyering@lucent.com>
23323
23324         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23325         a use of AS_IF.
23326         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23327
23328 2001-01-26  Jim Meyering  <meyering@lucent.com>
23329
23330         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23331         quotearg.c includes it.
23332
23333 2001-01-26  Jim Meyering  <meyering@lucent.com>
23334
23335         * lib/quotearg.c: Include stddef.h.
23336         * lib/quote.c: Include stddef.h.
23337         Reported by Axel Kittenberger.
23338
23339         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23340         line in double quotes so that it evokes a better diagnostic.
23341         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23342         Reported by Axel Kittenberger.
23343
23344 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23345
23346         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23347         as if it was a `charset'.
23348
23349 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23350
23351         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23352         has const.
23353
23354 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23355
23356         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23357         to avoid a warning.  Add back 'const' to inptr.
23358
23359 2001-01-20  Jim Meyering  <meyering@lucent.com>
23360
23361         Be sure that headers are checked before used in code compiled
23362         for the type checks.
23363         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23364         In place of that, invoke jm_CHECK_ALL_TYPES.
23365         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23366         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23367         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23368         The check for ssize_t was mistakenly run before the test for unistd.h.
23369
23370         The configure-time check for stdbool.h was missing.
23371         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23372         (jm_PREREQ_HASH): New function.
23373
23374 2001-01-17  Jim Meyering  <meyering@lucent.com>
23375
23376         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23377         for autoconf-2.49c.
23378         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23379
23380 2001-01-16  Jim Meyering  <meyering@lucent.com>
23381
23382         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23383         From Bruno Haible.
23384
23385 2001-01-14  Jim Meyering  <meyering@lucent.com>
23386
23387         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23388         foo and bar.  Create conftestdir/ in the script, not in the C code.
23389         Remove directories in the script, not in the C code.
23390         Remove conftestdir{,2} before trying to create the directory.
23391         Make the entire configure script fail if the mkdir fails.
23392
23393 2001-01-14  Jim Meyering  <meyering@lucent.com>
23394
23395         * lib/rename.c: New file.  From Volker Borchert.
23396         Include stdlib.h, string.h or strings.h, and xalloc.h.
23397         Use strip_trailing_slashes rather than open-coding it.
23398
23399 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23400
23401         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23402
23403 2001-01-03  Jim Meyering  <meyering@lucent.com>
23404
23405         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23406         of local `inptr' to avoid warning with some system declarations of
23407         iconv.
23408
23409 2001-01-02  Volker Borchert  <bt@teknon.de>
23410
23411         * m4/rename.m4: New file.
23412         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23413
23414 2001-01-01  Jim Meyering  <meyering@lucent.com>
23415
23416         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23417         even on systems with utmpx.h.  It's necessary for the declaration of
23418         utmp's ut_user member.  Reported by Andreas Jaeger.
23419
23420         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23421         available. They are required for the declarations of getgrgid and
23422         getpwuid resp.
23423         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23424         Reported by Andreas Jaeger.
23425
23426 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23427
23428         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23429         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23430         so `make install' also works in VPATH builds.
23431
23432 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23433
23434         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23435         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23436         can be used in subdirectories.
23437
23438 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23439
23440         * lib/modechange.c: Do not assume that mode_t uses the
23441         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23442         the other-execute bit of FOO even if S_IXOTH != 1.
23443
23444         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23445         WOTH, XOTH, ALLM): New macros.
23446         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23447          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23448         Use them.
23449         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23450         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23451         (mode_compile):
23452         No need to use uintmax_t; unsigned long is long enough.
23453         Don't bother to get suffix since we don't use it.
23454
23455 2000-12-26  Jim Meyering  <meyering@lucent.com>
23456
23457         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23458         better with autoheader.
23459
23460 2000-12-24  Jim Meyering  <meyering@lucent.com>
23461
23462         * lib/hash.c (is_prime): Return explicit boolean values.
23463         (hash_get_first): Return NULL to appease Irix5.6's 89.
23464         Reported by Nelson Beebe.
23465
23466 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23467
23468         * lib/localcharset.c (locale_charset): Add support for Win32.
23469
23470 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23471
23472         * lib/physmem.h, lib/physmem.c: New files.
23473
23474         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23475         (noinst_HEADERS): Add physmem.h.
23476
23477         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23478         't' for compatibility with Solaris 8 sort.
23479
23480 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23481
23482         * lib/config.charset: Add support for BeOS.
23483
23484 2000-12-17  Jim Meyering  <meyering@lucent.com>
23485
23486         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23487         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23488
23489 2000-12-16  Jim Meyering  <meyering@lucent.com>
23490
23491         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23492         N and M) would have treated it like `chown N:N FILE'.
23493
23494         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23495
23496 2000-12-16  Jim Meyering  <meyering@lucent.com>
23497
23498         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23499         SHELLS_FILE to a file name that's useful on djgpp systems.
23500         Include stdlib.h.
23501         (ADDITIONAL_DEFAULT_SHELLS): Define.
23502         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23503         Based mostly on a patch from Prashant TR.
23504
23505 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23506
23507         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23508         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23509         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23510
23511 2000-12-08  Andreas Schwab  <schwab@suse.de>
23512
23513         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23514         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23515
23516 2000-12-07  Jim Meyering  <meyering@lucent.com>
23517
23518         * lib/stripslash.c (ISSLASH): Define.
23519         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23520         `/'.
23521         From Prashant TR.
23522
23523         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23524         (dir_name_r): Declare this function as static.
23525         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23526         manifest itself on a name containing a mix of slashes and
23527         backslashes.
23528         Make this function work with names starting with a DOS-style
23529         drive letter and colon prefix.
23530         (dir_name): Append `.' if necessary.
23531         Based mostly on patches from Prashant TR and Eli Zaretskii.
23532
23533         * lib/dirname.h (dir_name_r): Remove prototype.
23534
23535 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23536
23537         * m4/off_t-format.m4: Remove this file.
23538         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23539
23540 2000-12-06  Jim Meyering  <meyering@lucent.com>
23541
23542         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23543         replacement strtoull, we may well need the replacement strtoul, too.
23544         Check for declarations of strtoul and strtoull.
23545         Check for strtol.  Mainly as a cue to cause automake to include
23546         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23547         Check for limits.h -- strtol.c needs it.
23548
23549 2000-12-05  Jim Meyering  <meyering@lucent.com>
23550
23551         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23552
23553 2000-12-04  Jim Meyering  <meyering@lucent.com>
23554
23555         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23556         Also include memory.h, stdlib.h, unistd.h if appropriate.
23557         Reported by Andreas Jaeger (conflicting declaration of malloc).
23558
23559 2000-12-02  Jim Meyering  <meyering@lucent.com>
23560
23561         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23562         * m4/jm-macros.m4 (jm_MACROS): require it.
23563
23564 2000-12-02  Jim Meyering  <meyering@lucent.com>
23565
23566         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23567
23568 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23569
23570         * lib/memrchr.c: Include <config.h> before any system include file.
23571
23572 2000-11-30  Jim Meyering  <meyering@lucent.com>
23573
23574         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23575
23576 2000-11-30  Jim Meyering  <meyering@lucent.com>
23577
23578         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23579
23580 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23581
23582         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23583
23584 2000-11-26  Jim Meyering  <meyering@lucent.com>
23585
23586         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23587
23588 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23589
23590         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23591         size of (size_t) -1; it's not portable.
23592
23593 2000-11-17  Jim Meyering  <meyering@lucent.com>
23594
23595         * lib/strstr.c: Update from GNU libc.
23596
23597 2000-11-17  Akim Demaille  <akim@epita.fr>
23598
23599         * lib/obstack.h: Formatting changes.
23600         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23601         prevent type checking.
23602         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23603         cast the value to (void *): assigning a `foo *' to a `void *'
23604         variable is valid.
23605         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23606
23607 2000-11-16  Jim Meyering  <meyering@lucent.com>
23608
23609         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23610
23611 2000-11-11  Jim Meyering  <meyering@lucent.com>
23612
23613         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23614
23615 2000-11-10  Jim Meyering  <meyering@lucent.com>
23616
23617         * lib/obstack.h: Update from GNU libc.
23618         * lib/obstack.c: Likewise.
23619
23620 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23621
23622         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23623
23624 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23625
23626         * lib/getusershell.c (setusershell): Use rewind rather than
23627         fseek/fseeko, to avoid configuration hassles with fseeko.
23628         Don't bother opening SHELLS_FILE if shellstream is NULL;
23629         it's not necessary.
23630
23631 2000-11-05  Jim Meyering  <meyering@lucent.com>
23632
23633         * lib/makepath.h (make_dir): Declare.
23634         * lib/makepath.c (make_dir): Remove `static' attribute.
23635         Tweak a comment.
23636
23637 2000-11-04  Jim Meyering  <meyering@lucent.com>
23638
23639         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23640
23641 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23642
23643         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23644         last one in a bucket, advance to the next bucket.
23645
23646 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23647
23648         * lib/fnmatch.c: Do not comment out all the code if we are using
23649         the GNU C library, because in some cases we are replacing buggy
23650         code in the GNU C library itself.
23651
23652 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23653
23654         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23655         (regex_compile): Catch bogus \(\1\).
23656
23657 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23658
23659         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23660         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23661         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23662
23663 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23664
23665         * lib/error.h, getline.h, modechange.h:
23666         Remove "2000" from Copyright line, as the file hasn't been
23667         changed this year other than in the copyright notice.
23668
23669         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23670         was changed this year.
23671
23672 2000-10-29  Jim Meyering  <meyering@lucent.com>
23673
23674         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23675         renaming.
23676         * m4/ls-mntd-fs.m4: Likewise
23677
23678 2000-10-29  Jim Meyering  <meyering@lucent.com>
23679
23680         * lib/xstat.in: Fix grammar in comment.
23681
23682 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23683
23684         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23685         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23686         doesn't define __restrict_arr.
23687
23688 2000-10-28  Jim Meyering  <meyering@lucent.com>
23689
23690         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23691         (jm_PREREQ_MEMCHR): New function.
23692
23693 2000-10-28  Jim Meyering  <meyering@lucent.com>
23694
23695         * lib/memchr.c: Update from libc.
23696         Adjust for portability:
23697         [HAVE_STDLIB_H]: Include stdlib.h.
23698         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23699         Undef __memchr, too.
23700         [!weak_alias]: Define __memchr to memchr.
23701
23702         * lib/regex.c: Update from libc.
23703         * lib/regex.h: Likewise.
23704         * lib/getopt1.c: Likewise.
23705         * lib/memcmp.c: Likewise.
23706
23707         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23708         Avoid using fseek, when possible -- it's broken by design.
23709         Patch by Ulrich Drepper.
23710
23711 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23712
23713         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23714         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23715         Giving in to popular pressure to shut up the compiler with casts.
23716
23717 2000-10-26  Jim Meyering  <meyering@lucent.com>
23718
23719         * lib/strftime.c: Update from libc.
23720
23721 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23722
23723         * regex.c: More `unsigned char' -> `re_char' changes.
23724         Also change several `int' into `re_wchar_t'.
23725         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23726         (PUSH_FAILURE_POINTER): Don't cast any more.
23727         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23728         We want GCC to complain, since this piece of code makes
23729         re_match non-reentrant, which *should* be fixed.
23730         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23731         (EXTEND_BUFFER): Use RETALLOC.
23732         (SET_LIST_BIT): Don't cast.
23733         (re_wchar_t): New type.
23734         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23735         that those two functions will always properly return.
23736         (IMMEDIATE_QUIT_CHECK): Cast to void.
23737         (analyse_first): Use recursion rather than an explicit stack.
23738         (re_compile_fastmap): Can't fail anymore.
23739         (re_search_2): Don't check re_compile_fastmap for failure.
23740         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23741         Now also sets the new value (passed in a new argument).
23742         (re_match_2_internal): Use it.
23743         Also, use a new var `reg' of type size_t when looping through regs
23744         rather than reuse the inappropriate `mcnt'.
23745
23746 2000-10-25  Jim Meyering  <meyering@lucent.com>
23747
23748         * lib/obstack.c: Update from libc.
23749
23750 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23751
23752         * regex.c (regex_compile): Change the way of handling a range from
23753         a char less than 256 to a char not less than 256.
23754
23755 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23756
23757         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23758         NT-Emacs only.
23759         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23760         so that re_search functions only quit when callers expect them to.
23761
23762 2000-10-23  Jim Meyering  <meyering@lucent.com>
23763
23764         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23765         wrong.  That set_locale call must not have any side effects.
23766         From Paul Eggert.
23767
23768 2000-10-22  Jim Meyering  <meyering@lucent.com>
23769
23770         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23771         [CYCLIC]: Remove now-unused definition.
23772
23773         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23774         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23775         Suggestion from Ulrich Drepper.
23776
23777 2000-10-21  Jim Meyering  <meyering@lucent.com>
23778
23779         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23780         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23781         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23782
23783 2000-10-21  Jim Meyering  <meyering@lucent.com>
23784
23785         * lib/dirname.c (memrchr): Declare if necessary.
23786         (dir_name): Remove the restriction that there be no
23787         trailing slashes.  Now, this code skips past them, effectively
23788         ignoring them.
23789         [TEST_DIRNAME] (main): New unit tests.
23790
23791         * lib/memrchr.c: New file from GNU libc.
23792         Undef __memrchr, too.
23793         [!weak_alias]: Define __memrchr to memrchr.
23794         Guard weak_alias use with `#ifdef weak_alias'.
23795
23796 2000-10-21  Jim Meyering  <meyering@lucent.com>
23797
23798         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23799         (dir_name): Use dir_name_r.
23800         * lib/dirname.h (dir_name_r): Declare it.
23801
23802 2000-10-17  Jim Meyering  <meyering@lucent.com>
23803
23804         * lib/quote.h (PARAMS): Define and use.
23805         Reported by Akim Demaille.
23806
23807         * lib/getopt.c: Update from libc.
23808
23809 2000-10-16  Jim Meyering  <meyering@lucent.com>
23810
23811         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23812         setlocale.
23813         From Jan Fedak.
23814
23815 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23816
23817         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23818
23819 2000-09-25  Jim Meyering  <meyering@lucent.com>
23820
23821         * lib/md5.h (rol): Define (from GnuPG).
23822
23823         * lib/sha.c: Give credit (GnuPG) where due.
23824         (M): Use rol rather than open-coding it.
23825         Add a FIXME comment.
23826
23827 2000-09-21  Jim Meyering  <meyering@lucent.com>
23828
23829         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23830         Reported by Michael Stone.
23831
23832 2000-09-20  Jim Meyering  <meyering@lucent.com>
23833
23834         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23835         (noinst_HEADERS): Add sha.h.
23836         Based on code from Scott G. Miller and from GnuPG.
23837
23838 2000-09-18  Jim Meyering  <meyering@lucent.com>
23839
23840         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23841         LIBS. Otherwise, everyone ends up linking with -lelf for some
23842         configurations.
23843         Reported by Mike Stone.
23844
23845 2000-09-15  Jim Meyering  <meyering@lucent.com>
23846
23847         * lib/regex.c: Update from libc.
23848
23849 2000-09-10  Jim Meyering  <meyering@lucent.com>
23850
23851         * lib/getopt.c (_getopt_internal): Update from glibc.
23852
23853 2000-09-09  Jim Meyering  <meyering@lucent.com>
23854
23855         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23856         think it should be used as a general replacement for isascii.
23857         * lib/fnmatch.c: Likewise.
23858         * lib/mbswidth.c: Likewise
23859         * lib/regex.c: Likewise.
23860
23861         Don't use atoi.
23862         * lib/userspec.c: Include sys/param.h and limits.h.
23863         Include xstrtol.h.
23864         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23865         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23866         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23867         UID, GID.  Check range.
23868
23869 2000-09-06  Jim Meyering  <meyering@lucent.com>
23870
23871         * lib/getopt.c (_getopt_internal): Update from glibc.
23872
23873 2000-08-30  Jim Meyering  <meyering@lucent.com>
23874
23875         * lib/strftime.c: Merge in changes from GNU libc.
23876
23877 2000-08-26  Jim Meyering  <meyering@lucent.com>
23878
23879         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23880         * m4/fpending.m4: New file.
23881
23882 2000-08-26  Jim Meyering  <meyering@lucent.com>
23883
23884         * lib/closeout.c: Include "__fpending.h".
23885         (close_stdout_status): Return right away if there's nothing to flush.
23886
23887         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23888         * lib/__fpending.c: New file.
23889         * lib/__fpending.h: New file.
23890
23891 2000-08-20  Jim Meyering  <meyering@lucent.com>
23892
23893         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23894         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23895         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23896
23897 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23898
23899         Improve fileutils installation on systems where running
23900         programs (like install) can't be unlinked.
23901         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23902         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23903
23904 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23905
23906         Standardize on "memory exhausted" instead of "Memory exhausted"
23907         or "virtual memory exhausted".
23908         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23909         "virtual memory exhausted".
23910         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23911         our own message.
23912         * lib/userspec.c (parse_user_spec): Likewise.
23913         * lib/bumpalloc.h: comment fix
23914         * lib/same.c, userspec.c: Include xalloc.h.
23915
23916         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23917         not char *const and pointing to a constant array.
23918         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23919         (xrealloc): Comment fix.
23920
23921         * lib/userspec.c (parse_user_spec):
23922         Don't translate a message until just before returning,
23923         to avoid unnecessary translation.
23924
23925 2000-08-07  Jim Meyering  <meyering@lucent.com>
23926
23927         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23928         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23929         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23930         getgroups.c, gethostname.c, getopt.h, group-member.c,
23931         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23932         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23933         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23934         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23935         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23936         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23937         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23938         yesno.c: Back out Copyright date changes for each file with no change
23939         this year.  This eases coordination with other programs using the same
23940         source code modules.  From Paul Eggert.
23941
23942 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23943
23944         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23945         not char, for compatibility with glibc 2.1.3 strftime.c.
23946
23947 2000-08-03  Greg McGary  <greg@mcgary.org>
23948
23949         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23950         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23951         (EXTEND_BUFFER): Use them.
23952
23953 2000-08-01  Jim Meyering  <meyering@lucent.com>
23954
23955         * lib/dirname.c (ISSLASH): Define.
23956         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23957         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23958         both `\' and `/' may be use as path separators.
23959         Based on a patch from Prashant TR.
23960
23961 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23962
23963         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23964         slot vector a constant, since it might get modified.
23965
23966 2000-07-31  Jim Meyering  <meyering@lucent.com>
23967
23968         * lib/xmalloc.c: Use `virtual memory exhausted', not
23969         `Memory exhausted'.
23970         * lib/obstack.c (print_and_abort): Likewise.
23971
23972 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23973
23974         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23975         buffer, so that the caller can always quote one small
23976         component of a "memory exhausted" message in slot 0.
23977         From a suggestion by Jim Meyering.
23978
23979 2000-07-30  Jim Meyering  <meyering@lucent.com>
23980
23981         * lib/makepath.c (make_path): Quote the other instance, too.
23982
23983         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23984         (STATIC_BUF_SIZE): Define.
23985         (quotearg_n_options): Use only statically allocated storage when
23986         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23987         than STATIC_BUF_SIZE.
23988
23989 2000-07-29  Jim Meyering  <meyering@lucent.com>
23990
23991         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23992         * lib/dirname.c (dir_name): Likewise.
23993
23994         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23995         `/'.
23996
23997         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23998         (dir_name): Assert that there are no trailing slashes.
23999
24000 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24001
24002         * lib/mbswidth.h (mbswidth): Add a flags argument.
24003         (mbswidth): New declaration.
24004         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24005         * lib/mbswidth.c (mbswidth): Add a flags argument.
24006         (mbsnwidth): New function.
24007
24008 2000-07-24  Jim Meyering  <meyering@lucent.com>
24009
24010         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24011
24012 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24013
24014         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24015
24016 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24017
24018         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24019         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24020         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24021         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24022         invoke multibyte primitives.
24023
24024 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24025
24026         * lib/quotearg.c:
24027         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24028         so that mbstate_t is always defined.
24029
24030         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24031         be 1 in at least one GCC installation, and this configuration
24032         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24033         performance on hosts that have mbrtowc but have only unibyte
24034         locales, but I assume these hosts are rare.
24035
24036 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24037
24038         * lib/mbswidth.c (_XOPEN_SOURCE):
24039         Don't define; this causes problems on Solaris 7.
24040         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24041
24042 2000-07-23  Jim Meyering  <meyering@lucent.com>
24043
24044         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24045         too: getgrgid, getpwuid, getuid.
24046
24047 2000-07-23  Jim Meyering  <meyering@lucent.com>
24048
24049         * lib/basename.c (base_name): Add an assertion.
24050
24051 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24052
24053         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24054         shadow its mbsinit function.
24055
24056 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24057
24058         * lib/mbswidth.h: New file.
24059         * lib/mbswidth.c: New file.
24060         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24061         (noinst_HEADERS): Add mbswidth.h.
24062
24063 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24064
24065         * lib/config.charset: Add support for FreeBSD. Improve support for
24066         HP-UX and IRIX 6.
24067
24068 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24069
24070         * m4/mbswidth.m4: New file.
24071         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24072
24073 2000-07-15  Jim Meyering  <meyering@lucent.com>
24074
24075         * lib/makepath.c: Include quote.h.
24076         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24077         corresponding argument in a `quote (...)' call.
24078         Give better diagnostics.
24079
24080         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24081         (noinst_HEADERS): Add quote.h.
24082
24083         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24084         from tar's src/misc.c.
24085         * lib/quote.h: New file.  Prototypes for same.
24086
24087 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24088
24089         From a suggestion by Bruno Haible.
24090         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24091         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24092         to decide whether to define the BeOS workaround macro;
24093         this adjusts to the change to AC_MBSTATE_T.
24094
24095 2000-07-14  Jim Meyering  <meyering@lucent.com>
24096
24097         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24098         jm_AC_TYPE_UINTMAX_T.
24099
24100 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24101
24102         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24103
24104         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24105         quotearg_buffer_restyled): Add support for
24106         clocale_quoting_style.  Undo previous change to
24107         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24108         and "{RIGHT QUOTATION MARK}" msgids.
24109
24110 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24111
24112         From a suggestion by Bruno Haible.
24113         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24114         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24115         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24116         and mbstate_t, to a single-part test that simply defines mbstate_t.
24117         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24118         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24119
24120 2000-07-10  Jim Meyering  <meyering@lucent.com>
24121
24122         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24123
24124         * m4/gnu-source.m4: Output to confdefs.h directly.
24125         Suggestion from Akim Demaille.
24126
24127 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24128
24129         The old behavior of quoting `like this' doesn't look good with
24130         newer, ISO-style fonts.  See:
24131         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24132
24133         Instead, quote "like this" by default.  Let the translator
24134         tailor the locale-specific quoting behavior by providing
24135         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24136
24137         * lib/quotearg.c (N_): New macro.
24138         (gettext_default): New function.
24139         (quotearg_buffer_restyled): Use
24140         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24141         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24142
24143 2000-07-09  Jim Meyering  <meyering@lucent.com>
24144
24145         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24146         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24147
24148         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24149         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24150
24151 2000-07-09  Jim Meyering  <meyering@lucent.com>
24152
24153         * lib/Most files: Update copyright dates to include 2000.
24154
24155 2000-07-08  Jim Meyering  <meyering@lucent.com>
24156
24157         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24158         if not defined.
24159         (xgethostname): Remove now-unnecessary #ifdef.
24160         Move declaration of `err' into loop where it's used.
24161
24162 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24163         and Bruno Haible  <haible@clisp.cons.org>
24164
24165         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24166         only if the test for an object-type mbstate_t fails.  This
24167         prevents us from mistakenly reporting that mbstate_t is a
24168         system object type after we "#define mbstate_t int" to work
24169         around its lack.
24170
24171 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24172         and Bruno Haible  <haible@clisp.cons.org>
24173
24174         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24175
24176 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24177
24178         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24179         to strerror_r.
24180         Include <ctype.h> for use of isalpha.
24181
24182 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24183
24184         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24185         by allocating a larger buffer. Test the gethostname return value for
24186         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24187         returns an error and ENAMETOOLONG isn't defined.
24188
24189 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24190
24191         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24192         dimension.
24193
24194 2000-07-04  Jim Meyering  <meyering@lucent.com>
24195
24196         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24197         of the deprecated AC_CHECKING.
24198
24199 2000-07-04  Jim Meyering  <meyering@lucent.com>
24200
24201         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24202         Reported by Bruno Haible.
24203
24204 2000-07-04  Jim Meyering  <meyering@lucent.com>
24205
24206         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24207         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24208         lacks mbrtowc.
24209
24210 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24211
24212         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24213         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24214
24215 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24216         and Bruno Haible  <haible@clisp.cons.org>
24217
24218         * lib/quotearg.c (mbrtowc):
24219         Assign to *pwc, and return 1 only if result is nonzero.
24220         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24221
24222 2000-07-03  Jim Meyering  <meyering@lucent.com>
24223
24224         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24225
24226 2000-07-03  Jim Meyering  <meyering@lucent.com>
24227
24228         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24229         This is necessary to get a definition of e.g., UTMP_FILE on
24230         HP-UX 10.20.
24231         From Bob Proulx.
24232
24233 2000-07-02  Jim Meyering  <meyering@lucent.com>
24234
24235         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24236
24237         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24238         AC_LIBOBJ(function_name).
24239         * m4/chown.m4: Likewise.
24240         * m4/fnmatch.m4: Likewise.
24241         * m4/ftruncate.m4: Likewise.
24242         * m4/getgroups.m4: Likewise.
24243         * m4/getline.m4: Likewise.
24244         * m4/group-member.m4: Likewise.
24245         * m4/jm-macros.m4: Likewise.
24246         * m4/lstat.m4: Likewise.
24247         * m4/malloc.m4: Likewise.
24248         * m4/memcmp.m4: Likewise.
24249         * m4/nanosleep.m4: Likewise.
24250         * m4/putenv.m4: Likewise.
24251         * m4/realloc.m4: Likewise.
24252         * m4/regex.m4: Likewise.
24253         * m4/stat.m4: Likewise.
24254         * m4/strftime.m4: Likewise.
24255
24256 2000-07-02  Jim Meyering  <meyering@lucent.com>
24257
24258         * lib/quotearg.c (mbstate_t): Don't define here.
24259
24260 2000-07-02  Jim Meyering  <meyering@lucent.com>
24261
24262         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24263
24264 2000-07-01  Jim Meyering  <meyering@lucent.com>
24265
24266         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24267
24268 2000-07-01  Jim Meyering  <meyering@lucent.com>
24269
24270         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24271         problem.
24272
24273 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24274
24275         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24276         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24277
24278 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24279
24280         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24281         per change in ../m4/ls-mntd-fs.m4.
24282         (read_filesystem_list): Ignore symbolic links.
24283
24284 2000-06-29  Jim Meyering  <meyering@lucent.com>
24285
24286         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24287         for declaration of strcmp.
24288
24289         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24290
24291         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24292         Avoid warning by casting result to `char *' to remove `const'.
24293
24294 2000-06-28  Jim Meyering  <meyering@lucent.com>
24295
24296         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24297         included by quotearg.c, for which we perform this test.  From
24298         Bruno Haible.
24299
24300 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24301
24302         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24303         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24304         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24305
24306 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24307
24308         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24309
24310 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24311
24312         savedir now sets errno on failure and invokes xmalloc to get memory.
24313         Fix a couple of other minor bugs while we're at it.
24314
24315         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24316         (NAMLEN): Remove macro.
24317         (malloc, realloc): Remove decls.
24318         (stpcpy): Likewise.
24319         ("xalloc.h"): Include.
24320         (NAME_SIZE_DEFAULT): New macro.
24321         (savedir): Use xmalloc / xrealloc to allocate memory.
24322         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24323         Skip "" directory entries.
24324         Use strlen to calculate directory entry length, since the old method
24325         is rarely used these days and isn't worth supporting.
24326         Don't use a pointer after freeing it.
24327         Check for integer overflow when calculating allocation size.
24328         Use memcpy to copy entries, instead of stpcpy.
24329         Set errno properly when returning NULL.
24330         Check for readdir error.
24331
24332 2000-06-26  Jim Meyering  <meyering@lucent.com>
24333
24334         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24335
24336 2000-06-25  Jim Meyering  <meyering@lucent.com>
24337
24338         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24339         Linux header bug when _XOPEN_SOURCE is defined to 500.
24340
24341 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24342
24343         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24344         deficiency.
24345
24346 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24347
24348         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24349         Include xalloc.h.
24350         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24351
24352 2000-06-24  Jim Meyering  <meyering@lucent.com>
24353
24354         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24355         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24356         for which strerror does return char*, but which lacks a conveniently
24357         accessible declaration of the function.  If the compile-test says
24358         strerror_r doesn't work, then resort to a `run'-test that works on
24359         BeOS and segfaults on DEC Unix.
24360
24361 2000-06-24  Jim Meyering  <meyering@lucent.com>
24362
24363         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24364
24365 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24366
24367         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24368         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24369
24370 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24371
24372         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24373         (mbrtowc, mbstate_t): Define substitutes if
24374         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24375         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24376         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24377
24378 2000-06-23  Jim Meyering  <meyering@lucent.com>
24379
24380         * m4/afs.m4: Add missing AC_MSG_RESULT.
24381         Reported by Bruno Haible.
24382
24383         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24384         Suggestion from Bruno Haible.
24385
24386 2000-06-23  Jim Meyering  <meyering@lucent.com>
24387
24388         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24389
24390 2000-06-21  Jim Meyering  <meyering@lucent.com>
24391
24392         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24393
24394 2000-06-21  Jim Meyering  <meyering@lucent.com>
24395
24396         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24397         (noinst_HEADERS): Add getstr.h.
24398
24399         * lib/getline.c (getstr): Move into a separate file.
24400         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24401         the following changes: new parameter, delim2; both delim[12]
24402         parameters have type `int', not `char'.  The latter would lose
24403         with 8-bit delimiters.
24404         * lib/getstr.h: New file.
24405
24406 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24407
24408         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24409         than 1024, return a memory chunk of least possible size, instead
24410         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24411         Use free/xmalloc instead of xrealloc to avoid copying for very long
24412         paths.
24413
24414 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24415
24416         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24417         the empty string.
24418
24419 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24420
24421         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24422         address, not strdup.  Include <stdlib.h> and don't declare free().
24423
24424 2000-06-19  Jim Meyering  <meyering@lucent.com>
24425
24426         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24427
24428 2000-06-18  Jim Meyering  <meyering@lucent.com>
24429
24430         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24431
24432         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24433         `checking whether...' message to be consistent with that of the
24434         lstat test.
24435
24436 2000-06-18  Jim Meyering  <meyering@lucent.com>
24437
24438         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24439         Besides, these days every porting target provides a mkdir function.
24440
24441         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24442         needed. (this snippet comes from src/system.h).
24443
24444 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24445
24446         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24447
24448 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24449
24450         * lib/human.c (adjust_value): New function.
24451         (human_readable_inexact): Apply rounding style even when
24452         printing approximate values.
24453
24454 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24455
24456         * lib/human.c (human_readable_inexact): Allow an input block
24457         size that is not a multiple of the output block size, and vice versa.
24458         Reported by Piergiorgio Sartor.
24459
24460 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24461
24462         * lib/getdate.y (get_date): Apply relative times after time
24463         zone indicator, not before.  Reported by Todd A. Jacobs.
24464
24465 2000-06-13  Jim Meyering  <meyering@lucent.com>
24466
24467         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24468
24469         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24470
24471 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24472
24473         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24474
24475 2000-06-12  Jim Meyering  <meyering@lucent.com>
24476
24477         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24478         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24479         optional argument.
24480         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24481         the optional argument, `lib'.
24482
24483 2000-06-08  Jim Meyering  <meyering@lucent.com>
24484
24485         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24486
24487 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24488
24489         Rewrite largefile configuration so that we don't need to run
24490         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24491         AC_CANONICAL_HOST in configure.in -- jmm]
24492
24493         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24494         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24495         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24496         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24497         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24498         All uses changed.
24499         Instead of inspecting the output of getconf, try to compile the
24500         test program without and with the macro definition.
24501         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24502         for getconf.  Instead, check for the needed flags by compiling
24503         test programs.
24504
24505 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24506
24507         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24508
24509 2000-06-04  Jim Meyering  <meyering@lucent.com>
24510
24511         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24512         SunOS 4.1.4 for which gid_t is an unsigned type.
24513
24514 2000-06-03  Jim Meyering  <meyering@lucent.com>
24515
24516         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24517         now that autoconf requires that.
24518
24519         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24520         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24521         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24522
24523 2000-06-03  Jim Meyering  <meyering@lucent.com>
24524
24525         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24526
24527 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24528
24529         * m4/glibc21.m4: New file.
24530         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24531
24532 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24533
24534         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24535         newer, don't install charset.alias.
24536         * lib/config.charset: Change the Linux/glibc rules so they become empty
24537         on glibc-2.1 or newer.
24538
24539 2000-06-02  Jim Meyering  <meyering@lucent.com>
24540
24541         * lib/mountlist.c: Back out last change.  Instead, do this...
24542         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24543         me_dummy member using the same `ignore'-testing code.
24544         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24545         fs_type strings.
24546         From Mark D. Roth.
24547
24548 2000-05-29  Jim Meyering  <meyering@lucent.com>
24549
24550         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24551         mounts with the `ignore' attribute.  Based on a patch from
24552         Mark D. Roth.
24553
24554 2000-05-28  Jim Meyering  <meyering@lucent.com>
24555
24556         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24557         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24558         * m4/stat.m4: Likewise.
24559         * m4/lstat.m4: Likewise.
24560         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24561
24562         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24563         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24564
24565 2000-05-26  Jim Meyering  <meyering@lucent.com>
24566
24567         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24568
24569 2000-05-24  Jim Meyering  <meyering@lucent.com>
24570
24571         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24572         autoconf requires that.
24573         * m4/lib-check.m4: Likewise.
24574         * m4/jm-macros.m4: Likewise.
24575         * m4/strftime.m4: Likewise.
24576
24577         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24578         AC_CHECK_DECLS, now that autoconf requires that.
24579
24580 2000-05-22  Jim Meyering  <meyering@lucent.com>
24581
24582         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24583         * m4/lstat.m4: Likewise.
24584
24585 2000-05-22  Jim Meyering  <meyering@lucent.com>
24586
24587         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24588
24589 2000-05-20  Jim Meyering  <meyering@lucent.com>
24590
24591         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24592         (jm_PREREQ): Use it.
24593
24594 2000-05-18  Jim Meyering  <meyering@lucent.com>
24595
24596         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24597         back, too, since it may have been modified by allocate_entry.
24598         (hash_delete): Rewrite to use neither the assignment operator
24599         nor the comma operator in an if-expression.
24600
24601 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24602
24603         * lib/closeout.c:
24604         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24605         Remove; no longer needed.
24606         "quotearg.h": Add include.
24607         (file_name): Do not bother to explicitly initialize to NULL; it's less
24608         efficient on some hosts.
24609         (close_stdout_status): Remove test as to whether stdout was already
24610         closed; it breaks for the case "echo x | sort >&-".
24611         Quote file name colons.
24612         Do not assume that _("write error") lacks format strings.
24613
24614 2000-05-15  Jim Meyering  <meyering@lucent.com>
24615
24616         * lib/version-etc.c (version_etc_copyright): Update the copyright
24617         string used in all --version output.
24618
24619 2000-05-14  Jim Meyering  <meyering@lucent.com>
24620
24621         * lib/closeout.c (close_stdout_set_file_name): New function.
24622         (close_stdout_status): Use new file-scoped global.
24623         Return right away if fstat says the stdout file descriptor is invalid.
24624         * lib/closeout.h (close_stdout_set_file_name): Declare.
24625
24626 2000-05-10  Jim Meyering  <meyering@lucent.com>
24627
24628         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24629         (close_stdout_set_status): New function.
24630         * lib/closeout.h (close_stdout_set_status): Declare.
24631
24632 2000-05-09  Jim Meyering  <meyering@lucent.com>
24633
24634         * m4/gettext.m4: Rename this...
24635         * m4/libintl.m4: ...to this.
24636
24637 2000-05-08  Jim Meyering  <meyering@lucent.com>
24638
24639         * lib/long-options.c: Don't include closeout.h.
24640         (parse_long_options): Don't call close_stdout for --version.
24641
24642 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24643
24644         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24645         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24646         2.1.3 bug.  This avoids a clash when files like regex.c define
24647         _GNU_SOURCE.
24648
24649 2000-05-06  Jim Meyering  <meyering@lucent.com>
24650
24651         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24652         (AC_REPLACE_FUNCS): Add strnlen.
24653
24654         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24655         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24656
24657         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24658         AC_SEARCH_LIBS call for nanosleep.
24659         (LIB_NANOSLEEP): Set and AC_SUBST.
24660
24661 2000-05-06  Jim Meyering  <meyering@lucent.com>
24662
24663         * lib/strnlen.c: Undefine __strnlen and strnlen.
24664         [!weak_alias]: Define __strnlen to strnlen.
24665
24666         * lib/atexit.c: New file, from libiberty.
24667
24668 2000-05-06  Jim Meyering  <meyering@lucent.com>
24669
24670         * lib/closeout.c (close_stdout_status): Also check for errors on the
24671         stderr stream.
24672
24673 2000-05-05  Jim Meyering  <meyering@lucent.com>
24674
24675         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24676         AC_SEARCH_LIBS call for clock_gettime.
24677         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24678
24679         * m4/search-libs.m4: Update from autoconf.
24680
24681         su doesn't work on Solaris 2.6.
24682         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24683         <shadow.h>.  Reported by Dragos Harabor.
24684
24685 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24686
24687         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24688         memcpy instead of xmalloc, xrealloc, path_concat.
24689         (locale_charset): Treat empty environment variables as absent.
24690         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24691
24692 2000-05-04  Jim Meyering  <meyering@lucent.com>
24693
24694         * lib/getopt.c: Update from glibc.
24695         * lib/obstack.c: Likewise.
24696         * lib/obstack.h: Likewise.
24697         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24698         file
24699
24700         * lib/regex.h: Likewise.
24701         * lib/strndup.c: Likewise.
24702         * lib/strnlen.c: New file, from glibc.
24703
24704 2000-05-03  Jim Meyering  <meyering@lucent.com>
24705
24706         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24707
24708 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24709
24710         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24711         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24712         compile-time test, rather than inspecting host and OS, to
24713         decide whether to define _LARGEFILE_SOURCE.
24714
24715 2000-05-01  Jim Meyering  <meyering@lucent.com>
24716
24717         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24718
24719         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24720         Based on a patch from Bruno Haible.
24721
24722 2000-05-01  Jim Meyering  <meyering@lucent.com>
24723
24724         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24725
24726 2000-04-29  Jim Meyering  <meyering@lucent.com>
24727
24728         * lib/path-concat.c: Declare strdup only if it's not defined.
24729         * lib/canon-host.c: Likewise.
24730
24731 2000-04-28  Jim Meyering  <meyering@lucent.com>
24732
24733         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24734         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24735         is included first, then limits.h is included by locale.h by libintl.h.
24736         From John David Anglin.
24737
24738 2000-04-25  Jim Meyering  <meyering@lucent.com>
24739
24740         * lib/makepath.c (S_IRWXUGO): Define.
24741         (make_path): Always perform explicit chmod if MODE specifies any
24742         of the `special' permission bits.  Prompted by a bug report against
24743         install from Mate Wierdl and Joost van Baal.
24744
24745 2000-04-18  Jim Meyering  <meyering@lucent.com>
24746
24747         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24748         (jm_PREREQ): Use it.
24749
24750 2000-04-18  Jim Meyering  <meyering@lucent.com>
24751
24752         * lib/README: New file.
24753
24754         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24755         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24756
24757 2000-04-17  Jim Meyering  <meyering@lucent.com>
24758
24759         Get it right :-)
24760         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24761         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24762         Suggestion from Akim Demaille.
24763
24764 2000-04-17  Jim Meyering  <meyering@lucent.com>
24765
24766         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24767         the definition of it to rpl_strftime also defined-away the system's
24768         declaration.
24769
24770 2000-04-15  Jim Meyering  <meyering@lucent.com>
24771
24772         Use `C' to denote so-called `contiguous' files, the same way
24773         that tar does.
24774         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24775         (ftypelet): Use S_ISCTG.
24776         From Michael Deutschmann.
24777
24778 2000-04-14  Jim Meyering  <meyering@lucent.com>
24779
24780         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24781         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24782         clobbered.
24783
24784 2000-04-14  Jim Meyering  <meyering@lucent.com>
24785
24786         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24787
24788 2000-04-13  Jim Meyering  <meyering@lucent.com>
24789
24790         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24791         AH_VERBATIM to insert required #ifndef into config.h.in.
24792         Suggestion from Akim Demaille.
24793
24794 2000-04-12  Jim Meyering  <meyering@lucent.com>
24795
24796         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24797         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24798         Christian Krackowizer.
24799
24800         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24801         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24802         (AC_SYS_LARGEFILE): Require.
24803         (AM_C_PROTOTYPES): Require.
24804
24805 2000-04-08  Jim Meyering  <meyering@lucent.com>
24806
24807         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24808         names don't conflict.  Reported by Eli Zaretskii.
24809
24810 2000-04-07  Jim Meyering  <meyering@lucent.com>
24811
24812         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24813         sys/types.h, to work around system header problems on AIX 3.2.5.
24814         From Bruno Haible.
24815
24816 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24817
24818         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24819         bug.  Deal with the different error behavior of Irix iconv.
24820
24821 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24822
24823         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24824         IRIX if the installer said otherwise.
24825
24826 2000-04-05  Jim Meyering  <meyering@lucent.com>
24827
24828         Portability tweaks required for ultrix4.3.
24829         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24830         (jm_CHECK_DECLS): Add getutent to the list of functions.
24831         (_jm_DECL_HEADERS): Add utmpx.h.
24832         From John David Anglin.
24833
24834         * m4/strftime.m4: Back out the 2000-04-02 change.
24835         Instead of that change, simply undefine putenv in the test program.
24836
24837 2000-04-05  Jim Meyering  <meyering@lucent.com>
24838
24839         Portability tweaks required for ultrix4.3.
24840         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24841         getutent.
24842         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24843         * lib/canon-host.c: Declare strdup.
24844         * lib/path-concat.c: Likewise.
24845         From John David Anglin.
24846
24847 2000-04-04  Jim Meyering  <meyering@lucent.com>
24848
24849         Be more DOS 8.3-friendly.
24850         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24851         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24852         * lib/Makefile.am: Reflect renaming.
24853         Reported by Eli Zaretskii.
24854
24855         Use a temporary file name that won't clash with `charset.alias'
24856         in the DOS 8.3 name space.
24857         * lib/Makefile.am (charset_tmp): Define.
24858         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24859         (uninstall-local): Likewise.
24860         Reported by Eli Zaretskii.
24861
24862 2000-04-03  Jim Meyering  <meyering@lucent.com>
24863
24864         * m4/gettext.m4: Fix typo in comment.
24865
24866         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24867         textutils/configure.in).  Suggestion from Paul Eggert.
24868         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24869
24870 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24871
24872         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24873         variable in the shell rather than using putenv, which isn't
24874         portable.  This avoids the configure-time inter-test dependency
24875         on the potentially-renamed putenv function.
24876
24877 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24878
24879         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24880         before checking struct stat.st_blksize, so that
24881         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24882
24883 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24884
24885         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24886         since strftime.c uses HAVE_STRFTIME to decide whether to use
24887         the underlying strftime.
24888
24889 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24890
24891         * lib/time/strftime.c (my_strftime): Make sure we call the system
24892         strftime, not ourselves, when invoking the underlying strftime.
24893
24894 2000-03-24  Jim Meyering  <meyering@lucent.com>
24895
24896         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24897         (charset_alias): Define.
24898         (install-exec-local): Factor out common code.
24899         (uninstall-local): Split lines longer than 80.
24900         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24901         (SUFFIXES): Define.
24902         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24903         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24904
24905 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24906
24907         * lib/config.charset: Output a line containing "Packages using this
24908         file".
24909         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24910         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24911         ref-del.sed): New rules.
24912
24913 2000-03-17  Jim Meyering  <meyering@lucent.com>
24914
24915         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24916         Otherwise, include <strings.h>
24917
24918 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24919
24920         * lib/unicodeio.c (utf8_wctomb): New function.
24921         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24922         format instead of in UCS-4 with platform dependent endianness.
24923
24924 2000-03-10  Jim Meyering  <meyering@lucent.com>
24925
24926         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24927         From Marco Franzen.
24928
24929 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24930
24931         * lib/savedir.c (savedir): Work even if directory size is
24932         negative; this can happen with some screwy NFS configurations.
24933
24934 2000-03-06  Jim Meyering  <meyering@lucent.com>
24935
24936         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24937         if it's NULL (because we ran out of memory).  From Bruno Haible.
24938
24939 2000-03-05  Jim Meyering  <meyering@lucent.com>
24940
24941         * lib/localcharset.c ("path-concat.h"): Include.
24942         (get_charset_aliases): Use path_concat instead of ANSI string
24943         concatenation.
24944
24945         * lib/unicodeio.h (PARAMS): Define.
24946         Use it to guard prototype.
24947
24948 2000-03-04  Jim Meyering  <meyering@lucent.com>
24949
24950         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24951         for lib/localcharset.c.
24952
24953 2000-03-04  Jim Meyering  <meyering@lucent.com>
24954
24955         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24956         installing into it.
24957         (uninstall-local): Uncomment this rule so `make distcheck' works
24958         once again.
24959
24960         * lib/unicodeio.c (<errno.h>): Include it.
24961         (errno): Declare if not defined.
24962
24963         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24964
24965         * lib/config.charset: New version, incorporating remarks from a linux
24966         i18n mailing list.  From Bruno Haible.
24967
24968 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24969
24970         * m4/codeset.m4: New file.
24971         * m4/iconv.m4: New file.
24972         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24973
24974 2000-03-03  Jim Meyering  <meyering@lucent.com>
24975
24976         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24977
24978 2000-03-02  Jim Meyering  <meyering@lucent.com>
24979
24980         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24981         the messages come out on separate lines.
24982
24983         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24984         rather than jm_CHECK_DECLARATIONS.
24985         * m4/decl.m4: Remove now-unused file.
24986
24987         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24988         geteuid.
24989
24990 2000-03-02  Jim Meyering  <meyering@lucent.com>
24991
24992         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24993
24994 2000-03-01  Jim Meyering  <meyering@lucent.com>
24995
24996         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24997         * lib/unicodeio.c: Likewise.
24998
24999 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25000
25001         * lib/config.charset: New file.
25002         * lib/localcharset.c: New file.
25003         * lib/unicodeio.h, lib/unicodeio.c: New files.
25004         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25005         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25006         (noinst_HEADERS): Add unicodeio.h.
25007         (all-local, install-exec-local, charset.alias): New targets.
25008
25009 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25010
25011         * lib/quotearg.c (ALERT_CHAR): New macro.
25012         (quotearg_buffer_restyled): Use it.
25013
25014 2000-02-27  Jim Meyering  <meyering@lucent.com>
25015
25016         * m4/check-decl.m4: Add getenv to the list.
25017
25018 2000-02-27  Jim Meyering  <meyering@lucent.com>
25019
25020         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25021         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25022
25023         * lib/backupfile.c: Guard inclusion of stdlib.h with
25024         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25025         Declare malloc if needed.
25026
25027         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25028         `#ifndef HAVE_DECL..'
25029         now that autoconf always defines the HAVE_DECL_ symbols.
25030         * lib/human.c: Likewise.
25031         * lib/same.c: Likewise.
25032         * lib/strtoumax.c: Likewise.
25033
25034         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25035         declaration check was not run.
25036         * lib/hash.c: Likewise.
25037         * lib/human.c: Likewise.
25038         * lib/same.c: Likewise.
25039         * lib/strtoumax.c: Likewise.
25040
25041         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25042         `.', then first look up the entire `.'-containing string as a login
25043         name.
25044
25045 2000-02-23  Jim Meyering  <meyering@lucent.com>
25046
25047         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25048         in place of my hack.
25049
25050 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25051
25052         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25053         (textint): New typedef.
25054         (parser_control): Member year changed from int to textint.
25055         All uses changed.
25056         (YYSTYPE): Removed; replaced by %union with int and textint members.
25057         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25058         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25059         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25060         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25061         (date, number, to_year): Use width of number in digits, not its value,
25062         to determine whether it's a 2-digit year, or a 2-digit time.
25063         (yylex): Store number of digits of numeric tokens.
25064         Reported by John Kendall.
25065
25066         (parser_control): Changed from struct parser_control to typedef (for
25067         consistency).  All uses changed.
25068
25069         (tID): Removed; not used.
25070         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25071
25072 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25073
25074         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25075         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25076
25077 2000-02-12  Jim Meyering  <meyering@lucent.com>
25078
25079         * lib/userspec.c (ISDIGIT): Define it.
25080         (isdigit): Remove definition.
25081         (is_number): Use ISDIGIT, not isdigit.
25082         <libintl.h>: Include.
25083         (_ and N_): Define.
25084         (parse_user_spec): Mark translatable strings.
25085
25086 2000-02-10  Jim Meyering  <meyering@lucent.com>
25087
25088         With these changes, nanosleep.[ch] are finally enough like the other
25089         lib/* replacement files to compile on a few more losing systems.
25090
25091         * lib/nanosleep.h: Don't include config.h.
25092         Remove prototype from declaration of nanosleep.
25093         (PARAMS): Remove now-unneeded definition.
25094         * lib/nanosleep.c: #undef nanosleep.
25095         (rpl_nanosleep): Rename from nanosleep.
25096
25097 2000-02-10  Jim Meyering  <meyering@lucent.com>
25098
25099         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25100         gnu_nanosleep to rpl_nanosleep.
25101
25102 2000-02-09  Jim Meyering  <meyering@lucent.com>
25103
25104         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25105         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25106
25107 2000-02-08  Akim Demaille  <akim@epita.fr>
25108
25109         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25110         `[' and `]' and remove uses of `changequote'.
25111         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25112         (AC_SYS_LARGEFILE): Likewise.
25113         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25114         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25115         of changequote.
25116         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25117         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25118         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25119         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25120
25121 2000-02-05  Jim Meyering  <meyering@lucent.com>
25122
25123         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25124         Remove explicit use of AC_HEADER_TIME.  It is required by
25125         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25126         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25127         in autoconf whereby the expansion of the latter ended up preceding
25128         the expansion of its prerequisite, AC_HEADER_TIME.
25129         Reported by Volker Borchert.
25130
25131 2000-02-03  Jim Meyering  <meyering@lucent.com>
25132
25133         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25134
25135 2000-02-03  Jim Meyering  <meyering@lucent.com>
25136
25137         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25138         rather than with `#if HAVE_UTMPNAME'.
25139
25140 2000-02-02  Jim Meyering  <meyering@lucent.com>
25141
25142         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25143         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25144         Reported by Eli Zaretskii.
25145
25146 2000-02-01  Jim Meyering  <meyering@lucent.com>
25147
25148         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25149
25150 2000-01-31  Jim Meyering  <meyering@lucent.com>
25151
25152         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25153         functions.  Add the time.h and sys/time.h headers along with the
25154         AC_REQUIRE'ment of AC_HEADER_TIME.
25155
25156 2000-01-31  Jim Meyering  <meyering@lucent.com>
25157
25158         * lib/nanosleep.h (nanosleep): Guard declaration with
25159         `#if ! HAVE_DECL_NANOSLEEP'.
25160         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25161         the declaration in that vendor's sys/timers.h.
25162         Reported by Christian Krackowizer.
25163
25164         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25165         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25166         (ISPRINT): Likewise.
25167         Reported by Tom Tromey.
25168
25169 2000-01-30  Jim Meyering  <meyering@lucent.com>
25170
25171         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25172
25173         * m4/prereq.m4 (utmp_includes): Define.
25174         Check for ut_user and ut_name members in both struct utmpx
25175         and struct utmp.
25176
25177 2000-01-30  Jim Meyering  <meyering@lucent.com>
25178
25179         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25180         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25181         header files where only utmpx.ut_user is declared.
25182
25183         * lib/readutmp.h (UT_USER): Define.
25184
25185 2000-01-29  Jim Meyering  <meyering@lucent.com>
25186
25187         * m4/lib-check.m4: New file containing library-related checks from
25188         fileutils and sh-utils (textutils had none).
25189
25190 2000-01-28  Jim Meyering  <meyering@lucent.com>
25191
25192         * m4/perl.m4: Change format of warning message to look more like that
25193         from the missing script.  Suggestion from François Pinard.
25194
25195 2000-01-25  Jim Meyering  <meyering@lucent.com>
25196
25197         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25198         well as time.h in the compile check.
25199         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25200         Fix typo in cross-compiling case: s/yes/no/.
25201
25202 2000-01-23  Jim Meyering  <meyering@lucent.com>
25203
25204         * m4/jm-macros.m4: Move df-related tests here from
25205         fileutils/configure.in
25206
25207         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25208         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25209
25210         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25211         s/space/ac_fsusage_space/.
25212         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25213
25214         * m4/ftruncate.m4: New file (derived from part of
25215         fileutils/configure.in).
25216         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25217         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25218
25219         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25220         AC_SUBST these here, rather than just in sh-util/configure.in, so
25221         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25222         all the same.
25223         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25224         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25225         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25226         (AC_SUBST(POW_LIBM)): Likewise.
25227         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25228
25229 2000-01-23  Jim Meyering  <meyering@lucent.com>
25230
25231         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25232         obstack.c.
25233
25234 2000-01-22  Jim Meyering  <meyering@lucent.com>
25235
25236         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25237
25238         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25239
25240         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25241         configure.in
25242         (AC_CHECK_HEADERS): Likewise for sh-utils.
25243         (AC_CHECK_HEADERS): Likewise for textutils.
25244         Merge the three lists of headers.
25245
25246         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25247         from fileutils' configure.in.
25248
25249         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25250         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25251         check-decl.m4.
25252
25253         * m4/check-decl.m4: Use #if rather than #ifdef.
25254         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25255         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25256         (_jm_DECL_HEADERS): Define new function.
25257         (jm_CHECK_DECLARATIONS): Require it.
25258
25259 2000-01-22  Jim Meyering  <meyering@lucent.com>
25260
25261         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25262         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25263         Required for some AIX systems.  Reported by Christian Krackowizer.
25264         [TESTING] (main): New function.
25265
25266         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25267         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25268         letters.
25269
25270         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25271         iswprint.
25272
25273         * lib/strverscmp.c (ISDIGIT): Define.
25274         (strverscmp): Use ISDIGIT, not isdigit.
25275
25276 2000-01-19  Jim Meyering  <meyering@lucent.com>
25277
25278         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25279         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25280         defines `struct timespec' in <sys/time.h>
25281
25282         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25283         Thanks to Akim for explaining.
25284
25285 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25286
25287         * lib/nanosleep.c (nanosleep):
25288         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25289         POSIX.1 doesn't require SA_INTERRUPT and some systems
25290         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25291         it's been part of POSIX.1 since day 1 (in 1988).
25292
25293 2000-01-17  Jim Meyering  <meyering@lucent.com>
25294
25295         * lib/interlock: Remove unused file.  Reported by François Pinard.
25296
25297 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25298
25299         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25300         alert, backslash, formfeed, and vertical tab unnecessarily in
25301         shell quoting style.
25302
25303 2000-01-16  Jim Meyering  <meyering@lucent.com>
25304
25305         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25306         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25307         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25308         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25309
25310 2000-01-16  Jim Meyering  <meyering@lucent.com>
25311
25312         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25313         because the latter didn't work.
25314
25315 2000-01-15  Jim Meyering  <meyering@lucent.com>
25316
25317         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25318         (AC_REPLACE_FUNCS): Add memcpy and memset.
25319         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25320         Add strpbrk.
25321         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25322
25323 2000-01-12  Jim Meyering  <meyering@lucent.com>
25324
25325         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25326         (jm_PREREQ): Use it.
25327         (jm_PREREQ_READUTMP): New macro.
25328         (jm_PREREQ): Use it.
25329
25330 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25331
25332         Quote multibyte characters correctly.
25333         * m4/c-bs-a.m4: New file.
25334         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25335         (jm_PREREQ): Use it.
25336
25337 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25338
25339         * m4/uintmax_t.m4: Port to autoconf 2.13.
25340
25341 2000-01-08  Jim Meyering  <meyering@ascend.com>
25342
25343         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25344         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25345
25346 2000-01-04  Jim Meyering  <meyering@ascend.com>
25347
25348         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25349         jm_STRUCT_DIRENT_D_TYPE.
25350         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25351         jm_STRUCT_DIRENT_D_INO.
25352         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25353         jm_STRUCT_UTIMBUF.
25354         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25355         renamings.
25356         * m4/utime.m4: Likewise.
25357
25358         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25359         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25360
25361 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25362
25363         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25364         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25365
25366 2000-01-02  Jim Meyering  <meyering@ascend.com>
25367
25368         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25369         remember if this is necessary.
25370
25371 1999-12-26  Jim Meyering  <meyering@ascend.com>
25372
25373         * m4/jm-macros.m4: Use it here.
25374         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25375
25376 1999-12-23  Jim Meyering  <meyering@ascend.com>
25377
25378         * m4/jm-macros.m4: Check for clock_gettime (moved from
25379         fileutils/configure.in)
25380         Check for gettimeofday.
25381
25382 1999-12-20  Jim Meyering  <meyering@ascend.com>
25383
25384         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25385         autoconf-2.14a-1999-12-20.
25386
25387 1999-12-19  Jim Meyering  <meyering@ascend.com>
25388
25389         * m4/lstat-slash.m4: New file.
25390         * m4/jm-macros.m4: Use the new macro:
25391         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25392
25393 1999-12-07  Jim Meyering  <meyering@ascend.com>
25394
25395         * m4/perl.m4: Require that File::Compare be available, too.
25396         Too many systems seem to lack it.
25397
25398         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25399         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25400
25401 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25402
25403         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25404         problem with the QNX 4.25 shell, which doesn't propagate exit
25405         status of failed commands inside shell assignments.
25406
25407 1999-11-17  Jim Meyering  <meyering@ascend.com>
25408
25409         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25410
25411 1999-11-07  Jim Meyering  <meyering@ascend.com>
25412
25413         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25414
25415 1999-11-06  Jim Meyering  <meyering@ascend.com>
25416
25417         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25418         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25419
25420 1999-11-05  Jim Meyering  <meyering@ascend.com>
25421
25422         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25423         configure.in of textutils, fileutils, and sh-utils into this one
25424         (shared between those packages) file.
25425         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25426         AC_STRUCT_ST_BLKSIZE.
25427
25428 1999-11-03  Jim Meyering  <meyering@ascend.com>
25429
25430         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25431         of AC_CHECK_TYPE checks includes unistd.h.
25432         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25433         Suggestion from Akim Demaille.
25434
25435 1999-10-30  Jim Meyering  <meyering@ascend.com>
25436
25437         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25438         m4-quoted string.
25439         * m4/ls-mntd-fs.m4: Likewise.
25440         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25441         * m4/jm-winsz1.m4: Likewise.
25442
25443         * m4/const.m4: Remove file, since the fix made it into the experimental
25444         version of autoconf.
25445         * m4/mktime.m4: Likewise.
25446
25447         * m4/check-type.m4: Remove file, now that the latest version of
25448         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25449
25450         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25451         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25452         AC_CHECK_TYPE.
25453
25454 1999-10-04  Jim Meyering  <meyering@ascend.com>
25455
25456         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25457
25458 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25459
25460         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25461         2.95.1 bug with HP-UX 10.20.
25462
25463 1999-09-17  Jim Meyering  <meyering@ascend.com>
25464
25465         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25466         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25467         due to missing strdup (against sh-utils-2.0).
25468
25469 1999-08-29  Jim Meyering  <meyering@ascend.com>
25470
25471         * m4/jm-macros.m4: Require jm_BISON.
25472         * m4/bison.m4: New file.
25473
25474 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25475
25476         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25477         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25478
25479 1999-08-05  Jim Meyering  <meyering@ascend.com>
25480
25481         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25482         to avoid conflicts with `conftest' on 8+3 filesystems.
25483         Suggestion from Eli Zaretskii.
25484
25485 1999-08-04  Jim Meyering  <meyering@ascend.com>
25486
25487         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25488         fileutils and sh-utils (textutils's getline test was inadequate).
25489         (AM_FUNC_GETLINE): Run this test.
25490         (AC_CHECK_FUNCS): Check for getdelim.
25491         Reported by Bob Proulx.
25492
25493 1999-08-02  Jim Meyering  <meyering@ascend.com>
25494
25495         * m4/jm-macros.m4: Add a comment.
25496
25497 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25498
25499         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25500         <inttypes.h> defines strtoumax as a macro (and not as a
25501         function).
25502
25503 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25504
25505         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25506         that we can shift, multiply and divide unsigned long long
25507         values; Ultrix cc can't do it.
25508
25509 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25510
25511         * m4/mktime.m4: New file, which is a preview of what should appear
25512         in the next public autoconf release.
25513
25514 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25515
25516         * m4/lfs.m4: Remove this file.
25517         * m4/largefile.m4: New file.  It contains the old contents of
25518         lfs.m4, except that all names with prefix AC_LFS have been
25519         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25520         compatible with future autoconf versions.  Also, some minor m4
25521         quoting problems have been fixed.
25522
25523 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25524
25525         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25526         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25527         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25528         and simplify the shell code.
25529
25530 1999-08-01  Jim Meyering  <meyering@ascend.com>
25531
25532         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25533         m4.
25534
25535 1999-07-20  Jim Meyering  <meyering@ascend.com>
25536
25537         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25538
25539 1999-07-15  Jim Meyering  <meyering@ascend.com>
25540
25541         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25542
25543 1999-05-22  Jim Meyering  <meyering@ascend.com>
25544
25545         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25546
25547 1999-05-20  Jim Meyering  <meyering@ascend.com>
25548
25549         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25550         Add a colon after each `then' in case $4 is empty.
25551
25552 1999-05-16  Jim Meyering  <meyering@ascend.com>
25553
25554         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25555
25556 1999-05-10  Jim Meyering  <meyering@ascend.com>
25557
25558         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25559
25560         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25561         AC_FUNC_MKTIME.
25562
25563 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25564
25565         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25566
25567 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25568
25569         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25570         not CPPFLAGS, so that linking works correctly in IRIX.
25571
25572 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25573
25574         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25575
25576 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25577
25578         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25579         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25580         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25581         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25582         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25583
25584         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25585
25586 1999-04-20  Jim Meyering  <meyering@ascend.com>
25587
25588         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25589         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25590         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25591
25592 1999-04-18  Jim Meyering  <meyering@ascend.com>
25593
25594         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25595         * m4/jm-macros.m4: Use it.
25596
25597 1999-04-06  Jim Meyering  <meyering@ascend.com>
25598
25599         * m4/strftime.m4: Remove test for %f.
25600
25601 1999-03-29  Jim Meyering  <meyering@ascend.com>
25602
25603         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25604         superset of the AC_TYPE_* checks in the textutils, fileutils,
25605         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25606         AC_TYPE_PID_T.
25607
25608 1999-03-28  Jim Meyering  <meyering@ascend.com>
25609
25610         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25611         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25612         replaced e.g., in the *.sh files of the sh-utils.
25613
25614 1999-03-20  Jim Meyering  <meyering@ascend.com>
25615
25616         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25617         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25618         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25619
25620 1999-03-19  Jim Meyering  <meyering@ascend.com>
25621
25622         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25623
25624 1999-03-12  Jim Meyering  <meyering@ascend.com>
25625
25626         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25627
25628 1999-03-07  Jim Meyering  <meyering@ascend.com>
25629
25630         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25631         declared.
25632
25633 1999-02-17  Jim Meyering  <meyering@ascend.com>
25634
25635         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25636         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25637
25638 1999-02-07  Jim Meyering  <meyering@ascend.com>
25639
25640         * m4/group-member.m4: New file -- extracted from sh-utils'
25641         configure.in.
25642
25643         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25644         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25645
25646 1999-02-06  Jim Meyering  <meyering@ascend.com>
25647
25648         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25649         * m4/fnmatch.m4: Likewise.
25650         * m4/getgroups.m4: Likewise.
25651         * m4/lstat.m4: Likewise.
25652         * m4/malloc.m4: Likewise.
25653         * m4/putenv.m4: Likewise.
25654         * m4/realloc.m4: Likewise.
25655         * m4/regex.m4: Likewise.
25656         * m4/stat.m4: Likewise.
25657         * m4/strftime.m4: Likewise.
25658         Suggestion from Alain Magloire.
25659
25660         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25661         * m4/fnmatch.m4: Likewise.
25662         * m4/getgroups.m4: Likewise.
25663         * m4/getline.m4: Likewise.
25664         * m4/lstat.m4: Likewise.
25665         * m4/malloc.m4: Likewise.
25666         * m4/memcmp.m4: Likewise.
25667         * m4/putenv.m4: Likewise.
25668         * m4/realloc.m4: Likewise.
25669         * m4/regex.m4: Likewise.
25670         * m4/stat.m4: Likewise.
25671         * m4/strftime.m4: Likewise.
25672         Suggestion from Alain Magloire.
25673
25674         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25675         an argument.
25676
25677         * m4/regex.m4: Add a run-time Test for proper operation of
25678         re_compile_pattern.
25679
25680 1999-01-31  Jim Meyering  <meyering@ascend.com>
25681
25682         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25683
25684 1999-01-30  Jim Meyering  <meyering@ascend.com>
25685
25686         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25687
25688         * m4/jm-mktime.m4: Make this a wrapper around the official
25689         AM_FUNC_MKTIME rather than my private copy, now that the official one
25690         is up to date.
25691         * m4/mktime.m4: Remove file.
25692
25693         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25694         * m4/uptime.m4: Likewise.
25695         * m4/uintmax_t.m4: Likewise.
25696
25697 1999-01-28  Jim Meyering  <meyering@ascend.com>
25698
25699         * m4/jm-macros.m4: Use jm_AFS.
25700         * m4/afs.m4: New file (from fileutils' configure.in).
25701
25702         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25703         * m4/chown.m4: Likewise.
25704         * m4/d-ino.m4: Likewise.
25705         * m4/d-type.m4: Likewise.
25706         * m4/fnmatch.m4: Likewise.
25707         * m4/getgroups.m4: Likewise.
25708         * m4/gettext.m4: Likewise.
25709         * m4/jm-mktime.m4: Likewise.
25710         * m4/jm-winsz2.m4: Likewise.
25711         * m4/lcmessage.m4: Likewise.
25712         * m4/ls-mntd-fs.m4: Likewise.
25713         * m4/malloc.m4: Likewise.
25714         * m4/memcmp.m4: Likewise.
25715         * m4/putenv.m4: Likewise.
25716         * m4/realloc.m4: Likewise.
25717         * m4/st_mtim.m4: Likewise.
25718         * m4/strftime.m4: Likewise.
25719
25720 1999-01-16  Jim Meyering  <meyering@ascend.com>
25721
25722         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25723         (ARGMATCH_DIE_DECL): Define.
25724
25725 1999-01-12  Jim Meyering  <meyering@ascend.com>
25726
25727         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25728         Reported by Lars Hecking.
25729
25730 1999-01-10  Jim Meyering  <meyering@ascend.com>
25731
25732         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25733         gross kludge.
25734         * m4/inttypes_h.m4: Likewise.
25735         * m4/lstat.m4: Likewise.
25736         * m4/malloc.m4: Likewise.
25737         * m4/readdir.m4: Likewise.
25738         * m4/realloc.m4: Likewise.
25739         * m4/st_dm_mode.m4: Likewise.
25740         * m4/stat.m4: Likewise.
25741         * m4/utimbuf.m4: Likewise.
25742         * m4/utimes.m4: Likewise.
25743
25744         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25745         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25746         comments in config.h.in are meaningful.
25747
25748         * m4/jm-macros.m4: Require autoconf-2.13 here.
25749
25750         * m4/regex.m4: By default, don't use the included regex.c on systems
25751         with glibc 2.  Suggestion from Uli Drepper.
25752
25753 1999-01-02  Jim Meyering  <meyering@ascend.com>
25754
25755         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25756
25757 1998-12-18  Jim Meyering  <meyering@ascend.com>
25758
25759         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25760         Based on a suggestion from Lars Hecking.
25761
25762 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25763
25764         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25765
25766 1998-11-16  Jim Meyering  <meyering@ascend.com>
25767
25768         * m4/lfs.m4: Double-quote the `uname...` expression.
25769
25770 1998-11-14  Jim Meyering  <meyering@ascend.com>
25771
25772         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25773         * m4/stat.m4: Likewise.
25774
25775 1998-11-03  Jim Meyering  <meyering@ascend.com>
25776
25777         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25778         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25779
25780 1998-10-18  Jim Meyering  <meyering@ascend.com>
25781
25782         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25783
25784 1998-10-17  Jim Meyering  <meyering@ascend.com>
25785
25786         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25787         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25788         calls for those previously hard-coded headers.  Instead, take a new
25789         parameter.
25790         (jm_CHECK_DECLARATIONS): Reflect interface change.
25791         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25792         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25793
25794         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25795
25796 1998-10-14  Jim Meyering  <meyering@ascend.com>
25797
25798         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25799         instead of "TZ=America/Vancouver".  From Paul Eggert.
25800
25801 1998-10-11  Jim Meyering  <meyering@ascend.com>
25802
25803         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25804         This adds a test for a recently added compatibility fix for mktime.c.
25805         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25806
25807 1998-09-27  Jim Meyering  <meyering@ascend.com>
25808
25809         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25810
25811         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25812         ../configure.in, including a change from Gordon Matzigkeit to allow
25813         cross-compiling for the Hurd.
25814
25815         * m4/glibc.m4: New file/macro to test for the GNU C Library
25816         versions 1 and 2.  From Gordon Matzigkeit.
25817         Indent.
25818
25819 1998-09-21  Jim Meyering  <meyering@ascend.com>
25820
25821         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25822
25823 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25824
25825         Port nanosecond-resolution times to UnixWare 2.1.2 and
25826         pedantic Solaris 2.6.
25827
25828         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25829         AC_STRUCT_ST_MTIM.
25830         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25831         Generate name of ns member, instead of just 1 or undef.
25832         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25833
25834 1998-08-15  Jim Meyering  <meyering@ascend.com>
25835
25836         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25837         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25838         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25839         instead of jm_TYPE_SSIZE_T.
25840
25841 1998-08-12  Jim Meyering  <meyering@ascend.com>
25842
25843         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25844
25845 1998-08-02  Jim Meyering  <meyering@ascend.com>
25846
25847         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25848         in acconfig.h manually.
25849
25850 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25851
25852         * m4/st_mtim.m4: New file.
25853
25854 1998-07-28  Jim Meyering  <meyering@ascend.com>
25855
25856         * m4/utimes.m4: Undef stat.
25857
25858 1998-07-25  Jim Meyering  <meyering@ascend.com>
25859
25860         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25861         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25862
25863 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25864
25865         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25866         uid and gid actually remain unchanged.
25867
25868 1998-07-07  Jim Meyering  <meyering@ascend.com>
25869
25870         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25871
25872 1998-07-04  Jim Meyering  <meyering@ascend.com>
25873
25874         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25875         to prove that this macro can be used in packages without regex.c.
25876
25877 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25878
25879         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25880         is to be used.
25881
25882 1998-07-03  Jim Meyering  <meyering@ascend.com>
25883
25884         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25885
25886         * m4/gettext.m4: New file -- from gettext-0.10.35.
25887         * m4/lcmessage.m4: Likewise.
25888         * m4/progtest.m4: Likewise.
25889
25890         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25891         * m4/jm-macros.m4: Require the new macro.
25892
25893 1998-06-29  Jim Meyering  <meyering@ascend.com>
25894
25895         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25896         for the definition of NGROUPS (used in a system header included
25897         by sys/mount.h).
25898
25899 1998-06-28  Jim Meyering  <meyering@ascend.com>
25900
25901         * m4/ls-mntd-fs.m4: New file.
25902         * m4/fstypename.m4: New file.
25903
25904         * m4/jm-macros.m4: Require the new macro.
25905         * m4/jm-glibc-io.m4: New file.
25906
25907 1998-05-19  Jim Meyering  <meyering@ascend.com>
25908
25909         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25910         * m4/lchown.m4: New file.
25911
25912         * m4/Makefile.am.in: New file.
25913         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25914
25915 1998-05-14  Jim Meyering  <meyering@ascend.com>
25916
25917         * m4/Makefile.am (EXTRA_DIST): Add them.
25918         * m4/jm-macros.m4: New file.
25919         * m4/utimbuf.m4: New file.
25920
25921 1998-05-12  Jim Meyering  <meyering@ascend.com>
25922
25923         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25924
25925 1998-05-11  Jim Meyering  <meyering@ascend.com>
25926
25927         * m4/isc-posix.m4: New file.
25928
25929 1998-05-10  Jim Meyering  <meyering@ascend.com>
25930
25931         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25932
25933 1998-05-09  Jim Meyering  <meyering@ascend.com>
25934
25935         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25936         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25937         with automake.
25938
25939         * m4/ssize_t.m4: New file.
25940         * m4/mktime.m4: Remove file -- the new automake has this now.
25941
25942 1998-04-26  Jim Meyering  <meyering@ascend.com>
25943
25944         * m4/assert.m4: New file.
25945         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25946
25947 1998-04-05  Jim Meyering  <meyering@ascend.com>
25948
25949         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25950         (jm_PREREQ): Use it here.
25951
25952 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25953
25954         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25955         in acconfig.h.
25956
25957 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25958
25959         * m4/prereq.m4: New file.
25960         * m4/error.m4: New file.
25961         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25962
25963 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25964
25965         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25966         cache-check for the same variable -- that defeated the purpose of
25967         the test; the test program was never run.  This was a problem only
25968         on systems with losing getline functions -- HP-UX 10.20 is one.
25969         Reported by Bjorn Helgaas.
25970
25971 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25972
25973         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25974
25975 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25976
25977         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25978
25979         * m4/const.m4: New file.  Use an initializer in this declaration
25980         typedef int charset[2]; const charset x;
25981         Reported by Bob Glickstein.
25982
25983 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25984
25985         * m4/chown.m4: Fix reversed types on -1 args to chown.
25986         From Kaveh Ghazi.
25987
25988 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25989
25990         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25991         Add lseek and memchr.
25992
25993         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25994         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25995         have a 20-character limit on names.
25996
25997 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25998
25999         * m4/inttypes_h.m4: New file.
26000         * m4/uintmax_t.m4: New file.
26001         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26002
26003 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26004   Free Software Foundation, Inc.
26005 Copying and distribution of this file, with or without modification,
26006 are permitted provided the copyright notice and this notice are preserved.