* lib/mpsort.c (mpsort): Remove spurious "return" in void function.
[gnulib.git] / ChangeLog
1 2007-01-30  Jim Meyering  <jim@meyering.net>
2
3         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
4
5 2007-01-29  Bruno Haible  <bruno@clisp.org>
6
7         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
8         * lib/execute.c: Likewise.
9         * lib/pipe.c: Likewise.
10         * lib/printf-args.h: Likewise.
11         * lib/printf-args.c: Likewise.
12         * lib/printf-parse.c: Likewise.
13         * lib/vasnprintf.c: Likewise.
14
15 2007-01-29  Eric Blake  <ebb9@byu.net>
16
17         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
18         declaration.
19
20 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
21
22         * lib/strptime.h (strptime): Use 'restrict' for args where
23         POSIX requires this.
24         * lib/strptime.c (strptime): Likewise.
25         Change license notice from LGPL to GPL, since gnulib-tool will
26         change this as needed.
27         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
28         defined.
29         Include "strptime.h" first, to check interface.
30         Do not #undef _LIBC and _NL_CURRENT.
31         Do not include <stdlib.h>; no longer needed.
32         Include "time_r.h" and declare ptime_locale_status
33         only if _LIBC is not defined.
34         (__P): Remove unused macro.
35         (match_string): Bring back glibc version, but use it only if _LIBC
36         is defined.
37         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
38         Remove unnecessary assertion and abort() call.
39         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
40         * m4/strptime.m4: Fix serial number comment.
41         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
42         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
43         (Depends-on): Add time_r.
44
45 2007-01-29  Bruno Haible  <bruno@clisp.org>
46
47         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48         strptime.
49         * modules/strptime (Depends-on): Add stdbool.
50         * lib/strptime.h: Include <time.h> always. Add comments.
51
52 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
53
54         * modules/strptime: New file.
55         * lib/strptime.h: New file.
56         * lib/strptime.c: New file.
57         * m4/strptime.m4: New file.
58
59 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
60
61         * MODULES.html.sh: New module mpsort.
62         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
63
64         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
65         a circularity problem with HP-UX ia64 reported by Bob Proulx in
66         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
67         All uses changed.
68         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
69         All uses changed.
70         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
71         to _Restrict_.
72         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
73         the parameter matches the prototype.
74
75 2007-01-28  Jim Meyering  <jim@meyering.net>
76
77         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
78         sys/time.h here, reverting that part of the previous patch:
79         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
80
81 2007-01-28  Bruno Haible  <bruno@clisp.org>
82
83         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
84         value of $(SYS_TIME_H).
85         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
86         remove it conditionally, too. [added by Jim Meyering]
87         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
88         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
89         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
90         GETTIMEOFDAY_REPLACEMENT to 1.
91
92 2007-01-28  Bruno Haible  <bruno@clisp.org>
93
94         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
95         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
96         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
97         Set UNISTD_H instead of UNISTD_H2.
98         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
99
100 2007-01-28  Bruno Haible  <bruno@clisp.org>
101
102         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
103         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
104
105 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
106
107         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
108         (func_create_testdir): Ensure C locale for `grep' and `tr'
109         character ranges.
110         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
111         ACLOCAL_AMFLAGS parsing state machine.
112
113 2007-01-27  Bruno Haible  <bruno@clisp.org>
114
115         * modules/unistr/base: Update.
116
117 2007-01-27  Bruno Haible  <bruno@clisp.org>
118
119         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
120         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
121         * modules/unistr/u32-mbtouc-unsafe: Renamed from
122         modules/unistr/u32-mbtouc.
123         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
124         * lib/unistr.h: Update.
125         * lib/linebreak.c: Update.
126         * modules/unistr/u32-mbtouc: Renamed from
127         modules/unistr/u32-mbtouc-safe.
128         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
129         * lib/unistr.h: Update.
130         * lib/unistr/u32-to-u8.c: Update.
131         * lib/unistr/u32-to-u16.c: Update.
132
133 2007-01-27  Bruno Haible  <bruno@clisp.org>
134
135         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
136         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
137         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
138         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
139         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
140         * modules/unistr/u16-mbtouc-unsafe: Renamed from
141         modules/unistr/u16-mbtouc.
142         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
143         * lib/unistr.h: Update.
144         * lib/linebreak.c: Update.
145         * modules/linebreak: Update.
146         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
147         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
148         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
149         * modules/unistr/u16-mbtouc: Renamed from
150         modules/unistr/u16-mbtouc-safe.
151         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
152         * lib/unistr.h: Update.
153         * lib/unistr/u16-to-u8.c: Update.
154         * modules/unistr/u16-to-u8: Update.
155         * lib/unistr/u16-to-u32.c: Update.
156         * modules/unistr/u16-to-u32: Update.
157
158 2007-01-27  Bruno Haible  <bruno@clisp.org>
159
160         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
161         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
162         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
163         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
164         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
165         * modules/unistr/u8-mbtouc-unsafe: Renamed from
166         modules/unistr/u8-mbtouc.
167         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
168         * lib/unistr.h: Update.
169         * lib/striconveh.c: Update.
170         * modules/striconveh: Update.
171         * lib/linebreak.c: Update.
172         * modules/linebreak: Update.
173         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
174         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
175         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
176         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
177         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
178         * lib/unistr.h: Update.
179         * lib/striconveh.c: Update.
180         * modules/striconveh: Update.
181         * lib/unistr/u8-to-u16.c: Update.
182         * modules/unistr/u8-to-u16: Update.
183         * lib/unistr/u8-to-u32.c: Update.
184         * modules/unistr/u8-to-u32: Update.
185
186 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
187
188         Sync from Libtool.
189         * lib/argz.c: Do not include strings.h nor memory.h, include
190         string.h unconditionally.  Patch by Simon Josefsson.
191
192 2007-01-27  Bruno Haible  <bruno@clisp.org>
193
194         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
195         from gl_HEADER_STRING_H_BODY.
196         (gl_HEADER_STRING_H_BODY): Require it.
197         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
198         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
199         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
200         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
201         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
202         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
203         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
204         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
205         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
206         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
207         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
208         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
209         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
210         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
211         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
212
213 2007-01-27  Bruno Haible  <bruno@clisp.org>
214
215         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
216         check_PROGRAMS into noinst_PROGRAMS.
217         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
218         check_PROGRAMS in this case.
219         (func_import): Set for_test to false.
220         (func_create_testdir): Set for_test to true.
221
222 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
223             Bruno Haible  <bruno@clisp.org>
224
225         * modules/strcasestr (Files): Remove lib/strcasestr.h.
226         (Depends-on): Add string.
227         (Includes): Use <string.h> instead of strcasestr.h.
228         * modules/string (Makefile.am): Also substitute the value of
229         REPLACE_STRCASESTR.
230         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
231         assume strcasestr is declared in <string.h> not <strings.h>. Also
232         set REPLACE_STRCASESTR.
233         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
234         REPLACE_STRCASESTR.
235         * lib/strcasestr.h: Remove file.
236         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
237         * lib/string_.h (strcasestr): New declaration.
238
239 2007-01-27  Bruno Haible  <bruno@clisp.org>
240
241         * lib/string_.h: Use 'extern'.
242
243 2007-01-27  Jim Meyering  <jim@meyering.net>
244
245         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
246         of set-but-not-used local, "q".
247
248         * lib/mempcpy.c: Include <config.h> before <string.h>.
249         This fixes a compilation error on HP-UX, due to the system's
250         "restrict"-using mempcpy prototype.
251
252 2007-01-26  Bruno Haible  <bruno@clisp.org>
253
254         Small optimization.
255         * lib/javacomp.c: Include c-strstr.h.
256          (is_envjavac_gcj): Use c_strstr instead of strstr.
257         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
258
259 2007-01-26  Bruno Haible  <bruno@clisp.org>
260
261         * MODULES.html.sh (Unicode string functions): Add the new modules.
262
263         * modules/uniconv/u32-strconv-to-locale: New file.
264         * lib/uniconv/u32-strconv-to-locale.c: New file.
265
266         * modules/uniconv/u16-strconv-to-locale: New file.
267         * lib/uniconv/u16-strconv-to-locale.c: New file.
268
269         * modules/uniconv/u8-strconv-to-locale: New file.
270         * lib/uniconv/u8-strconv-to-locale.c: New file.
271
272         * modules/uniconv/u32-strconv-from-locale: New file.
273         * lib/uniconv/u32-strconv-from-locale.c: New file.
274
275         * modules/uniconv/u16-strconv-from-locale: New file.
276         * lib/uniconv/u16-strconv-from-locale.c: New file.
277
278         * modules/uniconv/u8-strconv-from-locale: New file.
279         * lib/uniconv/u8-strconv-from-locale.c: New file.
280
281         * modules/uniconv/u32-strconv-to-enc: New file.
282         * lib/uniconv/u32-strconv-to-enc.c: New file.
283         * modules/uniconv/u32-strconv-to-enc-tests: New file.
284         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
285
286         * modules/uniconv/u16-strconv-to-enc: New file.
287         * lib/uniconv/u16-strconv-to-enc.c: New file.
288         * lib/uniconv/u-strconv-to-enc.h: New file.
289         * modules/uniconv/u16-strconv-to-enc-tests: New file.
290         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
291
292         * modules/uniconv/u8-strconv-to-enc: New file.
293         * lib/uniconv/u8-strconv-to-enc.c: New file.
294         * modules/uniconv/u8-strconv-to-enc-tests: New file.
295         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
296
297         * modules/uniconv/u32-strconv-from-enc: New file.
298         * lib/uniconv/u32-strconv-from-enc.c: New file.
299         * modules/uniconv/u32-strconv-from-enc-tests: New file.
300         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
301
302         * modules/uniconv/u16-strconv-from-enc: New file.
303         * lib/uniconv/u16-strconv-from-enc.c: New file.
304         * modules/uniconv/u16-strconv-from-enc-tests: New file.
305         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
306
307         * modules/uniconv/u8-strconv-from-enc: New file.
308         * lib/uniconv/u8-strconv-from-enc.c: New file.
309         * lib/uniconv/u-strconv-from-enc.h: New file.
310         * modules/uniconv/u8-strconv-from-enc-tests: New file.
311         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
312
313         * modules/uniconv/u32-conv-from-enc: New file.
314         * lib/uniconv/u32-conv-from-enc.c: New file.
315         * modules/uniconv/u32-conv-from-enc-tests: New file.
316         * tests/uniconv/test-u32-conv-from-enc.c: New file.
317
318         * modules/uniconv/u16-conv-from-enc: New file.
319         * lib/uniconv/u16-conv-from-enc.c: New file.
320         * lib/uniconv/u-conv-from-enc.h: New file.
321         * modules/uniconv/u16-conv-from-enc-tests: New file.
322         * tests/uniconv/test-u16-conv-from-enc.c: New file.
323
324         * modules/uniconv/u8-conv-from-enc: New file.
325         * lib/uniconv/u8-conv-from-enc.c: New file.
326         * modules/uniconv/u8-conv-from-enc-tests: New file.
327         * tests/uniconv/test-u8-conv-from-enc.c: New file.
328
329         * modules/uniconv/base: New file.
330         * lib/uniconv.h: New file.
331
332 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
333
334         * doc/gnulib-tool.texi (Initial import): Update to match current
335         behavior with strdup module.
336         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
337         * lib/memmem.h: Remove; all uses removed.  This is now done
338         by <string.h>.
339         * lib/mempcpy.h: Likewise.
340         * lib/memrchr.h: Likewise.
341         * lib/stpcpy.h: Likewise.
342         * lib/stpncpy.h: Likewise.
343         * lib/strcase.h: Likewise.
344         * lib/strchrnul.h: Likewise.
345         * lib/strdup.h: Likewise.
346         * lib/strndup.h: Likewise.
347         * lib/strnlen.h: Likewise.
348         * lib/strpbrk.h: Likewise.
349         * lib/strsep.h: Likewise.
350         * lib/strstr.h: Likewise.
351         * lib/strtok_r.h: Likewise.
352         * lib/string_.h: New file.
353         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
354         Rely on <string.h> instead.
355         * lib/canon-host.c: Likewise.
356         * lib/chdir-long.c: Likewise.
357         * lib/concatpath.c: Likewise.
358         * lib/exclude.c: Likewise.
359         * lib/fchdir.c: Likewise.
360         * lib/getaddrinfo.c: Likewise.
361         * lib/getcwd.c: Likewise.
362         * lib/getsubopt.c: Likewise.
363         * lib/glob.c: Likewise.
364         * lib/hard-locale.c: Likewise.
365         * lib/iconvme.c: Likewise.
366         * lib/javacomp.c: Likewise.
367         * lib/mempcpy.c: Likewise.
368         * lib/memrchr.c: Likewise.
369         * lib/regex_internal.h: Likewise.
370         * lib/stpncpy.c: Likewise.
371         * lib/strcasecmp.c: Likewise.
372         * lib/strchrnul.c: Likewise.
373         * lib/strdup.c: Likewise.
374         * lib/striconv.c: Likewise.
375         * lib/striconveh.c: Likewise.
376         * lib/striconveha.c: Likewise.
377         * lib/strncasecmp.c: Likewise.
378         * lib/strndup.c: Likewise.
379         * lib/strnlen.c: Likewise.
380         * lib/strsep.c: Likewise.
381         * lib/strstr.c: Likewise.
382         * lib/strtok_r.c: Likewise.
383         * lib/userspec.c: Likewise.
384         * lib/w32spawn.h: Likewise.
385         * lib/xstrndup.c: Likewise.
386         * lib/mountlist.c (strstr): Remove decl.
387         * m4/string_h.m4: New file.
388         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
389         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
390         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
391         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
392         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
393         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
394         Set REPLACE_STRCASECMP if necessary.
395         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
396         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
397         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
398         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
399         HAVE_DECL_STRDUP if necessary.
400         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
401         since gl_FUNC_STRNDUP does that now.
402         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
403         Check for decl here...
404         (gl_PREREQ_STRNLEN): ... not here.
405         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
406         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
407         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
408         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
409         necessary.
410         * modules/string: New file.
411         * modules/memmem (Files): Remove special-purpose include file.
412         (Depends-on): Add string.
413         (Include): Include <string.h>, not the removed file.
414         * modules/mempcpy: Likewise.
415         * modules/memrchr: Likewise.
416         * modules/stpcpy: Likewise.
417         * modules/stpncpy: Likewise.
418         * modules/strcase: Likewise.
419         * modules/strchrnul: Likewise.
420         * modules/strdup: Likewise.
421         * modules/strndup: Likewise.
422         * modules/strnlen: Likewise.
423         * modules/strpbrk: Likewise.
424         * modules/strsep: Likewise.
425         * modules/strstr: Likewise.
426         * modules/strtok_r: Likewise.
427         * tests/test-dirname.c: Don't include "strdup.h", since
428         <string.h> now suffices.
429         * tests/test-memmem.c: Don't include "memmem.h", since
430         <string.h> now suffices.
431
432 2007-01-25  Bruno Haible  <bruno@clisp.org>
433
434         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
435         *resultp is 0.
436
437         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
438         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
439         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
440         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
441
442         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
443         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
444         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
445         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
446         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
447         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
448
449 2007-01-24  Bruno Haible  <bruno@clisp.org>
450
451         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
452         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
453         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
454         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
455         gl_FUNC_FTS_CORE.
456         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
457         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
458         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
459         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
460         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
461         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
462         gl_FUNC_FCHOWNAT.
463         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
464         gl_FUNC_STRFTIME.
465         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
466         Reported by Ralf Wildenhues.
467
468 2007-01-24  Bruno Haible  <bruno@clisp.org>
469
470         Drop AC_REQUIRE calls that are redundant with the module dependencies.
471         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
472         gl_GETADDRINFO.
473         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
474         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
475         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
476
477 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
478
479         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
480         Don't use 'exit'; just return from 'main'.
481         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
482
483         * lib/fnmatch_.h: Readjust white space and comments to match
484         glibc, to avoid spurious diffs.
485
486 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
487
488         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
489         2004-12-01 change by Jakub Jelinek, since this code won't compile
490         if !LIBC.  Problem reported by Bob Proulx.
491
492 2007-01-23  Bruno Haible  <bruno@clisp.org>
493
494         * lib/striconveh.c: Include c-strcaseeq.h.
495         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
496         * modules/striconveh (Depends-on): Add c-strcaseeq.
497
498 2007-01-23  Bruno Haible  <bruno@clisp.org>
499
500         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
501
502         * modules/c-strcaseeq: New file.
503         * lib/c-strcaseeq.h: New file.
504
505         * modules/streq: New file.
506         * lib/streq.h: New file.
507
508 2007-01-23  Bruno Haible  <bruno@clisp.org>
509
510         * modules/striconveha-tests: New file.
511         * tests/test-striconveha.c: New file.
512
513         * lib/striconveha.h: Include <stdbool.h>.
514         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
515         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
516         (mem_iconveha_notranslit): Renamed from mem_iconveha.
517         (mem_iconveha): New function.
518         (str_iconveha_notranslit): Renamed from str_iconveha.
519         (str_iconveha): New function.
520         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
521         c-strcase.
522
523 2007-01-23  Bruno Haible  <bruno@clisp.org>
524
525         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
526         encodings without forgiving before trying any encoding with handler.
527         (str_iconveha): Try all encodings without forgiving before trying any
528         encoding with handler.
529
530 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
531
532         Import the following changes from libc.
533
534         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
535
536         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
537
538         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
539
540         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
541         normal_bracket label.
542
543         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
544
545         [BZ #361]
546         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
547         to normal_bracket after fetching the next character.
548
549 2007-01-22  Bruno Haible  <bruno@clisp.org>
550
551         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
552         argument.
553         * lib/striconveh.c (iconv_carefully_1): New function.
554         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
555         argument.
556         (str_cd_iconveh): Update.
557         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
558         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
559         * tests/test-striconveh.c (MAGIC): New macro.
560         (new_offsets): New function.
561         (main): Test call with and without offsets.
562
563 2007-01-22  Bruno Haible  <bruno@clisp.org>
564
565         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
566         * modules/sys_select (Makefile.am): Likewise.
567         * modules/sys_socket (Makefile.am): Likewise.
568         * modules/sys_time (Makefile.am): Likewise.
569
570 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
571
572         * modules/gettimeofday (License): Change from GPL to LGPL, since
573         gettimeofday is a library function.
574
575 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
576
577         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
578
579 2007-01-21  Bruno Haible  <bruno@clisp.org>
580
581         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
582
583 2007-01-21  Bruno Haible  <bruno@clisp.org>
584
585         * modules/striconveha: New file.
586         * lib/striconveha.h: New file.
587         * lib/striconveha.c: New file.
588         * MODULES.html.sh (Internationalization functions): Add striconveha.
589         * lib/striconv.c (str_iconv): Optimize the case of an empty input
590         string.
591         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
592
593 2007-01-21  Bruno Haible  <bruno@clisp.org>
594
595         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
596         * lib/striconveh.c (str_iconveh): Likewise.
597
598 2007-01-21  Bruno Haible  <bruno@clisp.org>
599
600         * lib/striconveh.h (mem_iconveh): New declaration.
601         * lib/striconveh.c (mem_iconveh): New function.
602         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
603
604 2007-01-21  Bruno Haible  <bruno@clisp.org>
605
606         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
607
608         * lib/striconveh.h (mem_cd_iconveh): Change specification.
609         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
610         original result buffer.
611         (str_cd_iconveh): Update.
612         * tests/test-striconveh.c (main): Update.
613
614         * lib/striconv.h (mem_cd_iconv): Change specification.
615         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
616         result buffer.
617         (str_cd_iconv): Update.
618         * tests/test-striconv.c (main): Update.
619
620 2007-01-21  Bruno Haible  <bruno@clisp.org>
621
622         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
623
624 2007-01-20  Jim Meyering  <jim@meyering.net>
625
626         * lib/userspec.c (parse_with_separator): If a user or group string
627         starts with "+", skip the corresponding name-to-ID look-up, since
628         such a look-up must fail: user and group names may not include "+".
629
630 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
631
632         * lib/poll.c: Include sys/time.h and time.h unconditionally,
633         since we now assume the sys_time module.
634         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
635         check for sys/time.h; no longer needed.
636         * modules/poll (Depends-on): Depend on sys_time.
637
638 2007-01-18  Bruno Haible  <bruno@clisp.org>
639
640         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
641         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
642
643         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
644         gettimeofday.
645
646         * tests/test-gettimeofday.c: Include <time.h>.
647         (dummy): Remove variable.
648
649         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
650         gl_HEADER_SYS_TIME_H.
651         (gl_HEADER_SYS_TIME_H): New macro.
652
653         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
654         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
655         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
656         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
657         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
658         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
659         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
660         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
661         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
662         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
663         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
664
665         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
666         last change; it caused a compilation error when cross-compiling to
667         Cygwin.
668
669 2007-01-18  Jim Meyering  <jim@meyering.net>
670
671         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
672         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
673         than the race-prone "test -d sys || mkdir sys".
674         (configure.ac): Use AC_PROG_MKDIR_P.
675         * modules/sys_select: Likewise.
676         * modules/sys_socket: Likewise.
677         * modules/sys_time: Likewise.
678
679 2007-01-18  Eric Blake  <ebb9@byu.net>
680
681         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
682         replace gettimeofday.
683         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
684         name, to avoid infinite recursion.
685
686 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
687
688         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
689         module sys_time.
690         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
691         assume timespec.h defines struct timeval.
692         * lib/settime.c: Likewise.
693         * lib/utimens.c: Likewise.
694         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
695         since we now assume the gettimeofday module.
696         * lib/tempname.c (__gen_tempname): Likewise.
697         * lib/gettimeofday.h: Remove.
698         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
699         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
700         Include <time.h>, for 'time()'.
701         (localtime_buffer_addr): Also use this workaround if
702         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
703         to simplify the uses.  All uses changed.
704         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
705         that #undef is inside {}, and 'const' follows type name consistently.
706         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
707         (gettimeofday): Do not use the maximum possible value for
708         tv->tv_usec, since that might break usages other than ls.c.
709         Instead, we'll leave ls.c alone.  This undoes today's patch
710         by Bruno.  Add a compile-time warning for 1s-clock resolution;
711         we've never observed the problem but might as well keep the
712         canary.
713         * lib/nanosleep.c: Include timespec.h first, for interface check.
714         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
715         now assume the sys_time module.
716         * lib/tempname.c: Likewise.
717         * lib/timespec.h: Likewise.
718         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
719         needed.
720         * lib/strftime.c: Likewise.
721         * lib/timespec.h: Likewise.
722         * lib/posixtm.c: Include posixtm.h first, for interface check.
723         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
724         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
725         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
726         * lib/sys_time_.h: New file.
727         * lib/timespec.h (struct timespec): Use long int, not long.
728         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
729         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
730         Remove obsolescent call to AC_HEADER_TIME.
731         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
733         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
734         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
735         Likewise.
736         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
737         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
738         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
739         into the sys_time module.  Check for gettimeofday just once.
740         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
741         for gettimeofday signature to just check the signature.  Merely
742         compile it, since linking doesn't test signature.  Improve test for
743         whether gettimeofday.o is actually needed.
744         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
745         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
746         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
747         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
748         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
749         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
750         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
751         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
752         than worrying about sys/time.h.
753         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
754         Don't bother worrying about TIME_WITH_SYS_TIME.
755         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
756         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
757         * m4/sys_time_h.m4: New file.
758         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
759         Don't include sys/time.h.  Return from main rather than exiting.
760         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
761         all uses changed.
762         * modules/gethrxtime (Depends-on): Add sys_time.
763         * modules/gettime (Depends-on): Likewise.
764         * modules/gettimeofday (Depends-on): Likewise.
765         * modules/nanosleep (Depends-on): Likewise.
766         * modules/settime (Depends-on): Likewise.
767         * modules/tempname (Depends-on): Likewise.
768         * modules/utimens (Depends-on): Likewise.
769         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
770         (Include:) Change back to <sys/time.h>.
771         (Maintainer:) Add self.
772         * modules/sys_time: New file.
773         * modules/tempname (Depends-on): Add gettimeofday.
774         * tests/test-gettimeofday.c: Include <sys/time.h>
775         rather than gettimeofday.h.
776
777 2007-01-17  Bruno Haible  <bruno@clisp.org>
778
779         * gnulib-tool (func_get_license): Revert last patch. Instead, let
780         the license default to GPL.
781         (func_create_testdir): Don't complain if a module is LGPL and its
782         tests module depends on GPLed modules.
783
784 2007-01-17  Bruno Haible  <bruno@clisp.org>
785
786         * lib/gettimeofday.c (gettimeofday): Add code for the case
787         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
788         maximum possible value for tv->tv_usec, rather than the minimum one.
789
790 2005-10-08  Martin Lambers  <marlam@marlam.de>
791 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
792 2007-01-16  Bruno Haible  <bruno@clisp.org>
793
794         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
795         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
796         gl_FUNC_GETTIMEOFDAY.
797         (Include): Add gettimeofday.h.
798         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
799         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
800         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
801         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
802         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
803         * lib/gettimeofday.h: New file.
804         * lib/gettimeofday.c: Include <sys/timeb.h>.
805         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
806         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
807         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
808         fall back on time().
809
810         * tests/test-gettimeofday.c: New file.
811         * modules/gettimeofday-tests: New file.
812
813 2007-01-16  Eric Blake  <ebb9@byu.net>
814
815         * modules/fnmatch (Depends-on): Depend on wchar.
816         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
817         * m4/fnmatch.m4: Likewise.
818         * modules/mbchar (Makefile.am): Assume <wchar.h>.
819         * m4/mbchar.m4: Likewise.
820         * modules/mbswidth (Depends-on): Depend on wchar.
821         * lib/mbswidth.c: Assume <wchar.h>.
822         * m4/mbswidth.m4: Likewise.
823         * modules/quotearg (Depends-on): Depend on wchar.
824         * lib/quotearg.c: Assume <wchar.h>.
825         * m4/quotearg.m4: Likewise.
826         * modules/regex (Depends-on): Depend on wchar.
827         * lib/regex_internal.h: Assume <wchar.h>.
828         * m4/regex.m4: Likewise.
829         * modules/stdint (Depends-on): Depend on wchar.
830         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
831         * m4/stdint.m4: Likewise.
832         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
833         * modules/strftime (Depends-on): Depend on wchar.
834         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
835         * modules/strtol (Depends-on): Depend on wchar.
836         * lib/strtol.c: Assume <wchar.h>.
837         * modules/wcwidth (Depends-on): Depend on wchar.
838         * lib/wcwidth.h: Assume <wchar.h>.
839         * m4/wcwidth.m4: Likewise.
840
841 2007-01-16  Bruno Haible  <bruno@clisp.org>
842
843         * modules/csharpexec-script: New, created from...
844         * modules/csharpexec: ... this.
845
846 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
847
848         * modules/javaexec-script: New, created from...
849         * modules/javaexec: ... this.
850
851 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
852
853         * modules/poll (Dependencies): Add sys_select.
854
855 2007-01-15  Jim Meyering  <jim@meyering.net>
856
857         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
858         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
859         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
860         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
861
862 2007-01-15  Bruno Haible  <bruno@clisp.org>
863
864         * modules/striconveh: New file.
865         * lib/striconveh.h: New file.
866         * lib/striconveh.c: New file.
867         * MODULES.html.sh (Internationalization functions): Add striconveh.
868
869         * modules/striconveh-tests: New file.
870         * tests/test-striconveh.c: New file.
871
872 2007-01-15  Bruno Haible  <bruno@clisp.org>
873
874         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
875         not from GNU libiconv or GNU libc.
876
877 2007-01-15  Bruno Haible  <bruno@clisp.org>
878
879         * doc/gnulib-intro.texi (Copyright): Explain the different license
880         terms for module descriptions, autoconf macros, tests, documentation.
881
882 2007-01-14  Bruno Haible  <bruno@clisp.org>
883
884         * modules/striconv-tests: New file.
885         * tests/test-striconv.c: New file.
886
887 2007-01-14  Bruno Haible  <bruno@clisp.org>
888
889         * modules/iconv-tests: New file.
890         * tests/test-iconv.c: New file.
891
892 2007-01-14  Bruno Haible  <bruno@clisp.org>
893
894         * gnulib-tool (func_get_license): For test modules, use the license of
895         the main module.
896
897 2007-01-14  Bruno Haible  <bruno@clisp.org>
898
899         * modules/iconv (Include): Clarify that <iconv.h> can only be included
900         if iconv is found to exist.
901
902 2007-01-14  Bruno Haible  <bruno@clisp.org>
903
904         * modules/c-ctype-tests: New file.
905         * tests/test-c-ctype.c: New file.
906
907 2007-01-14  Bruno Haible  <bruno@clisp.org>
908
909         * modules/binary-io-tests: New file.
910         * tests/test-binary-io.sh: New file.
911         * tests/test-binary-io.c: New file.
912
913 2007-01-14  Bruno Haible  <bruno@clisp.org>
914
915         * modules/array-oset-tests: New file.
916         * tests/test-array_oset.c: New file.
917
918 2007-01-14  Bruno Haible  <bruno@clisp.org>
919
920         * modules/array-list-tests: New file.
921         * tests/test-array_list.c: New file.
922
923 2007-01-14  Bruno Haible  <bruno@clisp.org>
924
925         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
926         and make.
927         Reported by Simon Josefsson in
928         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
929
930 2007-01-14  Bruno Haible  <bruno@clisp.org>
931
932         * modules/allocsa-tests: New file.
933         * tests/test-allocsa.c: New file.
934
935 2007-01-14  Bruno Haible  <bruno@clisp.org>
936
937         * modules/fchdir (Depends-on): Add absolute-header.
938         * modules/unistd (Depends-on): Likewise.
939
940 2006-12-30  Bruno Haible  <bruno@clisp.org>
941
942         * modules/fchdir: New file.
943         * modules/unistd (Files): Add lib/unistd_.h.
944         (Makefile.am): Generate unistd.h from unistd_.h.
945         * lib/fchdir.c: New file.
946         * lib/dirent_.h: New file.
947         * lib/unistd_.h: New file.
948         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
949         * m4/fchdir.m4: New file.
950         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
951         (gl_HEADER_UNISTD): Invoke it.
952         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
953         function.
954         * lib/backupfile.c (opendir, closedir): Undefine.
955         * lib/chown.c (open, close): Undefine.
956         * lib/clean-temp.c (open, close): Undefine.
957         * lib/copy-file.c (open, close): Undefine.
958         * lib/execute.c (open, close): Undefine.
959         * lib/fsusage.c (open, close): Undefine.
960         * lib/gc-gnulib.c (open, close): Undefine.
961         * lib/getcwd.c (opendir, closedir): Undefine.
962         * lib/glob.c (opendir, closedir): Undefine.
963         * lib/javacomp.c (open, close): Undefine.
964         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
965         * lib/openat-proc.c (open, close): Undefine.
966         * lib/pagealign_alloc.c (open, close): Undefine.
967         * lib/pipe.c (open, close): Undefine.
968         * lib/progreloc.c (open, close): Undefine.
969         * lib/savedir.c (opendir, closedir): Undefine.
970         * lib/utime.c (open, close): Undefine.
971         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
972
973 2007-01-10  Bruno Haible  <bruno@clisp.org>
974
975         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
976
977 2007-01-12  Eric Blake  <ebb9@byu.net>
978
979         Provide a robust <wchar.h>.  Further simplifications are now
980         possible in other modules, but not included here.
981         * modules/wchar: New module.
982         * m4/wchar.m4: New file.
983         * lib/wchar_.h: Likewise.
984         * modules/mbchar (Depends-on): Depend on wchar, as the first use
985         of the new module.
986         * MODULES.html.sh (Extended multibyte and wide character utilities):
987         New section.
988
989 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
990
991         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
992         to a reasonable default for memory allocation.
993         (xreadlink): Don't allocate a huge buffer, to work around a buggy
994         file system that reports garbage st_size values for symlinks.
995         Problem reported by Liyang Hu.
996
997 2007-01-11  Simon Josefsson  <simon@josefsson.org>
998
999         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1000         Emacs .#* auto-save files).
1001
1002 2007-01-11  Bruno Haible  <bruno@clisp.org>
1003
1004         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1005         directory.
1006
1007 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1008
1009         Use @...@ consistently in lib/wctype_.h.
1010         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1011         on it being set to 1 or 0.
1012         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1013         go back to AC_SUBSTing it.
1014         * modules/wctype (Makefile.am): Undo previous change.
1015
1016 2007-01-10  Eric Blake  <ebb9@byu.net>
1017
1018         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1019         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1020         * modules/wctype (Makefile.am): Likewise.
1021         Reported by Chris McGuire.
1022
1023 2007-01-10  Jim Meyering  <jim@meyering.net>
1024
1025         fts.c: a small readability/maintainability improvement
1026         * lib/fts.c (fts_read): Make this code slightly more readable and
1027         maintainable by hoisting the "sp->fts_cur = p" assignments to
1028         immediately follow the statements that set P.  Derived from
1029         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1030
1031 2007-01-10  Eric Blake  <ebb9@byu.net>
1032
1033         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1034         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1035         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1036         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1037         Reported by Chris McGuire.
1038
1039 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1040
1041         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1042         in sed script.
1043
1044 2007-01-09  Bruno Haible  <bruno@clisp.org>
1045
1046         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1047         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1048         variables.
1049         (func_module): Use them.
1050
1051 2007-01-09  Bruno Haible  <bruno@clisp.org>
1052
1053         * modules/unistr/base: New file.
1054         * lib/unistr.h: New file.
1055
1056         * modules/unistr/u8-to-u16: New file.
1057         * lib/unistr/u8-to-u16.c: New file.
1058
1059         * modules/unistr/u8-to-u32: New file.
1060         * lib/unistr/u8-to-u32.c: New file.
1061
1062         * modules/unistr/u16-to-u8: New file.
1063         * lib/unistr/u16-to-u8.c: New file.
1064
1065         * modules/unistr/u16-to-u32: New file.
1066         * lib/unistr/u16-to-u32.c: New file.
1067
1068         * modules/unistr/u32-to-u8: New file.
1069         * lib/unistr/u32-to-u8.c: New file.
1070
1071         * modules/unistr/u32-to-u16: New file.
1072         * lib/unistr/u32-to-u16.c: New file.
1073
1074         * modules/unistr/u8-check: New file.
1075         * modules/unistr/u16-check: New file.
1076         * modules/unistr/u32-check: New file.
1077         * lib/unistr/u8-check.c: New file.
1078         * lib/unistr/u16-check.c: New file.
1079         * lib/unistr/u32-check.c: New file.
1080
1081         * modules/unistr/u8-chr: New file.
1082         * modules/unistr/u16-chr: New file.
1083         * modules/unistr/u32-chr: New file.
1084         * lib/unistr/u8-chr.c: New file.
1085         * lib/unistr/u16-chr.c: New file.
1086         * lib/unistr/u32-chr.c: New file.
1087
1088         * modules/unistr/u8-cmp: New file.
1089         * modules/unistr/u16-cmp: New file.
1090         * modules/unistr/u32-cmp: New file.
1091         * lib/unistr/u8-cmp.c: New file.
1092         * lib/unistr/u16-cmp.c: New file.
1093         * lib/unistr/u32-cmp.c: New file.
1094
1095         * modules/unistr/u8-cpy: New file.
1096         * modules/unistr/u16-cpy: New file.
1097         * modules/unistr/u32-cpy: New file.
1098         * lib/unistr/u8-cpy.c: New file.
1099         * lib/unistr/u16-cpy.c: New file.
1100         * lib/unistr/u32-cpy.c: New file.
1101         * lib/unistr/u-cpy.h: New file.
1102
1103         * modules/unistr/u8-cpy-alloc: New file.
1104         * modules/unistr/u16-cpy-alloc: New file.
1105         * modules/unistr/u32-cpy-alloc: New file.
1106         * lib/unistr/u8-cpy-alloc.c: New file.
1107         * lib/unistr/u16-cpy-alloc.c: New file.
1108         * lib/unistr/u32-cpy-alloc.c: New file.
1109         * lib/unistr/u-cpy-alloc.h: New file.
1110
1111         * modules/unistr/u8-endswith: New file.
1112         * modules/unistr/u16-endswith: New file.
1113         * modules/unistr/u32-endswith: New file.
1114         * lib/unistr/u8-endswith.c: New file.
1115         * lib/unistr/u16-endswith.c: New file.
1116         * lib/unistr/u32-endswith.c: New file.
1117         * lib/unistr/u-endswith.h: New file.
1118
1119         * modules/unistr/u8-mblen: New file.
1120         * modules/unistr/u16-mblen: New file.
1121         * modules/unistr/u32-mblen: New file.
1122         * lib/unistr/u8-mblen.c: New file.
1123         * lib/unistr/u16-mblen.c: New file.
1124         * lib/unistr/u32-mblen.c: New file.
1125
1126         * modules/unistr/u8-mbtouc: New file.
1127         * modules/unistr/u16-mbtouc: New file.
1128         * modules/unistr/u32-mbtouc: New file.
1129         * lib/unistr/u8-mbtouc.c: New file.
1130         * lib/unistr/u16-mbtouc.c: New file.
1131         * lib/unistr/u32-mbtouc.c: New file.
1132
1133         * modules/unistr/u8-mbtouc-safe: New file.
1134         * modules/unistr/u16-mbtouc-safe: New file.
1135         * modules/unistr/u32-mbtouc-safe: New file.
1136         * lib/unistr/u8-mbtouc-safe.c: New file.
1137         * lib/unistr/u16-mbtouc-safe.c: New file.
1138         * lib/unistr/u32-mbtouc-safe.c: New file.
1139
1140         * modules/unistr/u8-move: New file.
1141         * modules/unistr/u16-move: New file.
1142         * modules/unistr/u32-move: New file.
1143         * lib/unistr/u8-move.c: New file.
1144         * lib/unistr/u16-move.c: New file.
1145         * lib/unistr/u32-move.c: New file.
1146         * lib/unistr/u-move.h: New file.
1147
1148         * modules/unistr/u8-next: New file.
1149         * modules/unistr/u16-next: New file.
1150         * modules/unistr/u32-next: New file.
1151         * lib/unistr/u8-next.c: New file.
1152         * lib/unistr/u16-next.c: New file.
1153         * lib/unistr/u32-next.c: New file.
1154
1155         * modules/unistr/u8-prev: New file.
1156         * modules/unistr/u16-prev: New file.
1157         * modules/unistr/u32-prev: New file.
1158         * lib/unistr/u8-prev.c: New file.
1159         * lib/unistr/u16-prev.c: New file.
1160         * lib/unistr/u32-prev.c: New file.
1161
1162         * modules/unistr/u8-set: New file.
1163         * modules/unistr/u16-set: New file.
1164         * modules/unistr/u32-set: New file.
1165         * lib/unistr/u8-set.c: New file.
1166         * lib/unistr/u16-set.c: New file.
1167         * lib/unistr/u32-set.c: New file.
1168         * lib/unistr/u-set.h: New file.
1169
1170         * modules/unistr/u8-startswith: New file.
1171         * modules/unistr/u16-startswith: New file.
1172         * modules/unistr/u32-startswith: New file.
1173         * lib/unistr/u8-startswith.c: New file.
1174         * lib/unistr/u16-startswith.c: New file.
1175         * lib/unistr/u32-startswith.c: New file.
1176         * lib/unistr/u-startswith.h: New file.
1177
1178         * modules/unistr/u8-stpcpy: New file.
1179         * modules/unistr/u16-stpcpy: New file.
1180         * modules/unistr/u32-stpcpy: New file.
1181         * lib/unistr/u8-stpcpy.c: New file.
1182         * lib/unistr/u16-stpcpy.c: New file.
1183         * lib/unistr/u32-stpcpy.c: New file.
1184         * lib/unistr/u-stpcpy.h: New file.
1185
1186         * modules/unistr/u8-stpncpy: New file.
1187         * modules/unistr/u16-stpncpy: New file.
1188         * modules/unistr/u32-stpncpy: New file.
1189         * lib/unistr/u8-stpncpy.c: New file.
1190         * lib/unistr/u16-stpncpy.c: New file.
1191         * lib/unistr/u32-stpncpy.c: New file.
1192         * lib/unistr/u-stpncpy.h: New file.
1193
1194         * modules/unistr/u8-strcat: New file.
1195         * modules/unistr/u16-strcat: New file.
1196         * modules/unistr/u32-strcat: New file.
1197         * lib/unistr/u8-strcat.c: New file.
1198         * lib/unistr/u16-strcat.c: New file.
1199         * lib/unistr/u32-strcat.c: New file.
1200         * lib/unistr/u-strcat.h: New file.
1201
1202         * modules/unistr/u8-strchr: New file.
1203         * modules/unistr/u16-strchr: New file.
1204         * modules/unistr/u32-strchr: New file.
1205         * lib/unistr/u8-strchr.c: New file.
1206         * lib/unistr/u16-strchr.c: New file.
1207         * lib/unistr/u32-strchr.c: New file.
1208
1209         * modules/unistr/u8-strcmp: New file.
1210         * modules/unistr/u16-strcmp: New file.
1211         * modules/unistr/u32-strcmp: New file.
1212         * lib/unistr/u8-strcmp.c: New file.
1213         * lib/unistr/u16-strcmp.c: New file.
1214         * lib/unistr/u32-strcmp.c: New file.
1215
1216         * modules/unistr/u8-strcpy: New file.
1217         * modules/unistr/u16-strcpy: New file.
1218         * modules/unistr/u32-strcpy: New file.
1219         * lib/unistr/u8-strcpy.c: New file.
1220         * lib/unistr/u16-strcpy.c: New file.
1221         * lib/unistr/u32-strcpy.c: New file.
1222         * lib/unistr/u-strcpy.h: New file.
1223
1224         * modules/unistr/u8-strcspn: New file.
1225         * modules/unistr/u16-strcspn: New file.
1226         * modules/unistr/u32-strcspn: New file.
1227         * lib/unistr/u8-strcspn.c: New file.
1228         * lib/unistr/u16-strcspn.c: New file.
1229         * lib/unistr/u32-strcspn.c: New file.
1230         * lib/unistr/u-strcspn.h: New file.
1231
1232         * modules/unistr/u8-strdup: New file.
1233         * modules/unistr/u16-strdup: New file.
1234         * modules/unistr/u32-strdup: New file.
1235         * lib/unistr/u8-strdup.c: New file.
1236         * lib/unistr/u16-strdup.c: New file.
1237         * lib/unistr/u32-strdup.c: New file.
1238         * lib/unistr/u-strdup.h: New file.
1239
1240         * modules/unistr/u8-strlen: New file.
1241         * modules/unistr/u16-strlen: New file.
1242         * modules/unistr/u32-strlen: New file.
1243         * lib/unistr/u8-strlen.c: New file.
1244         * lib/unistr/u16-strlen.c: New file.
1245         * lib/unistr/u32-strlen.c: New file.
1246         * lib/unistr/u-strlen.h: New file.
1247
1248         * modules/unistr/u8-strmblen: New file.
1249         * modules/unistr/u16-strmblen: New file.
1250         * modules/unistr/u32-strmblen: New file.
1251         * lib/unistr/u8-strmblen.c: New file.
1252         * lib/unistr/u16-strmblen.c: New file.
1253         * lib/unistr/u32-strmblen.c: New file.
1254
1255         * modules/unistr/u8-strmbtouc: New file.
1256         * modules/unistr/u16-strmbtouc: New file.
1257         * modules/unistr/u32-strmbtouc: New file.
1258         * lib/unistr/u8-strmbtouc.c: New file.
1259         * lib/unistr/u16-strmbtouc.c: New file.
1260         * lib/unistr/u32-strmbtouc.c: New file.
1261
1262         * modules/unistr/u8-strncat: New file.
1263         * modules/unistr/u16-strncat: New file.
1264         * modules/unistr/u32-strncat: New file.
1265         * lib/unistr/u8-strncat.c: New file.
1266         * lib/unistr/u16-strncat.c: New file.
1267         * lib/unistr/u32-strncat.c: New file.
1268         * lib/unistr/u-strncat.h: New file.
1269
1270         * modules/unistr/u8-strncmp: New file.
1271         * modules/unistr/u16-strncmp: New file.
1272         * modules/unistr/u32-strncmp: New file.
1273         * lib/unistr/u8-strncmp.c: New file.
1274         * lib/unistr/u16-strncmp.c: New file.
1275         * lib/unistr/u32-strncmp.c: New file.
1276
1277         * modules/unistr/u8-strncpy: New file.
1278         * modules/unistr/u16-strncpy: New file.
1279         * modules/unistr/u32-strncpy: New file.
1280         * lib/unistr/u8-strncpy.c: New file.
1281         * lib/unistr/u16-strncpy.c: New file.
1282         * lib/unistr/u32-strncpy.c: New file.
1283         * lib/unistr/u-strncpy.h: New file.
1284
1285         * modules/unistr/u8-strnlen: New file.
1286         * modules/unistr/u16-strnlen: New file.
1287         * modules/unistr/u32-strnlen: New file.
1288         * lib/unistr/u8-strnlen.c: New file.
1289         * lib/unistr/u16-strnlen.c: New file.
1290         * lib/unistr/u32-strnlen.c: New file.
1291         * lib/unistr/u-strnlen.h: New file.
1292
1293         * modules/unistr/u8-strpbrk: New file.
1294         * modules/unistr/u16-strpbrk: New file.
1295         * modules/unistr/u32-strpbrk: New file.
1296         * lib/unistr/u8-strpbrk.c: New file.
1297         * lib/unistr/u16-strpbrk.c: New file.
1298         * lib/unistr/u32-strpbrk.c: New file.
1299         * lib/unistr/u-strpbrk.h: New file.
1300
1301         * modules/unistr/u8-strrchr: New file.
1302         * modules/unistr/u16-strrchr: New file.
1303         * modules/unistr/u32-strrchr: New file.
1304         * lib/unistr/u8-strrchr.c: New file.
1305         * lib/unistr/u16-strrchr.c: New file.
1306         * lib/unistr/u32-strrchr.c: New file.
1307
1308         * modules/unistr/u8-strspn: New file.
1309         * modules/unistr/u16-strspn: New file.
1310         * modules/unistr/u32-strspn: New file.
1311         * lib/unistr/u8-strspn.c: New file.
1312         * lib/unistr/u16-strspn.c: New file.
1313         * lib/unistr/u32-strspn.c: New file.
1314         * lib/unistr/u-strspn.h: New file.
1315
1316         * modules/unistr/u8-strstr: New file.
1317         * modules/unistr/u16-strstr: New file.
1318         * modules/unistr/u32-strstr: New file.
1319         * lib/unistr/u8-strstr.c: New file.
1320         * lib/unistr/u16-strstr.c: New file.
1321         * lib/unistr/u32-strstr.c: New file.
1322         * lib/unistr/u-strstr.h: New file.
1323
1324         * modules/unistr/u8-strtok: New file.
1325         * modules/unistr/u16-strtok: New file.
1326         * modules/unistr/u32-strtok: New file.
1327         * lib/unistr/u8-strtok.c: New file.
1328         * lib/unistr/u16-strtok.c: New file.
1329         * lib/unistr/u32-strtok.c: New file.
1330         * lib/unistr/u-strtok.h: New file.
1331
1332         * modules/unistr/u8-uctomb: New file.
1333         * modules/unistr/u16-uctomb: New file.
1334         * modules/unistr/u32-uctomb: New file.
1335         * lib/unistr/u8-uctomb.c: New file.
1336         * lib/unistr/u16-uctomb.c: New file.
1337         * lib/unistr/u32-uctomb.c: New file.
1338
1339         * MODULES.html.sh (Unicode string functions): Add the new modules.
1340
1341 2007-01-08  Bruno Haible  <bruno@clisp.org>
1342
1343         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1344         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1345         subdirectories.
1346
1347 2007-01-08  Karl Berry  <karl@gnu.org>
1348
1349         * doc/error.texi: mention that main() fns must set program_name
1350         when progname is used.
1351
1352 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1353
1354         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1355         WCTYPE_H is empty, for the benefit of builds from non-distclean
1356         directories.  Problem reported by Eric Blake in
1357         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1358
1359 2007-01-08  Bruno Haible  <bruno@clisp.org>
1360
1361         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1362         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1363         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1364         PROVIDE_CANONICALIZE_FILENAME_MODE.
1365         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1366
1367 2007-01-08  Bruno Haible  <bruno@clisp.org>
1368
1369         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1370         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1371         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1372         * lib/fts.c: Likewise.
1373         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1374
1375 2006-12-25  Bruno Haible  <bruno@clisp.org>
1376
1377         * modules/utf8-ucs4-safe: New file.
1378         * lib/utf8-ucs4-safe.h: New file.
1379         * lib/unistr/utf8-ucs4-safe.c: New file.
1380
1381         * modules/utf16-ucs4-safe: New file.
1382         * lib/utf16-ucs4-safe.h: New file.
1383         * lib/unistr/utf16-ucs4-safe.c: New file.
1384
1385         * MODULES.html.sh (Unicode string functions): Add the new modules.
1386
1387 2007-01-08  Bruno Haible  <bruno@clisp.org>
1388
1389         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1390         (Depends-on): Add unitypes.
1391         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1392         (u8_mbtouc_aux): Move out to separate file.
1393         (u8_mbtouc): Use ucs4_t, uint8_t types.
1394         * lib/unistr/utf8-ucs4.c: New file.
1395
1396         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1397         (Depends-on): Add unitypes.
1398         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1399         (u16_mbtouc_aux): Move out to separate file.
1400         (u16_mbtouc): Use ucs4_t, uint16_t types.
1401         * lib/unistr/utf16-ucs4.c: New file.
1402
1403         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1404         (Depends-on): Add unitypes.
1405         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1406         (u8_uctomb_aux): Move out to separate file.
1407         (u8_uctomb): Use ucs4_t, uint8_t types.
1408         * lib/unistr/ucs4-utf8.c: New file.
1409
1410         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1411         (Depends-on): Add unitypes.
1412         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1413         (u16_uctomb_aux): Move out to separate file.
1414         (u16_uctomb): Use ucs4_t, uint16_t types.
1415         * lib/unistr/ucs4-utf16.c: New file.
1416
1417 2006-12-25  Bruno Haible  <bruno@clisp.org>
1418
1419         * modules/unitypes: New file.
1420         * lib/unitypes.h: New file.
1421         * MODULES.html.sh (func_all_modules): New section "Unicode string
1422         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1423         this section. Add unitypes.
1424
1425 2007-01-08  Bruno Haible  <bruno@clisp.org>
1426
1427         Avoid variable names that conflict with those from libtool.
1428         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1429         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1430         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1431         library_names_spec to acl_library_names_spec, hardcode_* to
1432         acl_hardcode_*.
1433         Reported by Ralf Wildenhues.
1434
1435 2007-01-08  Bruno Haible  <bruno@clisp.org>
1436
1437         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1438         definition.
1439         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1440         definition.
1441         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1442         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1443         definition.
1444         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1445         definition.
1446         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1447         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1448         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1449         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1450         definition.
1451         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1452         definition.
1453         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1454         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1455         GC_USE_<algorithm>.
1456         * lib/gc-libgcrypt.c: Likewise.
1457         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1458         * modules/gc-arctwo (configure.ac): Likewise.
1459         * modules/gc-des (configure.ac): Likewise.
1460         * modules/gc-hmac-md5 (configure.ac): Likewise.
1461         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1462         * modules/gc-md2 (configure.ac): Likewise.
1463         * modules/gc-md4 (configure.ac): Likewise.
1464         * modules/gc-md5 (configure.ac): Likewise.
1465         * modules/gc-random (configure.ac): Likewise.
1466         * modules/gc-rijndael (configure.ac): Likewise.
1467         * modules/gc-sha1 (configure.ac): Likewise.
1468
1469 2007-01-08  Bruno Haible  <bruno@clisp.org>
1470
1471         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1472         macro definition.
1473         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1474         definition.
1475         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1476         definition.
1477         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1478         * modules/fcntl-safer (configure.ac): Likewise.
1479         * modules/fopen-safer (configure.ac): Likewise.
1480         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1481         GNULIB_FWRITEERROR macro definition.
1482
1483 2007-01-08  Bruno Haible  <bruno@clisp.org>
1484
1485         * m4/gnulib-common.m4: New file.
1486         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1487         (func_get_filelist): Add m4/gnulib-common.m4.
1488
1489 2007-01-08  Bruno Haible  <bruno@clisp.org>
1490
1491         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1492         command.
1493
1494 2007-01-08  Jim Meyering  <jim@meyering.net>
1495
1496         Use a more robust test for a "can't happen" condition.
1497         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1498         narrowed the st_size value.  Presuming the "can't happen" condition
1499         is true, that narrowing could conceivably convert an invalid st_size
1500         value into a valid one.  Instead, use a change based on Matthew
1501         Woehlke's original patch.
1502
1503         Slight readability improvement: use an assert-like macro
1504         in place of literal "abort ()" uses.
1505         * lib/fts.c (fts_assert): Define.
1506         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1507         Use this macro instead of a bare 'abort'.
1508
1509 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1510
1511         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1512         simply work around them.
1513         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1514         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1515         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1516         Don't bother to define as macros, since the standard doesn't require it.
1517         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1518         longer worry about IRIX 5.3.
1519         (HAVE_WCTYPE_CTMP_BUG): Remove.
1520
1521 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1522
1523         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1524         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1525         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1526         Problems reported by Georg Schwarz for IRIX 5.3.
1527
1528         * gnulib-tool (autoconf_minversion): Take the maximum version number
1529         found, not the minimum.  Problem reported by James Youngman.
1530
1531 2007-01-03  Karl Berry  <karl@gnu.org>
1532
1533         * doc/error.texi: new file, explaining interaction with progname.
1534         * doc/gnulib.texi: include it.  Update copyright.
1535
1536 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1537
1538         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1539         AC_CANONICAL_HOST, to improve autobuild outputs.
1540
1541 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1542             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1543
1544         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1545         sockets, server sockets, and other file descriptors.  Count errors
1546         to compute the return value.  Reorder the code a bit to be easier
1547         to follow.  Don't set event bits that were not requested (except
1548         POLLERR and POLLHUP).
1549
1550 2007-01-01  Bruno Haible  <bruno@clisp.org>
1551
1552         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1553
1554 2007-01-03  Jim Meyering  <jim@meyering.net>
1555
1556         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1557
1558 2007-01-02  Bruno Haible  <bruno@clisp.org>
1559
1560         * modules/settime (Include): Require timespec.h.
1561         * modules/nanosleep (Include): Likewise.
1562
1563 2007-01-01  Bruno Haible  <bruno@clisp.org>
1564
1565         * gnulib-tool (func_emit_copyright_notice): Bump year.
1566         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1567
1568 2007-01-01  Bruno Haible  <bruno@clisp.org>
1569
1570         Improve support for OpenBSD.
1571         * build-aux/config.rpath (libname_spec): Export.
1572         (library_names_spec): New variable. Export.
1573         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1574         library_names_spec from the config.rpath output. Locate shared library
1575         through the name pattern in library_names_spec.
1576
1577 2007-01-01  Eric Blake  <ebb9@byu.net>
1578
1579         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1580
1581 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1582
1583         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1584         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1585         assume the C locale, and avoid an "eval" that could cause trouble.
1586         Problem with SORT reported by Bob Proulx.
1587
1588         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1589         Define.  Trivial patch from Henning Nielsen Lund, originally
1590         sent to bug-grep@gnu.org today.
1591
1592 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1593
1594         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1595         struct stat.  Problem reported by Henning Nielsen Lund.
1596         * lib/acl.c: Include acl.h first, to check interface.  Don't
1597         bother to include sys/types.h and sys/stat.h again.
1598
1599 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1600
1601         Import the following change from libc; problem reported by
1602         Sven Verdoolaege.
1603
1604         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1605
1606         [BZ #1373]
1607         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1608
1609 2006-12-28  Jim Meyering  <jim@meyering.net>
1610
1611         * build-aux/announce-gen: Do not assume that the package
1612         builds any of tar.gz, tar.bz2, and .xdelta files.
1613         Suggestion from Simon Josefsson.
1614
1615 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1616
1617         * modules/announce-gen: New file.
1618
1619 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1620
1621         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1622         handles its gotchas now.
1623         * lib/mbswidth.c: Likewise.
1624         * lib/wcwidth.h: Likewise.
1625         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1626         and iswcntrl; the wctype module does this stuff now.
1627         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1628         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1629         * modules/mbchar (Depends-on): Add wctype.
1630         * modules/mbswidth (Depends-on): Likewise.
1631         * modules/wcwidth (Depends-on): Likewise.
1632
1633 2006-12-27  Eric Blake  <ebb9@byu.net>
1634
1635         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1636         module uses more than what <wctype.h> is required to provide.
1637
1638 2006-12-26  Eric Blake  <ebb9@byu.net>
1639
1640         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1641
1642 2006-12-26  Eric Blake  <ebb9@byu.net>
1643
1644         * modules/absolute-header: New module.
1645         * modules/fcntl (Depends-on): Depend on it.
1646         * modules/inttypes (Depends-on): Likewise.
1647         * modules/stdint (Depends-on): Likewise.
1648         * modules/sys_stat (Depends-on): Likewise.
1649         * modules/wctype (Depends-on): Likewise.
1650         * MODULES.html.sh (Support for building libraries and
1651         executables): Document it.
1652
1653 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1654
1655         * gnulib-tool (SED): Remove, undoing previous change.
1656         The problem was that it broke coreutils on Solaris, because
1657         "sed --posix" leaked into a makefile.
1658         (sed): New alias, if 'alias' and GNU sed.
1659
1660 2006-12-24  Jim Meyering  <jim@meyering.net>
1661
1662         Work around an fchownat bug in glibc-2.4:
1663         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1664         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1665         in spite of the -P option.
1666         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1667         New macros.
1668         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1669         * modules/openat (Files): Add lib/fchownat.c.
1670         * lib/openat.c (fchownat): Don't define here.  Move to...
1671         * lib/fchownat.c: ...this new file.
1672
1673 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1674
1675         Fix bug reported by Bruno Haible in
1676         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1677         where quotearg.c didn't compile on Mac OS X 10.2 because it
1678         lacks <wchar.h> and wint_t.
1679         * lib/wctype_.h (__wctype_wint_t): New type.
1680         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1681         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1682         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1683         Arg is now of type __wctype_wint_t, not wint_t.
1684         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1685         substitute HAVE_WINT_T.
1686         * modules/wctype (Files): Add m4/wint_t.m4.
1687         (wctype.h): Substitute HAVE_WINT_T.
1688
1689 2006-12-23  Bruno Haible  <bruno@clisp.org>
1690
1691         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1692
1693 2006-12-23  Bruno Haible  <bruno@clisp.org>
1694
1695         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1696         S_ISLNK.
1697         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1698         mingw.
1699
1700 2006-12-22  Bruno Haible  <bruno@clisp.org>
1701
1702         * lib/copy-file.c: Include acl.h.
1703         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1704         Close the file descriptors only after being done with copy_acl.
1705         * modules/copy-file (Depends-on): Add acl.
1706
1707 2006-12-22  Bruno Haible  <bruno@clisp.org>
1708
1709         * gnulib-tool (SED): New variable.
1710         Use $SED instead of sed everywhere.
1711
1712 2006-12-22  Bruno Haible  <bruno@clisp.org>
1713
1714         * modules/no-c++: New file.
1715         * m4/no-c++.m4: New file.
1716         * MODULES.html.sh (Support for building libraries and executables):
1717         Add no-c++.
1718
1719 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1720
1721         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1722         Include <limits.h>, and use its INT_MAX to rewrite the
1723         j loop so that it does not overflow 'int'.  Problem reported by
1724         Ralf Wildenhues in
1725         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1726         Play it safe by shifting left by 1 rather than multiplying by 2,
1727         as GCC is less likely to optimize this away when the value
1728         is signed (when it assumes overflow leads to undefined behavior).
1729         Also, don't assume time_t uses two's complement.
1730
1731 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1732
1733         * MODULES.html.sh: New module wctype.
1734         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1735         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1736         <wctype.h>, since the new wctype module should fix this.
1737         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1738         the wctype module should arrange for it.
1739         * lib/regex_internal.h: Likewise.
1740         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1741         since the wctype module should handle this now.
1742         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1743         * modules/fnmatch (Depends-on): Add wctype.
1744         * modules/quotearg (Depends-on): Likewise.
1745         * modules/regex (Depends-on): Likewise.
1746
1747 2006-12-19  Bruno Haible  <bruno@clisp.org>
1748
1749         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1750         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1751
1752 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1753
1754         * modules/savewd (Depends-on): Fix dependency on fcntl.
1755
1756 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1757
1758         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1759         conforms to C99, rather than relying on the user's environment
1760         setting of STDINT_H.
1761
1762 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1763         and Eric Blake  <ebb9@byu.net>
1764
1765         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1766         This is more consistent with the other defines here.
1767         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1768         Port to z/OS.  Problem reported by Paul Gilmartin.
1769         Change local vars to use gl_ prefix rather than ac_.
1770         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1771         with other defines.
1772         * modules/double-slash-root: New module.
1773         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1774         (Depends-on): Add double-slash-root.
1775         * MODULES.html.sh (File system functions): Mention new module.
1776
1777 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1778
1779         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1780         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1781         This is for the benefit of gzip, which doesn't do i18n.
1782
1783 2006-12-12  Jim Meyering  <jim@meyering.net>
1784
1785         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1786         Reported by Andreas Schwab <schwab@suse.de>.
1787
1788 2006-12-12  Bruno Haible  <bruno@clisp.org>
1789
1790         Merge these changes.
1791         2006-09-05  Bruno Haible  <bruno@clisp.org>
1792         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1793         iconv_alloc succeeded.
1794         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1795         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1796         test for " && dest " at the end - dest is always != NULL there. Call
1797         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1798         with 2xNULL arguments, also to flush the state storage. Handle the
1799         IRIX iconv behaviour. Realloc the final result, to throw away unused
1800         memory.
1801
1802 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1803
1804         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1805         and fchmodat unconditionally, since glibc 2.4 has them.
1806         Problem reported by Arkadiusz Miskiewicz.
1807
1808 2006-12-10  Bruno Haible  <bruno@clisp.org>
1809
1810         * gnulib-tool (func_import): Show the include files only for those
1811         modules that are copied and specified.
1812         Reported by Karl Berry.
1813
1814 2006-12-08  Jim Meyering  <jim@meyering.net>
1815
1816         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1817         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1818
1819         * build-aux/announce-gen: Add two new options, both optional:
1820         --bootstrap-tools=TOOL_LIST
1821               a comma-separated list of tools, e.g.,
1822               autoconf,automake,bison,gnulib
1823         --gnulib-snapshot-date=DATE
1824               if gnulib is in the bootstrap tool list,
1825               then report this as the snapshot date.
1826               If not specified, use the current date/time.
1827               If you specify a date here, be sure it's UTC.
1828
1829 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1830
1831         * tests/test-argp-2.sh: Fix test to match actual output.
1832         (func_compare): Fix sed script to be portable.
1833
1834 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1835
1836         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1837         workaround for this case.  It is not autoconfigured now; offhand
1838         it's hard to see how to autoconfigure it.
1839
1840 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1841
1842         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1843         a directory that is about to be chowned.  Such a directory's
1844         initial file permissions should permit the owner only and this
1845         should not be changed until after the chown, since the group and
1846         other bits would be incorrect if they granted permission before
1847         the chown.
1848
1849         Fix porting problem for iswctype reported by Georg Schwarz in:
1850         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1851         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1852         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1853         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1854         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1855
1856 2006-12-03  Jim Meyering  <jim@meyering.net>
1857
1858         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1859         p->fts_statp may not yet be defined.
1860         (fts_read): Instead, set it in the caller, once p->fts_statp is
1861         sure to be defined, and corresponds to a top-level directory.
1862         This bug made du -x fail.  Here's the coreutils test case:
1863         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1864         Reported by Mike Frysinger.
1865
1866 2006-12-01  Jim Meyering  <jim@meyering.net>
1867
1868         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1869         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1870         Reported by Simon Josefsson.
1871
1872 2006-11-30  Jim Meyering  <jim@meyering.net>
1873
1874         * m4/warning.m4: Use the all-permissive copyright notice
1875         recommended by RMS (rather than LGPL).
1876         * m4/vararrays.m4: Likewise.
1877         * m4/flexmember.m4: Likewise.
1878
1879 2006-11-29  Bruno Haible  <bruno@clisp.org>
1880
1881         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1882         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1883         using +=.
1884         Reported by Simon Josefsson <simon@josefsson.org>.
1885
1886 2006-11-28  James Youngman <jay@gnu.org>
1887
1888         * README: Advise users that they might find the bug-gnulib@gnu.org
1889         and autotools-announce@gnu.org mailing lists useful.
1890
1891 2006-11-28  Bruno Haible  <bruno@clisp.org>
1892
1893         * m4/ptrdiff_max.m4: Remove file.
1894
1895 2006-11-21  Bruno Haible  <bruno@clisp.org>
1896
1897         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1898         _AC_COMPUTE_INT.
1899         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1900         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1901         _AC_COMPUTE_INT.
1902         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1903         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1904         _AC_COMPUTE_INT.
1905         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1906
1907 2006-11-28  Jim Meyering  <jim@meyering.net>
1908
1909         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1910         warning from "gcc -Wshadow" about shadowing the builtin.
1911
1912 2006-11-27  Bruno Haible  <bruno@clisp.org>
1913
1914         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1915         _AC_COMPUTE_INT.
1916         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1917
1918 2006-11-27  Bruno Haible  <bruno@clisp.org>
1919             Paul Eggert  <eggert@cs.ucla.edu>
1920
1921         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1922
1923 2006-11-26  Bruno Haible  <bruno@clisp.org>
1924
1925         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1926         noinst_LTLIBRARIES.
1927
1928 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1929             Bruno Haible  <bruno@clisp.org>
1930
1931         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1932         if compiling with "gcc -ansi".
1933
1934 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1935
1936         Fix some incompatibilities with gcc -ansi -pedantic.
1937         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1938         if compiling pedantically with GCC, unless it's C99 or later.
1939         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1940         it mishandles gcc -ansi -pedantic as well.
1941         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1942         if gcc -pedantic.
1943         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1944         initializers for struct if -pedantic, unless it's C99 or later.
1945
1946 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1947
1948         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1949         Don't close an fd more than once. Identical atimes indicate
1950         success, not failure.
1951
1952 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1953
1954         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1955
1956 2006-11-23  Jim Meyering  <jim@meyering.net>
1957
1958         * build-aux/announce-gen: New file.  From coreutils.
1959
1960 2006-11-22  Jim Meyering  <jim@meyering.net>
1961
1962         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1963         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1964         (fts_read): Use a temporary to narrow the overused st_size member
1965         before using it in a switch statement.  Reported by Matthew Woehlke.
1966
1967         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1968         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1969
1970 2006-11-20  Bruno Haible  <bruno@clisp.org>
1971
1972         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1973         changequote instead of pairs of brackets.
1974         Reported by Andreas Schwab <schwab@suse.de>.
1975
1976 2006-11-21  Jim Meyering  <jim@meyering.net>
1977
1978         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1979         so as to remain compatible with older compilers.
1980         Patch from Michael Deutschmann.
1981
1982 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1983
1984         * MODULES.html.sh (File system functions): Add openat.
1985
1986         * lib/openat.h (rpl_fstatat): New macro, if
1987         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1988         (fstatat): Define to rpl_fstatat under the same conditions,
1989         unless COMPILING_FSTATAT.
1990         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1991         seems to have the bug.
1992         * lib/fstatat.c: New file.
1993         * modules/openat (Files): Add it.
1994
1995 2006-11-20  Bruno Haible  <bruno@clisp.org>
1996
1997         * Makefile: New file.
1998
1999 2006-11-20  Jim Meyering  <jim@meyering.net>
2000
2001         The beginnings of syntax-related checks for gnulib.
2002         * lib/Makefile: New file.
2003         * lib/t-idcache: New script.  Ensure that the two halves of
2004         idcache.c stay in sync.
2005
2006         * lib/idcache.c: Adjust comments in user- and group- portions to
2007         be more accurate, and to be consistent with one another.
2008
2009 2006-11-20  Jim Meyering  <jim@meyering.net>
2010
2011         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2012         continue using the flexible array member (thus, this module performs
2013         half as many malloc calls), with the addition that...
2014         (getgroup, getuser): Consistently record a non-match via an empty
2015         "name" string, and map an empty string match to a NULL return value.
2016         * modules/idcache (Depends-on): Re-add flexmember.
2017
2018         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2019         (getuidbyname, getgroup, getgidbyname): Likewise.
2020
2021         Use cleaner syntax: NULL rather than 0.
2022         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2023
2024 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2025
2026         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2027         It mishandled the case where the group was missing.
2028         Problem reported by Greg Schafer.
2029         * modules/idcache: Likewise.
2030
2031 2006-11-18  Jim Meyering  <jim@meyering.net>
2032
2033         * check-module (%exempt_header): Add exception for some
2034         conditionally-included headers.
2035
2036         * modules/i-ring (Depends-on): Add verify.
2037         (License): Change to LGPL.
2038
2039 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2040
2041         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2042         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2043         and inttostr.h.  Use snprintf rather than uinttostr, so that
2044         LGPLed code doesn't depend on GPLed.
2045
2046 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2047
2048         * modules/inline (License): Change from GPL to LGPL.
2049
2050 2006-11-17  Jim Meyering  <jim@meyering.net>
2051
2052         * modules/d-type (License): Switch to LGPL.
2053
2054 2006-11-15  Bruno Haible  <bruno@clisp.org>
2055
2056         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2057
2058 2006-11-15  Eric Blake  <ebb9@byu.net>
2059
2060         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2061         the module dependency.
2062
2063 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2064             Bruno Haible  <bruno@clisp.org>
2065
2066         * gnulib-tool (func_create_testdir): Add license consistency check.
2067
2068 2006-11-15  Eric Blake  <ebb9@byu.net>
2069
2070         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2071         random "(cached)" in configure output.
2072
2073 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2074
2075         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2076         test for conforming inttypes.h is both announced and cached.
2077
2078         * MODULES.html.sh (seen_modules, seen_files): New variables.
2079         (func_module): Rewrite to use a few less gnulib-tool and sed
2080         invocations.  Avoid a couple of quadratic algorithms for ...
2081         (missed_modules, missed_files): ... these, with ...
2082         (func_append, func_tmpdir): ... these new functions, from
2083         gnulib-tool.  Analogously, install traps for cleanup.
2084
2085         * tests/test-gc.c (main): Remove unused variables.
2086         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2087
2088 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2089
2090         * modules/inttostr (License): Change to LGPL.
2091
2092 2006-11-14  Eric Blake  <ebb9@byu.net>
2093
2094         * modules/tempname (License): Change to LGPL.
2095
2096 2006-11-14  Eric Blake  <ebb9@byu.net>
2097
2098         * doc/functions.texi (Function Portability): *printf functions on
2099         Cygwin now understand all POSIX size specifiers.
2100
2101 2006-11-14  Bruno Haible  <bruno@clisp.org>
2102
2103         * modules/c-ctype (License): Change to LGPL.
2104
2105 2006-11-12  Bruno Haible  <bruno@clisp.org>
2106
2107         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2108         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2109         for GNOME libraries, for which the include files are installed in
2110         subdirectories of $prefix/include.
2111
2112 2006-11-12  Bruno Haible  <bruno@clisp.org>
2113
2114         * m4/lib-link.m4: Require at least autoconf-2.54.
2115         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2116         name to underscores for the --with option.
2117
2118 2006-11-13  Bruno Haible  <bruno@clisp.org>
2119
2120         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2121         the tests directory.
2122         Reported by Ralf Wildenhues.
2123
2124 2006-11-13  Bruno Haible  <bruno@clisp.org>
2125
2126         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2127         (func_emit_initmacro_end): Undo the override here.
2128         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2129         Works around the famous automake error in coreutils.
2130
2131 2006-11-13  Eric Blake  <ebb9@byu.net>
2132
2133         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2134         element, not its node.
2135
2136 2006-11-12  Bruno Haible  <bruno@clisp.org>
2137
2138         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2139         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2140
2141 2006-11-12  Bruno Haible  <bruno@clisp.org>
2142
2143         * gnulib-tool: New option --local-symlink.
2144         (func_usage): Document it.
2145         (lsymbolic): New variable.
2146         (func_import, func_create_testdir): If --symlink was not specified,
2147         test whether --local-symlink was specified and the file comes from
2148         the local_gnulib_dir.
2149
2150 2006-11-12  Bruno Haible  <bruno@clisp.org>
2151
2152         * gnulib-tool (func_ln): New function.
2153         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2154
2155 2006-11-12  Bruno Haible  <bruno@clisp.org>
2156
2157         Finish support for source files in subdirectories.
2158         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2159         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2160         AUTOMAKE_OPTIONS.
2161         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2162
2163 2006-11-12  Bruno Haible  <bruno@clisp.org>
2164
2165         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2166         EXTRA_lib_SOURCES augmentation.
2167         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2168
2169 2006-11-12  Jim Meyering  <jim@meyering.net>
2170
2171         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2172         file descriptors.  This also averts a failure on systems with
2173         native openat support when a traversed directory lacks "x" access.
2174         * lib/fts_.h: Include "i-ring.h"
2175         (struct FTS) [fts_fd_ring]: New member.
2176         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2177         (FCHDIR): Add parentheses.
2178         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2179         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2180         When descending, rather than simply closing the previous
2181         fts_cwd_fd value, push that file descriptor onto the ring.
2182         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2183         (fts_open): Initialize the new fd_ring member.
2184         (fts_close): Clear the ring.
2185         (fts_safe_changedir): When possible, use our new fd_ring to skip
2186         the diropen and fstat and dev/ino comparison that would normally
2187         accompany a virtual `chdir ("..")'.
2188
2189         * modules/fts (Depends-on): Add i-ring.
2190         * modules/i-ring: New module.
2191         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2192         * m4/i-ring.m4: New file.
2193
2194 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2195
2196         * gnulib-tool (func_create_testdir): Fix replacement of
2197         `build-aux' in configure.ac.  Run autotools in gltests
2198         subdirectory.
2199         (func_create_testdir, func_create_megatestdir, test): There is
2200         no need for '--force' in most autotool invocations in a new
2201         tree.  Actually fail the whole test if any of the tools, or the
2202         configure or make stages fail.
2203
2204         Sync from Automake.
2205         * build-aux/gnupload: Revert last change.  Add pointer to upload
2206         instructions of the GNU Maintenance Instructions.
2207         Suggestion by Karl Berry.
2208
2209 2006-11-10  Jim Meyering  <jim@meyering.net>
2210
2211         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2212
2213 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2214
2215         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2216         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2217         (bind_textdomain_codeset) [! ENABLE_NLS]:
2218         Evaluate all the arguments.  That way, callers get compatible behavior
2219         if the arguments have side effects.  Also, it avoids some GCC
2220         diagnostics in some cases; Joel E. Denny reported problems when Bison
2221         was configured with --enable-gcc-warnigs.
2222
2223 2006-11-10  Jim Meyering  <jim@meyering.net>
2224
2225         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2226         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2227         account.
2228
2229 2006-11-10  Jim Meyering  <jim@meyering.net>
2230
2231         * modules/inline: New file/module.
2232         * modules/xalloc (Files): Remove m4/inline.m4.
2233         (Depends-on): Add inline, instead.
2234         * modules/oset: Likewise.
2235         * modules/list: Likewise.
2236
2237 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2238
2239         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2240         Problem reported by Matthew Woehlke.
2241
2242 2006-11-09  Bruno Haible  <bruno@clisp.org>
2243
2244         * lib/tempname.c (gen_tempname): Remove variant that invokes
2245         __gen_tempname.
2246         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2247         __gen_tempname.
2248
2249 2006-11-08  Bruno Haible  <bruno@clisp.org>
2250
2251         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2252         to 'yes' instead of 'cross-compiling'.
2253
2254 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2255
2256         * lib/quotearg.h (quotearg_free): New decl.
2257         * lib/quotearg.c (quotearg_free): New function.
2258         (slot0, nslots, slotvec0, slotvec):
2259         Now file-scope so that quotearg_free can get at them.
2260
2261 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2262
2263         Sync from Automake.
2264         * build-aux/gnupload: Add missing 'gnu' to example URL.
2265         Report by Karl Berry.
2266
2267 2006-11-08  Bruno Haible  <bruno@clisp.org>
2268
2269         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2270         Suggested by Paul Eggert.
2271
2272 2006-11-08  Jim Meyering  <jim@meyering.net>
2273
2274         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2275         It's already included if !_LIBC.
2276         (fts_safe_changedir): Add a comment.
2277
2278 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2279
2280         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2281         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2282         Matthew Woehlke.
2283
2284         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2285         definitions up, to avoid colliding with change below.
2286         (static_inline) [HAVE_INLINE]: New macro.
2287         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2288         Provide extern decls when !HAVE_INLINE.  Do not define unless
2289         static_inline is defined, either by us or by xmalloc.c.  Use
2290         static_inline rather than static inline.
2291         (XCALLOC): Optimize sizeof(T) = 1 case.
2292         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2293
2294 2006-11-07  Bruno Haible  <bruno@clisp.org>
2295
2296         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2297         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2298         AC_C_INLINE.
2299         * modules/xalloc (Files): Add m4/inline.m4.
2300
2301 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2302
2303         * README: Fix typo.
2304         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2305         (Miscellanous Notes): ...from this.
2306
2307 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2308
2309         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2310         Mention that offsetof should be used instead of sizeof.
2311         From Bruno Haible.
2312
2313 2006-11-07  Bruno Haible  <bruno@clisp.org>
2314
2315         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2316
2317 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2318
2319         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2320         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2321         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2322         (gl_tree_add_before, gl_tree_add_after):
2323         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2324         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2325         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2326         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2327         (gl_linked_add_after, gl_linked_add_at): Likewise.
2328         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2329         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2330         (gl_tree_add_before, gl_tree_add_after): Likewise.
2331         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2332         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2333         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2334
2335 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2336
2337         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2338
2339 2006-11-06  Bruno Haible  <bruno@clisp.org>
2340
2341         * m4/inline.m4: New file.
2342         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2343         * modules/list (Files): Add m4/inline.m4.
2344         * modules/oset (Files): Likewise.
2345
2346 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2347
2348         * lib/idcache.c: Include <stddef.h>, for offsetof.
2349         (struct userid.name): Change from char * to a flexible array member.
2350         All uses changed.
2351         * modules/idcache (Depends-on): Add flexmember.
2352
2353         * MODULES.html.sh (Core language properties): New module flexmember.
2354         * modules/flexmember, m4/flexmember.m4: New files.
2355
2356         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2357         inline functions that are identical with the old xnmalloc_inline,
2358         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2359         that we can avoid some unnecessary integer multiplications and
2360         divisions in the common case where the element size is known at
2361         compile time.
2362         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2363         needed.
2364         (xnboundedmalloc): Remove.
2365         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2366         arguments, for consistency with rest of this header.
2367         (xcharalloc): Rewrite using XNMALLOC.
2368         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2369         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2370         versions have been moved to lib/xalloc.h and renamed to be the
2371         non-*_inline versions.
2372         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2373         and xnrealloc functions, since those functions are now inline and
2374         now call us.
2375         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2376         renaming described above.
2377         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2378         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2379         captures the dependency in AC_C_INLINE.
2380
2381         New module canonicalize-lgpl, proposed by Charles Wilson in
2382         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2383         with a few small changes afterwards.
2384         * MODULES.html.sh (File system functions): New module
2385         canonicalize-lgpl.
2386         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2387         and canonicalize_file_name.
2388         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2389         * modules/canonicalize-lgpl: New files.
2390
2391 2006-11-05  Bruno Haible  <bruno@clisp.org>
2392
2393         * gnulib-tool (func_import, func_create_testdir): Create directories
2394         also for files in subdirectories of lib/.
2395
2396 2006-11-05  Bruno Haible  <bruno@clisp.org>
2397
2398         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2399         ANSI C compliant.
2400
2401 2006-11-03  Bruno Haible  <bruno@clisp.org>
2402
2403         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2404         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2405         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2406         (xnboundedmalloc): New inline function.
2407         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2408         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2409         xmalloc.
2410         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2411         xmalloc.
2412         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2413         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2414         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2415         xmalloc.
2416         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2417         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2418         xmalloc.
2419         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2420         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2421         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2422         xmalloc.
2423         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2424         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2425         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2426         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2427         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2428         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2429         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2430
2431 2006-11-03  Bruno Haible  <bruno@clisp.org>
2432
2433         * lib/c-ctype.h [C++]: Define functions without name mangling.
2434         * lib/fwriteerror.h [C++]: Likewise.
2435         * lib/gcd.h [C++]: Likewise.
2436         * lib/linebreak.h [C++]: Likewise.
2437
2438 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2439
2440         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2441         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2442         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2443         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2444         Check for functions and headers just once.
2445         Check for declaration of canonicalize_file_name.
2446         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2447
2448 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2449
2450         * gnulib-tool (func_import): Fix typo in actioncmd.
2451
2452 2006-11-02  Bruno Haible  <bruno@clisp.org>
2453
2454         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2455         newline sequence in the Makefile.am snippet as a space, like "make"
2456         does.
2457         Reported by Roger Persson <perrog@gmail.com>.
2458
2459 2006-11-01  Bruno Haible  <bruno@clisp.org>
2460
2461         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2462         already declared in <string.h>.
2463         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2464
2465 2006-11-01  Bruno Haible  <bruno@clisp.org>
2466
2467         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2468         * lib/strcase.h: Include <string.h>.
2469         (strcasecmp): Define to rpl_strcasecmp here.
2470
2471 2006-11-01  Bruno Haible  <bruno@clisp.org>
2472
2473         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2474
2475 2006-11-01  Eric Blake  <ebb9@byu.net>
2476
2477         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2478
2479         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2480
2481 2006-10-29  Bruno Haible  <bruno@clisp.org>
2482
2483         Make it compile in C++ mode.
2484         * lib/full-write.c (full_rw): Add a cast.
2485
2486 2006-11-01  Bruno Haible  <bruno@clisp.org>
2487
2488         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2489         be POSIX compliant.
2490         Reported by Roger Persson <perrog@gmail.com>.
2491
2492 2006-11-01  Eric Blake  <ebb9@byu.net>
2493
2494         * lib/getopt_.h: Fix comments.
2495
2496 2006-10-31  Eric Blake  <ebb9@byu.net>
2497
2498         * modules/tmpdir (Depends-on): Add sys_stat.
2499         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2500         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2501         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2502         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2503         tempname.
2504
2505 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2506
2507         Avoid some C++ diagnostics reported by Bruno Haible.
2508         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2509         xmalloc.
2510         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2511         (struct slotvec): Move to top level.
2512         (quotearg_n_options): Rewrite to avoid xmalloc.
2513         * lib/xalloc.h (xcharalloc): New function.
2514         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2515         [defined __cplusplus]: Add function template that provides result
2516         type propagation.  This part of the change is from Bruno Haible.
2517
2518 2006-10-29  Bruno Haible  <bruno@clisp.org>
2519
2520         Make it compile in C++ mode.
2521         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2522         * lib/strnlen1.c (strnlen1): Cast memchr result.
2523         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2524         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2525         (create_temp_dir): Rename local variable 'template'.
2526         (compile_csharp_using_sscli): Add cast.
2527         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2528         * lib/findprog.c (find_in_path): Likewise.
2529         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2530         * lib/wait-process.c (register_slave_subprocess): Likewise.
2531
2532 2006-10-22  Bruno Haible  <bruno@clisp.org>
2533
2534         * modules/tsearch: New file.
2535         * lib/tsearch.h: New file.
2536         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2537         * m4/tsearch.m4: New file.
2538         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2539
2540 2006-10-29  Eric Blake  <ebb9@byu.net>
2541
2542         * lib/arcfour.c: Assume config.h.
2543         * lib/arctwo.c: Likewise.
2544         * lib/base64.c: Likewise.
2545         * lib/check-version.c: Likewise.
2546         * lib/crc.c: Likewise.
2547         * lib/des.c: Likewise.
2548         * lib/gc-gnulib.c: Likewise.
2549         * lib/gc-libgcrypt.c: Likewise.
2550         * lib/gc-pbkdf2-sha1.c: Likewise.
2551         * lib/getaddrinfo.c: Likewise.
2552         * lib/getdelim.c: Likewise.
2553         * lib/getline.c: Likewise.
2554         * lib/hmac-md5.c: Likewise.
2555         * lib/hmac-sha1.c: Likewise.
2556         * lib/iconvme.c: Likewise.
2557         * lib/md2.c: Likewise.
2558         * lib/md4.c: Likewise.
2559         * lib/memxor.c: Likewise.
2560         * lib/read-file.c: Likewise.
2561         * lib/readline.c: Likewise.
2562         * lib/rijndael-alg-fst.c: Likewise.
2563         * lib/rijndael-api-fst.c: Likewise.
2564         * lib/xgetdomainname.c: Likewise.
2565
2566 2006-10-28  Eric Blake  <ebb9@byu.net>
2567
2568         * lib/xstrndup.c: Assume config.h.
2569
2570 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2571
2572         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2573         stat-macros.h is now for our own macros, whereas stat_h is for
2574         macros in the <sys/stat.h> name space.
2575         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2576         (STAT_MACROS_H): Remove.
2577         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2578         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2579         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2580         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2581         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2582         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2583         Move these macros to ...
2584         * lib/stat_.h: here.  Don't include stat-macros.h.
2585         * lib/canonicalize.c: Don't include stat-macros.h.
2586         * lib/chown.c: Likewise.
2587         * lib/euidaccess.c: Likewise.
2588         * lib/file-type.c: Likewise.
2589         * lib/filemode.c: Likewise.
2590         * lib/glob.c: Likewise.
2591         * lib/isapipe.c: Likewise.
2592         * lib/lchown.c: Likewise.
2593         * lib/lstat.c: Likewise.
2594         * lib/mkdir-p.c: Likewise.
2595         * lib/rmdir.c: Likewise.
2596         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2597         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2598         unless mkdir isn't declared, to speed up 'configure'.
2599         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2600         would define all the S_* symbols.
2601         * modules/canonicalize (Depends-on):
2602         Depend on sys_stat, not stat-macros.
2603         * modules/chown: Likewise.
2604         * modules/euidaccess: Likewise.
2605         * modules/filemode: Likewise.
2606         * modules/file-type: Likewise.
2607         * modules/glob: Likewise.
2608         * modules/isapipe: Likewise.
2609         * modules/lchown: Likewise.
2610         * modules/lstat: Likewise.
2611         * modules/mkancesdirs: Likewise.
2612         * modules/rmdir: Likewise.
2613         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2614         * modules/modechange: Likewise.
2615         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2616         (configure.ac): Remove gl_STAT_MACROS.
2617         * modules/sys_stat (Depends-on): Remove stat-macros.
2618
2619 2006-10-27  Bruno Haible  <bruno@clisp.org>
2620
2621         * m4/signed.m4: Remove file.
2622         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2623         invocation.
2624         * modules/vasnprintf (Files): Remove m4/signed.m4.
2625
2626 2006-10-27  Bruno Haible  <bruno@clisp.org>
2627
2628         Update to GNU gettext 0.16.
2629         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2630         m4/inttypes-h.m4, m4/signed.m4.
2631         * m4/gettext.m4: Update to GNU gettext 0.16.
2632         * m4/intl.m4: New file, from GNU gettext.
2633         * m4/intldir.m4: New file, from GNU gettext.
2634         * config/srclist.txt: Update
2635
2636 2006-10-27  Eric Blake  <ebb9@byu.net>
2637
2638         * MODULES.html.sh: Document tempname.
2639         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2640         dependencies.
2641         (Files): Move lib/tempname.c...
2642         * modules/tempname: ...to this new module.
2643         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2644         (gl_PREREQ_TEMPNAME): Move...
2645         * m4/tempname.m4: ...to this new file.
2646         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2647         * modules/sys_stat (Depends-on): Add stat-macros.
2648         * lib/stat_.h (includes): Pick up stat macros.
2649         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2650         if stat macros are broken.
2651         * lib/tempname.c (includes): No need to include "stat-macros.h".
2652         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2653         (direxists, __path_search) [!_LIBC]: Don't compile these in
2654         gnulib; the tmpdir module covers that.
2655         * lib/tempname.h: New file.
2656
2657 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2658
2659         * COPYING: Explain how gnulib-tool converts licence headers.
2660         Almost all wording by Eric Blake.
2661
2662 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2663
2664         * lib/mbchar.h (is_basic_table): Make read-only.
2665         * lib/mbchar.c (is_basic_table): Likewise.
2666         Reported by John Darrington.
2667
2668 2006-10-25  Bruno Haible  <bruno@clisp.org>
2669
2670         * lib/progname.h (set_program_name): Undefine before defining.
2671
2672 2006-10-25  Bruno Haible  <bruno@clisp.org>
2673
2674         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2675         false for non-gcc C++ compilers.
2676         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2677
2678 2006-10-24  Bruno Haible  <bruno@clisp.org>
2679
2680         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2681         iconv implementations like Irix iconv.
2682
2683 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2684
2685         * modules/vararrays: New file.
2686         * m4/vararrays.m4: New file, taken from diffutils.
2687         * MODULES.html.sh: New module vararrays.
2688
2689 2006-10-24  Karl Berry  <karl@gnu.org>
2690
2691         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2692         Don't call GNU Unix.
2693
2694 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2695
2696         * users.txt: Add Libtool.
2697
2698         Sync from Libtool:
2699
2700         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2701
2702         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2703         to gnulib's policy of including config.h unconditionally.
2704
2705 2006-10-24  Bruno Haible  <bruno@clisp.org>
2706
2707         * modules/wcwidth (Files): Add m4/wint_t.m4.
2708         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2709         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2710
2711 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2712
2713         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2714         to pacify GCC with some -W flags enabled.  Problem reported by
2715         Bruno Haible.
2716
2717 2006-10-24  Jim Meyering  <jim@meyering.net>
2718
2719         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2720         Reported by Karl Berry.
2721
2722 2006-10-23  Bruno Haible  <bruno@clisp.org>
2723
2724         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2725
2726 2006-10-24  Bruno Haible  <bruno@clisp.org>
2727
2728         * lib/gl_list.h: Use C comment style, not C++ comment style.
2729
2730 2006-10-23  Eric Blake  <ebb9@byu.net>
2731
2732         * lib/getaddrinfo.c (includes): Add missing include.
2733
2734 2006-10-23  Bruno Haible  <bruno@clisp.org>
2735             Paul Eggert  <eggert@cs.ucla.edu>
2736
2737         Ability to rename obstack_free.
2738         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2739         obstack_free.
2740         (obstack_free): Invoke the __obstack_free macro.
2741         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2742
2743 2006-10-23  Bruno Haible  <bruno@clisp.org>
2744             Paul Eggert  <eggert@cs.ucla.edu>
2745
2746         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2747         __argc, __argv from the declaration. (They are defined as macros on
2748         mingw.)
2749
2750 2006-10-22  Bruno Haible  <bruno@clisp.org>
2751
2752         * doc/gnulib-intro.texi: New file.
2753         * doc/gnulib.texi: Include it.
2754
2755 2006-10-21  Bruno Haible  <bruno@clisp.org>
2756
2757         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2758         "Introduction", "Miscellanous Notes", "Particular Modules".
2759
2760 2006-10-21  Bruno Haible  <bruno@clisp.org>
2761
2762         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2763         Change mostlyclean-local rule to avoid sh syntax error from bash
2764         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2765
2766 2006-10-23  Jim Meyering  <jim@meyering.net>
2767
2768         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2769         in place of snprintf.
2770
2771         * modules/inttostr (Files): Add lib/uinttostr.c.
2772         * lib/uinttostr.c (inttostr): New file/function.
2773         * lib/inttostr.h (uinttostr): Declare.
2774         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2775         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2776         Add uinttostr.
2777         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2778
2779 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2780
2781         * lib/canonicalize.c (ELOOP): Define if not already defined.
2782         Problem reported by Bruno Haible in
2783         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2784
2785 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2786
2787         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2788         Problem reported by Perry Smith and Ville Laurikari.
2789
2790         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2791         uses.
2792
2793 2006-10-19  Bruno Haible  <bruno@clisp.org>
2794
2795         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2796         for mingw.
2797
2798 2006-10-19  Bruno Haible  <bruno@clisp.org>
2799
2800         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2801         Needed for mingw.
2802
2803 2006-10-19  Bruno Haible  <bruno@clisp.org>
2804
2805         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2806
2807 2006-10-19  Bruno Haible  <bruno@clisp.org>
2808
2809         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2810         it.
2811
2812 2006-10-19  Bruno Haible  <bruno@clisp.org>
2813
2814         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2815         invocation.
2816
2817 2006-10-19  Bruno Haible  <bruno@clisp.org>
2818
2819         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2820         mountlist by default.
2821
2822 2006-10-16  Bruno Haible  <bruno@clisp.org>
2823
2824         * lib/c-strstr.c: Include c-strstr.h.
2825
2826 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2827
2828         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2829         in a slash.
2830
2831 2006-10-18  Bruno Haible  <bruno@clisp.org>
2832
2833         * lib/lock.h [C++]: Wrap definitions in extern "C".
2834
2835 2006-10-18  Bruno Haible  <bruno@clisp.org>
2836
2837         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2838         gl_LIBOBJS list.
2839
2840 2006-10-18  Bruno Haible  <bruno@clisp.org>
2841
2842         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2843
2844 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2845
2846         * lib/xstrtol.h: Include gettext.h.
2847         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2848         Problem reported by Eric Blake.
2849         * modules/xstrtol (Depends-on): Add gettext-h.
2850
2851 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2852
2853         * lib/strftime.c (advance): New macro.
2854         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2855         incomplete type, so you can't add 0 to it.  Problem and patch
2856         reported by Eelco Dolstra for dietlibc.
2857
2858 2006-10-18  Jim Meyering  <jim@meyering.net>
2859
2860         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2861         type for a local, and rename it: s/up/user_proc/.
2862
2863 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2864
2865         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2866         READ_UTMP_USER_PROCESS.
2867         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2868
2869 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2870
2871         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2872         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2873
2874 2006-10-17  Eric Blake  <ebb9@byu.net>
2875
2876         * lib/sigprocmask.c (sigprocmask): Fix typo.
2877
2878         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2879
2880         * modules/clean-temp (Makefile.am): Don't add to make output...
2881         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2882         config.h.
2883
2884 2006-10-17  Bruno Haible  <bruno@clisp.org>
2885
2886         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2887         differently if DEFAULT_TEXT_DOMAIN is set.
2888
2889 2006-10-16  Bruno Haible  <bruno@clisp.org>
2890
2891         * lib/clean-temp.c: Include fwriteerror.h.
2892
2893 2006-10-16  Bruno Haible  <bruno@clisp.org>
2894
2895         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2896
2897 2006-10-16  Bruno Haible  <bruno@clisp.org>
2898
2899         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2900         * lib/sigprocmask.h: Include <sys/types.h>.
2901         (sigset_t): Use the system's definition if present.
2902
2903 2006-10-17  Eric Blake  <ebb9@byu.net>
2904
2905         * lib/xvasprintf.c (includes): Assume config.h.
2906         * lib/xasprintf.c (includes): Likewise.
2907
2908 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2909
2910         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2911         at least as wide as intmax_t.
2912
2913 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2914
2915         (Imported from Automake.)
2916         * build-aux/gnupload: Update to version 1.1 of directive file.
2917
2918 2006-10-16  Eric Blake  <ebb9@byu.net>
2919
2920         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2921         match Automake 1.10a.
2922
2923 2006-10-14  Bruno Haible  <bruno@clisp.org>
2924
2925         * modules/sigprocmask: New file.
2926         * lib/sigprocmask.h: New file.
2927         * lib/sigprocmask.c: New file.
2928         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2929         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2930         request sigprocmask.o.
2931         (gl_PREREQ_SIGPROCMASK): New macro.
2932         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2933         (Depends-on): Add sigprocmask.
2934         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2935         gt_SIGNALBLOCKING. Test for 'raise' only once.
2936         * lib/fatal-signal.c: Include sigprocmask.h.
2937         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2938         unblock_fatal_signals): Define always.
2939         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2940         sigprocmask.
2941
2942 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2943
2944         Sync from Automake.
2945         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2946         which incorrectly sets the mode of an existing destination
2947         directory.  In some cases the unpatched install-sh could do the
2948         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2949         system.  We hope this is rare in practice, but it's clearly worth
2950         fixing.  Problem reported by Alex Unleashed in
2951         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2952         Also, don't bother to check for -m bugs unless we're using -m;
2953         suggested by Stepan Kasal.
2954
2955 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2956
2957         Sync from Automake.
2958         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2959         `-c' flag, so they appear at the same position as in %FASTDEP%
2960         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2961         which ignores unknown options only after the first non-option.
2962         Bug report against M4 by Nelson H. F. Beebe.
2963
2964 2006-10-13  Jim Meyering  <jim@meyering.net>
2965
2966         Fix a bug in yesterday's change.
2967         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2968         p->fts_statp->st_dev would be used uninitialized.
2969         Ensures that we always call fts_stat on the very first entry.
2970         Miklos Szeredi reported that find -xdev stopped working.
2971
2972 2006-10-12  Bruno Haible  <bruno@clisp.org>
2973
2974         * gnulib-tool (func_get_automake_snippet): Append an automatically
2975         computed EXTRA_DIST augmentation.
2976         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2977         * modules/alloca-opt (Makefile.am): Likewise.
2978         * modules/allocsa (Makefile.am): Likewise.
2979         * modules/arcfour (Makefile.am): Likewise.
2980         * modules/arctwo (Makefile.am): Likewise.
2981         * modules/argmatch (Makefile.am): Likewise.
2982         * modules/argz (Makefile.am): Likewise.
2983         * modules/atexit (Makefile.am): Likewise.
2984         * modules/backupfile (Makefile.am): Likewise.
2985         * modules/byteswap (Makefile.am): Likewise.
2986         * modules/c-strtod (Makefile.am): Likewise.
2987         * modules/c-strtold (Makefile.am): Likewise.
2988         * modules/calloc (Makefile.am): Likewise.
2989         * modules/canon-host (Makefile.am): Likewise.
2990         * modules/canonicalize (Makefile.am): Likewise.
2991         * modules/chdir-long (Makefile.am): Likewise.
2992         * modules/chdir-safer (Makefile.am): Likewise.
2993         * modules/check-version (Makefile.am): Likewise.
2994         * modules/chown (Makefile.am): Likewise.
2995         * modules/cloexec (Makefile.am): Likewise.
2996         * modules/close-stream (Makefile.am): Likewise.
2997         * modules/closeout (Makefile.am): Likewise.
2998         * modules/crc (Makefile.am): Likewise.
2999         * modules/csharpexec (Makefile.am): Likewise.
3000         * modules/cycle-check (Makefile.am): Likewise.
3001         * modules/des (Makefile.am): Likewise.
3002         * modules/dev-ino (Makefile.am): Likewise.
3003         * modules/dirfd (Makefile.am): Likewise.
3004         * modules/dirname (Makefile.am): Likewise.
3005         * modules/dup2 (Makefile.am): Likewise.
3006         * modules/eealloc (Makefile.am): Likewise.
3007         * modules/error (Makefile.am): Likewise.
3008         * modules/euidaccess (Makefile.am): Likewise.
3009         * modules/exclude (Makefile.am): Likewise.
3010         * modules/exitfail (Makefile.am): Likewise.
3011         * modules/fcntl-safer (Makefile.am): Likewise.
3012         * modules/fcntl (Makefile.am): Likewise.
3013         * modules/file-type (Makefile.am): Likewise.
3014         * modules/fileblocks (Makefile.am): Likewise.
3015         * modules/filemode (Makefile.am): Likewise.
3016         * modules/filenamecat (Makefile.am): Likewise.
3017         * modules/fnmatch (Makefile.am): Likewise.
3018         * modules/fopen-safer (Makefile.am): Likewise.
3019         * modules/fpending (Makefile.am): Likewise.
3020         * modules/fprintftime (Makefile.am): Likewise.
3021         * modules/free (Makefile.am): Likewise.
3022         * modules/fsusage (Makefile.am): Likewise.
3023         * modules/ftruncate (Makefile.am): Likewise.
3024         * modules/fts (Makefile.am): Likewise.
3025         * modules/gc-arcfour (Makefile.am): Likewise.
3026         * modules/gc-des (Makefile.am): Likewise.
3027         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3028         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3029         * modules/gc-md4 (Makefile.am): Likewise.
3030         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3031         * modules/gc-sha1 (Makefile.am): Likewise.
3032         * modules/gc (Makefile.am): Likewise.
3033         * modules/getaddrinfo (Makefile.am): Likewise.
3034         * modules/getcwd (Makefile.am): Likewise.
3035         * modules/getdelim (Makefile.am): Likewise.
3036         * modules/getdomainname (Makefile.am): Likewise.
3037         * modules/getgroups (Makefile.am): Likewise.
3038         * modules/gethostname (Makefile.am): Likewise.
3039         * modules/gethrxtime (Makefile.am): Likewise.
3040         * modules/getline (Makefile.am): Likewise.
3041         * modules/getloadavg (Makefile.am): Likewise.
3042         * modules/getlogin_r (Makefile.am): Likewise.
3043         * modules/getndelim2 (Makefile.am): Likewise.
3044         * modules/getopt (Makefile.am): Likewise.
3045         * modules/getpagesize (Makefile.am): Likewise.
3046         * modules/getpass-gnu (Makefile.am): Likewise.
3047         * modules/getpass (Makefile.am): Likewise.
3048         * modules/getsubopt (Makefile.am): Likewise.
3049         * modules/gettime (Makefile.am): Likewise.
3050         * modules/gettimeofday (Makefile.am): Likewise.
3051         * modules/getugroups (Makefile.am): Likewise.
3052         * modules/getusershell (Makefile.am): Likewise.
3053         * modules/glob (Makefile.am): Likewise.
3054         * modules/group-member (Makefile.am): Likewise.
3055         * modules/hard-locale (Makefile.am): Likewise.
3056         * modules/hash (Makefile.am): Likewise.
3057         * modules/hmac-md5 (Makefile.am): Likewise.
3058         * modules/hmac-sha1 (Makefile.am): Likewise.
3059         * modules/human (Makefile.am): Likewise.
3060         * modules/idcache (Makefile.am): Likewise.
3061         * modules/imaxabs (Makefile.am): Likewise.
3062         * modules/imaxdiv (Makefile.am): Likewise.
3063         * modules/inet_ntop (Makefile.am): Likewise.
3064         * modules/inet_pton (Makefile.am): Likewise.
3065         * modules/intprops (Makefile.am): Likewise.
3066         * modules/inttostr (Makefile.am): Likewise.
3067         * modules/inttypes (Makefile.am): Likewise.
3068         * modules/isapipe (Makefile.am): Likewise.
3069         * modules/javaversion (Makefile.am): Likewise.
3070         * modules/lchmod (Makefile.am): Likewise.
3071         * modules/lchown (Makefile.am): Likewise.
3072         * modules/localcharset (Makefile.am): Likewise.
3073         * modules/long-options (Makefile.am): Likewise.
3074         * modules/lstat (Makefile.am): Likewise.
3075         * modules/malloc (Makefile.am): Likewise.
3076         * modules/mathl (Makefile.am): Likewise.
3077         * modules/mbchar (Makefile.am): Likewise.
3078         * modules/md2 (Makefile.am): Likewise.
3079         * modules/md4 (Makefile.am): Likewise.
3080         * modules/md5 (Makefile.am): Likewise.
3081         * modules/memcasecmp (Makefile.am): Likewise.
3082         * modules/memchr (Makefile.am): Likewise.
3083         * modules/memcmp (Makefile.am): Likewise.
3084         * modules/memcoll (Makefile.am): Likewise.
3085         * modules/memcpy (Makefile.am): Likewise.
3086         * modules/memmem (Makefile.am): Likewise.
3087         * modules/memmove (Makefile.am): Likewise.
3088         * modules/mempcpy (Makefile.am): Likewise.
3089         * modules/memrchr (Makefile.am): Likewise.
3090         * modules/memset (Makefile.am): Likewise.
3091         * modules/memxor (Makefile.am): Likewise.
3092         * modules/mkancesdirs (Makefile.am): Likewise.
3093         * modules/mkdir-p (Makefile.am): Likewise.
3094         * modules/mkdir (Makefile.am): Likewise.
3095         * modules/mkdtemp (Makefile.am): Likewise.
3096         * modules/mkstemp (Makefile.am): Likewise.
3097         * modules/mktime (Makefile.am): Likewise.
3098         * modules/modechange (Makefile.am): Likewise.
3099         * modules/mountlist (Makefile.am): Likewise.
3100         * modules/nanosleep (Makefile.am): Likewise.
3101         * modules/obstack (Makefile.am): Likewise.
3102         * modules/openat (Makefile.am): Likewise.
3103         * modules/pagealign_alloc (Makefile.am): Likewise.
3104         * modules/pathmax (Makefile.am): Likewise.
3105         * modules/physmem (Makefile.am): Likewise.
3106         * modules/poll (Makefile.am): Likewise.
3107         * modules/posixtm (Makefile.am): Likewise.
3108         * modules/posixver (Makefile.am): Likewise.
3109         * modules/putenv (Makefile.am): Likewise.
3110         * modules/quote (Makefile.am): Likewise.
3111         * modules/quotearg (Makefile.am): Likewise.
3112         * modules/raise (Makefile.am): Likewise.
3113         * modules/read-file (Makefile.am): Likewise.
3114         * modules/readline (Makefile.am): Likewise.
3115         * modules/readlink (Makefile.am): Likewise.
3116         * modules/readtokens (Makefile.am): Likewise.
3117         * modules/readutmp (Makefile.am): Likewise.
3118         * modules/realloc (Makefile.am): Likewise.
3119         * modules/regex (Makefile.am): Likewise.
3120         * modules/rename-dest-slash (Makefile.am): Likewise.
3121         * modules/rename (Makefile.am): Likewise.
3122         * modules/rijndael (Makefile.am): Likewise.
3123         * modules/rmdir (Makefile.am): Likewise.
3124         * modules/rpmatch (Makefile.am): Likewise.
3125         * modules/safe-read (Makefile.am): Likewise.
3126         * modules/safe-write (Makefile.am): Likewise.
3127         * modules/same-inode (Makefile.am): Likewise.
3128         * modules/same (Makefile.am): Likewise.
3129         * modules/save-cwd (Makefile.am): Likewise.
3130         * modules/savedir (Makefile.am): Likewise.
3131         * modules/setenv (Makefile.am): Likewise.
3132         * modules/settime (Makefile.am): Likewise.
3133         * modules/sha1 (Makefile.am): Likewise.
3134         * modules/sig2str (Makefile.am): Likewise.
3135         * modules/snprintf (Makefile.am): Likewise.
3136         * modules/stat-macros (Makefile.am): Likewise.
3137         * modules/stat-time (Makefile.am): Likewise.
3138         * modules/stdbool (Makefile.am): Likewise.
3139         * modules/stdint (Makefile.am): Likewise.
3140         * modules/stdlib-safer (Makefile.am): Likewise.
3141         * modules/stpcpy (Makefile.am): Likewise.
3142         * modules/stpncpy (Makefile.am): Likewise.
3143         * modules/strcase (Makefile.am): Likewise.
3144         * modules/strcasestr (Makefile.am): Likewise.
3145         * modules/strchrnul (Makefile.am): Likewise.
3146         * modules/strcspn (Makefile.am): Likewise.
3147         * modules/strdup (Makefile.am): Likewise.
3148         * modules/strerror (Makefile.am): Likewise.
3149         * modules/strftime (Makefile.am): Likewise.
3150         * modules/strndup (Makefile.am): Likewise.
3151         * modules/strnlen (Makefile.am): Likewise.
3152         * modules/strpbrk (Makefile.am): Likewise.
3153         * modules/strsep (Makefile.am): Likewise.
3154         * modules/strstr (Makefile.am): Likewise.
3155         * modules/strtod (Makefile.am): Likewise.
3156         * modules/strtoimax (Makefile.am): Likewise.
3157         * modules/strtok_r (Makefile.am): Likewise.
3158         * modules/strtol (Makefile.am): Likewise.
3159         * modules/strtoll (Makefile.am): Likewise.
3160         * modules/strtoul (Makefile.am): Likewise.
3161         * modules/strtoull (Makefile.am): Likewise.
3162         * modules/strtoumax (Makefile.am): Likewise.
3163         * modules/strverscmp (Makefile.am): Likewise.
3164         * modules/sys_socket (Makefile.am): Likewise.
3165         * modules/sys_stat (Makefile.am): Likewise.
3166         * modules/sysexits (Makefile.am): Likewise.
3167         * modules/time_r (Makefile.am): Likewise.
3168         * modules/timegm (Makefile.am): Likewise.
3169         * modules/timespec (Makefile.am): Likewise.
3170         * modules/tmpfile-safer (Makefile.am): Likewise.
3171         * modules/trim (Makefile.am): Likewise.
3172         * modules/unistd-safer (Makefile.am): Likewise.
3173         * modules/unlinkdir (Makefile.am): Likewise.
3174         * modules/unlocked-io (Makefile.am): Likewise.
3175         * modules/userspec (Makefile.am): Likewise.
3176         * modules/utime (Makefile.am): Likewise.
3177         * modules/utimecmp (Makefile.am): Likewise.
3178         * modules/utimens (Makefile.am): Likewise.
3179         * modules/vasnprintf (Makefile.am): Likewise.
3180         * modules/vasprintf (Makefile.am): Likewise.
3181         * modules/vsnprintf (Makefile.am): Likewise.
3182         * modules/xalloc (Makefile.am): Likewise.
3183         * modules/xgetcwd (Makefile.am): Likewise.
3184         * modules/xnanosleep (Makefile.am): Likewise.
3185         * modules/xreadlink (Makefile.am): Likewise.
3186         * modules/xstrtod (Makefile.am): Likewise.
3187         * modules/xstrtol (Makefile.am): Likewise.
3188         * modules/xstrtold (Makefile.am): Likewise.
3189         * modules/yesno (Makefile.am): Likewise.
3190         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3191
3192 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3193
3194         * modules/error (Makefile.am): Distribute files through
3195         EXTRA_DIST, not lib_SOURCES.
3196
3197 2006-10-12  Eric Blake  <ebb9@byu.net>
3198
3199         * modules/error (Makefile.am): Distribute files in /lib.
3200         * modules/obstack (Makefile.am): Likewise.
3201
3202 2006-10-12  Bruno Haible  <bruno@clisp.org>
3203
3204         * modules/acl (Makefile.am): Distribute all files in lib/ through
3205         EXTRA_DIST.
3206         * modules/arcfour (Makefile.am): Likewise.
3207         * modules/arctwo (Makefile.am): Likewise.
3208         * modules/argmatch (Makefile.am): Likewise.
3209         * modules/argz (Makefile.am): Likewise.
3210         * modules/atexit (Makefile.am): Likewise.
3211         * modules/backupfile (Makefile.am): Likewise.
3212         * modules/c-strtod (Makefile.am): Likewise.
3213         * modules/c-strtold (Makefile.am): Likewise.
3214         * modules/calloc (Makefile.am): Likewise.
3215         * modules/canon-host (Makefile.am): Likewise.
3216         * modules/canonicalize (Makefile.am): Likewise.
3217         * modules/chdir-long (Makefile.am): Likewise.
3218         * modules/chdir-safer (Makefile.am): Likewise.
3219         * modules/check-version (Makefile.am): Likewise.
3220         * modules/chown (Makefile.am): Likewise.
3221         * modules/cloexec (Makefile.am): Likewise.
3222         * modules/close-stream (Makefile.am): Likewise.
3223         * modules/closeout (Makefile.am): Likewise.
3224         * modules/crc (Makefile.am): Likewise.
3225         * modules/cycle-check (Makefile.am): Likewise.
3226         * modules/des (Makefile.am): Likewise.
3227         * modules/dirfd (Makefile.am): Likewise.
3228         * modules/dirname (Makefile.am): Likewise.
3229         * modules/dup2 (Makefile.am): Likewise.
3230         * modules/euidaccess (Makefile.am): Likewise.
3231         * modules/exclude (Makefile.am): Likewise.
3232         * modules/exitfail (Makefile.am): Likewise.
3233         * modules/fcntl-safer (Makefile.am): Likewise.
3234         * modules/file-type (Makefile.am): Likewise.
3235         * modules/fileblocks (Makefile.am): Likewise.
3236         * modules/filemode (Makefile.am): Likewise.
3237         * modules/filenamecat (Makefile.am): Likewise.
3238         * modules/fnmatch (Makefile.am): Likewise.
3239         * modules/fopen-safer (Makefile.am): Likewise.
3240         * modules/fpending (Makefile.am): Likewise.
3241         * modules/fprintftime (Makefile.am): Likewise.
3242         * modules/free (Makefile.am): Likewise.
3243         * modules/fsusage (Makefile.am): Likewise.
3244         * modules/ftruncate (Makefile.am): Likewise.
3245         * modules/fts (Makefile.am): Likewise.
3246         * modules/gc (Makefile.am): Likewise.
3247         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3248         * modules/getaddrinfo (Makefile.am): Likewise.
3249         * modules/getcwd (Makefile.am): Likewise.
3250         * modules/getdelim (Makefile.am): Likewise.
3251         * modules/getdomainname (Makefile.am): Likewise.
3252         * modules/getgroups (Makefile.am): Likewise.
3253         * modules/gethostname (Makefile.am): Likewise.
3254         * modules/gethrxtime (Makefile.am): Likewise.
3255         * modules/getline (Makefile.am): Likewise.
3256         * modules/getloadavg (Makefile.am): Likewise.
3257         * modules/getlogin_r (Makefile.am): Likewise.
3258         * modules/getopt (Makefile.am): Likewise.
3259         * modules/getpass (Makefile.am): Likewise.
3260         * modules/getpass-gnu (Makefile.am): Likewise.
3261         * modules/getsubopt (Makefile.am): Likewise.
3262         * modules/gettime (Makefile.am): Likewise.
3263         * modules/gettimeofday (Makefile.am): Likewise.
3264         * modules/getugroups (Makefile.am): Likewise.
3265         * modules/getusershell (Makefile.am): Likewise.
3266         * modules/glob (Makefile.am): Likewise.
3267         * modules/group-member (Makefile.am): Likewise.
3268         * modules/hard-locale (Makefile.am): Likewise.
3269         * modules/hash (Makefile.am): Likewise.
3270         * modules/hmac-md5 (Makefile.am): Likewise.
3271         * modules/hmac-sha1 (Makefile.am): Likewise.
3272         * modules/human (Makefile.am): Likewise.
3273         * modules/idcache (Makefile.am): Likewise.
3274         * modules/imaxabs (Makefile.am): Likewise.
3275         * modules/imaxdiv (Makefile.am): Likewise.
3276         * modules/inet_ntop (Makefile.am): Likewise.
3277         * modules/inet_pton (Makefile.am): Likewise.
3278         * modules/inttostr (Makefile.am): Likewise.
3279         * modules/isapipe (Makefile.am): Likewise.
3280         * modules/lchown (Makefile.am): Likewise.
3281         * modules/long-options (Makefile.am): Likewise.
3282         * modules/lstat (Makefile.am): Likewise.
3283         * modules/malloc (Makefile.am): Likewise.
3284         * modules/mathl (Makefile.am): Likewise.
3285         * modules/mbchar (Makefile.am): Likewise.
3286         * modules/md2 (Makefile.am): Likewise.
3287         * modules/md4 (Makefile.am): Likewise.
3288         * modules/md5 (Makefile.am): Likewise.
3289         * modules/memcasecmp (Makefile.am): Likewise.
3290         * modules/memchr (Makefile.am): Likewise.
3291         * modules/memcmp (Makefile.am): Likewise.
3292         * modules/memcoll (Makefile.am): Likewise.
3293         * modules/memcpy (Makefile.am): Likewise.
3294         * modules/memmem (Makefile.am): Likewise.
3295         * modules/memmove (Makefile.am): Likewise.
3296         * modules/mempcpy (Makefile.am): Likewise.
3297         * modules/memrchr (Makefile.am): Likewise.
3298         * modules/memset (Makefile.am): Likewise.
3299         * modules/memxor (Makefile.am): Likewise.
3300         * modules/mkancesdirs (Makefile.am): Likewise.
3301         * modules/mkdir (Makefile.am): Likewise.
3302         * modules/mkdir-p (Makefile.am): Likewise.
3303         * modules/mkdtemp (Makefile.am): Likewise.
3304         * modules/mkstemp (Makefile.am): Likewise.
3305         * modules/mktime (Makefile.am): Likewise.
3306         * modules/modechange (Makefile.am): Likewise.
3307         * modules/mountlist (Makefile.am): Likewise.
3308         * modules/nanosleep (Makefile.am): Likewise.
3309         * modules/openat (Makefile.am): Likewise.
3310         * modules/pagealign_alloc (Makefile.am): Likewise.
3311         * modules/physmem (Makefile.am): Likewise.
3312         * modules/poll (Makefile.am): Likewise.
3313         * modules/posixtm (Makefile.am): Likewise.
3314         * modules/posixver (Makefile.am): Likewise.
3315         * modules/putenv (Makefile.am): Likewise.
3316         * modules/quote (Makefile.am): Likewise.
3317         * modules/quotearg (Makefile.am): Likewise.
3318         * modules/raise (Makefile.am): Likewise.
3319         * modules/read-file (Makefile.am): Likewise.
3320         * modules/readline (Makefile.am): Likewise.
3321         * modules/readlink (Makefile.am): Likewise.
3322         * modules/readtokens (Makefile.am): Likewise.
3323         * modules/readutmp (Makefile.am): Likewise.
3324         * modules/realloc (Makefile.am): Likewise.
3325         * modules/regex (Makefile.am): Likewise.
3326         * modules/rename (Makefile.am): Likewise.
3327         * modules/rename-dest-slash (Makefile.am): Likewise.
3328         * modules/rijndael (Makefile.am): Likewise.
3329         * modules/rmdir (Makefile.am): Likewise.
3330         * modules/rpmatch (Makefile.am): Likewise.
3331         * modules/safe-read (Makefile.am): Likewise.
3332         * modules/safe-write (Makefile.am): Likewise.
3333         * modules/same (Makefile.am): Likewise.
3334         * modules/save-cwd (Makefile.am): Likewise.
3335         * modules/savedir (Makefile.am): Likewise.
3336         * modules/setenv (Makefile.am): Likewise.
3337         * modules/settime (Makefile.am): Likewise.
3338         * modules/sha1 (Makefile.am): Likewise.
3339         * modules/sig2str (Makefile.am): Likewise.
3340         * modules/snprintf (Makefile.am): Likewise.
3341         * modules/stdlib-safer (Makefile.am): Likewise.
3342         * modules/stpcpy (Makefile.am): Likewise.
3343         * modules/stpncpy (Makefile.am): Likewise.
3344         * modules/strcase (Makefile.am): Likewise.
3345         * modules/strcasestr (Makefile.am): Likewise.
3346         * modules/strchrnul (Makefile.am): Likewise.
3347         * modules/strcspn (Makefile.am): Likewise.
3348         * modules/strdup (Makefile.am): Likewise.
3349         * modules/strerror (Makefile.am): Likewise.
3350         * modules/strftime (Makefile.am): Likewise.
3351         * modules/strndup (Makefile.am): Likewise.
3352         * modules/strnlen (Makefile.am): Likewise.
3353         * modules/strpbrk (Makefile.am): Likewise.
3354         * modules/strsep (Makefile.am): Likewise.
3355         * modules/strstr (Makefile.am): Likewise.
3356         * modules/strtod (Makefile.am): Likewise.
3357         * modules/strtoimax (Makefile.am): Likewise.
3358         * modules/strtok_r (Makefile.am): Likewise.
3359         * modules/strtol (Makefile.am): Likewise.
3360         * modules/strtoll (Makefile.am): Likewise.
3361         * modules/strtoul (Makefile.am): Likewise.
3362         * modules/strtoull (Makefile.am): Likewise.
3363         * modules/strtoumax (Makefile.am): Likewise.
3364         * modules/strverscmp (Makefile.am): Likewise.
3365         * modules/time_r (Makefile.am): Likewise.
3366         * modules/timegm (Makefile.am): Likewise.
3367         * modules/tmpfile-safer (Makefile.am): Likewise.
3368         * modules/unistd-safer (Makefile.am): Likewise.
3369         * modules/unlinkdir (Makefile.am): Likewise.
3370         * modules/userspec (Makefile.am): Likewise.
3371         * modules/utime (Makefile.am): Likewise.
3372         * modules/utimecmp (Makefile.am): Likewise.
3373         * modules/utimens (Makefile.am): Likewise.
3374         * modules/vasnprintf (Makefile.am): Likewise.
3375         * modules/vasprintf (Makefile.am): Likewise.
3376         * modules/vsnprintf (Makefile.am): Likewise.
3377         * modules/xalloc (Makefile.am): Likewise.
3378         * modules/xgetcwd (Makefile.am): Likewise.
3379         * modules/xnanosleep (Makefile.am): Likewise.
3380         * modules/xreadlink (Makefile.am): Likewise.
3381         * modules/xstrtod (Makefile.am): Likewise.
3382         * modules/xstrtol (Makefile.am): Likewise.
3383         * modules/xstrtold (Makefile.am): Likewise.
3384         * modules/yesno (Makefile.am): Likewise.
3385
3386 2006-10-12  Jim Meyering  <jim@meyering.net>
3387
3388         * m4/getloadavg.m4: Revert the change below.
3389
3390         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3391         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3392         fail with a symlink, which is what coreutils' ./bootstrap now
3393         creates by default.
3394
3395 2006-10-12  Bruno Haible  <bruno@clisp.org>
3396
3397         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3398         mingw.
3399         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3400         MSVC and mingw explicitly.
3401
3402 2006-10-11  Simon Josefsson  <jas@extundo.com>
3403             Bruno Haible  <bruno@clisp.org>
3404
3405         Add support for multiple gnulib-tool invocations in the scope of a
3406         single configure.ac file.
3407         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3408         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3409         with the same contents as the _LIBADD variable.
3410         (func_emit_initmacro_start, func_emit_initmacro_end,
3411         func_emit_initmacro_done): New functions.
3412         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3413         gl_LIBOBJS and gl_LTLIBOBJS.
3414
3415 2006-10-11  Bruno Haible  <bruno@clisp.org>
3416
3417         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3418         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3419         autoreconf. Instead, invoke autopoint explicitly but move back the
3420         *.m4 files from gnulib.
3421
3422 2006-10-11  Bruno Haible  <bruno@clisp.org>
3423
3424         * gnulib-tool (func_usage): Make module names after --create-testdir
3425         optional.
3426         (func_create_testdir): If no module was specified, use nearly all
3427         modules.
3428
3429 2006-10-12  Jim Meyering  <jim@meyering.net>
3430
3431         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3432         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3433         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3434         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3435         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3436         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3437         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3438         (fts_set_stat_required): New function.
3439         (fts_open): Defer the calls to fts_stat, if possible or requested.
3440         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3441         into fts_stat itself.
3442         (fts_read): Perform any required (deferred) fts_stat call.
3443         (fts_build): Likewise, for the directory we're about to open and read.
3444         In the readdir loop, carefully decide whether each entry will require
3445         an eventual call to fts_stat, using dirent.d_type info if available.
3446         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3447         a command line argument into this function.  Update all callers.
3448         Map a return value of FTS_DOT to FTS_D for a command line argument.
3449         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3450         Thanks to Miklos Szeredi for his tenacity and for the initial
3451         bug report about "find" failing on a FUSE-based file system.
3452
3453         * lib/fts.c (fts_open): Use consistent indentation.
3454
3455 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3456
3457         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3458         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3459         reported by Jim Meyering.  All uses of cache variables renamed
3460         to match Autoconf's.
3461         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3462         the other one.
3463
3464         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3465         Fix misspelling in diagnostic.
3466
3467 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3468
3469         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3470         defined.  Problem reported by Matthew Woehlke.
3471
3472         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3473         Add support for Tandem NonStop R series.
3474         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3475         Use new macro.
3476
3477         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3478         (has_trailing_slash): Omit size arg; all callers changed.
3479         Omit 'inline', since it doesn't help performance and we'd
3480         need to configure it.
3481         Don't count //, ///, etc. as having a trailing slash.
3482         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3483         (rpl_rename_dest_slash): On failure, use rename's errno rather
3484         than (in some cases) an incorrect or junk errno.
3485         Simplify code by removing need to compute length; this does
3486         cause it to make two passes instead of one over the file name,
3487         but it's worth it.
3488
3489         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3490         change, since Autoconf's version may no longer be appropriate now
3491         that we are using CVS Autoconf's version.  Add support for Tandem.
3492
3493 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3494             Bruno Haible  <bruno@clisp.org>
3495
3496         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3497         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3498         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3499         gl_AC_TYPE_LONG_LONG.
3500
3501         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3502         instead of HAVE_LONG_LONG.
3503         * lib/printf-args.c (printf_fetchargs): Likewise.
3504         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3505         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3506         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3507         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3508         gl_AC_TYPE_LONG_LONG.
3509
3510 2006-10-11  Bruno Haible  <bruno@clisp.org>
3511
3512         * m4/longlong.m4: Add comments.
3513         * m4/ulonglong.m4: Likewise.
3514
3515 2006-10-10  Bruno Haible  <bruno@clisp.org>
3516
3517         Make it possible to #define stpcpy, strdup to aliases.
3518         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3519         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3520
3521 2006-10-10  Bruno Haible  <bruno@clisp.org>
3522
3523         Make it possible to #define gcd to an alias.
3524         * lib/gcd.c: Include config.h.
3525
3526 2006-10-10  Bruno Haible  <bruno@clisp.org>
3527
3528         Make it possible to #define c_isascii to an alias.
3529         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3530         defined. Undefine the macros before defining them, to avoid gcc
3531         warnings.
3532         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3533         define NO_C_CTYPE_MACROS early.
3534
3535 2006-10-10  Bruno Haible  <bruno@clisp.org>
3536
3537         Make it possible to #define set_program_name to an alias.
3538         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3539         ENABLE_RELOCATABLE early.
3540
3541 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3542
3543         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3544         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3545         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3546         More generally, don't assume that 64-bit signed int is available
3547         if unsigned int is, and vice versa.
3548         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3549         unsigned symbols, not on their signed counterparts.
3550         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3551         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3552         (UINT64_C, UINTMAX_C):
3553         Likewise.
3554         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3555         unsigned counterparts.
3556         (Have_long_long, Unsigned): New macros.
3557         (Int): Renamed from INT.
3558         (strtoimax): Use the new macros.
3559         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3560         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3561         * modules/inttypes (inttypes.h): Substitute
3562         HAVE_UNSIGNED_LONG_LONG_INT.
3563         * modules/stdint (stdint.h): Likewise.
3564         (Files): Add m4/ulonglong.m4.
3565
3566 2006-10-10  Bruno Haible  <bruno@clisp.org>
3567
3568         Fix a gcc -Wshadow warning.
3569         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3570         to 'bucket'.
3571         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3572         gl_linked_indexof_from_to): Likewise.
3573         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3574         Likewise.
3575         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3576         Likewise.
3577         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3578         Reported by Eric Blake.
3579
3580 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3581
3582         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3583         for NetBSD.  Problem reported by Bruno Haible.
3584
3585 2006-10-09  Jim Meyering  <jim@meyering.net>
3586
3587         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3588         Patch from Bruno Haible.
3589
3590 2006-10-09  Jim Meyering  <jim@meyering.net>
3591
3592         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3593         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3594         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3595
3596 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3597
3598         Don't include <config.h> twice; this doesn't work in some cases,
3599         e.g., when config.h has "#define intmax_t long long int" and
3600         we include <config.h>, <inttypes.h>, <config.h> in that order.
3601         Problem reported by Matthew Woehlke in:
3602         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3603         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3604         * lib/fts-cycle.c: Don't include config.h.
3605         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3606         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3607         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3608         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3609         inttypes.h.
3610         * lib/xstrtoumax.c: Likewise.
3611         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3612         __strtol and the like, so that this module is more like its siblings.
3613         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3614         Remove; no longer needed now that we assume gnulib inttypes.h.
3615
3616 2006-10-08  Bruno Haible  <bruno@clisp.org>
3617
3618         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3619         option.
3620
3621 2006-10-07  Jim Meyering  <jim@meyering.net>
3622
3623         * modules/inttypes (inttypes.h): Revert what seems to have been
3624         an inadvertent part of today's change: use "|", not "/" in the
3625         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3626
3627 2006-10-07  Bruno Haible  <bruno@clisp.org>
3628
3629         * modules/sublist: New file.
3630
3631 2006-10-07  Bruno Haible  <bruno@clisp.org>
3632
3633         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3634         * modules/argz (argz.h): Likewise.
3635         * modules/arpa_inet (arpa/inet.h): Likewise.
3636         * modules/byteswap (byteswap.h): Likewise.
3637         * modules/configmake (configmake.h): Likewise.
3638         * modules/fcntl (fcntl.h): Likewise.
3639         * modules/fnmatch (fnmatch.h): Likewise.
3640         * modules/getopt (getopt.h): Likewise.
3641         * modules/glob (glob.h): Likewise.
3642         * modules/inttypes (inttypes.h): Likewise.
3643         * modules/netinet_in (netinet/in.h): Likewise.
3644         * modules/poll (poll.h): Likewise.
3645         * modules/stdbool (stdbool.h): Likewise.
3646         * modules/stdint (stdint.h): Likewise.
3647         * modules/sys_select (sys/select.h): Likewise.
3648         * modules/sys_socket (sys/socket.h): Likewise.
3649         * modules/sys_stat (sys/stat.h): Likewise.
3650         * modules/sysexits (sysexits.h): Likewise.
3651         * modules/unistd (unistd.h): Likewise.
3652         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3653         Add a "DO NOT EDIT" comment to the generated file.
3654         (func_import): Likewise for gnulib-comp.m4.
3655
3656 2006-10-07  Bruno Haible  <bruno@clisp.org>
3657
3658         * lib/gl_sublist.h: New file.
3659         * lib/gl_sublist.c: New file.
3660
3661 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3662
3663         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3664         name (relative to the original working directory) and the file
3665         name component (relative to the temporary working directory).  All
3666         callers changed.
3667         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3668         * lib/mkdir-p.c (make_dir_parents): Likewise.
3669         * lib/mkdir-p.h (make_dir_parents): Likewise.
3670
3671 2006-10-06  Eric Blake  <ebb9@byu.net>
3672
3673         Define several macros for use by the clean-temp module.
3674         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3675         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3676         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3677
3678         * lib/clean-temp.h (close_stream_temp): New declaration.
3679         * lib/clean-temp.c (includes): Pull in headers according to what
3680         other modules are in use.
3681         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3682
3683 2006-10-06  Bruno Haible  <bruno@clisp.org>
3684
3685         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3686         instead of fopen, fwriteerror.
3687
3688 2006-10-06  Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3691         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3692         int.
3693         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3694         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3695         Return an error indicator.
3696         Suggested by Eric Blake.
3697
3698 2006-10-06  Bruno Haible  <bruno@clisp.org>
3699
3700         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3701         Reported by Eric Blake.
3702
3703 2006-10-06  Bruno Haible  <bruno@clisp.org>
3704
3705         * modules/closeout (Description): Mention stderr too.
3706
3707 2006-10-06  Bruno Haible  <bruno@clisp.org>
3708         and Paul Eggert  <eggert@cs.ucla.edu>
3709
3710         * lib/closeout.c (close_stdout): Also close stderr.
3711         * lib/closeout.h: Update comment.
3712
3713 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3714
3715         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3716         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3717         * lib/dirchownmod.c: Include lchown.h.
3718         * lib/lchown.c: Don't include files that lchown.h now includes.
3719         Don't declare chown, since lchown.h now does that.
3720         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3721         (lchown): Define to rpl_chown if lchown is declared but
3722         does not exist.  Declare using a prototype if lchown is not
3723         declared.  Add a copyright notice.
3724         * lib/mkstemp.h: Include <unistd.h>.
3725         * lib/openat.c: Include lchown.h.
3726
3727         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3728         we now test for that separately.
3729         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3730         rather than O_NOFOLLOW, when testing whether it's possible to
3731         avoid a race condition reliably.
3732         * lib/savewd.c (savewd_chdir): Likewise.
3733
3734         Remove macros that are no longer needed now that stdint.h is
3735         reliable.
3736         * lib/fsusage.c (UINTMAX_MAX): Remove.
3737         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3738         * lib/utimecmp.c (SIZE_MAX): Remove.
3739
3740         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3741
3742         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3743         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3744         O_NOATIME works.
3745
3746 2006-10-05  Bruno Haible  <bruno@clisp.org>
3747
3748         * lib/gl_list.h (gl_sortedlist_search_from_to,
3749         gl_sortedlist_indexof_from_to): New declarations.
3750         (gl_list_implementation): New fields sortedlist_search_from_to,
3751         sortedlist_indexof_from_to.
3752         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3753         inline functions.
3754         * lib/gl_list.c (gl_sortedlist_search_from_to,
3755         gl_sortedlist_indexof_from_to): New functions.
3756         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3757         function.
3758         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3759         (gl_array_sortedlist_search_from_to): New function.
3760         (gl_array_list_implementation): Update.
3761         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3762         function.
3763         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3764         (gl_carray_sortedlist_search_from_to): New function.
3765         (gl_carray_list_implementation): Update.
3766         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3767         gl_linked_sortedlist_indexof_from_to): New functions.
3768         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3769         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3770         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3771         gl_tree_sortedlist_indexof_from_to): New functions.
3772         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3773         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3774         Update.
3775         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3776         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3777         Update.
3778
3779 2006-10-05  Bruno Haible  <bruno@clisp.org>
3780
3781         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3782         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3783         (struct gl_list_implementation): Add fields search_from_to,
3784         indexof_from_to. Remove fields search, indexof.
3785         (gl_list_search): Use the search_from_to method.
3786         (gl_list_search_from, gl_list_search_from_to): New functions.
3787         (gl_list_indexof): Use the indexof_from_to method.
3788         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3789         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3790         (gl_list_search_from, gl_list_search_from_to): New functions.
3791         (gl_list_indexof): Use the indexof_from_to method.
3792         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3793         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3794         gl_array_indexof. Add start_index, end_index arguments.
3795         (gl_array_search_from_to): Renamed from gl_array_search. Add
3796         start_index, end_index arguments.
3797         (gl_array_remove, gl_array_list_implementation): Update.
3798         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3799         gl_carray_indexof. Add start_index, end_index arguments.
3800         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3801         start_index, end_index arguments.
3802         (gl_carray_remove, gl_carray_list_implementation): Update.
3803         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3804         gl_linked_search. Add start_index, end_index arguments.
3805         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3806         start_index, end_index arguments.
3807         (gl_linked_remove): Update.
3808         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3809         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3810         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3811         field to 'size_t'.
3812         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3813         gl_tree_search. Add start_index, end_index arguments.
3814         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3815         start_index, end_index arguments.
3816         (gl_tree_remove): Update.
3817         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3818         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3819         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3820         function.
3821         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3822         gl_tree_search. Add start_index, end_index arguments.
3823         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3824         start_index, end_index arguments.
3825         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3826         Update.
3827         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3828
3829 2006-10-05  Bruno Haible  <bruno@clisp.org>
3830
3831         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3832
3833         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3834         fwriteerror_temp): New declarations.
3835         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3836         (descriptors): New variable.
3837         (cleanup): First, close the descriptors.
3838         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3839         fclose_temp, fwriteerror_temp): New functions.
3840
3841 2006-10-04  Jim Meyering  <jim@meyering.net>
3842
3843         * lib/fts.c (fts_open): Tiny comment change.
3844
3845 2006-10-04  Bruno Haible  <bruno@clisp.org>
3846
3847         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3848         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3849         gl_LOCK_BODY.
3850         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3851         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3852         gl_LOCK_EARLY_BODY.
3853         (gl_LOCK): Require gl_LOCK_BODY.
3854
3855 2006-10-04  Bruno Haible  <bruno@clisp.org>
3856
3857         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3858         (gl_oset_search_atleast): New declaration.
3859         (struct gl_oset_implementation): Add field 'search_atleast'.
3860         (gl_oset_search_atleast): New inline function.
3861         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3862         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3863         (gl_array_oset_implementation): Update.
3864         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3865         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3866         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3867
3868 2006-10-04  Bruno Haible  <bruno@clisp.org>
3869
3870         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3871
3872 2006-10-03  Bruno Haible  <bruno@clisp.org>
3873
3874         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3875         from gl_avltreehash_list_implementation.
3876
3877 2006-10-03  Bruno Haible  <bruno@clisp.org>
3878
3879         * lib/gl_oset.c (gl_oset_add): Fix return type.
3880
3881 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3882
3883         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3884
3885 2006-10-02  Eric Blake  <ebb9@byu.net>
3886
3887         * modules/strnlen (Depends-on): Add extensions.
3888
3889 2006-10-02  Eric Blake  <ebb9@byu.net>
3890
3891         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3892         definition in 2.60+.
3893
3894 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3895
3896         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3897         checks.
3898
3899 2006-10-02  Bruno Haible  <bruno@clisp.org>
3900
3901         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3902         to the AUTOMAKE_OPTIONS.
3903         Reported by Jim Meyering.
3904
3905 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3906
3907         Work around bug in Solaris 10 /proc file system:
3908         /proc/self/fd/NNN/.. isn't the parent directory of
3909         the directory whose file descriptor is NNN.  This needs to
3910         be worked around at run time, not compile time, since a
3911         program might be built on Solaris 8, where things work, and
3912         run on Solaris 10.
3913         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3914         to use the following interface instead:
3915         (OPENAT_BUFFER_SIZE): New macro.
3916         (openat_proc_name): New function.
3917         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3918         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3919         Likewise.
3920         * lib/openat-proc.c: New file.
3921         * modules/openat (Files): Add lib/openat-proc.c.
3922         (Depends-on): Add same-inode, stdbool.
3923         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3924
3925 2006-09-29  Bruno Haible  <bruno@clisp.org>
3926
3927         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3928         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3929         argument. Set stdout_closed before testing for ferror, not after.
3930         (fwriteerror, fwriteerror_no_ebadf): New functions.
3931
3932 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3933
3934         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3935
3936 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3937
3938         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3939         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3940
3941 2006-09-28  Jim Meyering  <jim@meyering.net>
3942
3943         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3944         Include <unistd.h>.
3945
3946 2006-09-28  Bruno Haible  <bruno@clisp.org>
3947
3948         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3949         * modules/linkedhash-list (Depends-on): Likewise.
3950         * modules/rbtreehash-list (Depends-on): Likewise.
3951
3952 2006-09-28  Bruno Haible  <bruno@clisp.org>
3953
3954         * lib/strndup.h: Simplify the redefinition of strndup.
3955         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3956         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3957
3958 2006-09-28  Bruno Haible  <bruno@clisp.org>
3959
3960         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3961         * lib/gl_linkedhash_list.c: Likewise.
3962         * lib/gl_rbtreehash_list.c: Likewise.
3963
3964 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3965
3966         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3967         getaddrinfo.
3968
3969         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3970         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3971         it causes <stdio_ext.h> to cause a compile-time error.
3972         Problem reported by Nelson H. F. Beebe.
3973         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3974         of HAVE_DECL___PENDING.
3975
3976         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3977         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3978         declaration.
3979
3980 2006-09-27  Jim Meyering  <jim@meyering.net>
3981
3982         This file could end up with a definition for a function
3983         named __strndup, rather than rpl_strndup on a system with
3984         incomplete weak_alias support.
3985         * lib/strndup.c (strndup): Rename from __strndup.
3986         Remove #defines that used to map __strndup to strndup.
3987         Don't use K&R prototypes.
3988         Remove LIBC-related code, since this file is not sync'd with glibc.
3989         * lib/strndup.h: Revamp, accordingly.
3990         * m4/strndup.m4: Modernize.
3991
3992 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3993
3994         * modules/savewd (Depends-on): Add 'raise'.
3995         * lib/savewd.c: Include <signal.h>, for 'raise'.
3996
3997 2006-09-26  Jim Meyering  <jim@meyering.net>
3998
3999         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4000         when we detect Darwin 8.7.0's acl_get_file bug.
4001         Rearrange to perform the new (below) run-test while $LIBS
4002         contains any acl-related library.  Set USE_ACL at the end.
4003         (gl_ACL_GET_FILE): New function.
4004
4005 2006-09-26  Eric Blake  <ebb9@byu.net>
4006
4007         * lib/verror.c: Include <config.h> unconditionally.
4008
4009 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4010
4011         * modules/clock-time (Maintainer): Add self.
4012         * modules/getlogin_r (Depends-on): Add extensions.
4013
4014 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4015
4016         * modules/clock-time: New module.
4017         * modules/nanosleep (Depends-on): Add clock-time.
4018         * modules/gethrxtime (Depends-on): Likewise.
4019         * modules/gettime (Depends-on): Likewise.
4020         * modules/settime (Depends-on): Likewise.
4021
4022         * modules/fts-lgpl: Depend on openat.
4023         * modules/mkancesdirs: Depend on savewd.
4024         * modules/mkdir-p: Likewise.
4025
4026 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4027
4028         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4029
4030         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4031         `gl_have_arbitrary_file_name_length_limit' to
4032         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4033         actually works between configure runs.
4034
4035 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4036             Bruno Haible  <bruno@clisp.org>
4037
4038         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4039
4040 2006-09-25  Jim Meyering  <jim@meyering.net>
4041
4042         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4043         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4044
4045 2006-09-25  Eric Blake  <ebb9@byu.net>
4046
4047         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4048         exec's in 2006-09-18 patch when shuffling fds.
4049
4050 2006-09-25  Bruno Haible  <bruno@clisp.org>
4051
4052         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4053         Reported by Jim Meyering.
4054
4055 2006-09-24  Jim Meyering  <jim@meyering.net>
4056
4057         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4058         compare a pointer against a literal "0".  That caused failures with
4059         at least HP-UX's hpcc.
4060
4061 2006-09-22  Simon Josefsson  <jas@extundo.com>
4062
4063         * modules/gc-sha1:
4064         * modules/gc-md4:
4065         * modules/gc-hmac-sha1:
4066         * modules/gc-hmac-md5:
4067         * modules/gc-des:
4068         * modules/gc-arcfour: Distribute more files.
4069
4070 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4071
4072         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4073         (gl_linked_iterator_from_to): Initialize struct completely.
4074         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4075         (gl_tree_iterator_from_to): Likewise
4076         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4077         * lib/gl_array_list.c [lint] (gl_array_iterator)
4078         (gl_array_iterator_from_to): Likewise.
4079         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4080         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4081         (gl_carray_iterator_from_to): Likewise.
4082
4083         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4084         * lib/md4.c (md4_process_block): Remove unused variable.
4085         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4086         parentheses for clarity.
4087
4088 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4089
4090         * modules/bison-i18n (Depends-on): Add gettext.
4091
4092 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4093
4094         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4095         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4096         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4097         also add missing comma that caused broken test.
4098         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4099         stdlib.h, for `abort'.
4100         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4101         variables.
4102         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4103         include unistd.h if present, for `rmdir'.
4104         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4105         variables.
4106         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4107         in the process include standard headers for prototypes.
4108         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4109         gets declared on GNU/Linux.
4110         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4111         unistd.h, for `rmdir'.
4112         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4113
4114         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4115         always true.
4116         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4117
4118         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4119
4120 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4121
4122         * gnulib-tool (func_version): Create output all at once.  This
4123         may help avoid triggering unnecessary SIGPIPEs, and at any
4124         rate it doesn't hurt.
4125
4126 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4127             Bruno Haible  <bruno@clisp.org>
4128
4129         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4130         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4131         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4132
4133         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4134         (gl_FUNC_VASPRINTF): Invoke it.
4135
4136 2006-09-22  Bruno Haible  <bruno@clisp.org>
4137
4138         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4139         getloadavg.c as first argument.
4140
4141 2006-09-22  Bruno Haible  <bruno@clisp.org>
4142
4143         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4144         at the beginning of the gl_INIT macro.
4145         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4146         gl_GETLOADAVG.
4147
4148 2006-09-22  Bruno Haible  <bruno@clisp.org>
4149
4150         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4151         module.
4152         Suggested by Ralf Wildenhues.
4153
4154 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4155
4156         Import this patch from libc:
4157
4158         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4159
4160         * lib/regex_internal.c (re_string_reconstruct): Handle
4161         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4162         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4163         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4164         re_string_context_at.
4165
4166         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4167         now requires it.
4168         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4169         gl_REGEX now does it for us.
4170         (gl_REGEX): Add test taken from
4171         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4172
4173         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4174         Check that large offsets work.  Modernize Autoconf usages.
4175         Prefer "yes" to mean a good thing rather than a bad.
4176         Don't put "#define mkstemp" in config.h, as this might interfere
4177         with standard system headers that "#define mkstemp mkstemp64".
4178
4179         * modules/mkstemp (Depends-on): Add extensions, so that
4180         mkstemp is visible on some platforms.
4181         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4182         (Include): Change to "mkstemp.h" from <stdlib.h>.
4183         (Files): Add mkstemp.h.
4184
4185         * lib/mkstemp.h: New file, since some standard headers
4186         #define mkstemp.
4187         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4188         Include "mkstemp.h".
4189         Make the _LIBC code resemble glibc original more,
4190         e.g., use K&R style.
4191         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4192         (mkstemp): Remove, since mkstemp.h does this for us.
4193         * lib/stdlib--.h: Include mkstemp.h.
4194
4195         Import this patch from libc:
4196
4197         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4198
4199         * lib/tempname.c (__gen_tempname): Change attempts_min
4200         into a macro.  Use preprocessor to decide how to initialize
4201         attempts [Coverity CID 67].
4202
4203 2006-09-20  Bruno Haible  <bruno@clisp.org>
4204
4205         * lib/mkdtemp.c: Import from libc.
4206         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4207                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4208                 attempts_min into a macro.  Use preprocessor to decide how to
4209                 initialize attempts [Coverity CID 67].
4210         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4211                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4212                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4213
4214 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4215
4216         * gnulib-tool (func_exit): New function, to allow to pass the
4217         exit status portably through the trap.  Use everywhere.
4218         (--help, --version): Signal a write error.
4219         (trap): catch SIGPIPE, for write errors.
4220         Exit at the end of the trap, with the correct exit status.
4221
4222 2006-09-19  Karl Berry  <karl@gnu.org>
4223
4224         * doc/gnulib.texi: note about the license texinfo files.
4225
4226 2006-09-19  Eric Blake  <ebb9@byu.net>
4227
4228         * gnulib-tool: Avoid space-tab.
4229
4230 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4231
4232         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4233         that prevented coreutils 6.1 from building.  Problem reported
4234         by Petter Reinholdtsen.
4235
4236 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4237
4238         * gnulib-tool (avoidlist): Fix typo that broke options like
4239         --avoid=lock that are used by coreutils bootstrap.
4240
4241 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4242
4243         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4244         more systematically.
4245
4246 2006-09-18  Jim Meyering  <jim@meyering.net>
4247
4248         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4249
4250 2006-09-18  Bruno Haible  <bruno@clisp.org>
4251
4252         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4253
4254 2006-09-18  Bruno Haible  <bruno@clisp.org>
4255
4256         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4257         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4258         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4259         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4260         * m4/gettext.m4: Require autoconf >= 2.52.
4261         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4262         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4263         of gl_cv_header_inttypes_h.
4264
4265 2006-09-18  Bruno Haible  <bruno@clisp.org>
4266
4267         * lib/javaversion.c: Include configmake.h.
4268
4269 2006-09-18  Bruno Haible  <bruno@clisp.org>
4270
4271         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4272         avoid that the while loops be executed in a subshell.
4273
4274 2006-09-18  Bruno Haible  <bruno@clisp.org>
4275
4276         * MODULES.html.sh (func_module): Break long lines.
4277         Suggested by Bruce Korb <bkorb@gnu.org>.
4278
4279 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4280
4281         Speed up by a factor of 1.12.
4282         * gnulib-tool (nl): New variable.
4283         (func_import): Rewrite include directive extraction to only read each
4284         directive once.
4285
4286 2006-09-17  Bruno Haible  <bruno@clisp.org>
4287
4288         * modules/javaversion (Makefile.am): Remove DEFS setting.
4289         (Depends-on): Add configmake, for PKGDATADIR definition.
4290
4291 2006-09-17  Bruno Haible  <bruno@clisp.org>
4292
4293         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4294
4295 2006-09-17  Bruno Haible  <bruno@clisp.org>
4296
4297         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4298         (func_modules_transitive_closure, func_modules_add_dummy,
4299         func_modules_to_filelist, func_import, func_create_testdir,
4300         func_create_megatestdir, ...): Use it wherever possible.
4301         Suggested by Ralf Wildenhues.
4302
4303 2006-09-16  Karl Berry  <karl@gnu.org>
4304
4305         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4306         to avoid sectioning errors.
4307         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4308         [ifinfo]: blank line after @center-ed titles.
4309         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4310         Spell FSF address consistently with others.
4311         (These changes approved by rms.)
4312
4313 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4314
4315         Speed up by a factor of 1.61.
4316         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4317         already checked module names again.
4318
4319 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4320
4321         Speed up by a factor of 1.13.
4322         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4323         for new_files, and the input to func_add_or_update.
4324
4325 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4326
4327         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4328         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4329
4330 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4331
4332         * modules/mkancesdirs (Depends-on): Add fcntl.
4333         * modules/savewd: New file.
4334         * MODULES.html.sh (File system functions): Add savewd.
4335
4336         * modules/configmake (Makefile.am): Add support for the
4337         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4338
4339 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4340
4341         * m4/savewd.m4: New file.
4342
4343 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4344
4345         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4346         (dirchownmod): New arg FD.  All callers changed.
4347         Use FD rather than opening the directory ourself, as opening is
4348         now the caller's responsibility.
4349         * lib/dirchownmod.h: Likewise.
4350         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4351         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4352         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4353         (test_dir): Remove.
4354         (mkancesdirs): Return length of prefix of FILE that has already
4355         been made, or -2 if there is a child doing the work.  Redo
4356         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4357         ".", and treat ".." specially since it might stray back into
4358         already-created areas.  Use a subprocess if necessary.  New arg
4359         WD; all users changed.  MAKE_DIR function should now return 1
4360         if it creates a directory that is not readable.  Return -2 if
4361         a child process is spun off.
4362         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4363         Adjust signature to match code.
4364         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4365         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4366         all users changed.
4367         * lib/savewd.c, lib/savewd.h: New files.
4368
4369 2006-09-15  Jim Meyering  <jim@meyering.net>
4370
4371         * modules/rename-dest-slash: New module.
4372         * MODULES.html.sh (posix_compat): Add it here.
4373
4374         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4375
4376 2006-09-15  Jim Meyering  <jim@meyering.net>
4377
4378         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4379         file.
4380
4381         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4382
4383 2006-09-15  Jim Meyering  <jim@meyering.net>
4384
4385         * lib/rename-dest-slash.c (has_trailing_slash): Use
4386         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4387         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4388         test before testing whether SRC is a directory.
4389         Suggestions from Bruno Haible.
4390
4391         Avoid a warning about an unused variable.
4392         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4393         into the #ifdef block where it's used.
4394
4395         * lib/rename-dest-slash.c: New file.
4396
4397 2006-09-14  Bruno Haible  <bruno@clisp.org>
4398
4399         * lib/allocsa.c: Include <config.h> unconditionally.
4400         * lib/asnprintf.c: Likewise.
4401         * lib/asprintf.c: Likewise.
4402         * lib/c-strcasecmp.c: Likewise.
4403         * lib/c-strcasestr.c: Likewise.
4404         * lib/c-strncasecmp.c: Likewise.
4405         * lib/c-strstr.c: Likewise.
4406         * lib/classpath.c: Likewise.
4407         * lib/clean-temp.c: Likewise.
4408         * lib/concatpath.c: Likewise.
4409         * lib/copy-file.c: Likewise.
4410         * lib/csharpcomp.c: Likewise.
4411         * lib/csharpexec.c: Likewise.
4412         * lib/execute.c: Likewise.
4413         * lib/fatal-signal.c: Likewise.
4414         * lib/findprog.c: Likewise.
4415         * lib/fwriteerror.c: Likewise.
4416         * lib/gl_array_list.c: Likewise.
4417         * lib/gl_array_oset.c: Likewise.
4418         * lib/gl_avltree_list.c: Likewise.
4419         * lib/gl_avltree_oset.c: Likewise.
4420         * lib/gl_avltreehash_list.c: Likewise.
4421         * lib/gl_carray_list.c: Likewise.
4422         * lib/gl_linked_list.c: Likewise.
4423         * lib/gl_linkedhash_list.c: Likewise.
4424         * lib/gl_list.c: Likewise.
4425         * lib/gl_oset.c: Likewise.
4426         * lib/gl_rbtree_list.c: Likewise.
4427         * lib/gl_rbtree_oset.c: Likewise.
4428         * lib/gl_rbtreehash_list.c: Likewise.
4429         * lib/imaxabs.c: Likewise.
4430         * lib/imaxdiv.c: Likewise.
4431         * lib/javacomp.c: Likewise.
4432         * lib/javaexec.c: Likewise.
4433         * lib/javaversion.c: Likewise.
4434         * lib/linebreak.c: Likewise.
4435         * lib/localcharset.c: Likewise.
4436         * lib/lock.c: Likewise.
4437         * lib/mbchar.c: Likewise.
4438         * lib/mbswidth.c: Likewise.
4439         * lib/mkdtemp.c: Likewise.
4440         * lib/pipe.c: Likewise.
4441         * lib/printf-args.c: Likewise.
4442         * lib/printf-parse.c: Likewise.
4443         * lib/progname.c: Likewise.
4444         * lib/progreloc.c: Likewise.
4445         * lib/readlink.c: Likewise.
4446         * lib/sh-quote.c: Likewise.
4447         * lib/stpcpy.c: Likewise.
4448         * lib/stpncpy.c: Likewise.
4449         * lib/strcasecmp.c: Likewise.
4450         * lib/strcasestr.c: Likewise.
4451         * lib/strcspn.c: Likewise.
4452         * lib/striconv.c: Likewise.
4453         * lib/strncasecmp.c: Likewise.
4454         * lib/strnlen1.c: Likewise.
4455         * lib/strstr.c: Likewise.
4456         * lib/strtok_r.c: Likewise.
4457         * lib/tls.c: Likewise.
4458         * lib/tmpdir.c: Likewise.
4459         * lib/unicodeio.c: Likewise.
4460         * lib/unsetenv.c: Likewise.
4461         * lib/vasnprintf.c: Likewise.
4462         * lib/vasprintf.c: Likewise.
4463         * lib/wait-process.c: Likewise.
4464         * lib/xallocsa.c: Likewise.
4465         * lib/xsetenv.c: Likewise.
4466         * lib/xstriconv.c: Likewise.
4467
4468 2006-09-13  Simon Josefsson  <jas@extundo.com>
4469
4470         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4471         that internally, suggested by Ralf Wildenhues
4472         <Ralf.Wildenhues@gmx.de>.
4473
4474 2006-09-13  Simon Josefsson  <jas@extundo.com>
4475
4476         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4477         @LIBOBJS@.
4478         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4479
4480 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4481
4482         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4483         longer worry about uses that don't define HAVE_CONFIG_H.
4484         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4485         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4486         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4487         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4488         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4489         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4490         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4491         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4492         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4493         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4494         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4495         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4496         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4497         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4498         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4499         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4500         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4501         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4502         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4503         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4504         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4505         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4506         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4507         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4508         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4509         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4510         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4511         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4512         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4513         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4514         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4515         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4516         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4517         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4518         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4519         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4520         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4521         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4522         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4523         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4524         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4525         Likewise.
4526
4527 2006-09-13  Eric Blake  <ebb9@byu.net>
4528
4529         * lib/getopt.c: Fix typo in last commit.
4530
4531 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4532
4533         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4534         dgettext.
4535
4536 2006-09-12  Jim Meyering  <jim@meyering.net>
4537
4538         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4539         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4540         Reported by Nelson H. F. Beebe.
4541
4542 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4543
4544         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4545         program_invocation_name and program_invocation_short_name are
4546         initialized.
4547         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4548         and program_invocation_short_name to argp.h, so they are visible
4549         to user programs.
4550         * lib/argp.h: Likewise
4551
4552 2006-09-10  Bruno Haible  <bruno@clisp.org>
4553
4554         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4555         m4/inttypes_h.m4, m4/uintmax_t.m4.
4556
4557 2006-09-10  Bruno Haible  <bruno@clisp.org>
4558
4559         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4560         gl_AC_TYPE_UINTMAX_T.
4561
4562 2006-09-10  Bruno Haible  <bruno@clisp.org>
4563
4564         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4565
4566 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4567
4568         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4569         convention.  Text proposed by Bruno Haible.
4570         (struct argp_option): Document the use of N_() wrappers.
4571
4572         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4573         '\v', and translate the two parts separately, instead of feeding
4574         the whole string to gettext.  This allows to exclude
4575         '\v' from the strings visible to the translator by writing doc
4576         strings as N_("..") "\v" N_("..").
4577
4578 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4579
4580         * config/srclist.txt: Undo latest change; the bug was fixed.
4581
4582 2006-09-09  Bruno Haible  <bruno@clisp.org>
4583
4584         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4585         assignments if building a library without libtool.
4586         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4587         in func_emit_lib_Makefile_am.
4588         (func_import): When building a static library libfoo.a, arrange to
4589         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4590         (func_create_testdir): Likewise.
4591         * modules/gc (configure.ac, Makefile.am): If building statically,
4592         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4593         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4594         * modules/striconv (configure.ac, Makefile.am): Likewise.
4595         Based on a suggestion by Ralf Wildenhues.
4596
4597 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4598
4599         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4600         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4601         Also:
4602
4603         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4604         Add year_2050_test to catch glibc bug 2821
4605         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4606
4607         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4608         Prefer #ifdef to #if.
4609
4610         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4611         Return from 'main' instead of calling 'exit'.
4612
4613 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4614
4615         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4616         returned the maximum time_t value rather than (time_t) -1.
4617         Problem originally reported by William Bardwell
4618         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4619
4620         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4621         Moved to here ...
4622         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4623         ... from here.
4624
4625 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4626
4627         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4628         2821 is fixed.
4629
4630 2006-09-08  Jim Meyering  <jim@meyering.net>
4631
4632         Don't make generated files read-only.  That would bother too many
4633         people.  However, do retain the ability to work when targets are
4634         read-only: remove the destination and temporary files before writing
4635         them (when generated via sed or echo), or by using the -f option for
4636         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4637         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4638         * modules/byteswap, modules/configmake, modules/fcntl:
4639         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4640         * modules/localcharset, modules/netinet_in, modules/poll:
4641         * modules/stdbool, modules/stdint, modules/sys_select:
4642         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4643
4644 2006-09-08  Jim Meyering  <jim@meyering.net>
4645
4646         Avoid new build failure on FreeBSD 6.0.
4647         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4648         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4649         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4650
4651 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4652
4653         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4654
4655 2006-09-07  Jim Meyering  <jim@meyering.net>
4656
4657         Fix global typo in last change: use chmod u-w, not chmod u-x.
4658         Spotted by Paul Eggert and Bruce Korb.
4659         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4660         * modules/byteswap, modules/configmake, modules/fcntl:
4661         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4662         * modules/localcharset, modules/netinet_in, modules/poll:
4663         * modules/stdbool, modules/stdint, modules/sys_select:
4664         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4665
4666 2006-09-06  Jim Meyering  <jim@meyering.net>
4667
4668         Make generated files be read-only.
4669         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4670         Ensure that each generated file is now read-only.
4671         * modules/argz: Likewise.
4672         * modules/arpa_inet: Likewise.
4673         * modules/byteswap: Likewise.
4674         * modules/configmake: Likewise.
4675         * modules/fcntl: Likewise.
4676         * modules/fnmatch: Likewise.
4677         * modules/getopt: Likewise.
4678         * modules/glob: Likewise.
4679         * modules/inttypes: Likewise.
4680         * modules/netinet_in: Likewise.
4681         * modules/poll: Likewise.
4682         * modules/stdbool: Likewise.
4683         * modules/stdint: Likewise.
4684         * modules/sys_select: Likewise.
4685         * modules/sys_socket: Likewise.
4686         * modules/sys_stat: Likewise.
4687         * modules/sysexits: Likewise.
4688         * modules/localcharset: Same as above, but continue using temporary
4689         file named "t-$@" (why different?) rather than the "$@-t" used
4690         everywhere else.
4691
4692         * modules/sysexits (Makefile.am): Replace literal occurrences
4693         of "sysexit.h" more readable, and more consistent, "$@".
4694
4695 2006-09-06  Bruno Haible  <bruno@clisp.org>
4696
4697         * modules/striconv: New file.
4698         * modules/xstriconv: New file.
4699         * MODULES.html.sh (Internationalization functions): Add striconv,
4700         xstriconv.
4701
4702 2006-09-06  Bruno Haible  <bruno@clisp.org>
4703
4704         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4705         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4706         not using libtool correctly.
4707
4708 2006-09-06  Bruno Haible  <bruno@clisp.org>
4709
4710         * lib/striconv.h: New file.
4711         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4712         iconvstring.c.
4713         * lib/xstriconv.h: New file.
4714         * lib/xstriconv.c: New file.
4715
4716 2006-09-06  Bruno Haible  <bruno@clisp.org>
4717
4718         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4719         lib_..._LDFLAGS.
4720
4721 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4722
4723         * lib/argz_.h: Sync from Libtool.
4724
4725         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4726                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4727
4728         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4729
4730 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4731
4732         * modules/trim: New file.
4733
4734 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4735
4736         * lib/trim.h: New file.
4737         * lib/trim.c: New file.
4738
4739 2006-09-05  Bruno Haible  <bruno@clisp.org>
4740
4741         * MODULES.html.sh (String handling): Add trim.
4742
4743 2006-09-04  Karl Berry  <karl@gnu.org>
4744
4745         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4746         until next release.
4747
4748 2006-09-03  Bruno Haible  <bruno@clisp.org>
4749
4750         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4751         correctly.
4752
4753 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4754
4755         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4756         not gl_GETLOADAVG.  Omit unneeded semicolons.
4757         Problems reported by Ralf Wildenhues in
4758         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4759         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4760         at the end, which is the usual gnulib style.
4761
4762         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4763         of doing all the work ourselves.
4764         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4765         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4766
4767 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4768
4769         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4770         Problem reported by Ralf Wildenhues in
4771         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4772
4773         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4774         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4775
4776 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4777
4778         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4779         yesterday's patch by changing test -n to test -z.
4780
4781 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4782
4783         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4784         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4785         the former is now obsolescent.
4786
4787         * modules/chdir-long (Depends-on): Add fcntl.
4788
4789 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4790
4791         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4792         obsolescent, and programs should use gnulib instead.
4793         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4794         but with prefixes changed.
4795
4796 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4797
4798         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4799         or stdbool.h, because they might not exist while configuring.
4800
4801         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4802         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4803         does that for us.
4804         (O_DIRECTORY): Remove.
4805
4806 2006-08-31  Eric Blake  <ebb9@byu.net>
4807
4808         * gnulib-tool: Don't let emacs change spaces to TAB.
4809
4810 2006-08-31  Bruno Haible  <bruno@clisp.org>
4811
4812         * gnulib-tool: When calling func_import more than once, do it in a
4813         subshell.
4814         Reported by Eric Blake <ebb9@byu.net>.
4815
4816 2006-08-31  Bruno Haible  <bruno@clisp.org>
4817
4818         * gnulib-tool (nl): Remove variable.
4819         (sed_transform_lib_file): Use more robust test for config-h module.
4820         (func_import): Fix typo in 2006-08-25 patch.
4821
4822 2006-08-31  Bruno Haible  <bruno@clisp.org>
4823
4824         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4825         specified, augment Makefile.am variables instead of assigning them.
4826
4827 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4828
4829         Work around a bug in both the Linux and SunOS 64-bit kernels:
4830         nanosleep mishandles sleeps for longer than 2**31 seconds.
4831         Problem reported by Frank v Waveren in
4832         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4833         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4834         Check for nanosleep bug.
4835         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4836
4837 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4838
4839         Work around a bug in both the Linux and SunOS 64-bit kernels:
4840         nanosleep mishandles sleeps for longer than 2**31 seconds.
4841         Problem reported by Frank v Waveren in
4842         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4843         * lib/nanosleep.c (BILLION): New constant.
4844         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4845         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4846         implementation.
4847
4848 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4849
4850         * modules/nanosleep (Depends-on): Add gettime.
4851
4852 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4853         and Simon Josefsson  <jas@extundo.com>
4854         and Oskar Liljeblad  <oskar@osk.mine.nu>
4855
4856         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4857         * gnulib-tool (func_import): New license type 'unmodifiable license
4858         text'.
4859         * modules/fdl: Use it.  Longer description.
4860         * module/gpl, module/lgpl: New files.
4861
4862 2006-08-30  Jim Meyering  <jim@meyering.net>
4863
4864         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4865         shadowing the parameter.
4866
4867 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4868
4869         Sync from Libtool:
4870
4871         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4872
4873         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4874         sharing with gnulib.  Report by Eric Blake.
4875
4876 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4877
4878         * modules/isapipe: New file.
4879         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4880
4881 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4882
4883         * modules/configmake (Makefile.am): Add a comment, and omit
4884         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4885         by Bruno Haible.
4886
4887 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4888
4889         * m4/isapipe.m4: New file.
4890
4891 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4892
4893         * lib/isapipe.c, lib/isapipe.h: New files.
4894
4895 2006-08-29  Jim Meyering  <jim@meyering.net>
4896
4897         * modules/configmake (Makefile.am): Make configmake.h depend on
4898         Makefile.  Otherwise, a stale configmake.h could hang around.
4899
4900 2006-08-29  Eric Blake  <ebb9@byu.net>
4901
4902         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4903         resolution of upstream bug 3044.
4904
4905 2006-08-29  Bruno Haible  <bruno@clisp.org>
4906
4907         * modules/localcharset (Depends-on): Add configmake.
4908         (Makefile.am): Remove setting of LIBDIR through DEFS.
4909
4910 2006-08-29  Bruno Haible  <bruno@clisp.org>
4911
4912         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4913         defined.
4914
4915 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4916
4917         * modules/fcntl: New file.
4918         * modules/chdir-safer (Depends-on): Add fcntl.
4919         * modules/fts: Likewise.
4920         * modules/mkdir-p: Likewise.
4921
4922         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4923         This undoes the most recent change, since we're now addressing the
4924         problem in a different way.
4925
4926         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4927         into output, since the output might be called Makefile.am even
4928         if $makefile_name is something different.
4929         (func_import): Use $makefile_am rather than
4930         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4931         empty.
4932
4933         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4934
4935 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4936
4937         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4938         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4939         recent change to stdint.m4, since we're now addressing the problem in a
4940         different way.
4941
4942 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4943
4944         * m4/fcntl_h.m4: New file.
4945
4946 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4947
4948         * lib/fcntl_.h: New file.
4949         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4950         the fcntl module.
4951         * lib/dirchownmod.c: Likewise.
4952         * lib/fts.c: Likewise.
4953
4954         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4955         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4956         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4957         just before including <inttypes.h>, to avoid circular inclusion.
4958
4959 2006-08-28  Jim Meyering  <jim@meyering.net>
4960
4961         * doc/visibility.texi: Actually read and correct the grammar of the
4962         sentence affected by yesterday's change.
4963
4964 2006-08-28  Eric Blake  <ebb9@byu.net>
4965
4966         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4967         needs wrapper.
4968
4969 2006-08-28  Eric Blake  <ebb9@byu.net>
4970
4971         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4972
4973 2006-08-28  Eric Blake  <ebb9@byu.net>
4974
4975         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4976
4977 2006-08-28  Bruno Haible  <bruno@clisp.org>
4978
4979         * modules/c-strstr: New file, from GNU gettext.
4980         * MODULES.html.sh (String handling): Add c-strstr.
4981
4982 2006-08-28  Bruno Haible  <bruno@clisp.org>
4983
4984         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4985         macros.
4986         Reported by Eric Blake.
4987
4988 2006-08-28  Bruno Haible  <bruno@clisp.org>
4989
4990         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4991         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4992         * lib/vasprintf.c: Include errno.h, limits.h.
4993         (EOVERFLOW): New fallback definition.
4994         (vasprintf): Test here whether the string length is > INT_MAX.
4995         * lib/vsnprintf.c: Include errno.h, limits.h.
4996         (EOVERFLOW): New fallback definition.
4997         (vsnprintf): Fix bug when generated string was too long for the buffer.
4998         Test here whether the string length is > INT_MAX.
4999
5000 2006-08-28  Bruno Haible  <bruno@clisp.org>
5001
5002         * lib/inttypes_.h (SCNX*): Remove definitions.
5003         Reported by Eric Blake.
5004
5005 2006-08-28  Bruno Haible  <bruno@clisp.org>
5006
5007         * lib/c-strstr.h: New file, from GNU gettext.
5008         * lib/c-strstr.c: New file, from GNU gettext.
5009
5010 2006-08-28  Bruno Haible  <bruno@clisp.org>
5011
5012         * gnulib-tool: Reorder some statements.
5013
5014 2006-08-28  Bruno Haible  <bruno@clisp.org>
5015
5016         * gnulib-tool: New option --makefile-name.
5017         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5018         $makefile_name.
5019         (func_import): Write $makefile_name to the cache file, and read it from
5020         there unless explicitly specified. Use $makefile_name as file name
5021         instead of Makefile.am. Adjust the recommendations accordingly.
5022
5023 2006-08-28  Bruno Haible  <bruno@clisp.org>
5024
5025         * gnulib-tool (func_verify_module): Check against misapplying patch.
5026
5027 2006-08-28  Bruno Haible  <bruno@clisp.org>
5028
5029         * gnulib-tool (func_relativize, func_relconcat): New functions.
5030         Give an error if --local-dir is given with --update.
5031         Remove trailing slashes from $local_gnulib_dir.
5032         (func_import): Store the relativized $local_gnulib_dir in
5033         gnulib-cache.m4, and read it from there if not specified explicitly.
5034
5035 2006-08-28  Bruno Haible  <bruno@clisp.org>
5036
5037         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5038         is the current directory. Respect also $local_gnulib_dir.
5039
5040 2006-08-28  Bruno Haible  <bruno@clisp.org>
5041             Simon Josefsson  <jas@extundo.com>
5042
5043         BeOS portability.
5044         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5045
5046 2006-08-27  Jim Meyering  <jim@meyering.net>
5047
5048         * doc/visibility.texi: Remove duplicate word: "pointer".
5049
5050 2006-08-26  Bruno Haible  <bruno@clisp.org>
5051
5052         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5053         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5054         (Makefile.am): Create inttypes.h from inttypes_.h.
5055         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5056
5057         * modules/imaxabs: New file.
5058
5059         * modules/imaxdiv: New file.
5060
5061 2006-08-26  Bruno Haible  <bruno@clisp.org>
5062
5063         * m4/inttypes.m4: New file.
5064         * m4/_inttypes_h.m4: Remove file.
5065         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5066         PRI_MACROS_BROKEN.
5067         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5068
5069         * m4/imaxabs.m4: New file.
5070
5071         * m4/imaxdiv.m4: New file.
5072
5073 2006-08-26  Bruno Haible  <bruno@clisp.org>
5074
5075         * lib/inttypes_.h: New file.
5076         * lib/inttypes.h: Remove file.
5077         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5078
5079         * lib/imaxabs.c: New file.
5080
5081         * lib/imaxdiv.c: New file.
5082
5083 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5084
5085         New config-h module, so that "make" output needn't be cluttered
5086         by -DHAVE_CONFIG_H.
5087         * MODULES.html.sh (Support for building libraries and executables):
5088         Add config-h.
5089         * modules/config-h: New file.
5090         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5091         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5092         the config-h module is used.
5093
5094         New configmake module, so that "make" output needn't be cluttered
5095         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5096         * MODULES.html.sh (Support for building libraries and executables):
5097         Add configmake.
5098         * modules/configmake: New file.
5099
5100 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5101
5102         * m4/config-h.m4: New file.
5103
5104 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5105
5106         * config/srclist.txt: Add elisp-comp.
5107
5108 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5109
5110         * MODULES.html.sh (Support for building libraries and executables):
5111         Add elisp-comp.
5112         * build-aux/elisp-comp: New file.
5113         * modules/elisp-comp: New file.
5114
5115 2006-08-24  Bruno Haible  <bruno@clisp.org>
5116
5117         * gnulib-tool (func_create_testdir): Use non-default values of
5118         sourcebase and m4base.
5119
5120 2006-08-24  Bruno Haible  <bruno@clisp.org>
5121
5122         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5123         HTML structure.
5124
5125 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5126
5127         * modules/openat (Depends-on): Add lchown.
5128
5129 2006-08-23  Bruno Haible  <bruno@clisp.org>
5130
5131         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5132         of gl_LOCK_EARLY instead of gl_LOCK.
5133
5134 2006-08-23  Bruno Haible  <bruno@clisp.org>
5135
5136         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5137         on OSF/1 to no.
5138         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5139
5140 2006-08-23  Bruno Haible  <bruno@clisp.org>
5141
5142         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5143         as unusable.
5144
5145         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5146         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5147         (gl_LOCK): New macro.
5148
5149 2006-08-22  Simon Josefsson  <jas@extundo.com>
5150
5151         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5152         to md5 module.
5153
5154 2006-08-22  Simon Josefsson  <jas@extundo.com>
5155
5156         * MODULES.html.sh: Add "Support for maintaining and release
5157         projects".
5158
5159         * build-aux/gnupload: New file, from coreutils.
5160
5161 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5162
5163         Avoid the need for AC_LIBSOURCES in m4 macros.
5164         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5165         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5166         * modules/check-version (EXTRA_DIST): Add check-version.h.
5167         * modules/crc (EXTRA_DIST): Add crc.h.
5168         * modules/des (EXTRA_DIST): Add des.h.
5169         * modules/gc (EXTRA_DIST): Add gc.h.
5170         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5171         * modules/getline (EXTRA_DIST): Add getline.h.
5172         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5173         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5174         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5175         * modules/md2 (EXTRA_DIST): Add md2.h.
5176         * modules/md4 (EXTRA_DIST): Add md4.h.
5177         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5178         * modules/read-file (EXTRA_DIST): Add read-file.h.
5179         * modules/readline (EXTRA_DIST): Add readline.h.
5180         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5181         rijndael-api-fst.h.
5182
5183 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5184
5185         * m4/rijndael.m4 (gl_ARCFOUR):
5186         * m4/arctwo.m4 (gl_ARCTWO):
5187         * m4/check-version.m4 (gl_CHECK_VERSION):
5188         * m4/crc.m4 (gl_CRC):
5189         * m4/des.m4 (gl_DES):
5190         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5191         * m4/gc.m4 (gl_GC):
5192         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5193         * m4/getline.m4 (gl_FUNC_GETLINE):
5194         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5195         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5196         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5197         * m4/md2.m4 (gl_MD2):
5198         * m4/md4.m4 (gl_MD4):
5199         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5200         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5201         * m4/readline.m4 (gl_FUNC_READLINE):
5202         * m4/rijndael.m4 (gl_RIJNDAEL):
5203         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5204         to get the necessary .h files and whatnot.
5205
5206 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5207
5208         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5209         gnulib rather than the other way around.
5210         * config/srclistvars.sh (COREUTILS): Remove.
5211
5212 2006-08-22  Jim Meyering  <jim@meyering.net>
5213
5214         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5215
5216         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5217
5218 2006-08-22  Eric Blake  <ebb9@byu.net>
5219
5220         * modules/regexprops-generic: New file.
5221         * MODULES.html.sh (Support for building documentation): List it.
5222
5223 2006-08-22  Eric Blake  <ebb9@byu.net>
5224
5225         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5226         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5227         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5228         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5229
5230 2006-08-22  Bruno Haible  <bruno@clisp.org>
5231
5232         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5233         and lib_LTLIBRARIES like the other lib_* variables.
5234
5235 2006-08-22  Bruno Haible  <bruno@clisp.org>
5236
5237         * build-aux/x-to-1.in: New file, from GNU gettext.
5238
5239 2006-08-22  Bruno Haible  <bruno@clisp.org>
5240
5241         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5242         <utmpx.h> exists.
5243
5244 2006-08-22  Bruno Haible  <bruno@clisp.org>
5245
5246         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5247         <utmpx.h> exists.
5248
5249 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5250
5251         BeOS portability.
5252         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5253         exist.
5254         Problem reported by Bruno Haible.
5255
5256 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5257
5258         Avoid the need for AC_LIBSOURCES in m4 macros.
5259         * modules/acl (EXTRA_DIST): Add acl.h.
5260         * modules/argmatch (Files): Add m4/argmatch.m4.
5261         (configure.ac): Add gl_ARGMATCH.
5262         (EXTRA_DIST): Renamed from lib_SOURCES, for
5263         consistency with the other modules.  Remove argmatch.c.
5264         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5265         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5266         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5267         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5268         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5269         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5270         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5271         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5272         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5273         * modules/closeout (EXTRA_DIST): Add closeout.h.
5274         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5275         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5276         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5277         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5278         dirname.h; remove basename.c and stripslash.c.
5279         * modules/exclude (EXTRA_DIST): Add exclude.h.
5280         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5281         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5282         * modules/file-type (EXTRA_DIST): Add file-type.h.
5283         * modules/filemode (EXTRA_DIST): Add filemode.h.
5284         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5285         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5286         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5287         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5288         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5289         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5290         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5291         * modules/getdate (EXTRA_DIST): Add getdate.c.
5292         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5293         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5294         * modules/getpass (EXTRA_DIST): Add getpass.h.
5295         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5296         * modules/group-member (EXTRA_DIST): Add group-member.h.
5297         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5298         * modules/hash (EXTRA_DIST): Add hash.h.
5299         * modules/human (EXTRA_DIST): Add human.h.
5300         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5301         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5302         * modules/lchown (EXTRA_DIST): Add lchown.h.
5303         * modules/long-options (EXTRA_DIST): Add long-options.h.
5304         * modules/lstat (EXTRA_DIST): Add lstat.h.
5305         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5306         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5307         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5308         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5309         * modules/memxor (EXTRA_DIST): Add memxor.h.
5310         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5311         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5312         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5313         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5314         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5315         * modules/physmem (EXTRA_DIST): Add physmem.h.
5316         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5317         * modules/posixver (EXTRA_DIST): Add posixver.h.
5318         * modules/quote (EXTRA_DIST): Add quote.h.
5319         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5320         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5321         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5322         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5323         regex_internal.h regexec.c.
5324         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5325         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5326         * modules/same (EXTRA_DIST): Add same.h.
5327         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5328         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5329         * modules/savedir (EXTRA_DIST): Add savedir.h.
5330         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5331         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5332         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5333         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5334         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5335         * modules/strdup (EXTRA_DIST): Add strdup.h.
5336         * modules/strftime (EXTRA_DIST): Add strftime.h.
5337         * modules/strndup (EXTRA_DIST): Add strndup.h.
5338         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5339         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5340         * modules/time_r (EXTRA_DIST): Add time_r.h.
5341         * modules/timespec (EXTRA_DIST): Add timespec.h.
5342         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5343         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5344         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5345         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5346         * modules/userspec (EXTRA_DIST): Add userspec.h.
5347         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5348         * modules/utimens (EXTRA_DIST): Add utimens.h.
5349         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5350         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5351         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5352         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5353         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5354         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5355         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5356         * modules/yesno (EXTRA_DIST): Add yesno.h.
5357
5358 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5359
5360         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5361
5362         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5363         * m4/dev-ino.m4, same-inode.m4: Remove.
5364
5365         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5366         * m4/acl.m4 (AC_FUNC_ACL):
5367         * m4/backupfile.m4 (gl_BACKUPFILE):
5368         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5369         * m4/canon-host.m4 (gl_CANON_HOST):
5370         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5371         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5372         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5373         * m4/cloexec.m4 (gl_CLOEXEC):
5374         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5375         * m4/closeout.m4 (gl_CLOSEOUT):
5376         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5377         * m4/dirname.m4 (gl_DIRNAME):
5378         * m4/exclude.m4 (gl_EXCLUDE):
5379         * m4/exitfail.m4 (gl_EXITFAIL):
5380         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5381         * m4/file-type.m4 (gl_FILE_TYPE):
5382         * m4/filemode.m4 (gl_FILEMODE):
5383         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5384         * m4/fpending.m4 (gl_FUNC_FPENDING):
5385         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5386         * m4/fts.m4 (gl_FUNC_FTS):
5387         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5388         * m4/getdate.m4 (gl_GETDATE):
5389         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5390         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5391         * m4/getpass.m4 (gl_FUNC_GETPASS):
5392         * m4/gettime.m4 (gl_GETTIME):
5393         * m4/getugroups.m4 (gl_GETUGROUPS):
5394         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5395         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5396         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5397         * m4/hash.m4 (gl_HASH):
5398         * m4/idcache.m4 (gl_IDCACHE):
5399         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5400         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5401         * m4/long-options.m4 (gl_LONG_OPTIONS):
5402         * m4/lstat.m4 (gl_FUNC_LSTAT):
5403         * m4/md5.m4 (gl_MD5):
5404         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5405         * m4/memcoll.m4 (gl_MEMCOLL):
5406         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5407         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5408         * m4/memxor.m4 (gl_MEMXOR):
5409         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5410         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5411         * m4/modechange.m4 (gl_MODECHANGE):
5412         * m4/mountlist.m4 (gl_MOUNTLIST):
5413         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5414         * m4/openat.m4 (gl_FUNC_OPENAT):
5415         * m4/pathmax.m4 (gl_PATHMAX):
5416         * m4/physmem.m4 (gl_PHYSMEM):
5417         * m4/posixtm.m4 (gl_POSIXTM):
5418         * m4/posixver.m4 (gl_POSIXVER):
5419         * m4/quote.m4 (gl_QUOTE):
5420         * m4/quotearg.m4 (gl_QUOTEARG):
5421         * m4/readtokens.m4 (gl_READTOKENS):
5422         * m4/readutmp.m4 (gl_READUTMP):
5423         * m4/regex.m4 (gl_REGEX):
5424         * m4/safe-read.m4 (gl_SAFE_READ):
5425         * m4/safe-write.m4 (gl_SAFE_WRITE):
5426         * m4/same.m4 (gl_SAME):
5427         * m4/save-cwd.m4 (gl_SAVE_CWD):
5428         * m4/savedir.m4 (gl_SAVEDIR):
5429         * m4/settime.m4 (gl_SETTIME):
5430         * m4/sha1.m4 (gl_SHA1):
5431         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5432         * m4/stat-macros.m4 (gl_STAT_MACROS):
5433         * m4/stat-time.m4 (gl_STAT_TIME):
5434         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5435         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5436         * m4/strdup.m4 (gl_FUNC_STRDUP):
5437         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5438         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5439         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5440         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5441         * m4/time_r.m4 (gl_TIME_R):
5442         * m4/timespec.m4 (gl_TIMESPEC):
5443         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5444         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5445         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5446         * m4/userspec.m4 (gl_USERSPEC):
5447         * m4/utimecmp.m4 (gl_UTIMECMP):
5448         * m4/utimens.m4 (gl_UTIMENS):
5449         * m4/xalloc.m4 (gl_XALLOC):
5450         * m4/xgetcwd.m4 (gl_XGETCWD):
5451         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5452         * m4/xreadlink.m4 (gl_XREADLINK):
5453         * m4/xstrtod.m4 (gl_XSTRTOD):
5454         * m4/yesno.m4 (gl_YESNO):
5455         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5456         to get the necessary .h files and whatnot.
5457
5458 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5459             Bruno Haible  <bruno@clisp.org>
5460
5461         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5462         /bin/sh understanding of '!' conditional negation.
5463
5464 2006-08-21  Jim Meyering  <jim@meyering.net>
5465
5466         * modules/openat (Depends-on): Really alphabetize.
5467
5468         * modules/acl (Depends-on): Add error and quote.
5469
5470         * check-module (find_included_lib_files): Add at-func.c to the
5471         ok-to-include-more-than-once white list.
5472
5473         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5474
5475 2006-08-21  Bruno Haible  <bruno@clisp.org>
5476
5477         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5478         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5479         Reported by Martin Lambers <marlam@marlam.de>.
5480
5481 2006-08-21  Bruno Haible  <bruno@clisp.org>
5482
5483         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5484         specify an installation location, don't emit a noinst_LIBRARIES or
5485         noinst_LTLIBRARIES assignment.
5486
5487 2006-08-21  Bruno Haible  <bruno@clisp.org>
5488
5489         BeOS portability.
5490         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5491         BeOS has mbrtowc() but no <wctype.h>.
5492
5493 2006-08-21  Bruno Haible  <bruno@clisp.org>
5494
5495         BeOS portability.
5496         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5497         exist.
5498
5499 2006-08-21  Bruno Haible  <bruno@clisp.org>
5500
5501         BeOS portability.
5502         * lib/mbchar.h: Include <wctype.h> only if it exists.
5503
5504 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5505
5506         Remove files that are no longer needed by their respective modules.
5507         * m4/obstack.m4: Remove.
5508         * m4/strerror_r.m4: Remove.
5509         * m4/uint32_t.m4: Remove.
5510         * m4/uintptr_t.m4: Remove.
5511         * m4/ullong_max.m4: Remove.
5512         * m4/xstrtoimax.m4: Remove.
5513         * m4/xstrtoumax.m4: Remove.
5514
5515         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5516         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5517         dependencies now capture this.
5518
5519         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5520         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5521         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5522         * m4/human.m4 (gl_HUMAN): Likewise.
5523         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5524         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5525
5526         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5527
5528         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5529         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5530         stdint.
5531         * m4/human.m4 (gl_HUMAN): Likewise.
5532         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5533         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5534         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5535         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5536         * m4/xstrtol (gl_XSTRTOL): Likewise.
5537
5538         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5539         AC_TYPE_LONG_LONG_INT.
5540         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5541         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5542         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5543         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5544
5545         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5546         on stdbool.
5547
5548         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5549         (gl_PREREQ_XSTRTOUL): Remove.
5550
5551         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5552
5553         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5554         mode.
5555
5556 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5557
5558         Add and change modules to make it easier for coreutils to use
5559         gnulib-tool.
5560         * modules/backupfile (Files): Remove m4/d-ino.m4.
5561         (Depends-on): Add d-ino.
5562         * modules/cycle-check (Depends-on): Add stdint.
5563         (lib_SOURCES): Add cycle-check.h.
5564         * modules/d-ino: New module.
5565         * modules/d-type: New module.
5566         * modules/error (Files): Remove m4/strerror_r.m4.
5567         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5568         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5569         m4/inttypes_h.m4, m4/uintmax_t.m4.
5570         (Depends-on): Add stdint.
5571         (lib_SOURCES): Add fsusage.h.
5572         * modules/getcwd (Files): Remove d-ino.m4.
5573         (Depends-on): Add d-ino.
5574         * modules/getndelim2 (Depends-on): Add stdint.
5575         * modules/glob (Files): Remove m4/d-type.m4.
5576         (Depends-on): Add d-type.
5577         * modules/host-os: New module.
5578         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5579         m4/inttypes_h.m4, m4/uintmax_t.m4.
5580         * Depends-on: Add stdint.
5581         (lib_SOURCES): Add human.h.
5582         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5583         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5584         m4/uintmax_t.m4, m4/ulonglong.m4.
5585         (Depends-on): Add stdint.
5586         (EXTRA_DIST): Add inttostr.h.
5587         * modules/lchmod: New module.
5588         * modules/link-follow: New module.
5589         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5590         (Depends-on): Add lchmod.
5591         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5592         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5593         (Depends-on): Add stdint.
5594         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5595         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5596         (Depends-on): Add stdint.
5597         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5598         * modules/perl: New module.
5599         * modules/regex (Depends-on): Add stdint.
5600         * modules/rmdir-errno: New module.
5601         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5602         m4/intmax_t.m4.
5603         (Depends-on): Add stdint.
5604         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5605         m4/uintmax_t.m4.
5606         (Depends-on): Add stdint.
5607         * modules/unlink-busy: New module.
5608         * modules/utimecmp (Depends-on): Add stdint.
5609         * modules/uptime: New module.
5610         * modules/winsz-ioctl: New module.
5611         * modules/winsz-termios: New module.
5612         * modules/xnanosleep (Depends-on): Add nanosleep.
5613         * modules/ullong_max: Remove.
5614         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5615         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5616         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5617         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5618         (Depends-on): Add inttypes.
5619         (lib_SOURCES): Add xstrtol.h.
5620         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5621         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5622         * MODULES.html.sh: Move 'assert' into the assert section.
5623         Move 'dummy' into the linking section.
5624         Remove ullong_max.
5625         Add section for compatibility checks for POSIX:2001 functions,
5626         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5627         winsz-ioctl, and winsz-termios into it.
5628         Add lchmod.
5629         Add top-level Misc section and put host-os, perl, and uptime
5630         into it.
5631
5632 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5633
5634         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5635         now assume the stdint module.  Do not include inttypes.h.
5636         * lib/fsusage.h: Likewise.
5637         * lib/getndelim2.c: Likewise.
5638         * lib/human.h: Likewise.
5639         * lib/inttostr.h: Likewise.
5640         * lib/obstack.c: Likewise.
5641         * lib/regex_internal.h: Likewise.
5642         * lib/tempname.c: Likewise.
5643         * lib/utimecmp.c: Likewise.
5644         * lib/xstrtol.h: Likewise.
5645
5646         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5647
5648         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5649         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5650         * lib/xtime.h: Likewise.
5651
5652 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5653
5654         * modules/openat (Files): Add lib/fchmodat.c.
5655         Fixes problem reported by Jay Youngman.
5656
5657 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5658
5659         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5660         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5661
5662 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5663             Bruno Haible  <bruno@clisp.org>
5664
5665         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5666         and is a script that invokes bison. Tighten the code. Add comments.
5667
5668 2006-08-18  Jim Meyering  <jim@meyering.net>
5669
5670         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5671         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5672         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5673         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5674
5675 2006-08-18  Bruno Haible  <bruno@clisp.org>
5676
5677         * modules/bison-i18n: New file.
5678         * MODULES.html.sh (Internationalization functions): Add it.
5679
5680 2006-08-18  Bruno Haible  <bruno@clisp.org>
5681
5682         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5683         sys/statvfs.h. When getmntinfo was found, check its declaration and
5684         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5685
5686 2006-08-18  Bruno Haible  <bruno@clisp.org>
5687
5688         * m4/bison-i18n.m4: New file, from bison.
5689
5690 2006-08-18  Bruno Haible  <bruno@clisp.org>
5691
5692         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5693         (ME_DUMMY): Treat "kernfs" as a dummy.
5694         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5695
5696 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5697
5698         Update from coreutils.
5699
5700         2006-08-15  Jim Meyering  <jim@meyering.net>
5701
5702         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5703
5704         2006-01-17  Jim Meyering  <jim@meyering.net>
5705
5706         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5707
5708         2006-01-11  Jim Meyering  <jim@meyering.net>
5709
5710         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5711         Check for the lchmod function.
5712
5713 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5714
5715         Update from coreutils.
5716
5717         * lib/__fpending.h: Add copyright notice.
5718         * lib/fprintftime.h: Likewise.
5719         * lib/savedir.c: Use (C) in copyright notice.
5720         * lib/savedir.h: Likewise.
5721
5722         2006-08-15  Jim Meyering  <jim@meyering.net>
5723
5724         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5725         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5726         in support of the EXPECTED_ERRNO macro.
5727         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5728         definitions.  Instead, define the appropriate symbols and include
5729         "at-func.c".
5730         * lib/mkdirat.c (mkdirat): Likewise.
5731         * lib/fchmodat.c (fchmodat): Likewise.
5732         (ENOSYS): Remove definition.
5733         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5734         it.  Don't include "unistd--.h" -- it wasn't ever used.
5735
5736         2006-01-17  Jim Meyering  <jim@meyering.net>
5737
5738         Rewrite fts.c not to change the current working directory,
5739         by using openat, fstatat, fdopendir, etc..
5740
5741         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5742         (HAVE_OPENAT_SUPPORT): Define.
5743         [_LIBC] (fchdir): Don't undef or define; no longer used.
5744         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5745         Now, this `function' always succeeds, and consumes its file descriptor
5746         parameter -- so callers must not close such FDs.  Update callers.
5747         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5748         (diropen): Add parameter, SP.  Adjust all callers.
5749         Implement using diropen_fd, rather than open.
5750         (fts_open): Initialize new member, fts_cwd_fd.
5751         Remove fts_rft-setting code.
5752         (fts_close): Close fts_cwd_fd, if necessary.
5753         (__opendir2): Define in terms of opendir or opendirat,
5754         depending on whether the FST_NOCHDIR flag is set.
5755         (fts_build): Since fts_safe_changedir consumes its FD, and since
5756         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5757         and close the dup'd file descriptor upon failure.
5758         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5759         (fts_safe_changedir): Tweak semantics to reflect that this function
5760         now calls cwd_advance_fd and hence consumes its FD argument.
5761         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5762         [struct FTS] (fts_rft): Remove now-unused member.
5763         [struct FTS] (fts_cycle.state): Improve comment.
5764
5765         * lib/openat.c (openat_needs_fchdir): New function.
5766         * lib/openat.h (openat_needs_fchdir): Declare it.
5767
5768 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5769
5770         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5771         Problem and fix reported by Pádraig Brady in
5772         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5773
5774 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5775
5776         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5777
5778 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5779
5780         * lib/memcoll.c (memcoll): Optimize for the common case where the
5781         arguments are bytewise equal.
5782
5783 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5784
5785         * doc/regexprops-generic.texi: Add a copyright notice.
5786
5787 2006-08-15  Bruno Haible  <bruno@clisp.org>
5788
5789         * modules/tmpdir (License): Change to LGPL.
5790
5791 2006-08-15  Bruno Haible  <bruno@clisp.org>
5792
5793         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5794         module.
5795
5796 2006-08-14  Simon Josefsson  <jas@extundo.com>
5797
5798         * config/srclist.txt: Add gnupload.
5799
5800 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5801
5802         Change copyright notice from LGPL 2 to GPL 2, since that's the
5803         standard form used in the gnulib repository.
5804         * tests/test-lock.c: Likewise.
5805         * tests/test-stdint.c: Likewise.
5806         * tests/test-tls.c: Likewise.
5807
5808         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5809         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5810         Add copyright notice.
5811
5812         * check-module: Add copyright notice.  Output a copyright
5813         notice if "--version" is specified.
5814         * modules/COPYING: New file.
5815         * tests/test-getaddrinfo.c: Add copyright notice.
5816         * tests/test-verify.c: Likewise.
5817
5818 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5819
5820         Change copyright notice from LGPL 2 to GPL 2, since that's the
5821         standard form used in the gnulib repository.
5822         * lib/lock.c: LGPL -> GPL.
5823         * lib/lock.h: Likewise.
5824         * lib/strnlen1.c: Likewise.
5825         * lib/strnlen1.h: Likewise.
5826         * lib/tls.c: Likewise.
5827         * lib/tls.h: Likewise.
5828         * lib/tmpdir.c: Likewise.
5829
5830         * lib/TODO: Remove; this belongs only in coreutils.
5831
5832 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5833
5834         Add copyright notices to long-enough files that lack them, since
5835         otherwise the files aren't clearly free.  Use the same notice that
5836         getdate.texi already uses.
5837         * doc/alloca-opt.texi: Add copyright notice.
5838         * doc/alloca.texi: Likewise.
5839         * doc/ctime.texi: Likewise.
5840         * doc/functions.texi: Likewise.
5841         * doc/gcd.texi: Likewise.
5842         * doc/gnulib-tool.texi: Likewise.
5843         * doc/inet_ntoa.texi: Likewise.
5844         * doc/visibility.texi: Likewise.
5845
5846         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5847         * doc/quote.texi: Add copyright notice.
5848
5849         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5850         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5851         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5852         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5853         is now obsolete, and give a pointer to the Sun list.
5854         Add copyright notice.
5855
5856 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5857
5858         * config/srclistvars.sh: Add copyright notice.
5859
5860 2006-08-14  Eric Blake  <ebb9@byu.net>
5861
5862         Import the following change from libc:
5863
5864         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5865
5866         Upstream bug 2997.
5867         * lib/misc/error.c: Add space between program name and message if file
5868         name is missing.
5869
5870 2006-08-12  Karl Berry  <karl@gnu.org>
5871
5872         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5873         remove, these originate in gnulib now.
5874
5875 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5876
5877         * doc/Makefile (standards.info standards.html standards.dvi):
5878         Also depend on make-stds.texi.
5879
5880 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5881
5882         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5883         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5884
5885         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5886         in wchar_t.  Problem reported by Eric Blake.
5887
5888         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5889         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5890         Also, help the compiler to keep LEN in a register.
5891
5892 2006-08-11  Eric Blake  <ebb9@byu.net>
5893
5894         * users.txt: Sort.  Add tar.
5895
5896 2006-08-11  Bruno Haible  <bruno@clisp.org>
5897
5898         * users.txt: New file.
5899
5900 2006-08-11  Bruno Haible  <bruno@clisp.org>
5901
5902         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5903         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5904
5905 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5906
5907         * modules/snprintf (Depends-on): Remove minmax.
5908         (Maintainer): Add self and Bruno.
5909
5910 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5911
5912         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5913         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5914         (EOVERFLOW): Define if the system does not.
5915         Do not include "minmax.h"; it wasn't used.
5916         (snprintf): Don't assume size_t promotes to an unsigned type.
5917         Fix bug when generated string was too long for the buffer: the
5918         buffer's contents are supposed to be the initial prefix of the
5919         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5920         exceeds INT_MAX; do the check ourselves.
5921
5922         Import the following changes from libc:
5923
5924         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5925
5926         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5927         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5928         set wc to the byte which couldn't be converted.
5929         (re_string_reconstruct): Don't clear valid_raw_len before calling
5930         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5931         tip_context using re_string_context_at.
5932
5933         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5934
5935         * lib/posix/regex.h: g++ still cannot handled [restrict].
5936
5937         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5938
5939         * lib/posix/regex.h: Remove special handling for VMS.
5940
5941 2006-08-10  Jim Meyering  <jim@meyering.net>
5942
5943         * modules/same-inode: New module.
5944         * modules/dev-ino: New module.
5945         * modules/cycle-check: Depend on these modules, rather than simply
5946         including their .h files.
5947         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5948         required via m4/cycle-check.m4.
5949         * modules/same: Depend on new same-inode module, rather than
5950         including same-inode.h.
5951         * modules/chdir-safer: New file.
5952
5953         * modules/chown (Depends-on): Add stat-macros.
5954
5955 2006-08-10  Jim Meyering  <jim@meyering.net>
5956
5957         * m4/cycle-check.m4: New file.
5958         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5959         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5960
5961 2006-08-10  Eric Blake  <ebb9@byu.net>
5962
5963         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5964         in from original proposal.
5965
5966 2006-08-10  Eric Blake  <ebb9@byu.net>
5967         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5968
5969         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5970         namespace.
5971
5972 2006-08-10  Bruno Haible  <bruno@clisp.org>
5973
5974         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5975         as well.
5976
5977 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5978
5979         Sync from coreutils.
5980
5981         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5982
5983         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5984         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5985
5986 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5987
5988         * modules/restrict: Remove; no longer needed now that we assume
5989         Autoconf 2.59 or later.
5990         * MODULES.html.sh: Remove 'restrict'.
5991         * modules/argp (Depends-on): Remove 'restrict'.
5992         * modules/base64 (Depends-on): Likewise.
5993         * modules/gc (Depends-on): Likewise.
5994         * modules/getaddrinfo (Depends-on): Likewise.
5995         * modules/glob (Depends-on): Likewise.
5996         * modules/inet_ntop (Depends-on): Likewise.
5997         * modules/inet_pton (Depends-on): Likewise.
5998         * modules/memxor (Depends-on): Likewise.
5999         * modules/regex (Depends-on): Likewise.
6000         * modules/strtok_r (Depends-on): Likewise.
6001         * modules/time_r (Depends-on): Likewise.
6002
6003 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6004
6005         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6006         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6007         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6008         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6009         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6010         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6011         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6012         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6013
6014         Merge from coreutils.
6015         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6016         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6017         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6018         * m4/time_r.m4 (gl_TIME_R): Likewise.
6019
6020 2006-08-09  Karl Berry  <karl@gnu.org>
6021
6022         * config/srclist.txt: no more gettext-tools, per Bruno.
6023
6024 2006-08-08  Eric Blake  <ebb9@byu.net>
6025
6026         * modules/verror: New module.
6027         * MODULES.html.sh: Document it.
6028
6029 2006-08-08  Eric Blake  <ebb9@byu.net>
6030
6031         * lib/verror.h, lib/verror.c: New files.
6032
6033 2006-08-08  Eric Blake  <ebb9@byu.net>
6034
6035         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6036         verror_at_line output complies with GNU Coding Standards even when
6037         file is NULL.
6038
6039 2006-08-07  Bruno Haible  <bruno@clisp.org>
6040
6041         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6042         versions of AIX.
6043         Reported by Ralf Wildenhues.
6044
6045 2006-08-07  Bruno Haible  <bruno@clisp.org>
6046
6047         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6048         in an AC_DEFUN. Needed so that the autoconf snippets can use
6049         AC_REQUIRE.
6050
6051 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6052
6053         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6054         Initialize pkgdata_DATA.
6055         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6056         overriding it.
6057
6058 2006-08-06  Eric Blake  <ebb9@byu.net>
6059
6060         * lib/error.h: Fold in some upstream changes from glibc.
6061         * lib/error.c: Likewise.
6062
6063 2006-08-04  Bruno Haible  <bruno@clisp.org>
6064
6065         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6066         Make the mostlyclean-local rule depend on mostlyclean-generic.
6067         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6068
6069 2006-07-31  Bruno Haible  <bruno@clisp.org>
6070
6071         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6072         <stdlib.h>, <string.h>.
6073
6074 2006-07-30  Bruno Haible  <bruno@clisp.org>
6075
6076         * modules/readlink (License): Change to LGPL.
6077
6078 2006-07-30  Bruno Haible  <bruno@clisp.org>
6079
6080         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6081         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6082         set PKGDATADIR to point to it.
6083
6084 2006-07-30  Bruno Haible  <bruno@clisp.org>
6085
6086         * modules/csharpexec (configure.ac): Comment out macro invocation.
6087         * modules/javaexec (configure.ac): Likewise.
6088         * modules/javacomp-script (configure.ac): Likewise.
6089
6090         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6091
6092 2006-07-30  Bruno Haible  <bruno@clisp.org>
6093
6094         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6095         linked-list.
6096
6097 2006-07-30  Bruno Haible  <bruno@clisp.org>
6098
6099         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6100
6101 2006-07-30  Bruno Haible  <bruno@clisp.org>
6102
6103         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6104         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6105         get removed.
6106
6107 2006-07-29  Bruno Haible  <bruno@clisp.org>
6108
6109         Make it possible for gnulib-tool to work with locally modified or
6110         augmented gnulib repositories.
6111         * gnulib-tool (func_usage): Document --local-dir option.
6112         (local_gnulib_dir): New variable.
6113         Handle --local-dir option.
6114         (func_lookup_file): New function.
6115         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6116         (func_get_description, func_get_filelist, func_get_description,
6117         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6118         func_get_automake_snippet, func_get_include_directive,
6119         func_get_license, func_get_maintainer): Use func_lookup_file.
6120         (func_import, func_create_testdir): Use func_lookup_file.
6121
6122 2006-07-29  Bruno Haible  <bruno@clisp.org>
6123
6124         * modules/setenv (Depends-on): Add unistd.
6125
6126 2006-07-29  Bruno Haible  <bruno@clisp.org>
6127
6128         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6129
6130 2006-07-29  Bruno Haible  <bruno@clisp.org>
6131
6132         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6133
6134 2006-07-29  Bruno Haible  <bruno@clisp.org>
6135
6136         * gnulib-tool (import, update): If there is no Makefile.am, look at
6137         aclocal.m4, instead of bailing out.
6138
6139 2006-07-29  Bruno Haible  <bruno@clisp.org>
6140
6141         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6142         Categorize the options by when they are useful.
6143
6144 2006-07-29  Bruno Haible  <bruno@clisp.org>
6145
6146         * gnulib-tool (func_usage): Document option --no-libtool.
6147         Handle option --no-libtool.
6148         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6149         for changed semantics of $libtool variable.
6150         (func_import): Likewise. If libtool is not used, show this through
6151         an option --no-libtool.
6152         (func_create_testdir): Update.
6153
6154 2006-07-29  Bruno Haible  <bruno@clisp.org>
6155
6156         * gnulib-tool (func_import): Extend error message about missing
6157         --doc-base.
6158
6159 2006-07-29  Bruno Haible  <bruno@clisp.org>
6160
6161         * gnulib-tool (func_import): Don't create the $docbase directory if
6162         there is no file to store there.
6163
6164 2006-07-29  Bruno Haible  <bruno@clisp.org>
6165
6166         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6167         relevant, look for configure.ac there, not in the current directory.
6168         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6169
6170 2006-07-29  Bruno Haible  <bruno@clisp.org>
6171
6172         * gnulib-tool (SORT): New variable.
6173         (func_usage): Undocument --assume-autoconf option.
6174         Remove --assume-autoconf option handling.
6175         (autoconf_minversion): Determine from the contents of configure.ac.
6176         (func_import): Remove autoconf_minversion handling.
6177         Suggested by Eric Blake.
6178
6179 2006-07-29  Bruno Haible  <bruno@clisp.org>
6180
6181         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6182
6183 2006-07-29  Bruno Haible  <bruno@clisp.org>
6184
6185         * config/srclist.txt (*setenv.[ch]): Remove rules.
6186
6187 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6188
6189         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6190
6191 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6192
6193         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6194         arpa/inet.h.
6195
6196 2006-07-28  Simon Josefsson  <jas@extundo.com>
6197
6198         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6199         * modules/inet_pton (Depends-on): Likewise.
6200
6201 2006-07-28  Simon Josefsson  <jas@extundo.com>
6202
6203         * m4/netinet_in_h.m4: New file.
6204
6205 2006-07-28  Simon Josefsson  <jas@extundo.com>
6206
6207         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6208         #include's.
6209
6210 2006-07-28  Simon Josefsson  <jas@extundo.com>
6211
6212         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6213         #include's.
6214
6215 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6216
6217         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6218         setgid on directories only if they set these bits.
6219         * lib/modechange.h: Remove obsolete comment about masks.
6220
6221 2006-07-28  Eric Blake  <ebb9@byu.net>
6222
6223         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6224         macro expansion.
6225
6226 2006-07-28  Bruno Haible  <bruno@clisp.org>
6227
6228         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6229
6230 2006-07-28  Bruno Haible  <bruno@clisp.org>
6231
6232         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6233
6234 2006-07-28  Bruno Haible  <bruno@clisp.org>
6235
6236         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6237         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6238         Define fallbacks.
6239         Avoids link error on FreeBSD 4.x.
6240         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6241
6242         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6243         encoding.
6244         * lib/mbswidth.c (iswcntrl): Likewise.
6245
6246 2006-07-27  Bruno Haible  <bruno@clisp.org>
6247
6248         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6249         test.
6250
6251 2006-07-27  Bruno Haible  <bruno@clisp.org>
6252
6253         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6254         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6255         defined.
6256
6257 2006-07-26  Eric Blake  <ebb9@byu.net>
6258
6259         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6260
6261 2006-07-26  Eric Blake  <ebb9@byu.net>
6262
6263         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6264         like mingw that lack mkstemp.
6265         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6266         avoid compilation warning on mingw.
6267
6268 2006-07-26  Bruno Haible  <bruno@clisp.org>
6269
6270         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6271         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6272         INT_FAST*_MIN, INTPTR_MIN.
6273
6274 2006-07-25  Bruno Haible  <bruno@clisp.org>
6275
6276         * modules/version-etc (Depends-on): Add stdarg.
6277
6278 2006-07-25  Bruno Haible  <bruno@clisp.org>
6279
6280         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6281         complex commands.
6282
6283 2006-07-25  Bruno Haible  <bruno@clisp.org>
6284
6285         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6286         defined in <stdarg.h> or config.h.
6287
6288 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6289
6290         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6291         (gl_STDIO_SAFER): Remove.
6292
6293 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6294
6295         * MODULES.html.sh (File stream based Input/Output):
6296         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6297         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6298         * modules/fopen-safer, modules/tmpfile-safer: New files.
6299         * modules/stdio-safer: Remove.
6300
6301 2006-07-24  Bruno Haible  <bruno@clisp.org>
6302
6303         * modules/tmpdir: New file.
6304         * MODULES.html.sh (File system functions): Add it.
6305
6306 2006-07-24  Bruno Haible  <bruno@clisp.org>
6307
6308         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6309         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6310
6311 2006-07-24  Bruno Haible  <bruno@clisp.org>
6312
6313         * modules/clean-temp: New file.
6314
6315 2006-07-24  Bruno Haible  <bruno@clisp.org>
6316
6317         * m4/tmpdir.m4: New file, from GNU gettext.
6318
6319 2006-07-24  Bruno Haible  <bruno@clisp.org>
6320
6321         * lib/tmpdir.h: New file, from GNU gettext.
6322         * lib/tmpdir.c: New file, from GNU gettext.
6323
6324 2006-07-24  Bruno Haible  <bruno@clisp.org>
6325
6326         * lib/clean-temp.h: New file, from GNU gettext.
6327         * lib/clean-temp.c: New file, from GNU gettext.
6328
6329 2006-07-23  Eric Blake  <ebb9@byu.net>
6330
6331         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6332         (Depends-on): Add binary-io.
6333
6334 2006-07-23  Eric Blake  <ebb9@byu.net>
6335
6336         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6337
6338 2006-07-23  Eric Blake  <ebb9@byu.net>
6339
6340         * lib/tmpfile-safer.c: New file.
6341         * lib/stdio-safer.h (fopen_safer): Add prototype.
6342         * lib/stdio--.h (tmpfile): Make safer.
6343
6344 2006-07-23  Bruno Haible  <bruno@clisp.org>
6345
6346         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6347         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6348         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6349         gl_linked_remove_at): Use it.
6350
6351 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6352         and Simon Josefsson <jas@extundo.com>
6353
6354         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6355
6356         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6357
6358 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6359
6360         * modules/close-stream: New file.
6361         * modules/closeout (Description): Make it clear that it exits
6362         with a diagnostic on error.
6363         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6364         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6365
6366 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6367
6368         * m4/close-stream.m4: New file.
6369
6370 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6371
6372         * lib/close-stream.c, lib/close-stream.h: New files.
6373
6374 2006-07-22  Bruno Haible  <bruno@clisp.org>
6375
6376         Merge from GNU gettext 0.15.
6377
6378         2006-05-01  Bruno Haible  <bruno@clisp.org>
6379
6380                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6381
6382         2006-07-22  Bruno Haible  <bruno@clisp.org>
6383
6384                 * modules/javaversion: New file.
6385                 * MODULES.html.sh (Java): Add javaversion.
6386
6387         2006-03-12  Bruno Haible  <bruno@clisp.org>
6388
6389                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6390
6391         2005-12-04  Bruno Haible  <bruno@clisp.org>
6392
6393                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6394                 (untested).
6395
6396         2006-06-21  Bruno Haible  <bruno@clisp.org>
6397
6398                 Avoid warnings from recent versions of mcs.
6399                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6400                 -o, -L, -r any more. Use options documented since mcs-1.0
6401                 instead. Similarly for -g.
6402
6403         2005-12-04  Bruno Haible  <bruno@clisp.org>
6404
6405                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6406                 .resources, not .resource.
6407
6408         2005-07-09  Bruno Haible  <bruno@clisp.org>
6409
6410                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6411                 add a .dll suffix.
6412                 Reported by Mark Junker <mjscod@gmx.de>.
6413
6414         2006-07-22  Bruno Haible  <bruno@clisp.org>
6415
6416                 * modules/gettext: Upgrade to gettext-0.15.
6417                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6418                 m4/visibility.m4.
6419                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6420
6421 2006-07-22  Bruno Haible  <bruno@clisp.org>
6422
6423         Merge from GNU gettext 0.15.
6424
6425         2006-03-25  Bruno Haible  <bruno@clisp.org>
6426
6427                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6428
6429         2006-07-21  Bruno Haible  <bruno@clisp.org>
6430
6431                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6432                 "1.1".
6433
6434         2006-05-09  Bruno Haible  <bruno@clisp.org>
6435
6436                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6437                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6438                 for the conftestver execution.
6439
6440         2006-05-01  Bruno Haible  <bruno@clisp.org>
6441
6442                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6443                 optional target-version argument. Verify that the compiler
6444                 groks source of the specified source-version, or add -source
6445                 option as necessary. Verify that the compiler produces
6446                 bytecode in the specified target-version, or add -target and
6447                 -source options as necessary. Make the result of the test
6448                 available as variable CONF_JAVAC. Also log error output in
6449                 config.log.
6450
6451         2006-03-11  Bruno Haible  <bruno@clisp.org>
6452
6453                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6454
6455         2006-05-09  Bruno Haible  <bruno@clisp.org>
6456
6457                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6458                 CLASSPATH_SEPARATOR to a semicolon.
6459
6460         2006-03-12  Bruno Haible  <bruno@clisp.org>
6461
6462                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6463                 available as variable CONF_JAVA, for subsequent autoconf
6464                 tests. Also log error output in config.log.
6465
6466         2006-07-19  Bruno Haible  <bruno@clisp.org>
6467
6468                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6469                 that getline works on glibc2 systems. Needed to avoid trouble
6470                 in relocatable.c.
6471                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6472
6473         2005-12-04  Bruno Haible  <bruno@clisp.org>
6474
6475                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6476                 launcher (untested).
6477
6478         2005-12-04  Bruno Haible  <bruno@clisp.org>
6479
6480                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6481
6482         2006-07-22  Bruno Haible  <bruno@clisp.org>
6483
6484                 * gettext.m4: Update from GNU gettext-0.15.
6485                 * nls.m4: Likewise.
6486                 * po.m4: Likewise.
6487                 * inttypes-pri.m4: Likewise.
6488                 * inttypes-h.m4: Renamed from inttypes.m4.
6489                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6490
6491 2006-07-22  Bruno Haible  <bruno@clisp.org>
6492
6493         Merge from GNU gettext 0.15.
6494
6495         2005-07-05  Bruno Haible  <bruno@clisp.org>
6496
6497                 * printf-args.c (printf_fetchargs): Work around broken
6498                 definition of wint_t on mingw.
6499
6500         2005-02-12  Bruno Haible  <bruno@clisp.org>
6501
6502                 * xallocsa.h: Add extern "C" for C++.
6503
6504         2006-05-17  Bruno Haible  <bruno@clisp.org>
6505
6506                 Cygwin portability.
6507                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6508
6509         2006-04-30  Bruno Haible  <bruno@clisp.org>
6510
6511                 * progreloc.c: Include <mach-o/dyld.h> if available.
6512                 (find_executable): Use _NSGetExecutablePath when possible.
6513
6514         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6515
6516                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6517                 function.
6518
6519         2005-12-29  Bruno Haible  <bruno@clisp.org>
6520
6521                 * progreloc.c (set_program_name_and_installdir): Fix
6522                 compilation error.
6523
6524         2005-12-04  Bruno Haible  <bruno@clisp.org>
6525
6526                 Cygwin portability.
6527                 * progreloc.c: Include <windows.h> also on Cygwin.
6528                 (find_executable): Add support for Cygwin.
6529                 (set_program_name_and_installdir): Handle also platforms with
6530                 nonempty EXEEXT.
6531
6532         2006-07-11  Bruno Haible  <bruno@clisp.org>
6533
6534                 * javacomp.c: Fix a comment.
6535                 Reported by Jim Meyering.
6536
6537         2006-04-30  Bruno Haible  <bruno@clisp.org>
6538
6539                 * javacomp.h (compile_java_class): Add source_version,
6540                 target_version arguments.
6541                 * javacomp.c: Rewritten to choose only a compiler that
6542                 respects the specified source_version and target_version.
6543
6544         2006-06-27  Bruno Haible  <bruno@clisp.org>
6545
6546                 Assume correct S_ISDIR macro.
6547                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6548
6549         2006-07-22  Bruno Haible  <bruno@clisp.org>
6550
6551                 * javaversion.h: New file, from GNU gettext.
6552                 * javaversion.c: New file, from GNU gettext.
6553                 * javaversion.java: New file, from GNU gettext.
6554                 * javaversion.class: New file, from GNU gettext.
6555
6556         2006-05-17  Bruno Haible  <bruno@clisp.org>
6557
6558                 Cygwin portability.
6559                 * javaexec.c (execute_java_class): Test for jview program
6560                 also on Cygwin.
6561
6562         2006-04-09  Bruno Haible  <bruno@clisp.org>
6563
6564                 * fatal-signal.c: Don't include string.h.
6565                 (at_fatal_signal): Use a copying loop instead of memcpy.
6566
6567         2005-12-04  Bruno Haible  <bruno@clisp.org>
6568
6569                 * csharpexec.c: Add support for 'clix' launcher (untested).
6570                 (execute_csharp_using_sscli): New function.
6571                 (execute_csharp_program): Call it.
6572
6573         2006-06-21  Bruno Haible  <bruno@clisp.org>
6574
6575                 Avoid warnings from recent versions of mcs.
6576                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6577                 -o, -L, -r any more. Use options documented since mcs-1.0
6578                 instead. Similarly for -g.
6579
6580         2005-07-09  Bruno Haible  <bruno@clisp.org>
6581
6582                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6583                 add a .dll suffix.
6584                 Reported by Mark Junker <mjscod@gmx.de>.
6585
6586         2006-06-17  Bruno Haible  <bruno@clisp.org>
6587
6588                 * config.charset: Update for NetBSD 3.0.
6589
6590         2006-05-17  Bruno Haible  <bruno@clisp.org>
6591
6592                 Cygwin portability.
6593                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6594
6595         2006-05-16  Bruno Haible  <bruno@clisp.org>
6596
6597                 * localcharset.c [CYGWIN]: Include <windows.h>.
6598                 (get_charset_aliases): For Cygwin, return the same CPxxx
6599                 aliases list as under WIN32.
6600                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6601                 the environment variables. Fall back to GetACP().
6602
6603         2006-04-05  Bruno Haible  <bruno@clisp.org>
6604
6605                 * config.charset: Update Juan Manuel Guerrero's address.
6606
6607         2005-02-12  Bruno Haible  <bruno@clisp.org>
6608
6609                 * allocsa.h: Add extern "C" for C++.
6610
6611         2005-02-10  Bruno Haible  <bruno@clisp.org>
6612
6613                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6614                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6615
6616         2006-07-22  Bruno Haible  <bruno@clisp.org>
6617
6618                 * gettext.h: Update to GNU gettext-0.15.
6619
6620 2006-07-22  Bruno Haible  <bruno@clisp.org>
6621
6622         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6623         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6624         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6625
6626 2006-07-21  Eric Blake  <ebb9@byu.net>
6627
6628         * modules/stdlib-safer: New file.
6629         * MODULES.html.sh (File stream based Input/Output): Add
6630         stdlib-safer.
6631
6632 2006-07-21  Eric Blake  <ebb9@byu.net>
6633
6634         * lib/stdlib-safer.h: New file from coreutils, required by
6635         stdlib--.h.
6636
6637 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6638
6639         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6640
6641 2006-07-20  Bruno Haible  <bruno@clisp.org>
6642
6643         * gnulib-tool: Recognize new option --assume-autoconf.
6644         (autoconf_minversion): New variable.
6645         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6646
6647 2006-07-20  Bruno Haible  <bruno@clisp.org>
6648
6649         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6650
6651 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6652
6653         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6654         Reindent and repaginate.
6655
6656 2006-07-19  Derek Price  <derek@ximbiot.com>
6657
6658         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6659         Correct grammar.
6660
6661 2006-07-17  Bruno Haible  <bruno@clisp.org>
6662
6663         * modules/list: New file.
6664         * modules/array-list: New file.
6665         * modules/carray-list, modules/carray-list-tests: New files.
6666         * modules/linked-list, modules/linked-list-tests: New files.
6667         * modules/avltree-list, modules/avltree-list-tests: New files.
6668         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6669         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6670         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6671         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6672         * modules/oset: New file.
6673         * modules/array-oset: New file.
6674         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6675         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6676         * tests/test-carray_list.c: New file.
6677         * tests/test-linked_list.c: New file.
6678         * tests/test-avltree_list.c: New file.
6679         * tests/test-rbtree_list.c: New file.
6680         * tests/test-linkedhash_list.c: New file.
6681         * tests/test-avltreehash_list.c: New file.
6682         * tests/test-rbtreehash_list.c: New file.
6683         * tests/test-avltree_oset.c: New file.
6684         * tests/test-rbtree_oset.c: New file.
6685         * MODULES.html.sh (Container data structures): New section.
6686
6687 2006-07-17  Bruno Haible  <bruno@clisp.org>
6688
6689         * m4/gl_list.m4: New file.
6690
6691 2006-07-17  Bruno Haible  <bruno@clisp.org>
6692
6693         * lib/gl_list.h: New file.
6694         * lib/gl_list.c: New file.
6695         * lib/gl_array_list.h: New file.
6696         * lib/gl_array_list.c: New file.
6697         * lib/gl_carray_list.h: New file.
6698         * lib/gl_carray_list.c: New file.
6699         * lib/gl_linked_list.h: New file.
6700         * lib/gl_linked_list.c: New file.
6701         * lib/gl_anylinked_list1.h: New file.
6702         * lib/gl_anylinked_list2.h: New file.
6703         * lib/gl_avltree_list.h: New file.
6704         * lib/gl_avltree_list.c: New file.
6705         * lib/gl_anyavltree_list1.h: New file.
6706         * lib/gl_anyavltree_list2.h: New file.
6707         * lib/gl_rbtree_list.h: New file.
6708         * lib/gl_rbtree_list.c: New file.
6709         * lib/gl_anyrbtree_list1.h: New file.
6710         * lib/gl_anyrbtree_list2.h: New file.
6711         * lib/gl_anytree_list1.h: New file.
6712         * lib/gl_anytree_list2.h: New file.
6713         * lib/gl_linkedhash_list.h: New file.
6714         * lib/gl_linkedhash_list.c: New file.
6715         * lib/gl_anyhash_list1.h: New file.
6716         * lib/gl_anyhash_list2.h: New file.
6717         * lib/gl_avltreehash_list.h: New file.
6718         * lib/gl_avltreehash_list.c: New file.
6719         * lib/gl_rbtreehash_list.h: New file.
6720         * lib/gl_rbtreehash_list.c: New file.
6721         * lib/gl_anytreehash_list1.h: New file.
6722         * lib/gl_anytreehash_list2.h: New file.
6723
6724         * lib/gl_oset.h: New file.
6725         * lib/gl_oset.c: New file.
6726         * lib/gl_array_oset.h: New file.
6727         * lib/gl_array_oset.c: New file.
6728         * lib/gl_avltree_oset.h: New file.
6729         * lib/gl_avltree_oset.c: New file.
6730         * lib/gl_rbtree_oset.h: New file.
6731         * lib/gl_rbtree_oset.c: New file.
6732         * lib/gl_anytree_oset.h: New file.
6733
6734 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6735
6736         * m4/mkancesdirs.m4: New file.
6737         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6738         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6739         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6740         it.
6741
6742 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6743
6744         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6745         * lib/mkancesdirs.h: New files.
6746         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6747         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6748         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6749         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6750         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6751         callers changed.  Revamp internals significantly, by not
6752         attempting to create directories that are temporarily more
6753         permissive than the final results.  Do not attempt to use
6754         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6755         This removes some race conditions, fixes some bugs, and simplifies
6756         things.  Use new dirchownmod function to do owner and mode changes.
6757         * lib/mkdir-p.h: Likewise.
6758         * lib/modechange.c (octal_to_mode): New function.
6759         (struct mode_change): New member mentioned.
6760         (make_node_op_equals): New arg mentioned.  All callers changed.
6761         (mode_compile): Keep track of which mode bits the user has explicitly
6762         mentioned.
6763         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6764         New arg PMODE_BITS, to keep track of which mode bits the user
6765         mentioned; it treats S_ISUID and S_ISGID speciall.
6766         All callers changed.
6767         * lib/modechange.h: Likewise.
6768
6769 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6770
6771         * MODULES.html.sh: Add mkancestors.
6772         * modules/mkancesdirs: New module.
6773         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6774         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6775         The chdir-safer and afs files are now orphans; I'll remove them
6776         unless someone speaks up.
6777         Add lib/dirchownmod.c, lib/dirchownmod.h.
6778         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6779         Add lchown, mkancesdirs.
6780         (Maintainer): Add self.
6781
6782 2006-07-15  Karl Berry  <karl@gnu.org>
6783
6784         * gnulib-tool: help message wording/arrangement.
6785
6786 2006-07-14  Simon Josefsson  <jas@extundo.com>
6787
6788         * doc/gnulib.texi (Libtool and Windows): New section.
6789
6790 2006-07-12  Simon Josefsson  <jas@extundo.com>
6791
6792         * modules/gendocs (License): Fix license, approved by Karl.
6793
6794 2006-07-12  Eric Blake  <ebb9@byu.net>
6795
6796         * MODULES.html.sh: Add gendocs.
6797
6798 2006-07-11  Eric Blake  <ebb9@byu.net>
6799
6800         * modules/fdl: New module, to install doc/fdl.texi.
6801         * MODULES.html.sh: Add new section for documentation modules.
6802         * gnulib-tool: Avoid space-tab.
6803         (--doc-base): New option, to manage files from doc.
6804
6805 2006-07-11  Eric Blake  <ebb9@byu.net>
6806
6807         * m4/absolute-header.m4: Fix comments to match recent change.
6808
6809 2006-07-11  Eric Blake  <ebb9@byu.net>
6810
6811         * gnulib-tool: List --doc-base before --tests-base.
6812
6813 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6814
6815         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6816
6817 2006-07-11  Bruno Haible  <bruno@clisp.org>
6818
6819         * README: Mention where to put documentation.
6820
6821 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6822
6823         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6824
6825 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6826
6827         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6828         to stdint.m4.
6829
6830 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6831
6832         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6833         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6834         "no/such/file/stdint.h" when there is no such file, so that
6835         the resulting C code can be parsed by dodgy compilers.
6836         Problems reported by Bob Proulx.
6837
6838 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6839
6840         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6841         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6842         macros into the GNU _D_EXACT_NAMLEN.
6843         * lib/savedir.c:  Likewise.
6844         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6845
6846 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6847         and Paul Eggert  <eggert@cs.ucla.edu>
6848
6849         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6850         * m4/savedir.m4:
6851         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6852         macros into the GNU _D_EXACT_NAMLEN.
6853
6854 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6855
6856         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6857         around the absolute name, to work around a problem with the HP-UX
6858         11.23 native C compiler, reported by Bob Proulx.
6859
6860 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6861
6862         * doc/maintain.texi, make-stds.texi: Sync from
6863         <http://savannah.gnu.org/projects/gnustandards>.
6864
6865 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6866
6867         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6868
6869 2006-07-09  Jim Meyering  <jim@meyering.net>
6870
6871         * m4/glob.m4: Remove a doubled word in a comment.
6872
6873 2006-07-09  Jim Meyering  <jim@meyering.net>
6874
6875         * lib/argp-pv.c: Remove a doubled word in a comment.
6876         * lib/check-version.c (check_version): Likewise.
6877         * lib/javacomp.c (compile_java_class): Likewise.
6878
6879 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6880
6881         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6882         for the benefit of people using Autoconf 2.60.  If you want to
6883         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6884         (or m4/onceonly.m4, if pre-2.57) manually.
6885
6886 2006-07-08  Jim Meyering  <jim@meyering.net>
6887
6888         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6889         comment.
6890         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6891         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6892         comment.
6893
6894 2006-07-08  Jim Meyering  <jim@meyering.net>
6895
6896         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6897
6898 2006-07-07  Simon Josefsson  <jas@extundo.com>
6899
6900         * tests/test-crc.c: Change expected crc value, the test vector
6901         were probably computed using the old broken crc.c?
6902
6903 2006-07-06  Simon Josefsson  <jas@extundo.com>
6904
6905         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6906         now the canonical place for the M4 file).
6907
6908         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6909         from the sys_socket dependency now.
6910
6911         * modules/inet_pton (Files): Ditto.
6912
6913         * modules/inet_ntop (Files): Ditto.
6914
6915 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6916
6917         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6918         not gl_PREREQ_GETUSERSHELL.
6919
6920 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6921
6922         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6923         with only one argument, for Autoconf 2.60.
6924         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6925         expand to nothing, so add a shell command to avoid syntax error.
6926         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6927
6928 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6929
6930         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6931
6932 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6933
6934         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6935         no longer needed.  Check for isblank decl.
6936         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6937         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6938         of existence.
6939
6940 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6941
6942         * lib/getloadavg.c: Use __VMS, not VMS.
6943         * lib/getopt.c: Likewise.
6944         * lib/getpagesize.h: Likewise.
6945         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6946         and probably does not work.
6947
6948 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6949
6950         * lib/.cppi-disable: Add wcwidth.
6951         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6952         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6953         (ISGRAPH): Remove.  All uses changed to isgraph.
6954         (FOLD) [!defined _LIBC]: Remove special case.
6955         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6956         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6957         HAVE_ISBLANK.
6958         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6959         case.
6960
6961 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6962
6963         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6964         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6965         brackets.  Other minor changes to suppress some compiler
6966         warnings.
6967
6968 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6969         and Paul Eggert  <eggert@cs.ucla.edu>
6970
6971         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6972         of invoking obsolescent AC_HEADER_DIRENT macro.
6973         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6974         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6975         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6976         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6977         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6978         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6979         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6980         * m4/readdir.m4: Remove; no longer needed.
6981
6982 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6983         and Paul Eggert  <eggert@cs.ucla.edu>
6984
6985         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6986         Don't worry about this obsolete case any more.
6987         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6988         directories.
6989         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6990         worry about this obsolete case any more.
6991         * lib/fts.c: Likewise.
6992         * lib/getcwd.c: Likewise.
6993         * lib/glob.h: Likewise.
6994         * lib/savedir.c: Likewise.
6995
6996 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6997
6998         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6999         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7000         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7001         needed.
7002         All uses removed.
7003         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7004         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7005         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7006         needed.
7007         * m4/getdate.m4 (gl_GETDATE): Likewise.
7008         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7009         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7010         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7011         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7012         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7013         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7014         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7015         needed.
7016
7017 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7018
7019         * lib/memcasecmp.c: Include <limits.h>.
7020         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7021         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7022         Don't assume isdigit succeeds only on '0' through '9'.
7023
7024 2006-07-05  Eric Blake  <ebb9@byu.net>
7025
7026         * modules/getaddrinfo (Depends-on): Add snprintf.
7027
7028 2006-07-05  Eric Blake  <ebb9@byu.net>
7029
7030         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7031         to avoid 'header present but could not be compiled' on cygwin.
7032
7033 2006-07-05  Eric Blake  <ebb9@byu.net>
7034
7035         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7036         missing from netdb.h.
7037         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7038
7039 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7040
7041         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7042         no longer needed.
7043         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7044         * m4/getdate.m4 (gl_GETDATE): Likewise.
7045         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7046         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7047         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7048         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7049         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7050
7051 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7052
7053         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7054         All uses of is_space replaced by isspace.
7055         * lib/exit.h: Don't talk about STDC_HEADERS.
7056         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7057         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7058         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7059         replaced by isprint etc.
7060         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7061         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7062         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7063         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7064         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7065         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7066
7067 2006-07-05  Bruno Haible  <bruno@clisp.org>
7068
7069         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7070         the function exists, before testing against AIX.
7071         Reported by Martin Lambers <marlam@marlam.de>.
7072
7073 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7074
7075         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7076         From Mark D. Baushke.
7077
7078 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7079
7080         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7081         to the absolute name, not just one, to bypass Sun C 5.8's
7082         "warning: #include of /usr/include/... may be non-portable".
7083
7084 2006-07-04  Eric Blake  <ebb9@byu.net>
7085
7086         * modules/dirname-tests: New test module.
7087         * tests/test-dirname.c: New file, replacing dirname.c
7088         TEST_DIRNAME section that was recently deleted.
7089
7090 2006-07-04  Bruno Haible  <bruno@clisp.org>
7091
7092         Assume ANSI C header files and <ctype.h> functions.
7093         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7094         (mbsnwidth): Use isprint, iscntrl instead.
7095
7096 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7097
7098         Merge from coreutils.
7099         * MODULES.html.sh: Add xstrtold.
7100         * modules/xstrtold: New file.
7101         * modules/cycle-check (Files): Add lib/same-inode.h.
7102         * modules/dirname (Files): Add m4/double-slash-root.m4.
7103         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7104         * modules/mkdir-p (Files): Add lib/same-inode.h.
7105         * modules/same (Files): Add lib/same-inode.h.
7106
7107 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7108
7109         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7110         This is to keep the terminology clean; POSIX talks about
7111         "absolute pathnames", not "full pathnames", but the GNU
7112         Coding Standards say to use "path" for something else;
7113         so use "absolute" to keep both sides happy.
7114         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7115         Set gl_absolute_header, not gl_full_header_path.
7116         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7117         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7118         All uses changed.
7119
7120         Merge from coreutils.
7121
7122         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7123
7124         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7125         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7126         want to require the building of c-strtod.o.
7127         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7128         needs -lm directly.
7129         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7130
7131         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7132
7133         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7134         --as-needed option if available.  Problem reported by Albert Chin in
7135         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7136         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7137         cc merely issues a bunch of annoying warnings for --as-needed
7138         (this problem was reported by Bob Proulx).  Also, try linking with
7139         -lm to detect a bug in binutils 2.16 (this problem was reported
7140         by Ralf Wildenhues).
7141
7142         2006-06-18  Jim Meyering  <jim@meyering.net>
7143
7144         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7145         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7146         macro.
7147         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7148         also check for glibc-2.4's abort-inducing bug.
7149
7150         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7151         Low-probability clean-up should be to use rmdir to get rid of
7152         the just-created directory, not unlink.
7153
7154         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7155         configure fail, and request a bug report to inform us about it.
7156         Add a comment that, barring reports to the contrary, in 2007 we'll
7157         assume ftruncate is universally available.
7158
7159         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7160
7161         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7162
7163         2006-03-12  Jim Meyering  <jim@meyering.net>
7164
7165         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7166         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7167         * m4/same.m4 (gl_SAME): Likewise.
7168         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7169
7170         2006-03-11  Eric Blake  <ebb9@byu.net>
7171
7172         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7173         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7174         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7175         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7176
7177 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7178
7179         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7180         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7181         reported by Mark D. Baushke, one in
7182         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7183
7184         Merge from coreutils.
7185
7186         * lib/.cppi-disable: Add stdint_.h.
7187         * lib/.cvsignore: Add stdint.h.
7188
7189         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7190
7191         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7192         both double and long double versions.
7193         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7194         * lib/xstrtold.c: New file.
7195         * lib/xstrtod.h (xstrtold): New decl.
7196
7197         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7198
7199         * lib/filemode.c (setst): Remove.
7200         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7201         (arguably) clearer, and the generated code is a bit smaller on my
7202         Debian GNU/Linux stable x86 host.
7203
7204         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7205
7206         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7207         Assume that filemode.h includes sys/types.h and sys/stat.h.
7208         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7209         (ftypelet): Reorder to put common cases first, for efficiency.
7210         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7211         to do 'M'.
7212         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7213         of 10, for compatibility with FreeBSD.  All callers changed.
7214         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7215         types that can't be deduced solely from st_mode.  First arg is now a
7216         const pointer.
7217         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7218         (strmode): Renamed from mode_string.
7219         (filemodestring): New decl.
7220         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7221         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7222         needed.
7223         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7224
7225         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7226
7227         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7228         fsusage.h now does that.  Include fsusage.h first, to test interface.
7229         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7230         at most one method (the old code could have generated decls that
7231         didn't conform to C89, not that this was ever exercised).
7232         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7233
7234         2006-03-19  Jim Meyering  <jim@meyering.net>
7235
7236         Work even in a chroot where d_ino values for entries in "/"
7237         don't match the stat.st_ino values for the same names.
7238         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7239         number, iterate through all entries again, using lstat instead.
7240         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7241         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7242
7243         * lib/getcwd.c (__getcwd): Clarify a comment.
7244         Use memcpy in place of a call to strcpy.
7245
7246         2006-03-12  Jim Meyering  <jim@meyering.net>
7247
7248         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7249         matches that of the current directory (which we're about to chdir ".."
7250         out of), then save the dev-ino of the parent, instead.
7251
7252         * lib/same-inode.h (SAME_INODE): New file/macro.
7253         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7254         Include "same-inode.h", instead.
7255         * lib/same.c: Likewise.
7256         * lib/cycle-check.h: Include "same-inode.h".
7257         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7258         * lib/cycle-check.c (SAME_INODE): Remove definition.
7259         * lib/root-dev-ino.h: Include "same-inode.h".
7260
7261         2006-03-11  Eric Blake  <ebb9@byu.net>
7262
7263         * lib/same.c (same_name): s/base_name/last_component/
7264         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7265         * lib/filenamecat.c (file_name_concat): Likewise.
7266
7267         2006-03-11  Eric Blake  <ebb9@byu.net>,
7268                     Paul Eggert  <eggert@cs.ucla.edu>
7269
7270         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7271         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7272         drive prefix.
7273         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7274         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7275         (last_component): New method.
7276         * lib/dirname.c (dir_len): Determine when drive letters need a
7277         subsequent slash.  Preserve // when it is special.
7278         (dir_name): Don't append dot when drive letter is absolute.
7279         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7280         * lib/basename.c (base_name): New semantics - malloc the result.
7281         Preserve // when it is special.  Preserve relative files that look
7282         like drive letters.
7283         (base_len): Preserve // when it is special.
7284         (last_component): New method, similar to old base_name semantics.
7285         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7286         base_name.  Strip redundant slashes from ///.
7287
7288 2006-07-03  Jim Meyering  <jim@meyering.net>
7289
7290         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7291         macro is used before the first cycle_check call.
7292
7293 2006-07-03  Eric Blake  <ebb9@byu.net>
7294
7295         * modules/dirname (Depends-on): Add xstrndup.
7296
7297 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7298
7299         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7300         test cases, so that config.log is a bit easier to follow.
7301
7302 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7303
7304         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7305         both are 64 bits, since this seems to be the tradition, and this
7306         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7307         we ever run into a host that prefers long long to long in this
7308         case, we'll need another configure-time test.  Problem reported by
7309         Jim Meyering.
7310
7311 2006-07-02  Eric Blake  <ebb9@byu.net>
7312
7313         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7314
7315 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7316
7317         * modules/inttypes (Depends-on): No longer depends on stdint.
7318         * modules/stdint (Description): Say more about assumptions.
7319         Say that the fast types might differ.  Say macros are used.
7320         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7321         (Makefile.am): Revise list of substituted symbols to match
7322         new stdint.m4.
7323         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7324         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7325         * tests/test-stdint.c (verify_same_types)
7326         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7327         the code conforms to C99/C89.
7328         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7329         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7330
7331 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7332
7333         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7334         but fix a bug, by requiring at least 64 bits.
7335         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7336         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7337         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7338         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7339
7340         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7341         changes.  Make 2.59 a prerequisite.  Check and substitute for
7342         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7343         inttypes.h.  Do not use special include files; just use the
7344         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7345         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7346         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7347         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7348         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7349         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7350         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7351         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7352         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7353         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7354         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7355         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7356         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7357         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7358         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7359         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7360         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7361         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7362         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7363         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7364         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7365         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7366         not check for things that C99 does not require, e.g., int8_t.  If
7367         a test isn't needed unless <stdint.h> isn't working, and is
7368         unlikely to be needed for any other reason, then don't do it
7369         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7370         size_t, since we assume C89 freestanding at least.  Do not check
7371         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7372         the right thing even if the types are not defined.  Instead use:
7373         (gl_STDINT_TYPE_PROPERTIES): New macro.
7374         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7375         testing whether <sys/types.h> clashes, as Autoconf does this for
7376         us now.  All uses removed.
7377         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7378         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7379         (gl_CHECK_TYPE_SAME):
7380         Remove; no longer needed.
7381         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7382         exists, since we'll return 0 anyway in that case.
7383         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7384
7385 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7386
7387         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7388         possible collision with system files.
7389         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7390         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7391         WCHAR_MIN and WCHAR_MAX in this case.
7392         (<stddef.h>): Do not include; no longer needed.
7393         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7394         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7395         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7396         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7397         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7398         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7399         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7400         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7401         !defined(__c99))]: Include in this case too, since it's harmless
7402         now.
7403         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7404         dangerous to do so.
7405         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7406         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7407         (_STDINT_MIN, _STDINT_MAX): New macros.
7408         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7409         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7410         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7411         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7412         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7413         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7414         macros, not typedefs; this simplifies things quite a bit.
7415         Use long int for all types narrower than int64_t.
7416         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7417         Define in terms of long long int or int64_t or long int,
7418         not int64_t or int32_t.  This saves some compile-time testing.
7419         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7420         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7421         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7422         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7423         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7424         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7425         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7426         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7427         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7428         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7429         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7430         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7431         undef any previous version and define our own version, for
7432         simplicity and consistency with the new macros for types.
7433         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7434         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7435         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7436         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7437         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7438         @WINT_T_SUFFIX@ to keep things simple here.
7439         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7440         Simplify by assuming typical 8/16/32/64 host, since we're
7441         already doing that elsewhere anyway.
7442         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7443         and assume long long int is 64 bits if available.  This
7444         speeds up 'configure'.
7445
7446 2006-07-01  Eric Blake  <ebb9@byu.net>
7447
7448         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7449         Reported by Andreas Buening.
7450
7451 2006-07-01  Eric Blake  <ebb9@byu.net>
7452
7453         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7454
7455 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7456
7457         * lib/getaddrinfo.c: fixed typo
7458
7459 2006-06-29  Jim Meyering  <jim@meyering.net>
7460
7461         * modules/strftime (Maintainer): Add my name, since with the
7462         FPRINTFTIME changes strftime.c has forked from glibc.
7463
7464 2006-06-29  Eric Blake  <ebb9@byu.net>
7465
7466         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7467
7468 2006-06-29  Eric Blake  <ebb9@byu.net>
7469
7470         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7471
7472 2006-06-29  Eric Blake  <ebb9@byu.net>
7473
7474         * lib/stat_.h: New file.
7475
7476 2006-06-29  Eric Blake  <ebb9@byu.net>
7477
7478         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7479         unused static function.
7480
7481 2006-06-29  Eric Blake  <ebb9@byu.net>
7482
7483         * doc/functions.texi (Function Portability): Document missing lstat
7484         on mingw.
7485
7486 2006-06-29  Eric Blake  <ebb9@byu.net>
7487
7488         * MODULES.html.sh: Add sys_stat.
7489         * modules/sys_stat: New module.
7490         * modules/mkstemp (Depends-on): Add sys_stat.
7491
7492 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7493
7494         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7495
7496 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7497
7498         * m4/c-bs-a.m4: Removed.
7499
7500 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7501
7502         * lib/strftime.c: Assume strftime() exists.
7503
7504 2006-06-29  Derek Price  <derek@ximbiot.com>
7505
7506         * modules/c-bs-a: Removed - \a is C89.
7507         * MODULES.html.sh: Remove c-bs-a.
7508
7509 2006-06-29  Bruno Haible  <bruno@clisp.org>
7510
7511         * modules/wcwidth (License): Change to LGPL.
7512
7513 2006-06-28  Simon Josefsson  <jas@extundo.com>
7514
7515         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7516         on _WIN32.
7517
7518         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7519         getnameinfo.
7520
7521 2006-06-28  Simon Josefsson  <jas@extundo.com>
7522
7523         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7524
7525 2006-06-28  Simon Josefsson  <jas@extundo.com>
7526
7527         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7528         functions there.  It will succeed on Windows XP, but on Windows
7529         2000 and (presumably) earlier, it will fail, and use the internal
7530         re-implementation.
7531         (use_win32_p): New function.
7532         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7533         Support AI_NUMERICSERV to disable getservbyname.
7534         (getnameinfo): New function, only supports
7535         NI_NUMERICHOST|NI_NUMERICSERV for now.
7536
7537         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7538         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7539         getnameinfo.
7540
7541 2006-06-28  Eric Blake  <ebb9@byu.net>
7542
7543         * modules/wcwidth: New file.
7544         * modules/mbchar (Depends-on): Add wcwidth.
7545         * modules/mbswidth (Depends-on): Add wcwidth.
7546         * MODULES.html.sh: Add wcwidth.
7547
7548 2006-06-28  Eric Blake  <ebb9@byu.net>
7549
7550         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7551         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7552
7553 2006-06-28  Eric Blake  <ebb9@byu.net>
7554
7555         * lib/xvasprintf.h: Fix comments.
7556
7557 2006-06-28  Eric Blake  <ebb9@byu.net>
7558
7559         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7560         * lib/mbswidth.c (wcwidth): Move from here...
7561         * lib/wcwidth.h: ...to this new file.
7562
7563 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7564
7565         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7566
7567         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7568         it's obsolete.
7569         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7570
7571 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7572
7573         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7574         Autoconf 2.60 says this stuff was obsolete.
7575
7576 2006-06-28  Bruno Haible  <bruno@clisp.org>
7577
7578         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7579
7580 2006-06-28  Bruno Haible  <bruno@clisp.org>
7581
7582         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7583         gt_TYPE_WCHAR_T.
7584
7585 2006-06-28  Bruno Haible  <bruno@clisp.org>
7586
7587         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7588         declaration for wcwidth.
7589         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7590
7591 2006-06-28  Bruno Haible  <bruno@clisp.org>
7592
7593         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7594         (mkdir): Define using _mkdir.
7595
7596 2006-06-28  Bruno Haible  <bruno@clisp.org>
7597
7598         * lib/getaddrinfo.h: Fix POSIX URL.
7599         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7600         _WIN32.
7601         (use_win32_p): Make static.
7602         (getaddrinfo): Reject service name if it is empty or does not consist
7603         solely of decimal digits, or if its value is > 65535.
7604         (getnameinfo): Remove useless casts.
7605
7606 2006-06-27  Simon Josefsson  <jas@extundo.com>
7607
7608         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7609         Eggert and Martin Lambers.
7610
7611 2006-06-27  Simon Josefsson  <jas@extundo.com>
7612
7613         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7614         Eggert and Martin Lambers.
7615
7616 2006-06-27  Bruno Haible  <bruno@clisp.org>
7617
7618         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7619         result to 0, not to empty.
7620         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7621
7622 2006-06-27  Bruno Haible  <bruno@clisp.org>
7623
7624         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7625
7626 2006-06-26  Simon Josefsson  <jas@extundo.com>
7627
7628         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7629         present.
7630
7631 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7632
7633         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7634         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7635         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7636
7637 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7638
7639         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7640
7641 2006-06-26  Bruno Haible  <bruno@clisp.org>
7642
7643         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7644
7645 2006-06-26  Bruno Haible  <bruno@clisp.org>
7646
7647         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7648
7649 2006-06-26  Bruno Haible  <bruno@clisp.org>
7650
7651         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7652         SGI C compiler in pre-C99 mode.
7653         Suggested by Mark D. Baushke and Larry Jones.
7654
7655 2006-06-26  Bruno Haible  <bruno@clisp.org>
7656
7657         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7658         WCHAR_MAX.
7659         Reported by Mark D. Baushke and Larry Jones.
7660
7661 2006-06-26  Bruno Haible  <bruno@clisp.org>
7662
7663         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7664         in pre-C99 mode.
7665         Suggested by Mark D. Baushke and Larry Jones.
7666
7667 2006-06-23  Simon Josefsson  <jas@extundo.com>
7668             Bruno Haible  <bruno@clisp.org>
7669
7670         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7671         Emit mostlyclean-local rule.
7672         (func_emit_tests_Makefile_am): Likewise.
7673         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7674
7675 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7676
7677         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7678
7679 2006-06-23  Bruno Haible  <bruno@clisp.org>
7680
7681         * tests/test-stdint.c: Update to match ISO C 99 Technical
7682         Corrigendum 1.
7683
7684 2006-06-23  Bruno Haible  <bruno@clisp.org>
7685
7686         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7687
7688 2006-06-23  Bruno Haible  <bruno@clisp.org>
7689
7690         * lib/stdint_.h: Treat IRIX like OpenBSD.
7691
7692 2006-06-23  Bruno Haible  <bruno@clisp.org>
7693
7694         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7695         ISO C 99 Technical Corrigendum 1.
7696
7697 2006-06-22  Simon Josefsson  <jas@extundo.com>
7698
7699         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7700         MinGW.
7701
7702 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7703
7704         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7705         needed.  Some compiler complained about some of them.  Problem reported
7706         by Larry Jones in
7707         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7708
7709 2006-06-21  Simon Josefsson  <jas@extundo.com>
7710
7711         * tests/test-getaddrinfo.c: New file.
7712
7713         * modules/getaddrinfo-tests: New file.
7714
7715         * MODULES.html.sh: Add inet_pton.
7716
7717         * modules/inet_pton: New file.
7718
7719 2006-06-21  Simon Josefsson  <jas@extundo.com>
7720
7721         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7722         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7723         of using the (limited) gnulib implementation on Windows XP.
7724
7725         * m4/inet_pton.m4: New file.
7726
7727 2006-06-21  Simon Josefsson  <jas@extundo.com>
7728
7729         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7730         variable.
7731
7732         * lib/socket_.h: Don't define WINVER.
7733
7734         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7735         slightly modified to work in gnulib.
7736
7737 2006-06-21  Simon Josefsson  <jas@extundo.com>
7738
7739         * doc/gnulib.texi (Windows sockets): Add.
7740
7741 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7742
7743         * lib/read-file.c (fread_file): Start with buffer allocation of
7744         0 bytes rather than 1 byte; this simplifies the code.
7745         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7746         code to free buffer and save/restore errno.
7747         (internal_read_file): Remove unused local.
7748
7749 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7750
7751         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7752         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7753         Problem reported by Denis Excoffier in
7754         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7755
7756 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7757
7758         * modules/sys_socket, modules/socklen: Include sys/types since
7759         FreeBSD 4.x's sys/socket.h needs it.
7760
7761 2006-06-19  Simon Josefsson  <jas@extundo.com>
7762
7763         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7764
7765 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7766
7767         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7768
7769 2006-06-19  Bruno Haible  <bruno@clisp.org>
7770
7771         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7772         and FULL_PATH_INTTYPES_H in angle brackets.
7773         Reported by Mark D. Baushke <mdb@gnu.org>.
7774
7775 2006-06-17  Eric Blake  <ebb9@byu.net>
7776
7777         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7778         errno.
7779
7780 2006-06-17  Bruno Haible  <bruno@clisp.org>
7781
7782         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7783         <sys/inttypes.h>.
7784
7785 2006-06-17  Bruno Haible  <bruno@clisp.org>
7786
7787         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7788         whether errno is declared. Assume <errno.h> declares errno.
7789
7790 2006-06-17  Bruno Haible  <bruno@clisp.org>
7791
7792         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7793
7794 2006-06-17  Bruno Haible  <bruno@clisp.org>
7795
7796         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7797         problem on Solaris 2.5.1.
7798
7799 2006-06-16  Eric Blake  <ebb9@byu.net>
7800
7801         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7802         * lib/unicodeio.c [!defined errno]: Likewise.
7803         * lib/strtol.c [!defined errno]: Likewise.
7804         * lib/strtod.c [!defined errno]: Likewise.
7805
7806 2006-06-15  Eric Blake  <ebb9@byu.net>
7807
7808         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7809
7810 2006-06-15  Eric Blake  <ebb9@byu.net>
7811
7812         * config/srclist.txt (ssize_t.m4): Lose sync.
7813
7814 2006-06-15  Bruno Haible  <bruno@clisp.org>
7815
7816         * modules/stdint (Files): Include m4/full-header-path.m4,
7817         m4/size_max.m4, m4/wchar_t.m4.
7818         (Makefile.am): Many more substitutions.
7819         * modules/stdint-tests: New file.
7820         * tests/test-stdint.c: New file.
7821
7822 2006-06-15  Bruno Haible  <bruno@clisp.org>
7823
7824         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7825         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7826         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7827         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7828         gl_CHECK_TYPE_SAME): New macros.
7829
7830 2006-06-15  Bruno Haible  <bruno@clisp.org>
7831
7832         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7833
7834 2006-06-15  Bruno Haible  <bruno@clisp.org>
7835
7836         * lib/stdint_.h: Rewritten to be fully auto-configured.
7837         Fixes bug on HP-UX/IA64.
7838
7839 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7840
7841         * lib/getdate.y (__attribute__): Don't define if already defined.
7842         Problem reported by Larry Jones.
7843         * lib/utimens.c (__attribute__): Likewise.
7844
7845 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7846
7847         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7848         reported by Andreas Schwab.
7849
7850 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7851             Bruno Haible  <bruno@clisp.org>
7852
7853         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7854         check for the declaration of strnlen and a run test that exposes the
7855         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7856         rpl_strndup.
7857
7858 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7859             Bruno Haible  <bruno@clisp.org>
7860
7861         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7862
7863 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7864
7865         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7866         compile test, for Tru64 4.0D.
7867
7868 2006-05-28  Karl Berry  <karl@gnu.org>
7869
7870         * config/srclist.txt (printf-args.c): lose sync.
7871
7872 2006-05-26  Martin Lambers  <marlam@marlam.de>
7873
7874         * lib/getpass.c: Updates the test for the native W32 API, and adds
7875         missing includes, thus fixing compilation warnings.
7876
7877 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7878
7879         * lib/exclude.c (exclude_fnmatch): New function.
7880         (excluded_file_name): Call exclude_fnmatch.
7881         * lib/exclude.h (excluded_file_name): New prototype
7882
7883 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7884
7885         * lib/tempname.c (small_open, large_open): New macros.
7886         (__open, __open64) [!_LIBC]: Remove.
7887         (__gen_tempname): Use small_open and large_open instead of __open
7888         and __open64.  This fixes a portability bug on HP-UX 11.11i
7889         reported by Simon Wing-Tang in
7890         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7891
7892 2006-05-24  Bruno Haible  <bruno@clisp.org>
7893
7894         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7895         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7896         Reported by Thorsten Maerz <torte@netztorte.de> via
7897         Aaron Stone <aaron@serendipity.cx>.
7898
7899 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7900
7901         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7902         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7903         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7904         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7905         not really conditional on the cache.
7906         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7907
7908 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7909
7910         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7911         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7912         (my_usleep): Don't mishandle maximum value.
7913
7914 2006-05-19  Jim Meyering  <jim@meyering.net>
7915
7916         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7917
7918 2006-05-17  Bruno Haible  <bruno@clisp.org>
7919
7920         Cygwin portability.
7921         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7922
7923 2006-05-17  Bruno Haible  <bruno@clisp.org>
7924
7925         * lib/stdint_.h: Fix recognition of Cygwin.
7926
7927 2006-05-15  Bruno Haible  <bruno@clisp.org>
7928
7929         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7930         on libtool patch by Ralf Wildenhues.
7931
7932 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7933
7934         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7935         test for C99 conformance; (bool) 0.5 is an integer constant
7936         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7937         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7938
7939 2006-05-11  Simon Josefsson  <jas@extundo.com>
7940
7941         * m4/xvasprintf.m4: Fix obvious typo.
7942
7943 2006-05-11  Jim Meyering  <jim@meyering.net>
7944
7945         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7946         James Lemley.
7947
7948 2006-05-10  Simon Josefsson  <jas@extundo.com>
7949
7950         * lib/md4.c: Typo fix, update copyright years.
7951         (K1, K2): Don't use L because it turn computations into 64-bit on
7952         64-bit platforms.
7953
7954 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7955
7956         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7957         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7958         unwanted sign propagation, e.g., on hosts with 64-bit int.
7959         There still are some problems with reeelly weird theoretical hosts
7960         (e.g., 33-bit int) but it's not worth worrying about now.
7961         * lib/sha1.c (rol): Likewise.
7962         (K1, K2, K3, K4): Remove unnecessary L suffix.
7963
7964 2006-05-10  Bruno Haible  <bruno@clisp.org>
7965
7966         * lib/des.c: Cast to avoid warnings.
7967
7968 2006-05-09  Bruno Haible  <bruno@clisp.org>
7969
7970         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7971         (Depends-on): Depend also on xsize, stdarg.
7972         (configure.ac): Add gl_XVASPRINTF.
7973
7974 2006-05-09  Bruno Haible  <bruno@clisp.org>
7975
7976         * m4/xvasprintf.m4: New file.
7977
7978 2006-05-09  Bruno Haible  <bruno@clisp.org>
7979
7980         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7981         (EOVERFLOW): Define fallback value.
7982         (xstrcat): New function.
7983         (xvasprintf): Recognize the special case of a string concatenation.
7984
7985 2006-05-08  Eric Blake  <ebb9@byu.net>
7986
7987         * gnulib-tool (func_version): Base copyright year on CVS date.
7988         (func_emit_copyright_notice): New function.
7989         (func_emit_lib_Makefile_am): Use it.
7990         (func_emit_tests_Makefile_am): Likewise.
7991         (func_import): Likewise.
7992
7993 2006-05-08  Bruno Haible  <bruno@clisp.org>
7994
7995         * modules/stdarg: New file.
7996         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7997
7998 2006-05-08  Bruno Haible  <bruno@clisp.org>
7999
8000         * m4/stdarg.m4: New file, from GNU gettext.
8001
8002 2006-05-08  Bruno Haible  <bruno@clisp.org>
8003
8004         * config/srclist.txt (build-aux/config.rpath): different from latest
8005         release.
8006
8007 2006-05-08  Bruno Haible  <bruno@clisp.org>
8008
8009         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8010
8011 2006-05-05  Jim Meyering  <jim@meyering.net>
8012
8013         * m4/warning.m4: New file, derived from bison's file by the same name.
8014
8015 2006-05-03  Bruno Haible  <bruno@clisp.org>
8016
8017         * lib/stdint_.h: Shorter URL.
8018         * lib/inttypes.h: Likewise.
8019
8020 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8021
8022         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8023
8024 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8025
8026         * lib/verify.h: Document the internals better.  Most of this change
8027         was written by Bruno Haible.
8028
8029 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8030
8031         * doc/verify.texi: New file, partly based on a proposal by
8032         Bruno Haible.
8033
8034 2006-05-02  Bruno Haible  <bruno@clisp.org>
8035
8036         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8037         test from here...
8038         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8039
8040 2006-04-29  Bruno Haible  <bruno@clisp.org>
8041
8042         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8043         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8044
8045 2006-04-29  Bruno Haible  <bruno@clisp.org>
8046
8047         * gnulib-tool: Make --update option actually work.
8048
8049 2006-04-29  Bruno Haible  <bruno@clisp.org>
8050
8051         * doc/gcd.texi: New file.
8052         * doc/gnulib.texi: Include it.
8053
8054 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8055
8056         * lib/getdate.y (get_date): When adding relative date, start with the
8057         initial time, not with the result of the first mktime call.
8058
8059 2006-04-25  Bruno Haible  <bruno@clisp.org>
8060
8061         * gnulib-tool (func_import): Output the include directives in three
8062         blocks, sorted separately.
8063         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8064
8065 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8066
8067         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8068         to define main with arguments, for C++.  Reported by Eric Blake.
8069         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8070         Prefer 'int main ()' to 'int main (void)', for C++.
8071         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8072         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8073         for 'main', for C99 and C++.
8074
8075 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8076
8077         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8078         Don't assume that exit status -1 is valid.
8079         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8080         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8081         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8082         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8083         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8084         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8085         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8086         functions can be used without declaring them, or that you can
8087         exit with status -1.
8088         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8089
8090 2006-04-24  Karl Berry  <karl@gnu.org>
8091
8092         * config/srclist.txt (longdouble.m4): sync lost.
8093
8094 2006-04-24  Eric Blake  <ebb9@byu.net>
8095
8096         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8097
8098 2006-04-24  Bruno Haible  <bruno@clisp.org>
8099
8100         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8101         poll() implementation in AIX.
8102         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8103
8104 2006-04-24  Bruno Haible  <bruno@clisp.org>
8105
8106         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8107         assigned exactly once.
8108
8109 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8110             Bruno Haible  <bruno@clisp.org>
8111
8112         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8113         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8114         for AM_CPPFLAGS.
8115
8116 2006-04-23  Bruno Haible  <bruno@clisp.org>
8117
8118         * modules/copy-file: Depend on unistd.
8119         * modules/execute: Likewise.
8120         * modules/fatal-signal: Likewise.
8121         * modules/findprog: Likewise.
8122         * modules/mkdtemp : Likewise.
8123         * modules/pipe: Likewise.
8124         * modules/wait-process: Likewise.
8125
8126 2006-04-23  Bruno Haible  <bruno@clisp.org>
8127
8128         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8129         condition was already detected.
8130         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8131
8132 2006-04-23  Bruno Haible  <bruno@clisp.org>
8133
8134         * lib/copy-file.c: Include <unistd.h> unconditionally.
8135         * lib/execute.c: Likewise.
8136         * lib/fatal-signal.c: Likewise.
8137         * lib/findprog.c: Likewise.
8138         * lib/mkdtemp.c: Likewise.
8139         * lib/pipe.h: Likewise.
8140         * lib/pipe.c: Likewise.
8141         * lib/wait-process.h: Likewise.
8142
8143 2006-04-23  Bruno Haible  <bruno@clisp.org>
8144
8145         * gnulib-tool (func_usage): Fix --import description. Document
8146         --update.
8147         (func_import): Create temporary file in a temporary directory, if
8148         --dry-run is specified. Silence errors from 'grep' when there are no
8149         m4 files in $m4dir.
8150         (func_create_testdir): Silence errors from 'grep' when there are no
8151         m4 files in $m4dir.
8152         Reported by Karl Berry <karl@freefriends.org>.
8153
8154 2006-04-20  Bruno Haible  <bruno@clisp.org>
8155
8156         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8157         one argument, so that the code will be portable to Autoconf 2.60.
8158         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8159         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8160         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8161
8162 2006-04-19  Derek Price  <derek@ximbiot.com>
8163             Eric Blake  <ebb9@byu.net>
8164
8165         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8166         rather than "/full/path.h".  Update comment to match.  Shorten &
8167         generalize m4_translit call via AS_TR_CPP.
8168
8169 2006-04-19  Derek Price  <derek@ximbiot.com>
8170             Eric Blake  <ebb9@byu.net>
8171
8172         * lib/inttypes.h: Correct grammar in comment.
8173
8174 2006-04-18  Derek Price  <derek@ximbiot.com>
8175             Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * modules/inttypes: New file.
8178         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8179
8180 2006-04-18  Derek Price  <derek@ximbiot.com>
8181             Paul Eggert  <eggert@cs.ucla.edu>
8182
8183         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8184         New files.
8185
8186 2006-04-18  Derek Price  <derek@ximbiot.com>
8187             Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         * lib/inttypes.h: New file.
8190         * lib/strtoimax.c: Assume <inttypes.h>.
8191
8192 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8193
8194         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8195         isn't mounted.  Problem reported by Kir Kolyshkin.
8196
8197 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8198
8199         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8200         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8201         Derek R. Price.
8202         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8203         implementation.
8204
8205 2006-04-12  Eric Blake  <ebb9@byu.net>
8206
8207         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8208         is now done automatically by the corresponding Autoconf macro.
8209
8210 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8211
8212         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8213         time_r.h.
8214
8215 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8216
8217         Merge regex changes from libc, removing some of our
8218         POSIX-conformance changes that were rejected and redoing them in a
8219         less-intrusive way.
8220
8221         * lib/regcomp.c (re_compile_internal, init_dfa):
8222         Length arg is now size_t, not Idx.  All uses changed.
8223         (peek_token): Forward decl now says internal_function.
8224         (__re_error_msgid, __re_error_msgid_idx):
8225         Now static rather than extern with attribute_hidden.
8226         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8227         For some reason libc prefers K&R style defns for external functions.
8228         (regerror) [!defined _LIBC]: Likewise.
8229         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8230         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8231         (build_range_exp, build_collating_symbol):
8232         Use K&R-style defn.
8233         (re_compile_fastmap): Use '\0' to memset, not 0.
8234         (utf8_sb_map): Make the calculations more obvious.
8235         (init_dfa, parse_bracket_exp, build_charclass_op):
8236         Call calloc and cast result, as glibc does.
8237         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8238         (build_range_exp, build_collating_symbol):
8239         Now internal functions.
8240
8241         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8242
8243         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8244         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8245         Don't depend on VMS; depend on __VMS instead, for POSIX
8246         namespace cleanness.
8247         (regoff_t): Define to ssize_t, not long int.
8248
8249         Remove the REG_ macros named below.  Instead, make the old names
8250         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8251         __USE_GNU_REGEX.
8252         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8253         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8254         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8255         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8256         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8257         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8258         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8259         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8260         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8261         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8262         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8263         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8264         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8265         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8266         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8267         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8268         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8269         (REG_NREGS):
8270         Remove.  All uses replaced by the old RE_* names.
8271         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8272         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8273         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8274         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8275         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8276         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8277         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8278         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8279         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8280         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8281         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8282         Don't bother having these macros be independent of each others'
8283         values, since they no longer exist in the POSIX name space.
8284
8285         Rename the following member names back to their old names,
8286         unless !__USE_GNU_REGEX.  All uses changed back.
8287         (buffer): Renamed from re_buffer.
8288         (allocated): Renamed from re_allocated.
8289         (used): Renamed from re_used.
8290         (syntax): Renamed from re_syntax.
8291         (fastmap): Renamed from re_fastmap.
8292         (translate): Renamed from re_translate.
8293         (can_be_null): Renamed from re_can_be_null.
8294         (regs_allocated): Renamed from re_regs_allocated.
8295         (fastmap_accurate): Renamed from re_fastmap_accurate.
8296         (no_sub): Renamed from re_no_sub.
8297         (not_bol): Renamed from re_not_bol.
8298         (not_eol): Renamed from re_not_eol.
8299         (newline_anchor): Renamed from re_newline_anchor.
8300         (num_regs): Renamed from rm_num_regs.
8301         (start): Renamed from rm_start.
8302         (end): Renamed from rm_end.
8303
8304         (free_state): Move up a bit.
8305
8306         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8307         #define to be empty.
8308         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8309         when that is what is intended.
8310         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8311         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8312         (MAX): New macro.
8313         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8314         All uses changed back to re_malloc, etc.  It's now the caller's
8315         responsibility to check for overflow; all callers changed.
8316         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8317         (re_x2nrealloc): Remove.
8318         (free_state): Remove decl.
8319
8320         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8321         (re_set_registers, re_exec):
8322         Use K&R-style defn.
8323
8324         2006-01-31  Roland McGrath  <roland@redhat.com>
8325
8326         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8327         Reported by Mike Frysinger <vapier@gentoo.org>.
8328
8329         2006-01-15  Andreas Jaeger  <aj@suse.de>
8330
8331         [BZ #1950]
8332         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8333         build_wcs_upper_buffer change.
8334         (build_wcs_upper_buffer): Change return type.
8335
8336         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8337
8338         * lib/regex_internal.h: Include <stdint.h> if available.
8339
8340         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8341
8342         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8343
8344         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8345
8346         * lib/regcomp.c: Adjust for changed secondary hash function.
8347
8348         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8349
8350         * lib/regex.h: Pretty printing.
8351         Clean up namespace a bit.
8352
8353         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8354
8355         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8356         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8357
8358         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8359                     Ulrich Drepper  <drepper@redhat.com>
8360
8361         [BZ #1302]
8362         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8363         changed.
8364         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8365
8366         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8367
8368         [BZ #281]
8369         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8370         * lib/regcomp.c: Remove unnecessary uses of
8371         unsigned RE_TRANSLATE_TYPE.
8372         * lib/regex_internal.h: Likewise.
8373         * lib/regex_internal.c: Likewise.
8374         * lib/regexec.c: Likewise.
8375         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8376
8377         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8378
8379         * lib/regexec.c (find_recover_state): Remove unnecessary
8380         initialization.
8381         (transit_state_bkref): Make DFA a const pointer.
8382         (get_subexp): Likewise.
8383         (check_arrival): Likewise.
8384         (update_cur_sifted_state): Likewise.
8385         (re_search_internal): Likewise.
8386         (prune_impossible_nodes): Likewise.
8387         (acquire_init_state_context): Likewise.
8388         (proceed_next_node): Likewise.
8389         (set_regs): Likewise.
8390         (free_fail_stack_return): Likewise.
8391         (check_arrival_expand_ecl): Mark DFA parameter as const.
8392         (check_arrival_expand_ecl_sub): Likewise.
8393         (check_subexp_limits): Likewise.
8394         (sub_epsilon_src_nodes):  Likewise.
8395         (add_epsilon_src_nodes):  Likewise.
8396         (merge_state_array): Likewise.
8397         (update_regs): Likewise.
8398         (build_trtable): Likewise.
8399         (sift_states_backward): Mark MCTX parameter as const.
8400         (build_sifted_states): Likewise.
8401         (update_cur_sifted_state): Likewise.
8402         (sift_states_mkref): Likewise.
8403         (check_arrival_expand_ecl): Mark eclosure as const.
8404         (check_dst_limits_calc_pos_1): Likewise.
8405         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8406         pointer.
8407
8408         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8409
8410         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8411         (transit_state_sb): Likewise.
8412         (transit_state_mb): Likewise.
8413         (sift_states_iter_mb): Likewise.
8414         (check_arrival_add_next_nodes): Likewise.
8415         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8416         [_LIBC] (re_search_2_stub): Use mempcpy.
8417
8418         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8419         mbrtowc for very simple UTF-8 case.
8420
8421         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8422         a pointer-to-const.
8423         (re_acquire_state_context): Likewise.
8424         * lib/regex_internal.h: Adjust prototypes.
8425
8426         * lib/regex.c: Prevent using C++ compilers.
8427
8428         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8429         (re_acquire_state_context): Likewise.
8430
8431 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * modules/regex (Depends-on): Add ssize_t.
8434
8435 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8436
8437         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8438         translation table.
8439
8440 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8441
8442         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8443
8444 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8445             Bruno Haible  <bruno@clisp.org>
8446
8447         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8448         <sys/types.h> and <inttypes.h>.
8449
8450 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8451
8452         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8453         `__error_t_defined', so argp.h will not typedef the former.
8454
8455 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8456
8457         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8458         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8459         glibc names.  Even if glibc is changed to conform to POSIX, the
8460         traditional names will be available anyway, since regex depends on
8461         the extensions module.  Also, fix a longstanding typo in the
8462         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8463         reported by Emanuele Giaquinta.  Also, change sense of cached
8464         variable, so that the message makes sense.
8465
8466 2006-03-24  Simon Josefsson  <jas@extundo.com>
8467
8468         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8469         including some doc fixes.
8470         (base64_encode_alloc): Fix +1 bug on allocation failures.
8471
8472 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8473
8474         * lib/base64.c (base64_encode): Do not read past end of array with
8475         unsanitized input on systems with CHAR_BIT > 8.
8476
8477 2006-03-24  Eric Blake  <ebb9@byu.net>
8478
8479         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8480
8481 2006-03-22  Karl Berry  <karl@gnu.org>
8482
8483         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8484         * config/srclistvars.sh (COREUTILS): new var.
8485
8486 2006-03-17  Jim Meyering  <jim@meyering.net>
8487
8488         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8489         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8490
8491 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8492
8493         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8494         no longer needs it.  Instead, check that regoff_t is as least
8495         as wide as ptrdiff_t.
8496
8497         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8498         so that our regex.h stays compatible with the installed regex.
8499         This is helpful for installers who configure --without-included-regex.
8500         Problem reported by Emanuele Giaquinta.
8501
8502 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8503
8504         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8505         Typedef to long int, not to off_, as POSIX will likely change
8506         in that direction.
8507
8508 2006-03-15  Eric Blake  <ebb9@byu.net>
8509
8510         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8511
8512 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8513
8514         * lib/argp-help.c (validate_uparams): Fix typo
8515         * lib/argp-parse.c (argp_default_options): Consistently begin help
8516         messages with a lowercase letter.
8517
8518 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8519
8520         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8521         overrun buffers and shouldn't be used (much as gets shouldn't be
8522         used).
8523         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8524
8525 2006-03-08  Simon Josefsson  <jas@extundo.com>
8526
8527         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8528         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8529
8530 2006-03-08  Simon Josefsson  <jas@extundo.com>
8531
8532         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8533         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8534
8535 2006-03-08  Simon Josefsson  <jas@extundo.com>
8536
8537         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8538         signal that configure disabled the device.
8539
8540 2006-03-08  Simon Josefsson  <jas@extundo.com>
8541
8542         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8543         languages.
8544
8545 2006-03-07  Simon Josefsson  <jas@extundo.com>
8546
8547         * modules/getopt (Depends-on): Add unistd.
8548
8549         * modules/unistd: New file.
8550
8551 2006-03-07  Simon Josefsson  <jas@extundo.com>
8552
8553         * modules/gc-random: New file.
8554
8555 2006-03-07  Simon Josefsson  <jas@extundo.com>
8556
8557         * m4/unistd_h.m4: New file.
8558
8559 2006-03-07  Simon Josefsson  <jas@extundo.com>
8560
8561         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8562         test to be side-effect free by storing the result in the cache
8563         variable gl_cv_lib_readline, and moving the assignment of
8564         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8565         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8566
8567 2006-03-07  Simon Josefsson  <jas@extundo.com>
8568
8569         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8570         error on missing devices (the functions will return an error).
8571
8572         * m4/gc.m4: Move random stuff to gc-random.m4
8573
8574 2006-03-07  Simon Josefsson  <jas@extundo.com>
8575
8576         * lib/unistd_.h: New file.
8577
8578 2006-03-07  Simon Josefsson  <jas@extundo.com>
8579
8580         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8581
8582 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8583
8584         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8585         Problem reported by Juan Manuel Guerrero.
8586
8587 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8588
8589         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8590         the unistd module.
8591         * lib/getlogin_r.c: Likewise.
8592         * lib/getlogin_r.h: Likewise.
8593         * lib/glob.c: Likewise.
8594         * lib/pagealign_alloc.c: Likewise.
8595         * lib/unistd_.h: Remove; no longer needed.
8596
8597 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8598
8599         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8600         Add unistd.
8601         * modules/c-stack (Depends-on): Add unistd.
8602         * modules/getlogin_r: Likewise.
8603         * modules/glob: Likewise.
8604         * modules/pagealign_alloc: Likewise.
8605         * modules/unistd (Files): Remove lib/unistd_.h.
8606         (EXTRA_DIST): Remove.
8607         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8608         need unistd_.h.
8609         (MOSTLYCLEANFILES): Remove unistd.h-t.
8610
8611 2006-03-03  Simon Josefsson  <jas@extundo.com>
8612
8613         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8614
8615 2006-03-03  Simon Josefsson  <jas@extundo.com>
8616
8617         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8618         libidn and bison.
8619
8620 2006-03-03  Simon Josefsson  <jas@extundo.com>
8621
8622         * build-aux/maint.mk: Add indent target.
8623
8624 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8625
8626         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8627         our replacement poll.h in any case, to avoid a differing
8628         declaration from a system header.  Seen on AIX.
8629
8630 2006-03-01  Simon Josefsson  <jas@extundo.com>
8631
8632         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8633         <kasal@ucw.cz>.
8634
8635 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8636
8637         * modules/gettime (Depends-on): Add extensions module.
8638         * modules/nanosleep (Depends-on): Likewise.
8639         * modules/settime (Depends-on): Likewise.
8640
8641 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8642
8643         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8644         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8645         pedantically.
8646         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8647         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8648
8649         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8650         not "==".  Reported by Ralf Wildenhues.
8651
8652 2006-03-01  Karl Berry  <karl@gnu.org>
8653
8654         * doc/Copyright/request-*: new files, synced from gnuorg.
8655
8656 2006-03-01  Karl Berry  <karl@gnu.org>
8657
8658         * config/srclist.txt (Copyright/*): new entries.
8659
8660 2006-02-28  Simon Josefsson  <jas@extundo.com>
8661
8662         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8663
8664 2006-02-27  Simon Josefsson  <jas@extundo.com>
8665
8666         * lib/base64.h: Indent #define's.  From Jim Meyering
8667         <jim@meyering.net>.
8668
8669 2006-02-27  Jim Meyering  <jim@meyering.net>
8670
8671         Revert the change of 2006-02-24, so these files can continue
8672         to be sync'd from gettext.
8673         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8674         of `config.h'.
8675
8676 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8677
8678         * modules/intprops: New file.
8679         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8680         Add intprops.
8681         * modules/getloadavg (Files): Remove lib/intprops.h.
8682         (Depends-on): Add intprops.
8683         * modules/human: Likewise.
8684         * modules/inttostr: Likewise.
8685         * modules/openat: Likewise.
8686         * modules/sig2str: Likewise.
8687         * modules/userspec: Likewise.
8688         * modules/utimecmp: Likewise.
8689         * modules/xnanosleep: Likewise.
8690         * modules/xstrtol: Likewise.
8691
8692 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8693
8694         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8695         * modules/lock-tests (TESTS): Use $(EXEEXT).
8696         * modules/tls-tests: Likewise.
8697         * modules/argp-tests: Likewise.
8698         (check_PROGRAMS): New var, replacing...
8699         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8700
8701 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8702
8703         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8704         `config.h'.
8705
8706 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8707
8708         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8709
8710 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8711
8712         Sync from coreutils.
8713         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8714         gl_CHDIR_SAFER.
8715
8716 2006-02-22  Jim Meyering  <jim@meyering.net>
8717
8718         Sync from coreutils.
8719         * m4/chdir-safer.m4: New file.
8720
8721 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8722
8723         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8724         AT_FDCWD exceeds INT_MAX.
8725         * lib/openat.h (AT_FDCWD): Likewise.
8726
8727 2006-02-17  Eric Blake  <address@hidden>
8728
8729         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8730
8731 2006-02-16  Simon Josefsson  <jas@extundo.com>
8732
8733         * modules/getaddrinfo (Depends-on): Add sys_socket.
8734
8735 2006-02-15  Simon Josefsson  <jas@extundo.com>
8736
8737         * build-aux/maint.mk: Add dsyntax-check rule.
8738
8739 2006-02-15  Eric Blake  <ebb9@byu.net>
8740
8741         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8742         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8743         'present but cannot compile' warnings on cygwin.
8744         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8745         use ws2tcpip.h if sys/socket.h works.
8746         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8747         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8748
8749 2006-02-14  Simon Josefsson  <jas@extundo.com>
8750
8751         * modules/maintainer-makefile (Files): Rename.
8752
8753         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8754         and (the local) Makefile.cfg to maint-cfg.mk.
8755
8756         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8757         to the latter.
8758
8759         * modules/maintainer-makefile: New module.
8760
8761         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8762         severaly stripped to make it possible to build it up from scratch
8763         with reliable tests.
8764
8765         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8766         fixes to permit overriding the default actions when configure and
8767         makefile are not available.
8768
8769 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8770
8771         Sync from coreutils.
8772         * modules/lstat (Depends-on): Don't depend on xalloc.
8773         (License): Change from GPL to LGPL, since this is now simply a
8774         replacement for a libc function.
8775
8776 2006-02-14  Jim Meyering  <jim@meyering.net>
8777
8778         Sync from coreutils.
8779
8780         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8781         failure on deficient systems, and simplify gnulib lgpl dependencies.
8782         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8783         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8784
8785         * lib/xalloc-die.c: Remove unused definition of N_.
8786
8787 2006-02-14  Jim Meyering  <jim@meyering.net>
8788
8789         Sync from coreutils.
8790         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8791         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8792         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8793         double-quote uses of that variable, to accommodate the rare case in
8794         which getmntent is available in none of the libraries checked.  This
8795         happens at least on FreeBSD 5.0.
8796
8797 2006-02-13  Simon Josefsson  <jas@extundo.com>
8798
8799         * gnulib-tool (Usage): Fix --import, from
8800         karl@freefriends.org (Karl Berry).
8801
8802 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8803
8804         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8805
8806 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8807
8808         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8809         "autoupdate" on 2005-12-12.
8810
8811 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8812
8813         * modules/closeout (Depends-on): Remove atexit.
8814
8815 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8816
8817         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8818         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8819
8820 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8821
8822         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8823         __EXTENSIONS__ if this causes compilation to fail.  Problem
8824         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8825         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8826
8827 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8828
8829         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8830         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8831         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8832         All uses changed.
8833
8834 2006-01-26  Simon Josefsson  <jas@extundo.com>
8835
8836         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8837         prototype is visible on mingw32.
8838
8839         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8840         for mingw32.
8841
8842         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8843         mingw32).
8844
8845 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8846
8847         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8848         attempt to open for write; this always fails, at least on POSIX
8849         hosts.  This reinstates the 2006-01-09 change, which was
8850         inadvertently removed.
8851
8852 2006-01-26  Bruno Haible  <bruno@clisp.org>
8853
8854         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8855         Reported by Paul Eggert.
8856
8857 2006-01-26  Bruno Haible  <bruno@clisp.org>
8858             Paul Eggert  <eggert@cs.ucla.edu>
8859
8860         * lib/stdbool_.h (_Bool)
8861         [(! (defined __cplusplus || defined __BEOS__)
8862           && !defined __GNUC__
8863           && !(defined __HP_cc || defined __xlc__
8864                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8865                || defined __sgi))]:
8866         #define to signed char in these cases too; this simplifies
8867         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8868         etc., separately) and makes it more conservative.
8869
8870 2006-01-25  Simon Josefsson  <jas@extundo.com>
8871
8872         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8873         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8874         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8875
8876 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8877
8878         * lib/argp-namefrob.h: Bugfix. Remove stray #
8879
8880 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8881
8882         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8883         so that we test the test.
8884         Check for yet another HP-UX cc bug involving *bool |= bool.
8885
8886 2006-01-25  Karl Berry  <karl@gnu.org>
8887
8888         * config/srclist.txt (vasnprintf.c): sync lost.
8889
8890 2006-01-25  Jim Meyering  <jim@meyering.net>
8891
8892         Sync from the stable (b5) branch of coreutils:
8893
8894         * lib/fts.c (fts_children): Don't let close() clobber errno from
8895         failed fchdir().
8896
8897         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8898         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8899         a dangling symlink.  That can also happen at least for ELOOP.
8900         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8901         FYI, this bug predates the inclusion of fts.c in coreutils.
8902
8903         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8904         in their own block, so pre-c99 compilers don't object.
8905
8906         Avoid the double-free (first in fts_read, second in fts_close) that
8907         would occur when an `active' directory is made inaccessible (e.g.,
8908         via chmod a-x) during a traversal.
8909         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8910         before returning.  Reproduce this failure by
8911         mkdir -p a/b; cd a; chmod a-x . b
8912         Reported by Stavros Passas.
8913
8914 2006-01-25  Jim Meyering  <jim@meyering.net>
8915
8916         * lib/fileblocks.c: Remove more useless parentheses.
8917         * lib/readutmp.h: Likewise.
8918
8919 2006-01-25  Bruno Haible  <bruno@clisp.org>
8920
8921         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8922         warnings.
8923         Reported by Paul Eggert.
8924
8925 2006-01-25  Bruno Haible  <bruno@clisp.org>
8926
8927         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8928         rid of a trap command. For Solaris sh.
8929         Reported by Mark D. Baushke <mdb@gnu.org>.
8930
8931 2006-01-24  Simon Josefsson  <jas@extundo.com>
8932
8933         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8934         Bruno.
8935
8936 2006-01-24  Karl Berry  <karl@gnu.org>
8937
8938         * config/srclist.txt (argp-namefrob.h): sync lost.
8939
8940 2006-01-24  Jim Meyering  <jim@meyering.net>
8941
8942         * modules/openat (Files): Add lib/intprops.h.
8943         From Mark D. Baushke.
8944
8945 2006-01-24  Jim Meyering  <jim@meyering.net>
8946
8947         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8948         Reported by Mark D. Baushke.
8949
8950 2006-01-24  Jim Meyering  <jim@meyering.net>
8951
8952         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8953
8954 2006-01-24  Bruno Haible  <bruno@clisp.org>
8955
8956         * modules/strnlen (Maintainer): Change from glibc to all.
8957
8958 2006-01-24  Bruno Haible  <bruno@clisp.org>
8959
8960         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8961         Patch by Paul Eggert.
8962
8963 2006-01-24  Bruno Haible  <bruno@clisp.org>
8964
8965         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8966         already has it.
8967         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8968         2005-11-26.
8969
8970         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8971         'signed char' to avoid problems with the built-in _Bool type.
8972         Reported by Paul Eggert on 2005-11-26.
8973
8974 2006-01-24  Bruno Haible  <bruno@clisp.org>
8975
8976         * gnulib-tool (func_import): Avoid constructing complicated sed
8977         expressions inside backquote.
8978         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8979
8980 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8981
8982         These changes imported from libc.
8983         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8984         test and two separate function calls.
8985         * lib/strndup.c (__strndup): Add libc_hidden_def.
8986
8987 2006-01-23  Simon Josefsson  <jas@extundo.com>
8988
8989         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8990         Remove the test_*_SOURCES variable: automake infers it by default.
8991         * modules/tls-tests: Likewise.
8992
8993 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8994
8995         Work around porting bugs reported by Dieter in
8996         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8997         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8998         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8999         Include "getopt.h" first, to check interface.
9000         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9001         !HAVE_DECL_GETENV.
9002         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9003         (__strndup): Revert to K&R-style function dfns, the glibc style.
9004         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9005         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9006         Include strnlen.h first, to get prototype properly.
9007         (strnlen): Renamed from __strnlen.
9008         Remove weak alias.
9009
9010 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9011
9012         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9013
9014 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9015
9016         * config/srclist.txt: Adjust to reflect glibc reorganization.
9017         This affects only comments.
9018
9019 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9020
9021          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9022          Reported by Bruce Korb <bkorb@gnu.org>.
9023
9024 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9025
9026         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9027         to pacify gcc -Wswitch-default.
9028
9029 2006-01-22  Bruno Haible  <bruno@clisp.org>
9030
9031         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9032         temporary buffer for sprintf, take into account the precision also
9033         for 'd', 'i', 'u', 'o', 'x', 'X'.
9034
9035 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9036
9037         * modules/argp-tests: New module
9038         * tests/test-argp.c: New file
9039         * tests/test-argp-2.sh: New file
9040
9041 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9042
9043         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9044         (__argp_base_name): Removed
9045         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9046         typo.
9047         (__argp_base_name): Provide macro definition or extern declaration
9048         depending on the configuration
9049
9050 2006-01-20  Simon Josefsson  <jas@extundo.com>
9051
9052         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9053
9054 2006-01-20  Simon Josefsson  <jas@extundo.com>
9055
9056         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9057
9058 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9059
9060         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9061         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9062         Suggested by Bruno Haible.
9063
9064 2006-01-20  Karl Berry  <karl@gnu.org>
9065
9066         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9067         until changes propagate, I guess.
9068
9069 2006-01-19  Simon Josefsson  <jas@extundo.com>
9070
9071         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9072
9073 2006-01-19  Simon Josefsson  <jas@extundo.com>
9074
9075         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9076
9077 2006-01-19  Simon Josefsson  <jas@extundo.com>
9078
9079         * gnulib-tool: Set check_PROGRAMS.
9080
9081         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9082         modules/des-tests, modules/gc-arcfour-tests,
9083         modules/gc-arctwo-tests, modules/gc-des-tests,
9084         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9085         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9086         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9087         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9088         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9089         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9090         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9091         test_*_SOURCES.
9092
9093 2006-01-18  Simon Josefsson  <jas@extundo.com>
9094
9095         * modules/socklen (Depends-on): Depend on sys_socket.
9096
9097 2006-01-18  Simon Josefsson  <jas@extundo.com>
9098
9099         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9100         modules/des-tests, modules/gc-arcfour-tests,
9101         modules/gc-arctwo-tests, modules/gc-des-tests,
9102         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9103         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9104         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9105         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9106         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9107         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9108         $(EXEEXT) to automake TESTS variable, for mingw32.
9109
9110 2006-01-17  Simon Josefsson  <jas@extundo.com>
9111
9112         * modules/socklen (Include): Need sys/socket.h.
9113
9114 2006-01-17  Bruno Haible  <bruno@clisp.org>
9115
9116         * modules/ssize_t (Include): Add <sys/types.h>.
9117
9118 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9119
9120         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9121         it's not portable and it doesn't work with cross-compiles.
9122         Problem reported by Bruno Haible.  Fix missing-$ typo in
9123         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9124         -zignore from being used with Sun's C compiler.
9125
9126 2006-01-12  Simon Josefsson  <jas@extundo.com>
9127
9128         * lib/base64.c: Fix warning, reported by Bruno Haible
9129         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9130
9131 2006-01-12  Bruno Haible  <bruno@clisp.org>
9132
9133         * modules/ldd: New file.
9134         * build-aux/ldd.sh.in: New file.
9135         * MODULES.html.sh (Support for building libraries and executables): Add
9136         ldd.
9137
9138 2006-01-12  Bruno Haible  <bruno@clisp.org>
9139
9140         * m4/ldd.m4: New file.
9141
9142 2006-01-12  Bruno Haible  <bruno@clisp.org>
9143
9144         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9145         endless loop while replacing $auxdir with build-aux.
9146
9147 2006-01-11  Simon Josefsson  <jas@extundo.com>
9148
9149         * lib/stdint_.h (SIZE_MAX): Add missing (.
9150
9151 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9152
9153         Sync from coreutils.
9154         * lib/md5.c: Fix commentary typos.
9155         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9156         * lib/md5.h (__attribute__): Remove; unused.
9157         * lib/sha1.c: Fix commentary to match md5 better.
9158         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9159         so that we don't need to worry about alignment.  All uses changed.
9160         This merges the 2005-10-28 md5 change into sha1.
9161
9162 2006-01-11  Jim Meyering  <jim@meyering.net>
9163
9164         Sync from coreutils.
9165         * lib/md5.c (OP): Fix spacing.
9166
9167 2006-01-11  Bruno Haible  <bruno@clisp.org>
9168
9169         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9170         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9171         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9172
9173 2006-01-11  Bruno Haible  <bruno@clisp.org>
9174
9175         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9176         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9177         the "early" section as well.
9178
9179 2006-01-11  Bruno Haible  <bruno@clisp.org>
9180
9181         Avoid "ar: no archive members specified" error on MacOS X.
9182         * gnulib-tool (func_modules_add_dummy): New function.
9183         (func_import, func_create_testdir): Invoke it.
9184
9185 2006-01-11  Bruno Haible  <bruno@clisp.org>
9186
9187         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9188         with $auxdir in AC_CONFIG_FILES statements.
9189
9190 2006-01-11  Bruno Haible  <bruno@clisp.org>
9191
9192         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9193         Initialize also noinst_HEADERS to empty.
9194
9195 2006-01-11  Bruno Haible  <bruno@clisp.org>
9196
9197         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9198         variables.
9199         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9200         autoreconf.
9201
9202 2006-01-11  Bruno Haible  <bruno@clisp.org>
9203
9204         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9205         overridable by the user.
9206         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9207
9208 2006-01-10  Simon Josefsson  <jas@extundo.com>
9209
9210         * modules/sys_socket: New file.
9211
9212 2006-01-10  Simon Josefsson  <jas@extundo.com>
9213
9214         * m4/sys_socket_h.m4: New file.
9215
9216 2006-01-10  Simon Josefsson  <jas@extundo.com>
9217
9218         * lib/socket_.h: New file.
9219
9220 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9221
9222         * modules/readutmp (Maintainer): Add myself.
9223
9224 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9225
9226         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9227         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9228         People who are still concerned with buggy memcmp implementations
9229         can invoke gl_FUNC_MEMCMP themselves.
9230
9231 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9232
9233         * lib/regex_internal.h (BITSET_WORD_BITS):
9234         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9235         preprocessor mishandles large unsigned values as if they were signed.
9236         Problem reported by Claudio Fontana in
9237         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9238
9239 2006-01-10  Jim Meyering  <jim@meyering.net>
9240
9241         Avoid the double-free (first in fts_read, second in fts_close) that
9242         would occur when an `active' directory is made inaccessible (e.g.,
9243         via chmod a-x) during a traversal.
9244         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9245         before returning.  Reproduce this failure by
9246         mkdir -p a/b; cd a; chmod a-x . b
9247         Reported by Stavros Passas.
9248
9249         Sync from coreutils.
9250         * lib/sha1.c: Tweak grammar in a comment.
9251
9252 2006-01-10  Jim Meyering  <jim@meyering.net>
9253
9254         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9255         Patch by Joerg Sonnenberger.
9256
9257 2006-01-10  Bruno Haible  <bruno@clisp.org>
9258
9259         * modules/readutmp: Depend on module free.
9260         * modules/strtok_r: Depend on module restrict.
9261
9262 2006-01-10  Bruno Haible  <bruno@clisp.org>
9263
9264         * modules/gettext (configure.ac): Add an invocation of
9265         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9266
9267 2006-01-10  Bruno Haible  <bruno@clisp.org>
9268
9269         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9270         Reported by Werner Lemberg <wl@gnu.org>.
9271
9272 2006-01-10  Bruno Haible  <bruno@clisp.org>
9273
9274         * lib/localcharset.c: Update from GNU gettext.
9275
9276 2006-01-10  Bruno Haible  <bruno@clisp.org>
9277
9278         * lib/argp.h (__const): Remove macro. Use const instead.
9279         * lib/argp-fmtstream.h (__const): Likewise.
9280         * lib/glob_.h (__const): Remove macro.
9281         * lib/glob-libc.h: Use const instead of __const.
9282
9283 2006-01-10  Bruno Haible  <bruno@clisp.org>
9284
9285         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9286         variable.
9287         Needed to avoid an automake error regarding the 'gettext' module.
9288
9289 2006-01-09  Simon Josefsson  <jas@extundo.com>
9290
9291         * modules/inet_ntop (Depends-on): Add restrict.
9292
9293 2006-01-09  Simon Josefsson  <jas@extundo.com>
9294
9295         * modules/gc-rijndael-tests (License): Put under LGPL.
9296
9297         * modules/gc-des-tests (License): Likewise.
9298
9299         * modules/gc-arcfour-tests (License): Likewise.
9300
9301         * modules/gc-arctwo-tests (License): Likewise.
9302
9303         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9304
9305         * modules/gc-hmac-sha1-tests (Files): Likewise.
9306
9307         * modules/gc-hmac-md5-tests (License): Likewise.
9308
9309         * modules/gc-sha1-tests (License): Likewise.
9310
9311         * modules/gc-md5-tests (License): Likewise.
9312
9313         * modules/gc-md4-tests (License): Likewise.
9314
9315         * modules/gc-md2-tests (License): Likewise.
9316
9317         * modules/gc-tests (License): Likewise.
9318
9319         * modules/des-tests (License): Likewise.
9320
9321         * modules/md4-tests (License): Likewise.
9322
9323         * modules/md2-tests (License): Likewise.
9324
9325 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9326
9327         Sync from coreutils:
9328
9329         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9330         * modules/lib-ignore: New file.
9331         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9332         chdir-safer.m4, lchmod.m4.
9333         * modules/openat: Add mkdirat.c, openat-priv.h.
9334
9335 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9336
9337         Sync from coreutils.
9338         * m4/lib-ignore.m4: New file.
9339         * m4/lchmod.m4: New file.
9340
9341 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9342
9343         Sync from coreutils.
9344         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9345         for write access: POSIX says that must fail.
9346         * lib/fts.c (diropen): Likewise.
9347         * lib/save-cwd.c (save_cwd): Likewise.
9348         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9349         well, for minor improvements on hosts that lack O_DIRECTORY.
9350         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9351         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9352         Fall back on chown if open failed with EACCES.
9353
9354         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9355         Report an error at compile-time if only a 1-second nominal clock
9356         resolution is found.
9357
9358         * lib/lchmod.h: New file.
9359         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9360         (make_dir_parents): Use lchown rather than chown, and
9361         lchmod rather than chmod.
9362
9363         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9364         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9365         "proc" reported by n0dalus.
9366
9367         * lib/mountlist.c: Include <limits.h>.
9368         (dev_from_mount_options)
9369         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9370         New function.  It no longer assumes "dev=" has the System V meaning
9371         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9372         (read_file_system_list)
9373         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9374         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9375         dev= in that case.
9376
9377         * lib/posixtm.h (PDS_PRE_2000): New macro.
9378         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9379         allow_century.  All usages changed.  Reject dates outside the range
9380         1969-1999 if PDS_PRE_2000 is used.
9381
9382 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9383
9384         Sync from coreutils.
9385         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9386         (Time of day items): Mention the possibility of leap seconds.
9387         Problem reported by Dr. David Alan Gilbert.
9388
9389 2006-01-09  Jim Meyering  <jim@meyering.net>
9390
9391         Sync from coreutils.
9392
9393         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9394
9395         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9396
9397         * lib/modechange.c (mode_compile): Reject an invalid mode string
9398         that starts with an octal digit.  From Andreas Gruenbacher.
9399
9400         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9401         and dup to open_safer and dup_safer, respectively.
9402         (openat_permissive): Fix typo in comment.
9403
9404         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9405         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9406         (_): Remove; no longer needed.
9407         (openat): Renamed from rpl_openat; no need for rpl_openat
9408         since openat.h renames openat for us.
9409         Replace most of the body with a call to openat_permissive,
9410         to avoid duplicate code.
9411         Port to (probably hypothetical) environments were mode_t is
9412         wider than int.
9413         (openat_permissive): Require mode arg, so that we can check
9414         types better.  Put it just after flags.  Change cwd failure
9415         indicator from pointer-to-bool to pointer-to-errno-value.
9416         All callers changed.
9417         Invoke openat_save_fail and/or openat_restore_fail if
9418         cwd_errno is null, so that openat can call us.
9419         (openat_permissive, fdopendir, fstatat, unlinkat):
9420         Simplify errno handling to avoid some duplicate code,
9421         as it's OK to set errno on success.
9422         * lib/openat.h: Revamp code so that function macros depend on
9423         __OPENAT_PREFIX only, not also on AT_FDCWD.
9424         (openat_ro): Remove.  Caller changed to use openat_permissive.
9425         (openat_permissive): Now a macro, if not a function.
9426         (openat_restore_fail, openat_save_fail): Now always functions,
9427         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9428
9429         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9430         and openat.c.
9431         * lib/mkdirat.c: Include openat-priv.h.
9432         Remove definitions of macros defined therein.
9433         * lib/openat.c: Likewise.
9434
9435         * lib/mkdirat.c (mkdirat): New file and function.
9436         * lib/openat.h (mkdirat): Declare.
9437
9438         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9439
9440         * lib/openat.h (openat_permissive): Declare.
9441         (openat_ro): Define.
9442
9443         * lib/openat.c (EXPECTED_ERRNO): New macro.
9444         (openat_permissive): New function -- used in remove.c rewrite.
9445         (all functions): Set errno just before returning, only if there
9446         was an actual failure.
9447         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9448
9449         Emulate openat-family functions using Linux's procfs, if possible.
9450         Idea and some code based on Ulrich Drepper's glibc changes.
9451
9452         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9453         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9454         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9455         before falling back on save_cwd and restore_cwd.
9456         (fdopendir, fstatat, unlinkat): Likewise.
9457
9458         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9459         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9460
9461         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9462         as second argument to va_arg.  Otherwise, some versions of gcc
9463         warn that `if this code is reached, the program will abort'.
9464
9465 2006-01-09  Jim Meyering  <jim@meyering.net>
9466
9467         Sync from coreutils.
9468         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9469         Require openat-priv.h.
9470
9471 2006-01-09  Bruno Haible  <bruno@clisp.org>
9472
9473         * modules/strnlen (Include): Use strnlen.h.
9474
9475 2006-01-09  Bruno Haible  <bruno@clisp.org>
9476
9477         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9478
9479 2006-01-09  Bruno Haible  <bruno@clisp.org>
9480
9481         * lib/sysexit_.h (EX_OK): New macro.
9482         Suggested by Martin Lambers <marlam@marlam.de>.
9483
9484 2006-01-09  Bruno Haible  <bruno@clisp.org>
9485
9486         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9487         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9488
9489 2006-01-09  Bruno Haible  <bruno@clisp.org>
9490
9491         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9492         numbers.
9493
9494 2006-01-09  Bruno Haible  <bruno@clisp.org>
9495
9496         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9497         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9498         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9499         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9500
9501 2006-01-09  Bruno Haible  <bruno@clisp.org>
9502
9503         * build-aux/javacomp.sh.in: New file, moved from lib/.
9504         * modules/javacomp-script (Files): Update.
9505         (configure.ac): Add AC_CONFIG_FILES invocation.
9506         (EXTRA_DIST): Remove variable.
9507
9508         * build-aux/javaexec.sh.in: New file, moved from lib/.
9509         * modules/javaexec (Files): Update.
9510         (configure.ac): Add AC_CONFIG_FILES invocation.
9511         (EXTRA_DIST): Remove javaexec.sh.in.
9512
9513         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9514         * modules/csharpcomp-script (Files): Update.
9515         (configure.ac): Add AC_CONFIG_FILES invocation.
9516         (EXTRA_DIST): Remove variable.
9517
9518         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9519         * modules/csharpexec (Files): Update.
9520         (configure.ac): Add AC_CONFIG_FILES invocation.
9521         (EXTRA_DIST): Remove csharpexec.sh.in.
9522
9523 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9524
9525         Sync from coreutils.
9526
9527         Add POSIX ACL support
9528         * lib/acl.h (copy_acl, set_acl): Add declarations.
9529         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9530         systems other than Linux.
9531         (chmod_or_fchmod): New function: use fchmod when possible,
9532         and chmod otherwise.
9533         (file_has_acl): Add a POSIX ACL implementation, with a
9534         Linux-specific subcase.
9535         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9536         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9537         acls are unsupported.
9538         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9539         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9540         are unsupported.
9541
9542 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9543
9544         Sync from coreutils.
9545         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9546
9547 2006-01-07  Bruno Haible  <bruno@clisp.org>
9548
9549         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9550         gl_EARLY.
9551
9552 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9553
9554         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9555         Problem reported for Mingw by Mark Junker.
9556
9557 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9558
9559         * README: Gnulib normally doesn't generate a tarball.
9560
9561 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9562
9563         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9564         long int, not int, for nanosecond counts, so that people who are
9565         used to POSIX struct timespec won't be surprised.  Reported by Jim
9566         Meyering.
9567
9568 2005-12-28  Bruno Haible  <bruno@clisp.org>
9569
9570         * build-aux/config.rpath: Update from GNU gettext.
9571
9572 2005-12-16  Jim Meyering  <jim@meyering.net>
9573
9574         * modules/fprintftime: New module.
9575         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9576
9577 2005-12-16  Jim Meyering  <jim@meyering.net>
9578
9579         * m4/fprintftime.m4: New file.
9580
9581 2005-12-16  Jim Meyering  <jim@meyering.net>
9582
9583         * lib/fprintftime.c, lib/fprintftime.h: New files.
9584
9585 2005-12-15  Simon Josefsson  <jas@extundo.com>
9586
9587         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9588         new m4/socklen.m4.
9589
9590 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9591
9592         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9593         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9594
9595 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9596
9597         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9598         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9599         struct uparams is valid. Fall back to the default values if it is
9600         not.
9601
9602 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9603
9604         * modules/argp (Files): Add argp-pin.c
9605         (Depends-on): dirname
9606         (lib_SOURCES): Add argp-pin.c
9607
9608 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9609
9610         * m4/argp.m4:  Check if program_invocation_name and
9611         program_invocation_short_name are declared and define appropriate
9612         macros if they are not.
9613
9614 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9615
9616         * lib/argp-help.c (__argp_base_name): New function
9617         (__argp_short_program_name): Rewrite using __argp_base_name
9618         * lib/argp-namefrob.h: Define program_invocation_name and
9619         program_invocation_short_name if requested
9620         (__argp_base_name): Add prototype
9621         * lib/argp-parse.c (argp_def): Use gettext wrappers
9622         (argp_default_parser): Use __argp_base_name
9623         * lib/argp-pin.c: New file. Defines program_invocation_name and
9624         program_invocation_short_name on systems that lack them.
9625
9626 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9627
9628         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9629         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9630         porting problem reported by Georg Schwarz in
9631         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9632
9633 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9634
9635         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9636         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9637         porting problem reported by Georg Schwarz in
9638         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9639
9640 2005-12-05  Bruno Haible  <bruno@clisp.org>
9641
9642         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9643         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9644         Reported by Mark Junker <mjscod@gmx.de>.
9645
9646 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9647
9648         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9649         Use implementation from Albert Chin, with some
9650         comments/corrections by Stepan Kasal and myself.
9651
9652 2005-12-02  Bruno Haible  <bruno@clisp.org>
9653
9654         * gnulib-tool (func_import): Accept GPLed build tool modules when
9655         --lgpl is given.
9656         * modules/csharpcomp-script: New file.
9657         * modules/csharpcomp: Depend on it.
9658         * modules/javacomp-script: New file.
9659         * modules/javacomp: Depend on it.
9660         Suggested by Simon Josefsson.
9661
9662 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9663
9664         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9665         statement, to work around an HP-UX 10.20 compiler bug reported by
9666         Peter O'Gorman.
9667
9668 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9669
9670         * modules/savedir (Depends-on): Add openat.
9671
9672 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9673
9674         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9675         (uintmax_t) [defined uintmax_t]: Do not declare.
9676         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9677         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9678         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9679         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9680         sake of portability to weird hosts that C allows (though we don't
9681         know of any practical examples).
9682
9683         * lib/savedir.h (fdsavedir): New decl.
9684         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9685         contains most of the former guts of savedir.
9686         (savedir): Use savedirstream.
9687         Include "openat.h".
9688
9689 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9690
9691         * modules/obstack (Files): Add m4/ulonglong.m4.
9692         Problem reported by Davide Angelocola.
9693
9694 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9695
9696         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9697         coreutils no longer futzes with rounding modes.
9698
9699 2005-11-14  Jim Meyering  <jim@meyering.net>
9700
9701         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9702         replacement of mkstemp.
9703
9704 2005-11-10  Simon Josefsson  <jas@extundo.com>
9705
9706         * lib/readline.c: Remove EOL.
9707
9708 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9709
9710         * modules/gethrxtime (Depends-on): Add gettime.
9711
9712 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9713
9714         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9715         or gettimeofday; no longer needed.
9716
9717 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9718
9719         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9720         time business.
9721         (gethrxtime) [! (HAVE_NANOUPTIME
9722         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9723         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9724         our own approximation.
9725
9726 2005-11-08  Eric Blake  <ebb9@byu.net>
9727
9728         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9729
9730 2005-11-08  Eric Blake  <ebb9@byu.net>
9731
9732         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9733
9734 2005-11-04  Bruno Haible  <bruno@clisp.org>
9735
9736         * gnulib-tool: Implement --update mode.
9737
9738 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9739
9740         Fix porting problem reported by Theodoros V. Kalamatianos.
9741         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9742         Don't assume that futimes failing means we must fail.
9743
9744 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9745
9746         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9747         variables to suggest the intended function of the PATH_MAX check.
9748
9749 2005-10-30  Kean Johnston  <jkj@sco.com>
9750
9751         Trivial changes to support SCO systems.
9752         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9753         as PATH_MAX.
9754         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9755         where __ptr is null when no I/O is pending.
9756
9757 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9758
9759         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9760         leave errno alone.  Problem reported by Dmitry V. Levin.
9761
9762 2005-10-28  Simon Josefsson  <jas@extundo.com>
9763
9764         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9765         Test more.
9766
9767         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9768
9769         * modules/md2, modules/md2-tests: New files.
9770
9771 2005-10-28  Simon Josefsson  <jas@extundo.com>
9772
9773         * m4/inet_ntop.m4: More tests.
9774
9775         * m4/gc-md2.m4, md2.m4: New file.
9776
9777 2005-10-28  Simon Josefsson  <jas@extundo.com>
9778
9779         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9780         "restrict" keywords, as per POSIX.  Protect the function
9781         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9782         Don't use K&R prototypes.  Check the sprintf return values.
9783         Re-define EAFNOSUPPORT if not present.  Indent.
9784
9785         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9786         suggested by Bruno Haible <bruno@clisp.org>.
9787
9788         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9789
9790         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9791
9792         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9793         libgcrypt).
9794
9795         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9796
9797         * lib/md2.h, lib/md2.c: New files.
9798
9799 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9800
9801         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9802         errno alone.  Problem reported by Frederic Jolliton.
9803
9804 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9805
9806         * modules/verify (License): Change from GPL to LGPL.  This is a
9807         tiny module and there are apparently near-equivalents that are
9808         under the BSD license.
9809
9810 2005-10-24  Simon Josefsson  <jas@extundo.com>
9811
9812         * modules/sha1: Relicense to LGPL.
9813
9814 2005-10-24  Simon Josefsson  <jas@extundo.com>
9815
9816         * lib/md4.h: Shrink buffer size, now that we changed the type.
9817
9818 2005-10-23  Simon Josefsson  <jas@extundo.com>
9819
9820         * gnulib-tool (func_import): Fix --tests-base.
9821
9822 2005-10-22  Simon Josefsson  <jas@extundo.com>
9823
9824         * modules/arcfour (Depends-on): Need stdint.
9825
9826 2005-10-22  Simon Josefsson  <jas@extundo.com>
9827
9828         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9829         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9830
9831 2005-10-22  Simon Josefsson  <jas@extundo.com>
9832
9833         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9834         suggested by Bruno Haible <bruno@clisp.org>.
9835
9836 2005-10-22  Simon Josefsson  <jas@extundo.com>
9837
9838         * lib/crc.h: Include stddef.h, for size_t.
9839
9840 2005-10-22  Simon Josefsson  <jas@extundo.com>
9841
9842         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9843         arcfour_context struct (simplify test vector testing in GNU
9844         Shishi).
9845
9846 2005-10-21  Simon Josefsson  <jas@extundo.com>
9847
9848         * modules/des, modules/des-tests: New files.
9849
9850         * modules/gc-des, modules/gc-des-tests: New files.
9851
9852         * tests/test-des.c, tests/test-gc-des.c: New file.
9853
9854 2005-10-21  Simon Josefsson  <jas@extundo.com>
9855
9856         * modules/arctwo, modules/arctwo-tests: New files.
9857
9858         * tests/test-arctwo.c: New file.
9859
9860         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9861
9862         * tests/test-gc-arctwo.c: New file.
9863
9864 2005-10-21  Simon Josefsson  <jas@extundo.com>
9865
9866         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9867         Bruno Haible <bruno@clisp.org>.
9868
9869         * m4/gc-des.m4: New file.
9870
9871 2005-10-21  Simon Josefsson  <jas@extundo.com>
9872
9873         * m4/arctwo.m4: New file.
9874
9875         * m4/gc-arctwo.m4: New file.
9876
9877 2005-10-21  Simon Josefsson  <jas@extundo.com>
9878
9879         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9880         block.
9881
9882 2005-10-21  Simon Josefsson  <jas@extundo.com>
9883
9884         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9885         <bruno@clisp.org>.
9886
9887         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9888
9889         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9890         Bruno Haible <bruno@clisp.org>.
9891
9892         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9893         <bruno@clisp.org>.
9894
9895 2005-10-21  Simon Josefsson  <jas@extundo.com>
9896
9897         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9898
9899 2005-10-21  Simon Josefsson  <jas@extundo.com>
9900
9901         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9902
9903 2005-10-21  Simon Josefsson  <jas@extundo.com>
9904
9905         * lib/des.h, lib/des.c: New files.
9906
9907         * lib/gc-gnulib.c: Support DES.c
9908
9909 2005-10-21  Simon Josefsson  <jas@extundo.com>
9910
9911         * lib/arctwo.h, lib/arctwo.c: New files.
9912
9913         * lib/gc-gnulib.c: Support ARCTWO.
9914
9915 2005-10-21  Simon Josefsson  <jas@extundo.com>
9916
9917         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9918         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9919
9920 2005-10-21  Simon Josefsson  <jas@extundo.com>
9921
9922         * gnulib-tool (func_import, func_create_testdir): Define automake
9923         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9924         Makefile.am snippet),
9925         suggested by Bruno Haible <bruno@clisp.org>.
9926
9927         * modules/gc (Makefile.am): Use it.
9928
9929 2005-10-21  Bruno Haible  <bruno@clisp.org>
9930
9931         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9932         patch.
9933
9934 2005-10-19  Simon Josefsson  <jas@extundo.com>
9935
9936         * tests/test-gc-rijndael.c: New file.
9937
9938         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9939
9940 2005-10-19  Simon Josefsson  <jas@extundo.com>
9941
9942         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9943         interface too.
9944
9945 2005-10-19  Simon Josefsson  <jas@extundo.com>
9946
9947         * tests/test-gc-arcfour.c: New file.
9948
9949         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9950
9951 2005-10-19  Simon Josefsson  <jas@extundo.com>
9952
9953         * modules/gc-md4, modules/gc-md4-tests: New file.
9954
9955         * tests/test-gc-md4.c: New file.
9956
9957 2005-10-19  Simon Josefsson  <jas@extundo.com>
9958
9959         * m4/gc-md4.m4: New file.
9960
9961 2005-10-19  Simon Josefsson  <jas@extundo.com>
9962
9963         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9964         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9965         <kasal@ucw.cz>.
9966
9967 2005-10-19  Simon Josefsson  <jas@extundo.com>
9968
9969         * m4/gc-arcfour.m4: New file.
9970
9971         * m4/gc-rijndael.m4: New file.
9972
9973 2005-10-19  Simon Josefsson  <jas@extundo.com>
9974
9975         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9976
9977 2005-10-19  Simon Josefsson  <jas@extundo.com>
9978
9979         * lib/gc-gnulib.c: Support ARCFOUR.
9980
9981 2005-10-19  Simon Josefsson  <jas@extundo.com>
9982
9983         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9984         support.
9985
9986         * lib/gc.h: Add ECB enum type.
9987
9988         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9989
9990 2005-10-18  Simon Josefsson  <jas@extundo.com>
9991
9992         * tests/test-md5.c: New file.
9993
9994         * modules/md5-tests: New file.
9995
9996 2005-10-18  Simon Josefsson  <jas@extundo.com>
9997
9998         * tests/test-md4.c: New file.
9999
10000         * modules/md4, modules/md4-tests: New files.
10001
10002 2005-10-18  Simon Josefsson  <jas@extundo.com>
10003
10004         * m4/md4.m4: New file.
10005
10006 2005-10-18  Simon Josefsson  <jas@extundo.com>
10007
10008         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10009
10010 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10011
10012         * gnulib-tool (func_create_testdir): Omit the second check whether
10013         BUILT_SOURCES in nonempty.
10014
10015 2005-10-17  Simon Josefsson  <jas@extundo.com>
10016
10017         * tests/test-rijndael.c: New file.
10018
10019 2005-10-17  Simon Josefsson  <jas@extundo.com>
10020
10021         * modules/sha1: Depend on stdint instead of md5.
10022
10023         * modules/md5: Depend on stdint, remove uint32_t.
10024
10025 2005-10-17  Simon Josefsson  <jas@extundo.com>
10026
10027         * modules/gc-sha1-tests: New file.
10028
10029         * tests/test-gc-sha1.c: New file.
10030
10031 2005-10-17  Simon Josefsson  <jas@extundo.com>
10032
10033         * m4/md5.m4: Remove call to uint32_t.m4.
10034
10035 2005-10-17  Simon Josefsson  <jas@extundo.com>
10036
10037         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10038
10039         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10040         md5.h.
10041
10042         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10043
10044         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10045
10046 2005-10-17  Simon Josefsson  <jas@extundo.com>
10047
10048         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10049
10050 2005-10-17  Simon Josefsson  <jas@extundo.com>
10051
10052         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10053
10054 2005-10-17  Simon Josefsson  <jas@extundo.com>
10055
10056         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10057
10058         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10059
10060 2005-10-17  Bruno Haible  <bruno@clisp.org>
10061
10062         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10063         that it can also be used in a test.
10064
10065 2005-10-16  Bruno Haible  <bruno@clisp.org>
10066
10067         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10068         TESTS_ENVIRONMENT, so that individual tests can augment it.
10069
10070         * gnulib-tool (func_create_testdir): Use an intermediate target for
10071         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10072         macros, like $(ALLOCA_H), which cannot be passed through the command
10073         line.
10074
10075 2005-10-15  Simon Josefsson  <jas@extundo.com>
10076
10077         * modules/rijndael-tests: New file.
10078
10079         * modules/rijndael: New file.
10080
10081 2005-10-15  Simon Josefsson  <jas@extundo.com>
10082
10083         * m4/rijndael.m4: New file.
10084
10085 2005-10-15  Simon Josefsson  <jas@extundo.com>
10086
10087         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10088
10089         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10090
10091 2005-10-14  Simon Josefsson  <jas@extundo.com>
10092
10093         * tests/test-arcfour.c: New file.
10094
10095         * modules/arcfour, modules/arcfour-tests: New files.
10096
10097 2005-10-14  Simon Josefsson  <jas@extundo.com>
10098
10099         * m4/arcfour.m4: New file.
10100
10101 2005-10-14  Simon Josefsson  <jas@extundo.com>
10102
10103         * lib/arcfour.h, lib/arcfour.c: New files.
10104
10105 2005-10-14  Roland McGrath  <roland@redhat.com>
10106
10107         Import from libc.  [BZ #1331]
10108         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10109         macro argument.
10110         Reported by Matej Vela <vela@debian.org>.
10111
10112 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10113
10114         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10115         include <wchar.h>; no longer needed.
10116
10117 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10120
10121 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10122         and  Ulrich Drepper  <drepper@redhat.com>
10123
10124         Import from libc.
10125         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10126         instead of inline stream orientation test and two separate
10127         function calls.  Pay no attention to USE_IN_LIBIO.
10128
10129 2005-10-13  Simon Josefsson  <jas@extundo.com>
10130
10131         * modules/gc-hmac-md5-tests: New file.
10132
10133         * tests/test-gc-hmac-sha1.c: New file.
10134
10135         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10136
10137         * modules/gc-hmac-md5-tests: New file.
10138
10139         * tests/test-gc-md5.c: New file.
10140
10141         * modules/gc-md5-tests: New file.
10142
10143 2005-10-13  Simon Josefsson  <jas@extundo.com>
10144
10145         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10146         Move memory allocation outside of loop.
10147
10148 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10149
10150         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10151         intermediate directory is in a read-only file system.  Problem
10152         reported by Eric Blake.
10153
10154 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10155
10156         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10157
10158 2005-10-12  Simon Josefsson  <jas@extundo.com>
10159
10160         * tests/test-hmac-sha1.c: New file.
10161
10162         * modules/hmac-sha1-tests: New file.
10163
10164         * modules/hmac-sha1: New file.
10165
10166 2005-10-12  Simon Josefsson  <jas@extundo.com>
10167
10168         * modules/gc-sha1: New file.
10169
10170 2005-10-12  Simon Josefsson  <jas@extundo.com>
10171
10172         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10173
10174         * tests/test-gc-pbkdf2-sha1.c: New file.
10175
10176 2005-10-12  Simon Josefsson  <jas@extundo.com>
10177
10178         * modules/gc-md5, modules/gc-hmac-md5: New files.
10179
10180         * modules/gc (Files): Remove md5, memxor and hmac files.
10181
10182 2005-10-12  Simon Josefsson  <jas@extundo.com>
10183
10184         * m4/gc-pbkdf2-sha1.m4: New file.
10185
10186         * m4/gc-hmac-sha1.m4: New file.
10187
10188         * m4/gc-sha1: New file.
10189
10190         * m4/hmac-sha1.m4: New file.
10191
10192 2005-10-12  Simon Josefsson  <jas@extundo.com>
10193
10194         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10195
10196         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10197
10198 2005-10-12  Simon Josefsson  <jas@extundo.com>
10199
10200         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10201         suggested by Bruno Haible <bruno@clisp.org>.
10202
10203 2005-10-12  Simon Josefsson  <jas@extundo.com>
10204
10205         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10206
10207 2005-10-12  Simon Josefsson  <jas@extundo.com>
10208
10209         * lib/gc-pbkdf2-sha1.c: New file.
10210
10211         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10212
10213 2005-10-12  Simon Josefsson  <jas@extundo.com>
10214
10215         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10216
10217         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10218
10219 2005-10-12  Simon Josefsson  <jas@extundo.com>
10220
10221         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10222         GC_USE_HMAC_MD5, respectively.
10223
10224         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10225         (gc_md5): Fix typo.
10226
10227         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10228
10229         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10230
10231         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10232
10233 2005-10-12  Bruno Haible  <bruno@clisp.org>
10234
10235         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10236         Reported by Stepan Kasal <kasal@ucw.cz>.
10237
10238 2005-10-11  Simon Josefsson  <jas@extundo.com>
10239
10240         * tests/test-crc.c: New file.
10241
10242         * modules/crc, modules/crc-tests: New files.
10243
10244 2005-10-11  Simon Josefsson  <jas@extundo.com>
10245
10246         * m4/crc.m4: New file.
10247
10248 2005-10-11  Simon Josefsson  <jas@extundo.com>
10249
10250         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10251
10252         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10253
10254         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10255
10256 2005-10-11  Simon Josefsson  <jas@extundo.com>
10257
10258         * lib/crc.h, lib/crc.c: New files.
10259
10260         * lib/gc.h (gc_hash_buffer): Add doc.
10261
10262 2005-10-11  Bruno Haible  <bruno@clisp.org>
10263
10264         * modules/c-strcasestr: New file.
10265         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10266
10267 2005-10-11  Bruno Haible  <bruno@clisp.org>
10268
10269         * modules/c-strcase: New file.
10270         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10271
10272 2005-10-11  Bruno Haible  <bruno@clisp.org>
10273
10274         * lib/strcasecmp.c: Include limits.h.
10275         (strcasecmp): Avoid integer overflow on exotic platforms.
10276         * lib/strncasecmp.c: Include limits.h.
10277         (strncasecmp): Avoid integer overflow on exotic platforms.
10278         Reported by Paul Eggert.
10279
10280 2005-10-11  Bruno Haible  <bruno@clisp.org>
10281
10282         * lib/c-strcasestr.h: New file, from GNU gettext.
10283         * lib/c-strcasestr.c: New file, from GNU gettext.
10284
10285 2005-10-11  Bruno Haible  <bruno@clisp.org>
10286
10287         * lib/c-strcase.h: New file, from GNU gettext.
10288         * lib/c-strcasecmp.c: New file, from GNU gettext.
10289         * lib/c-strncasecmp.c: New file, from GNU gettext.
10290
10291 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10292
10293         * modules/mempcpy (License): GPL -> LGPL.
10294         * modules/strchrnul (License): Likewise.
10295         * modules/sysexits (License): Likewise.
10296
10297 2005-10-08  Simon Josefsson  <jas@extundo.com>
10298
10299         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10300
10301 2005-10-07  Simon Josefsson  <jas@extundo.com>
10302
10303         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10304
10305 2005-10-06  Simon Josefsson  <jas@extundo.com>
10306
10307         * tests/test-hmac-md5.c: New file.
10308
10309         * modules/hmac-md5-tests: New file.
10310
10311         * modules/hmac-md5: New file.
10312
10313 2005-10-06  Simon Josefsson  <jas@extundo.com>
10314
10315         * m4/hmac-md5.m4: New file.
10316
10317         * m4/memxor.m4: Require gl_C_RESTRICT.
10318
10319 2005-10-06  Simon Josefsson  <jas@extundo.com>
10320
10321         * lib/memxor.c (memxor): Avoid casts and warnings.
10322
10323 2005-10-06  Simon Josefsson  <jas@extundo.com>
10324
10325         * lib/hmac-md5.c: New file.
10326
10327         * lib/hmac.h: New file.
10328
10329 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10330
10331         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10332         promotes to int, not unsigned int, to catch the AIX 5.3
10333         compiler bug.
10334
10335 2005-10-05  Simon Josefsson  <jas@extundo.com>
10336
10337         * modules/memxor: New file.
10338
10339         * modules/iconv (Files): Move config.rpath to havelib, it is used
10340         there.
10341
10342         * modules/havelib (Files): Add config.rpath.
10343
10344 2005-10-05  Simon Josefsson  <jas@extundo.com>
10345
10346         * m4/memxor.m4: New file.
10347
10348 2005-10-05  Simon Josefsson  <jas@extundo.com>
10349
10350         * lib/memxor.c (memxor): Fix compiler error.
10351
10352         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10353         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10354
10355         * lib/memxor.h, lib/memxor.c: New files.
10356
10357         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10358         we assume all systems have it, suggested by Jim Meyering
10359         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10360         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10361         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10362         same reasons.
10363
10364 2005-10-05  Simon Josefsson  <jas@extundo.com>
10365
10366         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10367
10368 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10369
10370         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10371         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10372         needed, since the source code now assumes these .h files.
10373
10374 2005-10-05  Derek Price  <derek@ximbiot.com>
10375
10376         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10377
10378 2005-10-05  Bruno Haible  <bruno@clisp.org>
10379
10380         * modules/stdint (License): Change to LGPL.
10381
10382 2005-10-04  Simon Josefsson  <jas@extundo.com>
10383
10384         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10385         D. Baushke" <mdb@gnu.org>.
10386
10387 2005-10-04  Bruno Haible  <bruno@clisp.org>
10388
10389         * lib/verify.h (verify_true): Provide alternative definition for C++.
10390
10391 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10392
10393         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10394         (SSIZE_MAX): New macro, if not already defined.
10395         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10396         than 2 GiB.
10397
10398 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10399
10400         Sync from coreutils.
10401         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10402         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10403         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10404         ULLONG_MAX doesn't work with 2.7.2.1.
10405
10406 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10407
10408         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10409         From Ben Pfaff.
10410
10411         * modules/exclude (Depends-on): Depend on verify.
10412         * modules/strtoimax (Depends-on): Likewise.
10413         * modules/utimecmp (Depends-on): Likewise.
10414
10415 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10416
10417         * lib/exclude.c: Include verify.h.
10418         (verify): Remove.  All callers changed to use verify.h's version.
10419         * lib/strtoimax.c: Likewise.
10420         * lib/utimecmp.c: Likewis.e
10421
10422         Sync from coreutils.
10423         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10424         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10425         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10426         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10427         bother returning ENOSYS if settimeofday or stime fails; just let
10428         them return whatever errno they want to return.
10429         * lib/utimens.c: Include unistd.h, for dup2.
10430         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10431         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10432
10433 2005-10-02  Jim Meyering  <jim@meyering.net>
10434
10435         Sync from coreutils.
10436         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10437         from glibc-2.2.5 that fails for read-only files.
10438
10439 2005-10-02  Jim Meyering  <jim@meyering.net>
10440
10441         Sync from coreutils.
10442         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10443         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10444         `#if HAVE_CONFIG_H'.
10445         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10446         Remove AT_FDCWD test.
10447         Do not consume the fd unless successful.
10448         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10449         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10450         block, so that we don't even try to compile it if settimeofday is
10451         available.  This works around a compilation failure on OSF1 V5.1,
10452         due to stime requiring a `long int*' while tv_sec is `int'.
10453
10454 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10455
10456         Sync from coreutils.
10457         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10458         against `yes', rather than just testing for nonempty.
10459
10460 2005-10-01  Simon Josefsson  <jas@extundo.com>
10461
10462         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10463         and Darwin.
10464
10465         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10466         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10467         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10468         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10469         Check if struct addrinfo is declared.
10470
10471 2005-10-01  Simon Josefsson  <jas@extundo.com>
10472
10473         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10474         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10475         AI_* and EAI_* definitions.  Protect function declarations.
10476
10477 2005-10-01  Jim Meyering  <jim@meyering.net>
10478
10479         Sync from coreutils.
10480
10481         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10482         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10483         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10484         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10485         in the inet and nsl libraries.  Required on Solaris 5.7.
10486
10487 2005-10-01  Jim Meyering  <jim@meyering.net>
10488
10489         Sync from coreutils.
10490         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10491         in the inet and nsl libraries.  Required on Solaris 5.7.
10492
10493 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10494
10495         * lib/getdelim.c (getdelim): Remove unused variables.
10496
10497 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10498
10499         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10500         so that the code works even with ancient cpp.  Portability problem
10501         with GCC 2.7.2.1 reported by Thomas M.Ott.
10502
10503 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10504
10505         * modules/regex (Depends-on): Add strcase.
10506
10507         * modules/gethostname (Licence): Change from GPL to LGPL, since
10508         gethostname.c is a trivial implementation of a standard library
10509         function.
10510         * modules/poll (License): Change from GPL to LGPL, since it's
10511         derived from LGPL code.
10512
10513 2005-09-27  Jim Meyering  <jim@meyering.net>
10514
10515         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10516         HAVE_CONFIG_H.
10517
10518         * lib/intprops.h (signed_type_or_expr__): Define.
10519         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10520         for unsigned types.
10521
10522 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10523
10524         * lib/verify.h (verify_expr): Remove, replacing with:
10525         (verify_true): New macro that returns true instead of void.
10526         (verify_type__): Remove.
10527         (verify): Use verify_true rather than verify_type__.
10528
10529 2005-09-26  Bruno Haible  <bruno@clisp.org>
10530
10531         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10532         is necessary.
10533         (lib_SOURCES): Remove mbchar.c.
10534         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10535         (Files): Add m4/mbrtowc.m4.
10536         * modules/mbiter: Likewise.
10537         * modules/mbuiter: Likewise.
10538
10539 2005-09-26  Bruno Haible  <bruno@clisp.org>
10540
10541         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10542         compile mbchar.c if they are not both present.
10543         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10544         * m4/mbiter.m4 (gl_MBITER): Likewise.
10545         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10546         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10547         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10548
10549 2005-09-25  Jim Meyering  <jim@meyering.net>
10550
10551         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10552         also uses socklen_t.
10553
10554 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10555
10556         * lib/utimens.c (ENOSYS): Define if not already defined.
10557         (futimens): Support having a null PATH if the file descriptor
10558         is nonnegative.
10559
10560         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10561         Remove.
10562         (__attribute): Define to empty unless GCC 3.1 or later.
10563         This works around a core dump on OpenBSD 3.4, which has GCC
10564         2.95.3, which dumps core when given __attribute__(()).  It also
10565         simplifies other tests, since we really don't want to bother with
10566         worrying about which ancient version of GCC supported what.
10567         Original problem reported by Yoann Vandoorselaere, with part of
10568         the fix suggested by Derek Price.
10569
10570 2005-09-24  Jim Meyering  <jim@meyering.net>
10571
10572         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10573         so we can once again use a positive bitfield width of 1 -- now we
10574         don't have to explain why we were using a bitfield width of 2.
10575
10576 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10577
10578         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10579         and similarly for the other external symbols.  Problem reported
10580         by James Gallager.
10581
10582         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10583         bug reported by Jim Meyering.
10584
10585         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10586         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10587         not needed, since socklen is a prerequisite module.
10588
10589 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10590
10591         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10592         Problem reported by Eric Blake.
10593         (getaddrinfo): Initialize se so that it's not garbage.
10594         Redo internal storage allocation so that it doesn't make unportable
10595         assumptions about alignment.
10596         Fix a memory leak.
10597
10598         * lib/utimens.c (futimens): Use futimesat if available.
10599         Prefer it to futimes since it doesn't have the futimes bug.
10600
10601         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10602         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10603         Instead, declare a function that returns a pointer to an array,
10604         and use verify_type__ to declare the size of the array.
10605         Problem and germ of a solution reported by Bruno Haible.
10606         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10607         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10608
10609 2005-09-23  Jim Meyering  <jim@meyering.net>
10610
10611         Sync from coreutils.
10612         Correct build failure (socklen_t not defined) on at least
10613         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10614         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10615
10616 2005-09-23  Jim Meyering  <jim@meyering.net>
10617
10618         * modules/getaddrinfo (Depends-on): Add socklen.
10619
10620 2005-09-23  Bruno Haible  <bruno@clisp.org>
10621
10622         * tests/test-verify.c: New file.
10623
10624 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10625
10626         Sync from coreutils.
10627
10628         * modules/argmatch (Depends-on): Add verify.
10629         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10630         unistd-safer.
10631         * modules/save-cwd (Depends-on): Likewise.
10632
10633         * modules/openat (Files): Add lib/openat-die.c.
10634         (Depends-on): Remove error, exitfail.
10635         Add dirname.
10636
10637         * modules/verify: New file.
10638         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10639         with "verify" module.
10640
10641 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10642
10643         Sync from coreutils.
10644
10645         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10646         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10647         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10648         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10649         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10650         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10651         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10652         Don't bother checking for string.h, stdlib.h, unistd.h.
10653         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10654         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10655         module's job.
10656         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10657         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10658
10659         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10660         (gl_GETDATE): Use it.
10661
10662         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10663
10664 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10665
10666         Sync from coreutils.
10667
10668         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10669         stat-time.h.
10670         * lib/argmatch.h: Include verify.h
10671         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10672         (ARGMATCH_ASSERT): Remove; unused.
10673         * lib/canonicalize.c: Assume STDC_HEADERS.
10674         * lib/exclude.c: Include "strcase.h".
10675         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10676         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10677         and stdio-safer.h.
10678         (getusershell): Call fopen, not fopen_safer.
10679         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10680         Do not include unistd-safer.h.
10681         (save_cwd): Don't call fd_safer; no longer needed
10682         now that we include fcntl--.h.
10683
10684         * lib/getdate.y (relative_time): New type.
10685         (RELATIVE_TIME_0): New constant.
10686         (parser_control): Use relative_time instead of doing it ourselves.
10687         (%union): Add new relative_time rel member.
10688         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10689         Now typeless.
10690         (relunit, relunit_snumber): Now of type rel.
10691         (zone, rel, relunit, get_date): Adjust to above changes.
10692
10693         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10694         Do not include unistd-safer.h.
10695         (getloadavg): Don't call fd_safer; no longer needed
10696         now that we include fcntl--.h.
10697
10698         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10699         (make_dir_parents): Treat ENOSYS like EEXIST.
10700
10701         Improve quality of diagnostics on restore_cwd failure.
10702         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10703         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10704         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10705         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10706         each time through the loop.  Do not diagnose restore_cwd failure;
10707         that is the caller's job (and perhaps the caller does not care).
10708
10709         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10710         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10711         If the file already exists but is not a directory, don't bother
10712         to try to make its parents.
10713         Close potential file descriptor leak if we can't chdir("/") (!).
10714         Don't always return true if chdir($PWD) fails; return true only
10715         if the requested action was done successfully (except for the
10716         chdir($PWD)).
10717         Don't log final directory unless we actually made it.
10718         Refactor to avoid duplicate code to fix up permissions.
10719         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10720
10721         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10722         to make it a bit faster and (I hope) clearer.
10723         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10724         Fix bug in formats like %2N.
10725
10726         * lib/verify.h: New file.
10727
10728 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10729
10730         Sync from coreutils.
10731         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10732
10733 2005-09-22  Jim Meyering  <jim@meyering.net>
10734
10735         Sync from coreutils.
10736
10737         * m4/lstat.m4 (gl_FUNC_LSTAT):
10738         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10739         Remove obsolete comment.
10740         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10741         * m4/xstrtod.m4: Likewise.
10742
10743         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10744
10745 2005-09-22  Jim Meyering  <jim@meyering.net>
10746
10747         Sync from coreutils.
10748
10749         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10750
10751         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10752         the .tm_year member, since otherwise gcc-4.0 would now warn about
10753         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10754
10755         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10756         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10757
10758         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10759         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10760         when run in a time zone for which daylight savings time is in effect
10761         for the starting date.
10762
10763         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10764         stop us from restricting permissions of just-created absolute-named
10765         directories.
10766         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10767         to restore initial working directory.
10768         * lib/mkdir-p.c (make_dir_parents): New parameter:
10769         different_working_dir, to tell caller if/when we change the working
10770         directory and are unable to return to the initial one.
10771         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10772         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10773         `return false'.  This fixes a bug introduced on 2004-07-30.
10774
10775         * lib/openat.c (fdopendir): Be sure to close the supplied
10776         file descriptor before returning.  This makes our replacement
10777         implementation a little closer to Solaris's, where fdopendir
10778         ties the file descriptor to the returned DIR* pointer.
10779         * lib/openat.c (unlinkat): New function.
10780         * lib/openat.h (unlinkat): Add prototype.
10781         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10782         (openat_restore_fail): Rename from openat_restore_die.
10783         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10784
10785         Provide an alternative to exiting immediately upon save_cwd or
10786         restore_cwd failure.  Now, an application can arrange e.g.,
10787         to perform a longjump in that case.
10788         * lib/openat.c: Include dirname.h.
10789         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10790         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10791         and openat_restore_die rather than calling error directly.
10792         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10793
10794         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10795         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10796         define.
10797
10798         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10799         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10800                             int utc, int nanoseconds);
10801         Background:
10802         date should not have to allocate a megabyte of virtual memory to
10803         handle a format argument like +%1048575T.  When implemented with
10804         strftime, it must allocate such a buffer, use strftime to fill it
10805         in, print it, then free it.
10806         With fprintftime, it simply prints everything and exits.
10807         With no need for memory allocation, that's one fewer way to fail.
10808         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10809         optional field width, not before, so we accept %9:z, not %:9z.
10810         (my_strftime): Be sure to use L_('x') for literals.
10811
10812         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10813         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10814         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10815         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10816         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10817         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10818         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10819         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10820         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10821         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10822         * lib/xgethostname.c, lib/xreadlink.c:
10823         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10824
10825         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10826         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10827         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10828         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10829         and don't include <sys/file.h>).
10830
10831 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10832
10833         Sync from coreutils.
10834
10835         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10836         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10837         [!LDAV_DONE]: Avoid unused variable warning.
10838
10839 2005-09-21  Bruno Haible  <bruno@clisp.org>
10840
10841         * lib/unicodeio.h (unicode_to_mb): New declaration.
10842
10843 2005-09-20  Derek Price  <derek@ximbiot.com>
10844
10845         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10846         getaddrinfo.h.
10847
10848 2005-09-20  Bruno Haible  <bruno@clisp.org>
10849
10850         * gnulib-tool: Remove trailing slashes from the values specified for
10851         --source-base, --m4-base, --tests-base, --aux-dir.
10852         Suggested by Simon Josefsson <jas@extundo.com>.
10853
10854 2005-09-20  Bruno Haible  <bruno@clisp.org>
10855
10856         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10857         func_modules_to_filelist, func_import, func_create_testdir): Make all
10858         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10859         change when gnulib-tool is invoked in a different locale.
10860
10861 2005-09-19  Simon Josefsson  <jas@extundo.com>
10862
10863         * m4/socklen.m4: Fix typo.
10864
10865 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10866
10867         Use a consistent style for including <config.h>.
10868         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10869         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10870         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10871         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10872         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10873         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10874         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10875         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10876         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10877         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10878         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10879         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10880         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10881         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10882         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10883         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10884         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10885         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10886         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10887         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10888         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10889         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10890         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10891         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10892         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10893         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10894         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10895         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10896         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10897         lib/xstrtoumax.c, lib/yesno.c:
10898         Standardize inclusion of config.h.
10899         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10900         lib/inttostr.h:  Removed inclusion of config.h from header files.
10901         * lib/inttostr.c:  Adjusted in-tree users.
10902         * lib/timespec.h: Remove superfluous warning to include config.h.
10903         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10904         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10905         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10906         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10907         config.h with HAVE_CONFIG_H.
10908
10909 2005-09-19  Jim Meyering  <jim@meyering.net>
10910
10911         * modules/pathmax (License): Change to LGPL.
10912
10913 2005-09-19  Derek Price  <derek@ximbiot.com>
10914
10915         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10916
10917 2005-09-19  Bruno Haible  <bruno@clisp.org>
10918
10919         * gnulib-tool (import): Provide default for --tests-base.
10920
10921 2005-09-19  Bruno Haible  <bruno@clisp.org>
10922
10923         * doc/quote.texi: New file, extracted from gnulib.texi.
10924         * doc/ctime.texi: New file, extracted from gnulib.texi.
10925         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10926         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10927         * doc/gnulib.texi: Include them.
10928
10929 2005-09-18  Bruno Haible  <bruno@clisp.org>
10930
10931         Portability fix.
10932         * gnulib-tool (func_readlink): New function.
10933         (func_ln_if_changed): Use it.
10934
10935 2005-09-18  Bruno Haible  <bruno@clisp.org>
10936
10937         * gnulib-tool: Support --with-tests also with --import.
10938         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10939         (func_import): Use variables $testsbase and $inctests. Emit a
10940         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10941         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10942         SUBDIRS += $testsdir.
10943         (func_create_testdir): Update.
10944
10945 2005-09-18  Bruno Haible  <bruno@clisp.org>
10946
10947         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10948         instead of $dry_run.
10949         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10950         (func_ln_if_changed): Don't handle dry-run here.
10951         (func_import): In dry-run mode, detect more precisely which actions
10952         would be performed, and don't use "...ing" verbs.
10953
10954 2005-09-18  Bruno Haible  <bruno@clisp.org>
10955
10956         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10957         (func_import): Use join on two temporary files instead of three nested
10958         loops, in order to determine which files are new or old.
10959
10960 2005-09-18  Bruno Haible  <bruno@clisp.org>
10961
10962         * gnulib-tool (func_import): Comment out code that spits out the
10963         new files with --dry-run.
10964
10965 2005-09-18  Bruno Haible  <bruno@clisp.org>
10966
10967         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10968
10969 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10970
10971         * lib/stat-time.h: New file.
10972         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10973         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10974         in a different way.
10975         (timespec_cmp): New function.
10976         * lib/utimecmp.c: Include stat-time.h.
10977         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10978         members exist, not on the obsolescent ST_MTIM_NSEC.
10979         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10980
10981 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10982
10983         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10984
10985 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10986
10987         * MODULES.html.sh (File system functions): Add stat-time.
10988         * modules/stat-time: New file.
10989         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10990         is now done in a different way, by the stat-time module.
10991         * modules/utimecmp (Depends-on): Add stat-time.
10992
10993 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10994
10995         * m4/st_mtim.m4: Remove.  Superseded by...
10996         * m4/stat-time.m4: New file.
10997         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10998         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10999
11000 2005-09-15  Derek Price  <derek@ximbiot.com>
11001
11002         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11003
11004 2005-09-15  Derek Price  <derek@ximbiot.com>
11005
11006         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11007         * lib/regex_internal.c: Ditto, using this...
11008         (__GNUC_PREREQ): ...new macro.
11009         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11010         using...
11011         (__GNUC_PREREQ): ...this new macro.
11012
11013         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11014
11015 2005-09-15  Derek Price  <derek@ximbiot.com>
11016             Paul Eggert  <eggert@cs.ucla.edu>
11017
11018         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11019         changes, consolidating in...
11020         * lib/regex_internal.h: ...this file.
11021
11022 2005-09-13  Jim Meyering  <jim@meyering.net>
11023
11024         * lib/canon-host.c: Filter through gnu indent and reword comments
11025         slightly.
11026         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11027
11028 2005-09-13  Derek Price  <derek@ximbiot.com>
11029
11030         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11031         failure.
11032         Reported by Jim Meyering  <jim@meyering.net>.
11033
11034 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11035
11036         * lib/base64.c: Typo.
11037         (base64_encode): Put b64str in initialized data section.
11038
11039 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11040
11041         Merge glibc and coreutils changes into gnulib, plus a few
11042         extra fixes.
11043         * lib/md5.c: Use #error rather than a string.
11044         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11045         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11046         (__attribute__): Define to empty for non recent-GCC.
11047         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11048         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11049         Renamed from their non-__ counterparts, with new macros replacing
11050         them if not _LIBC.  Add __THROW attribute.
11051         (rol): Remove.
11052         (struct md5_ctx): Align buffer if using GCC.
11053         * lib/sha1.h (struct sha1_ctx): Likewise.
11054         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11055         The old name was backwards.
11056         (NOTSWAP): Remove; not used.
11057         (rol): New macro, moved here from md5.h.
11058         (sha1_process_block): Remove a FIXME that doesn't make sense.
11059
11060 2005-09-12  Derek Price  <derek@ximbiot.com>
11061
11062         Return usable errors from canon-host.
11063         * lib/canon-host.h: New file.
11064         * lib/canon-host.c (canon_host): Wrap...
11065         (canon_host_r): ...this new function, which now relies exclusively on
11066         getaddrinfo.
11067         (ch_strerror): New function.
11068         (last_cherror): New global.
11069         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11070         interface.
11071         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11072         void *.
11073         (freeaddrinfo): Free ai->ai_canonname when set.
11074
11075 2005-09-12  Derek Price  <derek@ximbiot.com>
11076
11077         Make canon-host require getaddrinfo.
11078         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11079         AC_LIBSOURCE canon-host.h.  Call...
11080         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11081         gl_GETADDRINFO.
11082         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11083
11084 2005-09-12  Derek Price  <derek@ximbiot.com>
11085
11086         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11087         LGPL.
11088         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11089
11090 2005-09-12  Derek Price  <derek@ximbiot.com>
11091
11092         * lib/gai_strerror.c: Include config.h when available.  Include
11093         getaddrinfo.h before other headers to test interface.
11094         Reported by Larry Jones <lawrence.jones@ugs.com>.
11095
11096 2005-09-12  Derek Price  <derek@ximbiot.com>
11097             Paul Eggert  <eggert@cs.ucla.edu>
11098
11099         * modules/glob (Files): Add glob-libc.h.
11100
11101 2005-09-12  Derek Price  <derek@ximbiot.com>
11102             Paul Eggert  <eggert@cs.ucla.edu>
11103
11104         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11105         glob_.h, glob-libc.h.
11106         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11107
11108 2005-09-12  Derek Price  <derek@ximbiot.com>
11109             Paul Eggert  <eggert@cs.ucla.edu>
11110
11111         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11112         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11113         protecting things that should be done only in gnulib contexts.
11114         * lib/glob_.h: New file, containing only the glob things needed for
11115         gnulib.
11116         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11117         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11118         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11119         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11120         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11121         and to respect the namespace rules better.
11122
11123 2005-09-08  Simon Josefsson  <jas@extundo.com>
11124
11125         * modules/socklen: New file.
11126
11127 2005-09-08  Simon Josefsson  <jas@extundo.com>
11128
11129         * m4/socklen.m4: New file.
11130
11131 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11132
11133         * modules/utimens (Files): Add m4/utimbuf.m4, since
11134         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11135         Reported by Sergey Poznyakoff.
11136
11137 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11138
11139         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11140         definitions, since that's the preferred style in glibc.
11141         Fix a minor spacing issue, and update copyright notice to match
11142         glibc's.
11143
11144 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11145
11146         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11147
11148 2005-09-06  Simon Josefsson  <jas@extundo.com>
11149
11150         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11151         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11152
11153 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11154
11155         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11156         warning.
11157
11158 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11159
11160         * config/srclist.txt: Add glibc bug 1302.
11161
11162 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11163
11164         Change bitset word type from unsigned int to unsigned long int,
11165         as this has better performance on typical 64-bit hosts.
11166         Port bitset code to hosts with unusual word sizes.
11167         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11168         (build_collating_symbol):
11169         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11170         argument is a bitset.  This is merely a style issue, but it makes
11171         it clearer that an entire array is expected.
11172         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11173         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11174         Port to the case where bitset_word is not the same as unsigned int.
11175         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11176         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11177         Likewise.
11178         * lib/regexec.c (check_dst_limits_calc_pos_1,
11179         check_subexp_matching_top):
11180         (build_trtable, group_nodes_into_DFAstates):
11181         Likewise.
11182         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11183         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11184         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11185         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11186         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11187         * lib/regcomp.c (optimize_subexps, lower_subexp):
11188         Work even if bitset_word has holes in its bitwise representation.
11189         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11190         * lib/regexec.c (check_dst_limits_calc_pos_1,
11191         check_subexp_matching_top):
11192         Likewise.
11193         * lib/regex_internal.c (re_string_reconstruct):
11194         Don't assume UCHAR_MAX == 255.
11195         * lib/regex_internal.h (bitset_set_all): Likewise.
11196         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11197         All uses changed.
11198         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11199         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11200         All uses changed.
11201         (BITSET_WORD_MAX): New macro.
11202         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11203         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11204         (bitset_empty, bitset_copy):
11205         Prefer sizeof (bitset) to multiplying it out ourselves.
11206         (bitset_not_merge): Remove; unused.
11207         (bitset_contain): Return bool, not unsigned int with one bit on.
11208         All callers changed.
11209         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11210         alignment than re_node_set; do this by defining a new internal
11211         type struct dests_alloc and using it to allocate memory.
11212
11213 2005-09-05  Bruno Haible  <bruno@clisp.org>
11214
11215         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11216         links.
11217
11218 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11219
11220         * modules/size_max (Makefile.am): Add size_max.h
11221
11222 2005-09-04  Derek Price  <derek@ximbiot.com>
11223
11224         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11225
11226 2005-09-03  Simon Josefsson  <jas@extundo.com>
11227
11228         * gnulib-tool: Fix typo.
11229
11230 2005-09-03  Simon Josefsson  <jas@extundo.com>
11231
11232         * config/srclist.txt: Add glibc bug 1293.
11233
11234 2005-09-03  Derek Price  <derek@ximbiot.com>
11235
11236         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11237         From Larry Jones <lawrence.jones@ugs.com>.
11238
11239 2005-09-02  Simon Josefsson  <jas@extundo.com>
11240
11241         * modules/socklen: New file.
11242
11243 2005-09-02  Simon Josefsson  <jas@extundo.com>
11244
11245         * modules/havelib: New module.
11246
11247         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11248         Use havelib.
11249
11250 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11251
11252         Check for arithmetic overflow when calculating sizes, to prevent
11253         some buffer-overflow issues.  These patches are conservative, in the
11254         sense that when I couldn't determine whether an overflow was possible,
11255         I inserted a run-time check.
11256         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11257         macros.
11258         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11259         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11260         (re_xnrealloc, re_x2nrealloc): New inline functions.
11261         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11262         parse_bracket_exp):
11263         (build_equiv_class, build_charclass): Check for arithmetic overflow
11264         in size expression calculations.
11265         * lib/regex_internal.c (re_string_realloc_buffers):
11266         (build_wcs_upper_buffer, re_node_set_add_intersect):
11267         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11268         (re_dfa_add_node, register_state): Likewise.
11269         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11270         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11271         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11272         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11273
11274 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11275
11276         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11277         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11278
11279 2005-09-02  Bruno Haible  <bruno@clisp.org>
11280
11281         Support for lib vs. lib64 distinction on biarch platforms.
11282         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11283         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11284         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11285
11286 2005-09-02  Bruno Haible  <bruno@clisp.org>
11287
11288         * gnulib-tool (import): In the other first-use case, provide defaults
11289         as well.
11290
11291 2005-09-02  Bruno Haible  <bruno@clisp.org>
11292
11293         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11294         patches not yet found in the latest gettext release.
11295
11296 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11297
11298         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11299         to avoid a collision with bits/local_lim.h in glibc.
11300         All uses changed.  Problem reported by Dmitry V. Levin in
11301         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11302
11303         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11304         bugs in int versus size_t comparisons.
11305         (re_string_context_at): Fix bug where the code assumed that
11306         Idx is signed.
11307
11308         Use bool where appropriate.
11309         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11310         All callers changed.
11311         (calc_eclosure_iter): Likewise, for ROOT arg.
11312         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11313         (build_charclass_op): Likewise, for NON_MATCH arg.
11314         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11315         (re_string_construct_common): Likewise, for ICASE arg.
11316         * lib/regexec.c (re_search_2_stub, re_search_stub):
11317         Likewise, for RET_LEN arg.
11318         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11319         (set_regs): Likewise, for FL_BACKTRACK arg.
11320         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11321         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11322         (calc_eclosure_iter, parse_bracket_exp):
11323         Use bool for internal variables that are booleans.
11324         * lib/regexec.c (re_search_internal, check_matching,
11325         proceed_next_node):
11326         (set_regs, build_sifted_states, sift_states_bkref):
11327         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11328         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11329         (find_collation_sequence_value):
11330         Likewise.
11331         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11332         (re_node_set_compare):
11333         Return bool, not int. All callers changed.
11334         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11335         (build_trtable, check_node_accept): Likewise.
11336         * lib/regex_internal.h: Include stdbool.h.
11337
11338         Fix bugs uncovered when converting to bool.
11339         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11340         failure instead of charging ahead blindly.
11341         * lib/regex_internal.c (register_state): Likewise.
11342         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11343         for freeing internal storage.
11344         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11345         bitset pieces used as boolean, to avoid undefined behavior
11346         on hosts that do int overflow checking.
11347
11348 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11349
11350         * config/srclist.txt: Add glibc bugs 1285-1287.
11351
11352 2005-09-01  Jim Meyering  <jim@meyering.net>
11353
11354         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11355         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11356         Require gl_STAT_MACROS, too.
11357
11358 2005-09-01  Bruno Haible  <bruno@clisp.org>
11359
11360         * gnulib-tool (import): In the first-use case, provide defaults.
11361
11362 2005-09-01  Bruno Haible  <bruno@clisp.org>
11363
11364         * gnulib-tool (func_import): Remove the .tmp files.
11365
11366 2005-09-01  Bruno Haible  <bruno@clisp.org>
11367
11368         * gnulib-tool (func_import): Fix handling of symbolic links.
11369
11370 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11371
11372         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11373         old glibc regex code mishandles strings longer than 2**31 bytes.
11374         This patch fixes this when the regex code is used in gnulib
11375         (i.e., outside glibc).
11376
11377         This patch should not affect the use of the regex code inside
11378         glibc.  No doubt this problem also needs to be handled for glibc
11379         as well, but the result will be an incompatible change to the
11380         glibc ABI, and the old ABI will have to be supported too.  That
11381         can be the the subject for another patch.
11382
11383         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11384         governing whether the rest of this patch is active.  By default,
11385         the macro is disabled and the patch has no effect.
11386         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11387         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11388         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11389         (re_match_2, re_set_registers): Use the new types.
11390         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11391         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11392         New macros.
11393         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11394         (re_string_context_at, bin_tree_t, re_dfastate_t):
11395         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11396         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11397         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11398         (re_string_char_size_at, re_string_wchar_at):
11399         (re_string_elem_size_at):
11400         Use the new types and macros to port to 64-bit hosts.
11401         Use unsigned types for internal values, so that the code
11402         mostly works even for arrays larger than SSIZE_MAX.
11403         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11404         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11405         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11406         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11407         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11408         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11409         (calc_inveclosure, parse_dup_op, build_range_exp):
11410         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11411         (fetch_number, create_token_tree, mark_opt_subexp):
11412         Likewise.
11413         * lib/regex_internal.c (re_string_construct_common,
11414         create_ci_newstate):
11415         (create_cd_newstate, re_string_allocate, re_string_construct):
11416         (re_string_realloc_buffers, build_wcs_upper_buffer):
11417         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11418         (re_string_reconstruct, re_string_peek_byte_case):
11419         (re_string_fetch_byte_case, re_string_context_at):
11420         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11421         (re_node_set_init_copy, re_node_set_add_intersect):
11422         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11423         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11424         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11425         (re_acquire_state, re_acquire_state_context, register_state):
11426         Likewise.
11427         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11428         search_cur_bkref_entry):
11429         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11430         (re_search_internal, re_search_2_stub, re_search_stub)
11431         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11432         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11433         (update_cur_sifted_state, check_dst_limits):
11434         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11435         (check_subexp_limits, sift_states_bkref, merge_state_array):
11436         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11437         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11438         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11439         (expand_bkref_cache, check_node_accept_bytes):
11440         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11441         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11442         (acquire_init_state_context, check_halt_node_context):
11443         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11444         (sift_states_backward, clean_state_log_if_needed):
11445         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11446         (find_recover_state, transit_state_sb, transit_state_mb):
11447         (transit_state_bkref, build_trtable, match_ctx_clean):
11448         Likewise.
11449         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11450         to work around an assumption that REG_MISSING is negative.
11451
11452         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11453         (seek_collating_symbol_entry) [defined _LIBC]:
11454         (lookup_collation_sequence_value) [defined _LIBC]:
11455         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11456         Use prototypes rather than old-style function definitions.
11457         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11458         (transit_state_sb) [0]:
11459         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11460
11461         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11462         rm_eo.
11463
11464         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11465         (optimize_subexps, lower_subexp):
11466         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11467         since the signed shift might overflow.  Use 1u<<31 instead.
11468         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11469         Likewise.
11470         * lib/regexec.c (check_dst_limits_calc_pos_1,
11471         check_subexp_matching_top): Likewise.
11472
11473         * lib/regcomp.c (optimize_subexps, lower_subexp):
11474         Use CHAR_BIT rather than 8, for clarity.
11475         * lib/regexec.c (check_dst_limits_calc_pos_1):
11476         (check_subexp_matching_top): Likewise.
11477         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11478         have to worry about portability issues when shifting it left.
11479         Remove no-longer-needed test for table_size > 0.
11480         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11481         in a word, as the resulting behavior is undefined.
11482         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11483         in one case, a <= should have been an <, and in another case the
11484         whole test was missing.
11485         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11486         the standard name CHAR_BIT.
11487         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11488         this is not true on one's complement and signed-magnitude hosts.
11489
11490         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11491         next_last_offset.
11492         (struct re_dfa_t): Remove unused member states_alloc.
11493         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11494
11495 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11496
11497         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11498         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11499         and large-file glibc and in 32-bit large-file Solaris.
11500
11501 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11502
11503         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11504         lengths fit in regoff_t; this isn't true if regoff_t is the same
11505         width as size_t.
11506         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11507         (= START + RANGE) instead of RANGE.  This avoids overflow
11508         problems when regoff_t is the same width as size_t.
11509         All callers changed.
11510         (re_search_2_stub): Check for overflow when adding the
11511         sizes of the two strings.
11512         (re_search_stub): Check for overflow when adding START
11513         to RANGE; if it occurs, substitute the extreme value.
11514
11515 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11516
11517         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11518
11519 2005-08-31  Jim Meyering  <jim@meyering.net>
11520
11521         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11522         a pointer-to-const.
11523         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11524         (register_state): Likewise.
11525         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11526         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11527         (group_nodes_into_DFAstates): Likewise.
11528
11529 2005-08-31  Jim Meyering  <jim@meyering.net>
11530
11531         * check-module: Add a FIXME comment.
11532
11533 2005-08-31  Eric Blake  <ebb9@byu.net>
11534
11535         * modules/unistd-safer (Files): Add unistd--.h.
11536         * modules/stdio-safer (Files): Add stdio--.h.
11537
11538 2005-08-31  Derek Price  <derek@ximbiot.com>
11539
11540         * lib/getdelim.c (getdelim): Return EOF on EOF.
11541         Reported by Larry Jones <lawrence.jones@ugs.com>.
11542
11543 2005-08-31  Bruno Haible  <bruno@clisp.org>
11544
11545         Avoid unnecessary diffs in the generated lib/Makefile.am.
11546         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11547         the generated files.
11548         (func_import): Don't set cmd.
11549
11550 2005-08-31  Bruno Haible  <bruno@clisp.org>
11551
11552         * lib/strstr.c: Include <stddef.h>, for NULL.
11553         * lib/strcasestr.c: Likewise.
11554         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11555
11556 2005-08-31  Bruno Haible  <bruno@clisp.org>
11557
11558         * gnulib-tool: New option --macro-prefix.
11559         (func_import): Use macro_prefix.
11560         (import): Handle option --macro-prefix.
11561
11562 2005-08-31  Bruno Haible  <bruno@clisp.org>
11563
11564         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11565         Also use new variables cached_lgpl, cached_libtool.
11566
11567 2005-08-31  Bruno Haible  <bruno@clisp.org>
11568
11569         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11570         always instantiating them.
11571
11572 2005-08-31  Bruno Haible  <bruno@clisp.org>
11573
11574         * gnulib-tool (func_import): Read the previous cached settings
11575         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11576         earlier added by gnulib but are now dropped. Warn when a gnulib file
11577         overwrites a non-gnulib file.
11578
11579 2005-08-31  Bruno Haible  <bruno@clisp.org>
11580
11581         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11582         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11583         projects that don't keep autogenerated files in CVS. Put into
11584         actioncmd only the specified modules, not the transitive closure.
11585
11586 2005-08-31  Bruno Haible  <bruno@clisp.org>
11587
11588         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11589         Create directories that shall be filled.
11590         (import): Don't look for gl_* macros in configure.ac. Recurse across
11591         all directories containing a gnulib-cache.m4 files, if meaningful.
11592
11593 2005-08-31  Bruno Haible  <bruno@clisp.org>
11594
11595         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11596         (import): Set seen_libtool when we see gl_LIBTOOL.
11597
11598 2005-08-31  Bruno Haible  <bruno@clisp.org>
11599
11600         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11601         declaration macro definitions from generated gnulib.m4.
11602
11603 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11604
11605         * lib/iconvme.h: Add prototype for iconv_alloc.
11606
11607 2005-08-29  Simon Josefsson  <jas@extundo.com>
11608
11609         * lib/iconvme.c: Fix errno.
11610
11611 2005-08-29  Bruno Haible  <bruno@clisp.org>
11612
11613         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11614         that it works when the directory contains spaces.
11615
11616 2005-08-29  Bruno Haible  <bruno@clisp.org>
11617
11618         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11619
11620 2005-08-29  Bruno Haible  <bruno@clisp.org>
11621
11622         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11623         Emit more advice.
11624
11625 2005-08-29  Bruno Haible  <bruno@clisp.org>
11626         and Stepan Kasal  <kasal@ucw.cz>
11627
11628         * check-module: If more parameters are given, check each of them
11629         separately; add more exceptions, as noted by Jim Meyering.
11630         (check_module): New procedure.
11631         (%exempt_header): Now contains all exceptions.
11632
11633 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11634
11635         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11636
11637 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11638
11639         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11640
11641 2005-08-28  Bruno Haible  <bruno@clisp.org>
11642
11643         * m4/gnulib-tool.m4: New file.
11644
11645 2005-08-27  Jim Meyering  <jim@meyering.net>
11646
11647         * modules/unistd-safer (Files): Add pipe-safer.c.
11648         * modules/fcntl-safer (Files): Add creat-safer.c.
11649
11650 2005-08-27  Jim Meyering  <jim@meyering.net>
11651
11652         * m4/stdlib-safer.m4: New file.  From coreutils.
11653         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11654         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11655         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11656         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11657         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11658
11659 2005-08-27  Jim Meyering  <jim@meyering.net>
11660
11661         * lib/fopen-safer.c: Merge minor changes from coreutils.
11662         * lib/dup-safer.c: Likewise.
11663         * lib/fd-safer.c: Likewise.
11664
11665         Merge from coreutils.
11666         * lib/stdio--.h: New file.
11667         * lib/stdlib--.h: New file.
11668         * lib/mkstemp-safer.c: New file.
11669
11670         GNU tar needs these.
11671         * lib/pipe-safer.c: New file.
11672         * lib/creat-safer.c: New file.
11673         * lib/fcntl--.h (creat): Define to creat_safer.
11674         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11675         * lib/unistd--.h (pipe): Define to pipe_safer.
11676         * lib/unistd-safer.h: Declare pipe_safer.
11677
11678 2005-08-26  Simon Josefsson  <jas@extundo.com>
11679
11680         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11681         Haible <bruno@clisp.org>.
11682
11683 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11684
11685         * lib/regex_internal.h: Remove all references to
11686         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11687         or better.
11688         (bitset_not, bitset_merge, bitset_not_merge):
11689         (bitset_mask, re_string_allocate, re_string_construct):
11690         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11691         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11692         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11693         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11694         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11695         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11696         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11697         (re_acquire_state_context):
11698         Remove unnecessary forward decls.
11699         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11700         Put __attribute at function definition,
11701         now that the function decl has been removed.
11702         * lib/regex_internal.c (re_string_peek_byte_case):
11703         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11704         Likewise.
11705
11706 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11707
11708         * m4/regex.m4: Add AC_PREREQ(2.50).
11709         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11710
11711 2005-08-25  Simon Josefsson  <jas@extundo.com>
11712
11713         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11714         __fsetlocking.
11715
11716 2005-08-25  Simon Josefsson  <jas@extundo.com>
11717
11718         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11719         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11720         GLIBC specific code.
11721
11722 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11723
11724         Make regex safe for g++.  This fixes one real bug (an "err"
11725         that should have been "*err").  g++ problem reported by
11726         Sam Steingold.
11727         * lib/regex_internal.h (re_calloc): New macro, consistent with
11728         re_malloc etc.  All callers of calloc changed to use re_calloc.
11729         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11730         not int.  All callers changed.
11731         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11732         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11733         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11734         (find_recover_state): Change "err" to "*err"; this fixes what
11735         appears to be a real bug.
11736         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11737         versus int.
11738
11739 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11740
11741         * modules/regex (Depends-on): Add malloc, since the code
11742         assumes that !malloc(0) means failure.
11743
11744 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11745
11746         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11747
11748         alloca modernization/simplification for regex.
11749         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11750         needs to be at the start of the file, and can be moved into
11751         regex_internal.h and simplified.
11752         * lib/regex_internal.h: Include <alloca.h>.
11753         (__libc_use_alloca) [!defined _LIBC]: New macro.
11754         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11755         now works outside glibc.
11756
11757 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11758
11759         * config/srclist.txt: Add glibc bugs 1241, 1245.
11760
11761 2005-08-25  Jim Meyering  <jim@meyering.net>
11762
11763         * lib/open-safer.c: Include <config.h>.
11764         Otherwise, we'd lose LARGEFILE support in any file using
11765         e.g. "fcntl--.h"
11766
11767 2005-08-25  Bruno Haible  <bruno@clisp.org>
11768
11769         * m4/minmax.m4: Require autoconf 2.52.
11770         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11771         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11772         alternatives of translit over the alphabet.
11773         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11774
11775 2005-08-24  Simon Josefsson  <jas@extundo.com>
11776
11777         * tests/test-getpass.c: New file.
11778
11779 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11780
11781         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11782         for GNU regex features.
11783
11784 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11785
11786         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11787         * lib/regex.h (regerror): Likewise.
11788
11789         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11790         requires this.  (The code never needed it.)
11791
11792         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11793         All uses of recently-renamed identifiers changed to use the new,
11794         POSIX-compliant names.  The code will build and run just fine
11795         without these changes, but it's better to eat our own dog food
11796         and use the standard-conforming names.
11797
11798         * lib/regex.h: Fix a multitude of POSIX name space violations.
11799         These changes have an effect only for programs that define
11800         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11801         do not change anything for programs compiled in the normal way.
11802         Also, there is no effect on the ABI.
11803
11804         (_REGEX_SOURCE): New macro.
11805         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11806         defined and _GNU_SOURCE is not; this fixes a name space violation.
11807
11808         Rename the following macros to obey POSIX requirements.
11809         The old names are still visible as macros if _REGEX_SOURCE is defined.
11810         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11811         RE_BACKSLASH_ESCAPE_IN_LISTS.
11812         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11813         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11814         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11815         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11816         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11817         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11818         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11819         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11820         (REG_INTERVALS): renamed from RE_INTERVALS.
11821         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11822         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11823         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11824         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11825         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11826         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11827         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11828         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11829         RE_UNMATCHED_RIGHT_PAREN_ORD.
11830         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11831         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11832         (REG_DEBUG): renamed from RE_DEBUG.
11833         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11834         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11835         unusual, since we can't clash with the POSIX REG_ICASE.
11836         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11837         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11838         (REG_NO_SUB): renamed from RE_NO_SUB.
11839         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11840         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11841         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11842         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11843         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11844         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11845         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11846         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11847         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11848         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11849         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11850         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11851         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11852         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11853         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11854         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11855         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11856         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11857         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11858         (REG_FIXED): Renamed from REGS_FIXED.
11859         (REG_NREGS): Renamed from RE_NREGS.
11860
11861         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11862         of other REG_* macros, since POSIX says the user is allowed to
11863         #undef these macros selectively.
11864
11865         (reg_errcode_t): Update comment stating what other tables need
11866         to be consistent.
11867
11868         Rename the following enum values to obey POSIX requirements.
11869         The old names are still visible as macros.
11870         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11871         is not defined, since GNU is supposed to be a superset of POSIX as
11872         much as possible, and since we want reg_errcode_t to be a signed
11873         type for implementation consistency.
11874         (_REG_NOERROR): Renamed from REG_NOERROR.
11875         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11876         (_REG_BADPAT): Renamed from REG_BADPAT.
11877         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11878         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11879         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11880         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11881         (_REG_EBRACK): Renamed from REG_EBRACK.
11882         (_REG_EPAREN): Renamed from REG_EPAREN.
11883         (_REG_EBRACE): Renamed from REG_EBRACE.
11884         (_REG_BADBR): Renamed from REG_BADBR.
11885         (_REG_ERANGE): Renamed from REG_ERANGE.
11886         (_REG_ESPACE): Renamed from REG_ESPACE.
11887         (_REG_BADRPT): Renamed from REG_BADRPT.
11888         (_REG_EEND): Renamed from REG_EEND.
11889         (_REG_ESIZE): Renamed from REG_ESIZE.
11890         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11891         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11892         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11893         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11894         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11895
11896         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11897         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11898         changed.  But support the old name if the new one is not defined
11899         and if _REGEX_SOURCE.
11900
11901         Change the following member names in struct re_pattern_buffer.
11902         The old names are still supported if !_REGEX_SOURCE.
11903         The new names are always supported, regardless of _REGEX_SOURCE.
11904         (re_buffer): Renamed from buffer.
11905         (re_allocated): Renamed from allocated.
11906         (re_used): Renamed from used.
11907         (re_syntax): Renamed from syntax.
11908         (re_fastmap): Renamed from fastmap.
11909         (re_translate): Renamed from translate.
11910         (re_can_be_null): Renamed from can_be_null.
11911         (re_regs_allocated): Renamed from regs_allocated.
11912         (re_fastmap_accurate): Renamed from fastmap_accurate.
11913         (re_no_sub): Renamed from no_sub.
11914         (re_not_bol): Renamed from not_bol.
11915         (re_not_eol): Renamed from not_eol.
11916         (re_newline_anchor): Renamed from newline_anchor.
11917
11918         Change the following member names in struct re_registers.
11919         The old names are still supported if !_REGEX_SOURCE.
11920         The new names are always supported, regardless of _REGEX_SOURCE.
11921         (rm_num_regs): Renamed from num_regs.
11922         (rm_start): Renamed from start.
11923         (rm_end): Renamed from end.
11924
11925         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11926         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11927         Prepend __ to parameter names.
11928
11929         Undo yesterday's changes.
11930
11931 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11932
11933         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11934         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11935         lib/regex.c.
11936
11937 2005-08-24  Jim Meyering  <jim@meyering.net>
11938
11939         Sync from coreutils.
11940         * m4/fcntl-safer.m4: New file.
11941
11942         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11943         and object files for this module.
11944
11945 2005-08-24  Jim Meyering  <jim@meyering.net>
11946
11947         Sync from coreutils.
11948         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11949
11950 2005-08-24  Jim Meyering  <jim@meyering.net>
11951
11952         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11953         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11954
11955 2005-08-24  Jim Meyering  <jim@meyering.net>
11956
11957         * modules/fcntl-safer: New module.
11958         * modules/fts (Depends-on): Add fcntl-safer.
11959         * MODULES.html.sh (File descriptor based Input/Output):
11960         Add fcntl-safer.
11961
11962 2005-08-24  Bruno Haible  <bruno@clisp.org>
11963
11964         Support for unit test modules.
11965         * modules/README: Mention tests modules.
11966         * modules/TEMPLATE-TESTS: New file.
11967         * gnulib-tool: New options --extract-tests-module, --with-tests and
11968         --tests-base (unused for the moment).
11969         (testsbase, inctests): New variables.
11970         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11971         (func_verify_module): Exclude TEMPLATE-TESTS.
11972         (func_verify_nontests_module, func_verify_tests_module): New functions.
11973         (func_get_dependencies): Add implicit dependency for tests modules.
11974         (func_get_tests_module): New function.
11975         (func_modules_transitive_closure): When --with-tests was specified,
11976         include the unit tests as well, unless explicitly avoided.
11977         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11978         (func_emit_tests_Makefile_am): New function.
11979         (func_create_testdir): When --with-tests was specified, emit a
11980         tests/ directory.
11981         * MODULES.html.sh (Future developments): Update.
11982
11983 2005-08-24  Bruno Haible  <bruno@clisp.org>
11984
11985         * modules/tls-tests: New file.
11986         * tests/test-tls.c: New file, from GNU gettext.
11987
11988 2005-08-24  Bruno Haible  <bruno@clisp.org>
11989
11990         * modules/lock-tests: New file.
11991         * tests/test-lock.c: New file, from GNU gettext.
11992
11993 2005-08-24  Bruno Haible  <bruno@clisp.org>
11994
11995         * lib/lock.h: Add multiple inclusion guard.
11996         * lib/tls.h: Add multiple inclusion guard.
11997
11998 2005-08-24  Bruno Haible  <bruno@clisp.org>
11999
12000         * gnulib-tool: Add support for the --aux-dir option to
12001         --create-testdir, --create-megatestdir, --test, --megatest.
12002         (func_create_testdir, func_create_megatestdir): Optionally emit a
12003         AC_CONFIG_AUX_DIR directive.
12004         (create-testdir, create-megatestdir, test, megatest): Provide a
12005         default value for $auxdir.
12006
12007 2005-08-24  Bruno Haible  <bruno@clisp.org>
12008
12009         * gnulib-tool (import): Use compound statement instead of subshell
12010         where possible.
12011
12012 2005-08-24  Bruno Haible  <bruno@clisp.org>
12013
12014         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12015
12016 2005-08-24  Bruno Haible  <bruno@clisp.org>
12017
12018         * gnulib-tool (func_version): Update.
12019
12020 2005-08-24  Bruno Haible  <bruno@clisp.org>
12021
12022         * gnulib-tool (func_import, func_create_testdir,
12023         func_create_megatestdir): Quote all autoconf macro arguments.
12024
12025 2005-08-24  Bruno Haible  <bruno@clisp.org>
12026
12027         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12028         option --force, because --force causes the aclocal.m4 of each
12029         subdirectory to be newer than the corresponding config.h.in.
12030
12031 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12032
12033         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12034         All contents moved to gl_REGEX.
12035         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12036         assume that it does.
12037
12038 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12039
12040         * lib/regex.h (REG_NOSYS)
12041         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12042         Define, since POSIX requires it as of 2001.
12043         (_REG_ENOSYS)
12044         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12045         New private symbol, used to keep the enum signed in all cases.
12046         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12047         Youngman in
12048         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12049
12050         * lib/regex_internal.c (re_string_skip_chars, register_state):
12051         (calc_state_hash):
12052         Remove forward decls; no longer needed now that we use prototypes.
12053         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12054         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12055         (clean_state_log_if_needed): Likewise.
12056
12057 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12058
12059         * config/srclist.txt: Add glibc bugs 1231-1233.
12060
12061 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         Fix problems reported by Sam Steingold in
12064         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12065         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12066         assumed that reg_errcode_t is a signed type, which is not
12067         necessarily true if _XOPEN_SOURCE is not defined.
12068         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12069         since some compilers warn about it otherwise.
12070
12071 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12072
12073         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12074         (init_word_char, create_initial_state, duplicate_node_closure):
12075         (fetch_token, peek_token_bracket, build_range_exp):
12076         (build_collating_symbol): Remove forward decls; no longer needed
12077         now that we use prototypes.
12078
12079         * lib/regcomp.c:
12080         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12081         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12082         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12083         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12084         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12085         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12086         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12087         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12088         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12089         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12090         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12091         (build_charclass, build_charclass_op, fetch_number, create_tree):
12092         (create_token_tree, mark_opt_subexp, duplicate_tree):
12093         Use prototypes rather than old-style definitions.
12094
12095         * lib/regex_internal.c:
12096         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12097         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12098         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12099         (re_string_reconstruct, re_string_peek_byte_case):
12100         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12101         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12102         (re_node_set_init_copy, re_node_set_add_intersect):
12103         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12104         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12105         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12106         (re_acquire_state, re_acquire_state_context, register_state):
12107         (create_ci_newstate, create_cd_newstate, free_state):
12108         Likewise.
12109         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12110         re_search_2):
12111         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12112         (re_search_internal, prune_impossible_nodes):
12113         (acquire_init_state_context, check_matching, static):
12114         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12115         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12116         (update_regs, sift_states_backward, build_sifted_states):
12117         (clean_state_log_if_needed, merge_state_array):
12118         (update_cur_sifted_state, add_epsilon_src_nodes):
12119         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12120         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12121         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12122         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12123         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12124         (check_arrival, check_arrival_add_next_nodes):
12125         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12126         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12127         (check_node_accept_bytes, check_node_accept, extend_buffers):
12128         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12129         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12130         (sift_ctx_init):
12131         Likewise.
12132
12133         * lib/regex_internal.h:
12134         (re_string_allocate, re_string_construct, re_string_reconstruct):
12135         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12136         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12137         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12138         (re_string_context_at, re_string_peek_byte_case):
12139         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12140         is defined, since we now use prototypes always.
12141
12142         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12143         C89 or better.  All uses removed.
12144
12145 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12146
12147         * config/srclist.txt: Add glibc bugs 1220-1227.
12148
12149 2005-08-20  Jim Meyering  <jim@meyering.net>
12150
12151         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12152         of unused local, dfa.
12153
12154 2005-08-20  Bruno Haible  <bruno@clisp.org>
12155
12156         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12157
12158 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12159
12160         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12161         (re_node_set_insert_last, re_dfa_add_node):
12162         Rename local variables to avoid GCC shadowing warnings.
12163
12164 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12165
12166         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12167         [defined lint]: Suppress bogus uninitialized-variable warnings.
12168
12169         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12170         and let the caller return REG_ESPACE if out of space.  This
12171         removes an uninitialied-variable warning with GCC 4.0.1, and also
12172         avoids taking the address of a local variable.  All callers
12173         changed.
12174
12175 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12176
12177         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12178         $LIBCSRC/posix/regexec.c.
12179         Add glibc bug 1217 for regcomp.c.
12180
12181 2005-08-19  Jim Meyering  <jim@meyering.net>
12182
12183         * lib/regexec.c (proceed_next_node): Redo local variables to
12184         avoid GCC shadowing warnings.
12185
12186 2005-08-18  Bruno Haible  <bruno@clisp.org>
12187
12188         * lib/strstr.c (strstr): Fix return value in multibyte case.
12189         * lib/strcasestr.c (strcasestr): Likewise.
12190
12191 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12192
12193         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12194
12195 2005-08-17  Jim Meyering  <jim@meyering.net>
12196
12197         Make the %s format (seconds since the epoch) work for a negative
12198         number and when used with a zero-padded field width, e.g. %015s.
12199
12200         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12201         label so that it precedes the code to set `digits'.  Otherwise,
12202         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12203         print `00-22'.  Now, it prints `-0022', as it should.
12204
12205 2005-08-17  Bruno Haible  <bruno@clisp.org>
12206
12207         * modules/strstr (Files): Add m4/mbrtowc.m4.
12208         (Depends-on): Add mbuiter.
12209
12210 2005-08-17  Bruno Haible  <bruno@clisp.org>
12211
12212         * modules/strcasestr: New file.
12213         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12214         strcasestr.
12215
12216 2005-08-17  Bruno Haible  <bruno@clisp.org>
12217
12218         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12219
12220 2005-08-17  Bruno Haible  <bruno@clisp.org>
12221
12222         * modules/mbuiter: New file.
12223         * MODULES.html.sh (Extended multibyte and wide character utilities):
12224         Add mbuiter.
12225
12226 2005-08-17  Bruno Haible  <bruno@clisp.org>
12227
12228         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12229         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12230
12231 2005-08-17  Bruno Haible  <bruno@clisp.org>
12232
12233         * m4/strcasestr.m4: New file.
12234
12235 2005-08-17  Bruno Haible  <bruno@clisp.org>
12236
12237         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12238         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12239
12240 2005-08-17  Bruno Haible  <bruno@clisp.org>
12241
12242         * lib/strcasestr.h: New file.
12243         * lib/strcasestr.c: New file.
12244
12245 2005-08-17  Bruno Haible  <bruno@clisp.org>
12246
12247         * lib/strcasecmp.c: Use mbuiter.h.
12248
12249 2005-08-17  Bruno Haible  <bruno@clisp.org>
12250
12251         * lib/mbuiter.h: New file.
12252
12253 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12254
12255         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12256         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12257         and gl_GETOPT are both invoked via different paths (as happens
12258         with GNU tar CVS because it uses both argp and getopt), the former
12259         wins.
12260
12261 2005-08-16  Bruno Haible  <bruno@clisp.org>
12262
12263         * modules/tls: New file.
12264         * MODULES.html.sh (Multithreading): Add tls.
12265
12266 2005-08-16  Bruno Haible  <bruno@clisp.org>
12267
12268         * modules/strnlen1: New file.
12269         * MODULES.html.sh (String handling): Add strnlen1.
12270
12271 2005-08-16  Bruno Haible  <bruno@clisp.org>
12272
12273         * modules/strcase (Files): Add m4/mbrtowc.m4.
12274         (Depends-on): Add strnlen1, mbchar.
12275
12276 2005-08-16  Bruno Haible  <bruno@clisp.org>
12277
12278         * modules/mbiter: New file.
12279         * MODULES.html.sh (Extended multibyte and wide character utilities):
12280         Add mbiter.
12281
12282 2005-08-16  Bruno Haible  <bruno@clisp.org>
12283
12284         * modules/mbfile: New file.
12285         * MODULES.html.sh (Extended multibyte and wide character utilities):
12286         Add mbfile.
12287
12288 2005-08-16  Bruno Haible  <bruno@clisp.org>
12289
12290         * modules/mbchar: New file.
12291         * MODULES.html.sh (Extended multibyte and wide character utilities):
12292         New section.
12293
12294 2005-08-16  Bruno Haible  <bruno@clisp.org>
12295
12296         * m4/tls.m4: New file, from GNU gettext.
12297
12298 2005-08-16  Bruno Haible  <bruno@clisp.org>
12299
12300         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12301         always.
12302         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12303
12304 2005-08-16  Bruno Haible  <bruno@clisp.org>
12305
12306         * m4/mbiter.m4: New file.
12307
12308 2005-08-16  Bruno Haible  <bruno@clisp.org>
12309
12310         * m4/mbfile.m4: New file.
12311
12312 2005-08-16  Bruno Haible  <bruno@clisp.org>
12313
12314         * m4/mbchar.m4: New file.
12315
12316 2005-08-16  Bruno Haible  <bruno@clisp.org>
12317
12318         * lib/tls.h: New file, from GNU gettext.
12319         * lib/tls.c: New file, from GNU gettext.
12320
12321 2005-08-16  Bruno Haible  <bruno@clisp.org>
12322
12323         * lib/strnlen1.h: New file.
12324         * lib/strnlen1.c: New file.
12325
12326 2005-08-16  Bruno Haible  <bruno@clisp.org>
12327
12328         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12329         (mbi_init): Update.
12330         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12331         NUL byte, not after it.
12332
12333 2005-08-16  Bruno Haible  <bruno@clisp.org>
12334
12335         * lib/strcase.h (strcasecmp): Add note in comments.
12336         * lib/strncasecmp.c: Use code from strcasecmp.c.
12337         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12338         (strcasecmp): Work correctly in multibyte locales.
12339
12340 2005-08-16  Bruno Haible  <bruno@clisp.org>
12341
12342         * lib/mbiter.h: New file.
12343
12344 2005-08-16  Bruno Haible  <bruno@clisp.org>
12345
12346         * lib/mbfile.h: New file.
12347
12348 2005-08-16  Bruno Haible  <bruno@clisp.org>
12349
12350         * lib/mbchar.h: New file.
12351         * lib/mbchar.c: New file.
12352
12353 2005-08-16  Bruno Haible  <bruno@clisp.org>
12354
12355         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12356         the valid ones. Makes the comparison operations transitive:
12357         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12358         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12359
12360 2005-08-15  Simon Josefsson  <jas@extundo.com>
12361
12362         * modules/ssize_t (License): Change to 'unlimited'.
12363
12364         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12365
12366 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12367
12368         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12369         Add comments for each pending glibc patch.
12370
12371 2005-08-15  Bruno Haible  <bruno@clisp.org>
12372
12373         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12374         __cplusplus is defined.
12375
12376 2005-08-14  Jim Meyering  <jim@meyering.net>
12377
12378         Sync from coreutils.
12379
12380         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12381         Use the hash-table-based cycle-detection code not just when
12382         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12383         Reported by James Youngman in
12384         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12385         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12386         FTS_TIGHT_CYCLE_CHECK.
12387         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12388         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12389         once again.
12390         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12391         * lib/fts.c (fd_safer): Remove decl.
12392         Include fcntl--.h rather than unistd-safer.h
12393         (fts_safe_changedir): Don't call fd_safer; no longer needed
12394         now that we include fcntl--.h.
12395
12396 2005-08-12  Simon Josefsson  <jas@extundo.com>
12397
12398         * modules/getndelim2: Use ssize_t module.
12399         * modules/getnline: Likewise.
12400         * modules/safe-read: Likewise.
12401         * modules/xreadlink: Likewise.
12402
12403         * modules/ssize_t: New file.
12404
12405 2005-08-12  Simon Josefsson  <jas@extundo.com>
12406
12407         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12408
12409 2005-08-12  Simon Josefsson  <jas@extundo.com>
12410
12411         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12412         ssize_t.
12413
12414 2005-08-12  Simon Josefsson  <jas@extundo.com>
12415
12416         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12417         readline, getdelim and check_version.
12418         (Support for systems lacking ISO C 99: Sizes of integer types):
12419         Add size_max.
12420
12421 2005-08-12  Bruno Haible  <bruno@clisp.org>
12422
12423         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12424
12425 2005-08-11  Simon Josefsson  <jas@extundo.com>
12426
12427         * modules/readline: New file.
12428
12429         * modules/strnlen (Files): Add strnlen.h.
12430
12431 2005-08-11  Simon Josefsson  <jas@extundo.com>
12432
12433         * m4/readline.m4: New file.
12434
12435 2005-08-11  Simon Josefsson  <jas@extundo.com>
12436
12437         * lib/readline.h, readline.c: New file.
12438
12439 2005-08-11  Simon Josefsson  <jas@extundo.com>
12440
12441         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12442         gl_AVOID.
12443
12444 2005-08-11  Bruno Haible  <bruno@clisp.org>
12445
12446         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12447
12448 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12449
12450         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12451
12452 2005-08-10  Simon Josefsson  <jas@extundo.com>
12453
12454         * tests/test-iconvme.c: New file.
12455
12456 2005-08-10  Simon Josefsson  <jas@extundo.com>
12457
12458         * m4/strnlen.m4: New file.
12459
12460         * m4/strndup.m4: Don't check for strnlen declaration, done in
12461         strnlen.m4.
12462
12463 2005-08-10  Simon Josefsson  <jas@extundo.com>
12464
12465         * lib/strndup.c: Use strnlen.h.
12466
12467         * lib/strnlen.h: New file.
12468
12469 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12470
12471         * README: Typos.
12472
12473 2005-08-02  Simon Josefsson  <jas@extundo.com>
12474
12475         * modules/readline: New file.
12476
12477 2005-08-02  Simon Josefsson  <jas@extundo.com>
12478
12479         * modules/getdelim: New file.
12480
12481         * modules/getline: Rewrite, don't use getndelim2.
12482
12483 2005-08-02  Simon Josefsson  <jas@extundo.com>
12484
12485         * m4/getline.m4: Separate out getdelim stuff into separate module.
12486
12487         * m4/getdelim.m4: New file.
12488
12489 2005-08-02  Simon Josefsson  <jas@extundo.com>
12490
12491         * lib/getline.h, getline.c: Rewrite.
12492
12493         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12494
12495 2005-07-31  Bruno Haible  <bruno@clisp.org>
12496
12497         * lib/lock.h (gl_lock_initializer): New macro.
12498         (gl_lock_define_initialized): Use it.
12499         (gl_rwlock_initializer): New macro.
12500         (gl_rwlock_define_initialized): Use it.
12501         (gl_recursive_lock_initializer): New macro.
12502         (gl_recursive_lock_define_initialized): Use it.
12503
12504 2005-07-30  Karl Berry  <karl@gnu.org>
12505
12506         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12507         Report from Ben Pfaff, regarding getopt.
12508
12509 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12510
12511         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12512         normal way.
12513         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12514         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12515         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12516         (gl_GETOPT): Use the new macros.  Most of the implementation
12517         is moved to the new macros.  This is for programs like Emacs
12518         that don't want all the functionality of gl_GETOPT.
12519
12520 2005-07-26  Bruno Haible  <bruno@clisp.org>
12521
12522         * m4/lock.m4: Update from GNU gettext.
12523
12524 2005-07-26  Bruno Haible  <bruno@clisp.org>
12525
12526         * lib/lock.h: Update from GNU gettext.
12527         * lib/lock.c: Update from GNU gettext.
12528
12529 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12530
12531         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12532         obsolescent AC_TRY_RUN.  Include the default includes files, for
12533         'exit'.
12534
12535 2005-07-24  Bruno Haible  <bruno@clisp.org>
12536
12537         * modules/visibility: New file.
12538         * MODULES.html.sh (Misc): Add visibility.
12539
12540 2005-07-24  Bruno Haible  <bruno@clisp.org>
12541
12542         * m4/visibility.m4: New file.
12543
12544 2005-07-24  Bruno Haible  <bruno@clisp.org>
12545
12546         * doc/visibility.texi: New file.
12547
12548 2005-07-22  Bruno Haible  <bruno@clisp.org>
12549
12550         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12551         $(ALLOCA_H), redundant through BUILT_SOURCES.
12552         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12553         redundant through BUILT_SOURCES.
12554         * modules/byteswap (Makefile.am): Remove explicit dependency on
12555         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12556         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12557         $(FNMATCH_H), redundant through BUILT_SOURCES.
12558         * modules/getopt (Makefile.am): Remove explicit dependency on
12559         $(GETOPT_H), redundant through BUILT_SOURCES.
12560         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12561         redundant through BUILT_SOURCES.
12562         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12563         redundant through BUILT_SOURCES.
12564         * modules/stdbool (Makefile.am): Remove explicit dependency on
12565         $(STDBOOL_H), redundant through BUILT_SOURCES.
12566         * modules/stdint (Makefile.am): Remove explicit dependency on
12567         $(STDINT_H), redundant through BUILT_SOURCES.
12568         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12569         Remove explicit dependency on $(SYSEXITS_H).
12570         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12571
12572 2005-07-18  Simon Josefsson  <jas@extundo.com>
12573
12574         * lib/check-version.c (check_version): Accept identical versions too.
12575
12576 2005-07-18  Bruno Haible  <bruno@clisp.org>
12577
12578         * modules/lock: New file.
12579         * MODULES.html.sh (Multithreading): New section.
12580
12581 2005-07-18  Bruno Haible  <bruno@clisp.org>
12582
12583         * m4/lock.m4: New file, from GNU gettext.
12584
12585 2005-07-18  Bruno Haible  <bruno@clisp.org>
12586
12587         * lib/lock.h: New file, from GNU gettext.
12588         * lib/lock.c: New file, from GNU gettext.
12589
12590 2005-07-18  Bruno Haible  <bruno@clisp.org>
12591
12592         * lib/lock.h (gl_once_t): New type.
12593         (gl_once_define, gl_once): New macros.
12594         * lib/lock.c (fresh_once): New variable.
12595         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12596         functions.
12597
12598 2005-07-16  Simon Josefsson  <jas@extundo.com>
12599
12600         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12601         workaround, suggested by Bruno.
12602
12603 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12604
12605         * modules/xalloc (Depends-on): Add xalloc-die.
12606         * modules/xvasprintf (Depends-on): Add xalloc-die.
12607
12608 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12609
12610         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12611         with a minor change.
12612
12613 2005-07-15  Bruno Haible  <bruno@clisp.org>
12614
12615         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12616         When using lib/poll.c, define poll as rpl_poll.
12617
12618 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12619
12620         * modules/argp (Depends-on): Remove unlocked-io.
12621
12622 2005-07-14  Derek Price  <derek@ximbiot.com>
12623
12624         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12625         for glob symlink bug.
12626
12627 2005-07-14  Bruno Haible  <bruno@clisp.org>
12628
12629         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12630         Instead, test for *_unlocked function declarations directly.
12631
12632 2005-07-11  Simon Josefsson  <jas@extundo.com>
12633
12634         * modules/size_max: New file.
12635
12636         * modules/xsize: Depend on size_max module for size_max.m4.
12637
12638 2005-07-11  Simon Josefsson  <jas@extundo.com>
12639
12640         * lib/size_max.h: New file.
12641
12642 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12643
12644         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12645         copyright symbol and the year.
12646         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12647         (version_etc_va): Use parameterized copyright notice.
12648         Reword to conform to the current GNU coding standards.
12649
12650 2005-07-11  Karl Berry  <karl@gnu.org>
12651
12652         * doc/gnulib.texi (Quoting): new node.
12653         (Initial import): more info, from Patrice.
12654
12655 2005-07-11  Bruno Haible  <bruno@clisp.org>
12656
12657         * gnulib-tool (func_usage): Document option --avoid.
12658         (Command line options): Handle --avoid.
12659         (func_acceptable): New function.
12660         (func_modules_transitive_closure): Use it.
12661
12662 2005-07-11  Bruno Haible  <bruno@clisp.org>
12663
12664         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12665         Reported by Jim Meyering.
12666
12667 2005-07-10  Bruno Haible  <bruno@clisp.org>
12668
12669         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12670         Needed when size_t is smaller than 'unsigned int'.
12671         Reported by Paul Eggert.
12672
12673 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12674
12675         * modules/argp (Depends-on): Add unlocked-io
12676
12677 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12678
12679         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12680         block of defines.
12681
12682 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12683
12684         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12685         fix now.
12686
12687 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12688         and Paul Eggert  <eggert@cs.ucla.edu>
12689
12690         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12691         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12692
12693 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12694
12695         * modules/regex (Files): Add lib/regex_internal.c,
12696         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12697         (Depends-on): Add extensions.
12698         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12699
12700 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12701
12702         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12703         pathconf.
12704         * m4/same.m4 (gl_SAME): Likewise.
12705         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12706
12707         * m4/regex.m4: Adjust to new libc regex implementation.
12708         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12709         all the .c and .h parts of (the new) regex.
12710         Quote the m4 stuff better.
12711         Check for RE_ICASE bug of old gnulib.
12712         Check for REG_STARTEND of recent libc.
12713         Rename local variables from jm_* to gl_*.
12714         Quote operand of "test -f".
12715         Say "recent enough" version of libc, not "version 2".
12716         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12717         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12718         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12719         Remove check for btowc, isascii.
12720         Require AM_LANGINFO_CODESET.
12721
12722 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * lib/regex.c, regex.h: Sync from libc.
12725         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12726         * lib/regexec.c:
12727         New files, synced from libc, except that regex_internal.h
12728         currently has a small porting fix.
12729
12730 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12731
12732         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12733         regex_internal.c, regexec.c.
12734         Add regex_internal.h too, but as a comment, since the libc version
12735         is currently broken in gnulib mode.
12736
12737 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12738
12739         Support programs like Emacs that use gnulib but not gettext.
12740         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12741         * modules/gettext-h: New file.
12742         * modules/gettext (Files): Remove lib/gettext.h.
12743         (Depends-on): Add gettext-h.
12744         (Makefile.am): Remove lib_SOURCES.
12745         * modules/argmatch, modules/c-stack, modules/closeout:
12746         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12747         * modules/execute, modules/file-type, modules/getaddrinfo:
12748         * modules/getopt, modules/human, modules/javacomp:
12749         * modules/javaexec, modules/mkdir-p, modules/obstack:
12750         * modules/openat, modules/pagealign_alloc, modules/pipe:
12751         * modules/quotearg, modules/regex, modules/rpmatch:
12752         * modules/unicodeio, modules/userspec, modules/version-etc:
12753         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12754         * modules/xsetenv:
12755         Depend on gettext-h, not gettext.
12756
12757 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12758
12759         * gnulib-tool (func_import): Add support for 'public domain' license.
12760         * modules/alloca, modules/atexit, modules/memmove:
12761         Now public domain, not GPL.
12762         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12763         * modules/realloc, modules/strerror, modules/strtod:
12764         Now LGPL, not GPL.
12765
12766 2005-07-05  Bruno Haible  <bruno@clisp.org>
12767
12768         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12769         autoconf CVS. Needed for mingw.
12770
12771 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12772
12773         Remove the dependency of the strftime module on the tzset module.
12774         * modules/strftime (Depends-on): Remove dependency on tzset.
12775
12776 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12777
12778         Remove the dependency of the strftime module on the tzset module.
12779         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12780         gl_FUNC_TZSET_CLOBBER.
12781
12782 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12783
12784         Remove the dependency of the strftime module on the tzset module.
12785         * lib/strftime.c (my_strftime)
12786         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12787         Copy the input structure, to work around some of the bug with
12788         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12789         Solaris releases, you should also use the tzset module, but we won't
12790         require it as a dependency any more since we don't want LGPLed code
12791         to depend on GPLed code.
12792
12793 2005-07-02  Jim Meyering  <jim@meyering.net>
12794
12795         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12796         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12797         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12798         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12799
12800 2005-07-02  Jim Meyering  <jim@meyering.net>
12801
12802         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12803
12804 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12805
12806         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12807         declares only 'struct timespec;' (!).
12808
12809 2005-07-01  Jim Meyering  <jim@meyering.net>
12810
12811         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12812         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12813         * lib/save-cwd.c, tempname.c:
12814         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12815         and don't include <sys/file.h>).
12816
12817 2005-06-29  Jim Meyering  <jim@meyering.net>
12818
12819         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12820         type name.  Use the variable name instead.
12821         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12822         Likewise.
12823
12824 2005-06-28  Simon Josefsson  <jas@extundo.com>
12825
12826         * modules/check-version (Files): Add check-version.m4.
12827
12828 2005-06-28  Simon Josefsson  <jas@extundo.com>
12829
12830         * m4/check-version.m4: New file, suggested by Jim Meyering
12831         <jim@meyering.net>.
12832
12833 2005-06-28  Simon Josefsson  <jas@extundo.com>
12834
12835         * lib/check-version.h, lib/check-version.c: New files.
12836
12837 2005-06-28  Simon Josefsson  <jas@extundo.com>
12838
12839         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12840         collision with global variable.  Better indentation.  Don't
12841         increment buffer pointer beyond buffer end.  Based on comments
12842         from Paul Eggert <eggert@cs.ucla.edu>.
12843
12844         * lib/base64.h: Indent.
12845
12846 2005-06-28  Simon Josefsson  <jas@extundo.com>
12847
12848         * doc/gnulib.texi (Library version handling): New section.
12849
12850 2005-06-28  Jim Meyering  <jim@meyering.net>
12851
12852         * check-module (find_included_lib_files): Hard-code another
12853         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12854         but modules/fts-lgpl (correctly) does not list those files.
12855
12856         * modules/canonicalize (Files): Add lib/pathmax.h.
12857
12858 2005-06-25  Simon Josefsson  <jas@extundo.com>
12859
12860         * modules/check-version: New file.
12861
12862 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12863
12864         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12865         initializer of struct addrinfo, as an indication that we don't
12866         care how many members the structure has.
12867
12868 2005-06-24  Derek Price  <derek@ximbiot.com>
12869         and Bruno Haible  <bruno@clisp.org>
12870
12871         Remove stat module & update lstat.
12872         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12873         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12874         * m4/stat.m4: Remove this file.
12875
12876 2005-06-24  Derek Price  <derek@ximbiot.com>
12877         and Bruno Haible  <bruno@clisp.org>
12878
12879         Remove stat module & update lstat.
12880         * lib/stat.c: Remove this file...
12881         (slash_aware_lstat): ...moving this content and its support...
12882         * lib/lstat.c (rpl_lstat): ...into here.
12883         * lib/lstat.h: New file.
12884
12885 2005-06-24  Derek Price  <derek@ximbiot.com>
12886         and Bruno Haible  <bruno@clisp.org>
12887
12888         Remove stat module & update lstat.
12889         * config/srclist.txt (libc sources): Remove stat.
12890
12891 2005-06-24  Derek Price  <derek@ximbiot.com>
12892         and Bruno Haible  <bruno@clisp.org>
12893
12894         Remove stat module & update lstat.
12895         * MODULES.html.sh (stat): Remove.
12896         * MODULES.html: Regenerated.
12897         * modules/lstat (Description): Correct function name.
12898         (Files): Add "lstat.h".
12899         (Depends-on): Remove stat, add xalloc, stat-macros.
12900         * modules/stat: Remove this file.
12901         (Include): Add "lstat.h", remove <sys/stat.h>.
12902
12903 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12904
12905         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12906         (ranged_convert): Don't save conversion in a temporary struct.
12907         This causes a warning with GCC 4.0.0, and anyway in the typical
12908         case it's not worth the extra 100 bytes or so of code.
12909         (ranged_convert, __mktime_internal): When calling a function via a
12910         pointer P, use P () rather than (*P) (), as we now assume C89 or
12911         better.
12912
12913 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12916         "who -r" failed to give output.  Problem reported by Tim Waugh.
12917
12918         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12919         (xcalloc): Use it to avoid needless tests.
12920         Problem reported by Jim Meyering.
12921
12922 2005-06-20  Derek Price  <derek@ximbiot.com>
12923
12924         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12925         unnecessary for Autoconfs > 2.59c.
12926
12927 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12928
12929         * lib/argp.h (__option_is_short): Check upper limit of
12930         __key. Isprint() requires its argument to have the value
12931         of an unsigned char or EOF.
12932
12933 2005-06-16  Jim Meyering  <jim@meyering.net>
12934
12935         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12936         when either N or S is zero.
12937
12938 2005-06-16  Derek Price  <derek@ximbiot.com>
12939
12940         * m4/bison.m4: Declare YACC & YFLAGS precious.
12941
12942 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12943
12944         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12945         multibyte string or pattern, fall back on unibyte matching.
12946         Problem reported by James Youngman.
12947
12948 2005-06-08  Bruno Haible  <bruno@clisp.org>
12949
12950         * modules/csharpcomp: New file.
12951         * MODULES.html.sh (C#): Add csharpcomp.
12952
12953 2005-06-08  Bruno Haible  <bruno@clisp.org>
12954
12955         * m4/csharpcomp.m4: New file, from GNU gettext.
12956
12957 2005-06-08  Bruno Haible  <bruno@clisp.org>
12958
12959         * lib/csharpcomp.h: New file, from GNU gettext.
12960         * lib/csharpcomp.c: New file, from GNU gettext.
12961         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12962
12963 2005-06-08  Bruno Haible  <bruno@clisp.org>
12964
12965         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12966         warning on mingw.
12967
12968 2005-06-07  Derek Price  <derek@ximbiot.com>
12969
12970         Sync from CVS.
12971         * lib/glob_.h: Indent nested #ifdef.
12972
12973 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         Sync from coreutils.
12976         Use "file name" when talking about file names, instead of "filename"
12977         or "path", as per the GNU coding standards.
12978         * lib/mkdir-p.c: Renamed from makepath.c.
12979         (make_dir_parents): Renamed from make_path.  All callers changed.
12980         * lib/mkdir-p.h: Likewise.  All includers changed.
12981         * lib/filenamecat.c: Renamed from path-concat.c.
12982         (file_name_concat): Renamed from path_concat.  All callers changed.
12983         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12984         * lib/filenamecat.h: Likewise.  All includers changed.
12985         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12986         in comments or local variable names.
12987         * lib/basename.c: Likewise.
12988         * lib/canonicalize.c, canonicalize.h: Likewise.
12989         * lib/dirname.c, dirname.h: Likewise.
12990         * lib/euidaccess.c: Likewise.
12991         * lib/exclude.c: Likewise
12992         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12993         * lib/fsusage.c, fsuage.h: Likewise.
12994         * lib/fts.c, fts_.h: Likewise.
12995         * lib/getcwd.c: Likewise.
12996         * lib/getloadavg.c: Likewise.
12997         * lib/mkstemp.c: Likewise.
12998         * lib/mountlist.c, mountlist.h: Likewise.
12999         * lib/openat.c, openat.h: Likewise.
13000         * lib/readlink-stub.c: Likewise.
13001         * lib/readutmp.c, readutmp.h: Likewise.
13002         * lib/rename.c: Likewise.
13003         * lib/rmdir.c: Likewise.
13004         * lib/same.c: Likewise.
13005         * lib/savedir.c: Likewise.
13006         * lib/stripslash.c: Likewise.
13007         * lib/tempname.c: Likewise.
13008         * lib/xreadlink.c: Likewise.
13009         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13010         All uses changed.
13011         * lib/exclude.h: Likewise.
13012
13013         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13014         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13015         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13016         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13017         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13018         files have been getting away with it for years (MORE/BSD 4.3
13019         is extinct now).
13020         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13021         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13022
13023         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13024         Define to 256, not 255, as per modern POSIX.
13025
13026 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13027
13028         Sync from coreutils.
13029         Use "file name" when talking about file names, instead of "filename"
13030         or "path", as per the GNU coding standards.
13031         * MODULES.html.sh: mkdir-p renamed from makepath.
13032         filenamecat renamed from path-concat.
13033         * modules/filenamecat: Renamed from modules/path-concat.
13034         (Files): filenamecat.h and filenamecat.c renamed from
13035         path-concat.h and path-concat.c.
13036         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13037         (Include): filenamecat.h, not path-concat.h.
13038         * modules/mkdir-p: Renamed from modules/makepath.
13039         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13040         makepath.c.
13041         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13042         (Include): mkdir-p.h, not makepath.h.
13043
13044 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         Sync from coreutils.
13047         * m4/mkdir-p.m4: Renamed from makepath.m4.
13048         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13049         Rename files from makepath.c to mkdir-p.c, and from
13050         makepath.h to mkdir-p.h.
13051         * m4/filenamecat.m4: Renamed from path-concat.m4.
13052         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13053         Rename files from path-concat.c to filenamecat.c,
13054         and from path-concat.h to filenamecat.h.
13055         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13056         "file name" in local variables or comments.
13057         * m4/rename.m4: Likewise.
13058
13059 2005-06-01  Bruno Haible  <bruno@clisp.org>
13060
13061         * modules/csharpexec: New file.
13062         * MODULES.html.sh (C#): New section.
13063
13064 2005-06-01  Bruno Haible  <bruno@clisp.org>
13065
13066         * m4/csharp.m4: New file, from GNU gettext.
13067         * m4/csharpexec.m4: New file, from GNU gettext.
13068
13069 2005-06-01  Bruno Haible  <bruno@clisp.org>
13070
13071         * lib/csharpexec.h: New file, from GNU gettext.
13072         * lib/csharpexec.c: New file, from GNU gettext.
13073         * lib/csharpexec.sh.in: New file, from GNU gettext.
13074
13075 2005-05-31  Derek Price  <derek@ximbiot.com>
13076             Paul Eggert  <eggert@cs.ucla.edu>
13077
13078         Sync from cvs.
13079         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13080
13081 2005-05-31  Derek Price  <derek@ximbiot.com>
13082             Paul Eggert  <eggert@cs.ucla.edu>
13083
13084         Sync from cvs.
13085         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13086
13087 2005-05-29  Derek Price  <derek@ximbiot.com>
13088
13089         * config/srclist.txt (glob_.h, glob.c): Add these files.
13090
13091 2005-05-29  Derek Price  <derek@ximbiot.com>
13092
13093         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13094         * modules/glob: New file.
13095         * modules/getlogin_r: Add link to POSIX spec in description.
13096
13097 2005-05-29  Derek Price  <derek@ximbiot.com>
13098             Paul Eggert  <eggert@cs.ucla.edu>
13099
13100         * m4/glob.m4: New file.
13101
13102 2005-05-29  Derek Price  <derek@ximbiot.com>
13103             Paul Eggert  <eggert@cs.ucla.edu>
13104
13105         * lib/glob_.h, lib/glob.c: New files.
13106
13107 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13108
13109         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13110         * modules/fts-lgpl (Depends-on): Remove gettext.
13111
13112 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13113
13114         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13115         and don't require gt_INTTYPES_PRI.
13116
13117 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13118
13119         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13120
13121         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13122         the configuration hassle isn't worth it.
13123         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13124         (LONGEST_MODIFIER, PRIuMAX): Remove.
13125
13126 2005-05-27  Bruno Haible  <bruno@clisp.org>
13127
13128         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13129
13130 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13131
13132         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13133         _POSIX_PTHREAD_SEMANTICS for Solaris.
13134
13135 2005-05-25  Derek Price  <derek@ximbiot.com>
13136
13137         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13138
13139 2005-05-25  Derek Price  <derek@ximbiot.com>
13140             Paul Eggert  <eggert@cs.ucla.edu>
13141
13142         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13143         * lib/getlogin_r.c, getlogin_r.h: New files.
13144
13145 2005-05-25  Bruno Haible  <bruno@clisp.org>
13146             Derek Price  <derek@ximbiot.com>
13147
13148         * lib/getlogin_r.h: Simplify API documentation.
13149
13150 2005-05-23  Derek Price  <derek@ximbiot.com>
13151
13152         * modules/minmax (Files): Add m4/minmax.m4.
13153         (configure.ac): Add gl_MINMAX.
13154
13155 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13156
13157         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13158         so that unistd-safer.h (GPL'ed code) need not be included.
13159
13160 2005-05-22  Bruno Haible  <bruno@clisp.org>
13161
13162         * m4/minmax.m4: New file.
13163         Based on a patch by Derek Price <derek@ximbiot.com>.
13164
13165 2005-05-22  Bruno Haible  <bruno@clisp.org>
13166
13167         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13168         (INT64_MIN): Fix definition.
13169         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13170
13171         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13172         NEED_SIGNED_INT_TYPES.
13173
13174         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13175         HAVE_SYSTEM_INTTYPES.
13176
13177 2005-05-22  Bruno Haible  <bruno@clisp.org>
13178
13179         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13180         Also include <sys/param.h> if it defines MIN, MAX.
13181         Based on a patch by Derek Price <derek@ximbiot.com>.
13182
13183 2005-05-21  Jim Meyering  <jim@meyering.net>
13184
13185         * modules/fts (Files): Add m4/inttypes-pri.m4.
13186         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13187
13188 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13189
13190         New fts module.
13191         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13192         (setup_dir, free_dir): New functions.
13193         (enter_dir, leave_dir): Define trivial
13194         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13195         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13196         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13197         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13198         Move to fts-cycle.c.
13199         (fts_open): Use setup_dir.
13200         (fts_close): Use free_dir.
13201         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13202         This adds a label and some gotos, but the alternatives were messier.
13203         Check for memory allocation failure when entering a dir.
13204         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13205         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13206         (FTS): New member fts_cycle, that is a union that contains the
13207         old active_dir_ht and cycle_state.  All uses changed to mention
13208         fts_cycle.ht and fts_cycle.state.
13209         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13210         fts.c, with the following changes:
13211         (setup_dir, free_dir): New functions.
13212         (enter_dir): Now returns bool.  Return true if successful, false
13213         if memory exhausted.  All callers changed.
13214         Do not bother partly cleaning up on
13215         memory allocation failure; that is free_dir's job.
13216         However, free ad if hash_insert fails, to avoid memory leak.
13217         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13218         fts->fts_options to see which union member to use.
13219
13220 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13221
13222         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13223         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13224
13225 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13226
13227         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13228
13229 2005-05-20  Jim Meyering  <jim@meyering.net>
13230
13231         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13232         Now a macro, to pacify GCC.
13233
13234 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13235
13236         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13237         of -1.
13238
13239 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13240
13241         * lib/chown.c (rpl_chown): Return -1 on failure.
13242
13243 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13244
13245         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13246         Don't check for stddef.h.
13247         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13248         don't use its results.
13249         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13250         since we include them unconditionally.  Don't require
13251         AM_STDBOOL_H, since stdbool is a prerequisite.
13252         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13253         since we assume C89 or better.
13254         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13255         as we don't use their results.
13256         Don't check for fchdir, memmove, memset, strrchr, as we use
13257         them unconditionally.
13258         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13259         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13260
13261 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13262
13263         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13264         Include <stddef.h> unconditionally, since we assume C89 now.
13265         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13266         * lib/fts.c: Include fts_.h first, to check interface.
13267         Do not include intprops.h; no longer needed.
13268         Include cycle-check.h and hash.h, since fts_.h no longer does.
13269         Remove unnecessary casts of closedir to void.
13270         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13271         decide whether to decrement nlinks.
13272         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13273         (FTS): Use struct hash_table * instead of Hash_table, so that
13274         we no longer need to include hash.h here.
13275
13276 2005-05-18  Jim Meyering  <jim@meyering.net>
13277
13278         * modules/dirfd (License): Change to LGPL.  Most of the code
13279         is already in the public domain.
13280
13281 2005-05-18  Jim Meyering  <jim@meyering.net>
13282
13283         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13284         Reported by Yoann Vandoorselaere.
13285
13286 2005-05-17  Jim Meyering  <jim@meyering.net>
13287
13288         * m4/fts.m4: New file, from coreutils.
13289
13290 2005-05-17  Jim Meyering  <jim@meyering.net>
13291
13292         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13293
13294 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13295
13296         Sync from coreutils.
13297         * m4/unlinkdir.m4: New file.
13298
13299 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13300
13301         Sync from coreutils.
13302         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13303         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13304         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13305         White space changes only.
13306         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13307         special.
13308         * lib/yesno.c: Include getline.h, not ctype.h.
13309         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13310         Use getline to remove arbitrary restriction on response length.
13311
13312 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13313
13314         * config/srclist-update: Spell out "Street" in FSF postal
13315         mail address; this is the style the FSF seems to prefer.
13316
13317         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13318         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13319         this updates FSF postal mail address.
13320
13321         Sync from coreutils.
13322         * modules/unlinkdir: New file.
13323         * modules/yesno (Depends-on): Add getline.
13324         * MODULES.html.sh (File system functions): Add unlinkdir.
13325
13326 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13329         lib/strsep.h:
13330         Change the initial comment to refer to GPL, not LGPL.
13331         gnulib-tool will change it to LGPL as needed.
13332
13333         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13334         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13335         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13336         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13337         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13338         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13339         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13340         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13341         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13342         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13343         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13344         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13345         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13346         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13347         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13348         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13349         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13350         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13351         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13352         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13353         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13354         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13355         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13356         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13357         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13358         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13359         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13360         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13361         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13362         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13363         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13364         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13365         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13366         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13367         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13368         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13369         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13370         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13371         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13372         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13373         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13374         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13375         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13376         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13377         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13378         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13379         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13380         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13381         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13382         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13383         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13384         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13385         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13386         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13387         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13388         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13389         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13390         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13391         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13392         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13393         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13394         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13395         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13396         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13397         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13398         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13399         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13400         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13401         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13402         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13403         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13404         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13405         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13406         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13407         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13408         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13409         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13410         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13411         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13412         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13413         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13414         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13415         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13416         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13417         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13418         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13419         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13420         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13421         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13422         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13423         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13424         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13425         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13426         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13427         lib/yesno.c, lib/yesno.h:
13428         Update FSF postal mail address.
13429
13430 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13431
13432         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13433         tests/test-memmem.c, tests/test-stpncpy.c:
13434         Update FSF postal mail address.
13435
13436 2005-05-13  Bruno Haible  <bruno@clisp.org>
13437
13438         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13439         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13440         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13441         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13442         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13443         Add support for 64-bit integers in the MSVC compiler.
13444
13445 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13446
13447         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13448
13449 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13450
13451         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13452
13453 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         * doc/getdate.texi (General date syntax): Don't say that date
13456         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13457         Problem reported by Nic Ferrier.
13458
13459 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13460
13461         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13462         specified in ai_socktype. Fix invalid ai_protocol
13463         check. ai_protocol is usually set to 0 or depending on
13464         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13465         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13466         ai_socktype / ai_protocol in the returned addrinfo structure.
13467
13468 2005-05-10  Simon Josefsson  <jas@extundo.com>
13469
13470         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13471         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13472
13473 2005-05-10  Karl Berry  <karl@gnu.org>
13474
13475         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13476         (from http://www.gnu.org/licenses).
13477         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13478         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13479         fdl.texi suffices.
13480
13481 2005-05-10  Karl Berry  <karl@gnu.org>
13482
13483         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13484         (COPYING.DOC): remove.
13485
13486         * config/srclist-update: new FSF address.
13487
13488 2005-05-10  Derek Price  <derek@ximbiot.com>
13489
13490         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13491         possible.
13492
13493 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13494             Bruno Haible  <bruno@clisp.org>
13495
13496         * modules/inet_ntop: New file.
13497         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13498         inet_ntop.
13499
13500 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13501             Bruno Haible  <bruno@clisp.org>
13502
13503         * m4/inet_ntop.m4: New file.
13504
13505 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13506             Bruno Haible  <bruno@clisp.org>
13507
13508         * lib/inet_ntop.h: New file.
13509         * lib/inet_ntop.c: New file, from glibc with modifications.
13510
13511 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13512
13513         * modules/time_r (License): Change to LGPL.
13514         * modules/extensions (License): Change to LGPL.  Actually,
13515         the license is more permissive than that, but currently gnulib-tool
13516         doesn't know how to handle more-permissive licenses.
13517
13518         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13519         Problem reported by Dave Love.
13520
13521 2005-05-08  Jim Meyering  <jim@meyering.net>
13522
13523         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13524         blank.
13525
13526 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13527
13528         * modules/argmatch (Depends-on): Add stdbool.
13529         * modules/backupfile (Depends-on): Likewise.
13530         * modules/chdir-long (Depends-on): Likewise.
13531         * modules/closeout (Depends-on): Likewise.
13532         * modules/cycle-check (Depends-on): Likewise.
13533         * modules/dirname (Depends-on): Likewise.
13534         * modules/fnmatch (Depends-on): Likewise.
13535         * modules/fsusage (Depends-on): Likewise.
13536         * modules/fwriteerror (Depends-on): Likewise.
13537         * modules/getcwd (Depends-on): Likewise.
13538         * modules/getloadavg (Depends-on): Likewise.
13539         * modules/hard-locale (Depends-on): Likewise.
13540         * modules/makepath (Depends-on): Likewise.
13541         * modules/mountlist (Depends-on): Likewise.
13542         * modules/nanosleep (Depends-on): Likewise.
13543         * modules/posixtm (Depends-on): Likewise.
13544         * modules/quotearg (Depends-on): Likewise.
13545         * modules/readtokens (Depends-on): Likewise.
13546         * modules/readtokens0 (Depends-on): Likewise.
13547         * modules/readutmp (Depends-on): Likewise.
13548         * modules/save-cwd (Depends-on): Likewise.
13549         * modules/strftime (Depends-on): Likewise.
13550         * modules/userspec (Depends-on): Likewise.
13551         * modules/utimecmp (Depends-on): Likewise.
13552         * modules/xgetcwd (Depends-on): Likewise.
13553         * modules/xnanosleep (Depends-on): Likewise.
13554         * modules/xstrtod (Depends-on): Likewise.
13555         * modules/yesno (Depends-on): Likewise.
13556
13557 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13558
13559         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13560         needless checks.
13561
13562 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13563
13564         Merge from coreutils.  Among other things,
13565         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13566         * lib/fd-safer.c: New file.
13567         * lib/fcntl-safer.h, open-safer.c: Remove.
13568         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13569         * lib/dup-safer.c: Include unistd-safer.h first.
13570         Don't include errno.h.
13571         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13572         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13573         * lib/file-type.c: Rely on file-type.h change.
13574         * lib/getloadavg.c: Include unistd-safer.h.
13575         (getloadavg): Use safer open.
13576         * lib/getusershell.c: Include "stdio-safer.h".
13577         (getusershell): Use safer fopen.
13578         * lib/long-options.c (long_options): Use NULL rather than 0.
13579         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13580         'free'.
13581         * lib/modechange.c: Likewise.
13582         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13583         (MODE_DONE): New constant.
13584         (struct mode_change): Remove 'next' member.
13585         (make_node_op_equals): New function; like the old one of the
13586         same name, except it allocates an array.
13587         (mode_compile, mode_create_from_ref): Use it.
13588         (mode_compile): Allocate result as an array, not a linked list.
13589         Parse octal string ourself, so that we catch mistakes like "+0".
13590         (mode_adjust): Arg is an array, not a linked list.
13591         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13592         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13593         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13594         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13595         Remove.  This is now stat-macros.h's job.
13596         (talloc): Remove.  All callers replaced by xalloc, so that
13597         our invokers don't have to worry about reporting memory failures.
13598         (make_node_op_equals): Remove.
13599         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13600         New constants.
13601         (struct mode_change): Moved here from modechange.h.
13602         (mode_append_entry): Remove.
13603         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13604         apps to have incorrect behavior.  Use simpler algorithm for head
13605         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13606         Detect more invalid usages rather than having somewhat-random behavior.
13607         Don't insert an "a=" action, as that leads to incorrect behavior.
13608         (mode_compile, mode_create_from_ref): Return NULL on error instead
13609         of an enum, since now there's only one way to have an error.  All
13610         callers changed.
13611         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13612         at the correct time.  Simplify calculation of "+u" and its ilk.
13613         Don't mishandle "+X".
13614         (mode_free): Remove "register" and localize decls.
13615         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13616         (struct mode_change): Move to modechange.c; callers don't
13617         need to see this stuff.
13618         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13619         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13620         (mode_change, mode_adjust): Reflect the new signatures noted above.
13621         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13622         that might redefine system include files.
13623         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13624         (my_usleep): Use NULL rather than (void *) 0.
13625         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13626         Use siginterrupt to specify that system calls should be interrupted.
13627         (rpl_nanosleep): Move initialization of suspended closer to call of
13628         my_usleep.
13629         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13630         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13631         (desirable_utmp_entry): New function.
13632         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13633         using x2nrealloc, to simplify logic.
13634         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13635         size calculation.  Do not assume utmp file is a regular file.
13636         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13637         (READ_UTMP_CHECK_PIDS): New constant.
13638         * lib/save-cwd.c: Include unistd-safer.h.
13639         (save_cwd): Use fd_safer.
13640         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13641         [!_LIBC] Include "stat-macros.h" instead.
13642         * lib/unistd-safer.h (fd_safer): New decl.
13643
13644 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13645
13646         * modules/getloadavg (Depends-on): Add unistd-safer.
13647         * modules/getusershell (Depends-on): Add stdio-safer.
13648         * modules/lstat (Depends-on): Remove xalloc.
13649         * modules/mkstemp (Depends-on): Add stat-macros.
13650         * modules/modechange (Depends-on): Remove xstrtol.
13651         Add stat-macros, xalloc.
13652         * modules/save-cwd (Depends-on): Add unistd-safer.
13653         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13654         * modules/unistd-safer (Files): Add lib/fd-safer.c
13655         (Makefile.am): Remove lib_SOURCES.
13656
13657         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13658         Remove fcntl-safer; unistd-safer supersedes it.
13659
13660 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13661
13662         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13663         AC_HEADER_STAT.
13664         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13665         (gl_PREREQ_CHOWN): Remove.
13666         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13667         it.  Don't require AC_HEADER_STAT.
13668         (gl_PREREQ_LSTAT): Remove.
13669         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13670         Don't require AC_HEADER_STAT.
13671         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13672         (gl_PREREQ_RMDIR): Remove.
13673         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13674         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13675         the stat-macros module a prerequisite.
13676         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13677         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13678         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13679         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13680         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13681         variable names.
13682         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13683         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13684         variable prefixes.
13685         * m4/fcntl-safer.m4: Remove.
13686         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13687         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13688         Invoke gl_PREREQ_FD_SAFER.
13689         (gl_PREREQ_FD_SAFER): New macro.
13690         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13691         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13692         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13693         Remove duplicate call to AC_LIBOBJ(readutmp).
13694         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13695
13696         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13697         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13698
13699 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13700
13701         * MODULES.html.sh (Misc): Add byteswap.
13702
13703 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13704
13705         * modules/getcwd (Depends-on): Add extensions.
13706         * modules/openat (Depends-on): Likewise.
13707
13708 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13709
13710         * modules/byteswap: New file.
13711
13712 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13713
13714         * m4/byteswap.m4: New file.
13715
13716 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13717
13718         * lib/byteswap_.h: New file.
13719
13720 2005-04-25  Karl Berry  <karl@gnu.org>
13721
13722         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13723
13724 2005-04-25  Albert Chin  <china@thewrittenword.com>
13725
13726         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13727         Toolkit C bug.
13728
13729 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13730
13731         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13732         (func_ln_if_changed) Remove forcibly for no error message
13733         in case file does not exist.
13734
13735 2005-04-19  Simon Josefsson  <jas@extundo.com>
13736
13737         * gnulib-tool (Options): Make --symlink mean --symbolic.
13738
13739 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13740
13741         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13742
13743 2005-04-16  Simon Josefsson  <jas@extundo.com>
13744
13745         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13746
13747 2005-04-15  Simon Josefsson  <jas@extundo.com>
13748
13749         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13750
13751 2005-04-15  Simon Josefsson  <jas@extundo.com>
13752
13753         * gnulib-tool: Rename --symlink to --symbolic.
13754
13755 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13756
13757         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13758         symbolic links to files instead of copying/moving.  Add --aux-dir,
13759         specifying directory relative --dir where auxiliary build tools
13760         are placed.
13761
13762 2005-04-14  Bruno Haible  <bruno@clisp.org>
13763
13764         * modules/allocsa (License): Change to LGPL.
13765         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13766
13767 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13770         that "UTC +1 second" continues to work.  Problem reported
13771         by Dmitry V. Levin.
13772         (relunit_snumber): New rule.
13773         (relunit): Use it.
13774
13775 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13776
13777         * lib/getdate.y (universal_time_zone_table): New constant.
13778         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13779         universal_time_zone_table.
13780         (lookup_zone): Prefer universal_time_zone_table to
13781         local_time_zone_table, so that "GMT" time stamps are allowed in
13782         London during the summer.  Problem reported by Ian Abbott.
13783
13784 2005-04-12  Jim Meyering  <jim@meyering.net>
13785
13786         * lib/human.c (humblock): Set *options even when returning due to
13787         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13788         warning from gcc-4.
13789
13790 2005-04-09  Jim Meyering  <jim@meyering.net>
13791
13792         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13793         -Wuninitialized: initialize tm0.tm_year.
13794
13795 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13796
13797         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13798         count, since there's no maximum.  All uses changed.
13799         Add member dsts_seen.
13800         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13801         not being INT_MAX.
13802         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13803         Use pc_rels_seen to decide whther a date is absolute.
13804
13805         * lib/getdate.y (number): Don't overwrite year.
13806         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13807         check.
13808
13809 2005-04-02  Simon Josefsson  <jas@extundo.com>
13810
13811         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13812         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13813
13814 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13815
13816         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13817         where no absolute path name can be longer than PATH_MAX.
13818
13819 2005-03-27  Jim Meyering  <jim@meyering.net>
13820
13821         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13822
13823 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13826         "one's complement" -> "ones' complement" in comment, as per Knuth.
13827         "value of type" -> "type or expression" in comment.
13828         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13829
13830 2005-03-26  Jim Meyering  <jim@meyering.net>
13831
13832         Comment nits.
13833         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13834         Correct typos: s/or/of/.
13835
13836 2005-03-26  Jim Meyering  <jim@meyering.net>
13837
13838         * modules/check-include-files: Move to ../ and rename to...
13839         * check-module: ...this.
13840
13841 2005-03-25  Jim Meyering  <jim@meyering.net>
13842
13843         * modules/xvasprintf (Files): Add xalloc.h.
13844
13845 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13846
13847         * modules/gettext (Files): config/config.rpath ->
13848         build-aux/config.rpath
13849         * modules/iconv (Files): Likewise.
13850         Problem reported by Oskar Liljeblad.
13851
13852 2005-03-23  Jim Meyering  <jim@meyering.net>
13853
13854         * modules/check-include-files: New script to check for
13855         missing dependencies, multiple includes, etc.
13856
13857         * modules/c-strtold (Depends-on): Add xalloc.
13858         * modules/c-strtod (Depends-on): Add xalloc.
13859         * modules/hash (Depends-on): Add xalloc.
13860         (Files): Remove lib/xalloc.h.
13861
13862         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13863         * modules/userspec (Files): Add lib/inttostr.h.
13864
13865 2005-03-23  Jim Meyering  <jim@meyering.net>
13866
13867         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13868
13869 2005-03-22  Jim Meyering  <jim@meyering.net>
13870
13871         * modules/stat-macros: New module.
13872         * modules/canonicalize, modules/euidaccess, modules/file-type,
13873         * modules/filemode, modules/lchown, modules/makepath,
13874         * modules/rmdir, modules/stat: Depend on new stat-macros module
13875         rather than listing lib/stat-macros.h manually.
13876         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13877
13878 2005-03-22  Jim Meyering  <jim@meyering.net>
13879
13880         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13881
13882 2005-03-22  Bruno Haible  <bruno@clisp.org>
13883
13884         * config/srclist.txt: Replace target directory 'config' with
13885         'build-aux'.
13886         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13887         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13888         ../build-aux/.
13889
13890 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13891
13892         * modules/chdir-long (Depends-on): Add mempcpy.
13893
13894         * modules/acl, modules/backupfile, modules/c-strtod,
13895         modules/c-strtold, modules/canon-host, modules/canonicalize,
13896         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13897         modules/exclude, modules/exitfail, modules/file-type,
13898         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13899         modules/getdate, modules/getline, modules/getpagesize,
13900         modules/getpass, modules/getugroups, modules/group-member,
13901         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13902         modules/inttostr, modules/long-options, modules/makepath,
13903         modules/md5, modules/memcasecmp, modules/memcoll,
13904         modules/modechange, modules/mountlist, modules/path-concat,
13905         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13906         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13907         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13908         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13909         modules/strftime, modules/strndup, modules/strverscmp,
13910         modules/timespec, modules/unlocked-io, modules/userspec,
13911         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13912         modules/yesno:
13913         Remove lib_SOURCES line from Makefile.am section, as this is now
13914         done automatically by the corresponding Autoconf macro.
13915
13916 2005-03-21  Jim Meyering  <jim@meyering.net>
13917
13918         Changes imported from coreutils.
13919
13920         * lib/cycle-check.c: Don't include xalloc.h.
13921
13922         * lib/path-concat.c: Don't include assert.h.
13923         (path_concat): Remove assertion that would have triggered
13924         for ABASE starting with more than one slash.
13925         Reported by Andreas Schwab.
13926
13927         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13928         properly when ABASE is an absolute file name.
13929         Correct the description of this function.
13930         Include <assert.h>.
13931         Add an assertion and a test driver.
13932         This fixes a bug introduced on 2004-07-02.
13933         Andreas Schwab reported the resulting failure of cp --parents:
13934         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13935
13936 2005-03-21  Jim Meyering  <jim@meyering.net>
13937
13938         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13939         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13940
13941 2005-03-21  Jim Meyering  <jim@meyering.net>
13942         and  Paul Eggert  <eggert@cs.ucla.edu>
13943
13944         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13945         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13946         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13947         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13948         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13949         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13950         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13951         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13952         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13953         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13954         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13955         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13956         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13957         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13958         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13959         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13960         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13961         for these modules.
13962
13963 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13964
13965         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13966         (which shouldn't happen), generate nothing instead of returning 0
13967         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13968
13969 2005-03-16  Bruno Haible  <bruno@clisp.org>
13970
13971         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13972         HAVE_LONGLONG_64BIT.
13973
13974 2005-03-16  Bruno Haible  <bruno@clisp.org>
13975
13976         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13977         HAVE_LONGLONG_64BIT.
13978
13979 2005-03-16  Bruno Haible  <bruno@clisp.org>
13980
13981         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13982         HAVE_LONGLONG_64BIT.
13983
13984 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13985
13986         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13987         reliably distinguish strftime failure from empty output on POSIX
13988         hosts.
13989
13990 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13991
13992         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13993         (iconv_string): Don't guess a size-zero buffer, as that might cause
13994         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13995         result would be 'too large', where 'too large' is (heuristically)
13996         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13997         overflow concerns.  This will prevent some unwanted malloc failures
13998         when the inputs are very large.
13999
14000 2005-03-15  Karl Berry  <karl@gnu.org>
14001
14002         * config/srclist.txt (config.rpath): from gettext.
14003         * config/config.rpath: update.
14004
14005 2005-03-15  Bruno Haible  <bruno@clisp.org>
14006
14007         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14008         to 'negate'.
14009
14010         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14011         variable.
14012
14013         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14014         results.
14015
14016 2005-03-14  Simon Josefsson  <jas@extundo.com>
14017
14018         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14019         <fx@gnu.org>.
14020
14021 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14022
14023         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14024         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14025         intprops.h.
14026         * lib/strtol.c: Likewise.
14027
14028 2005-03-14  Jim Meyering  <jim@meyering.net>
14029
14030         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14031         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14032         to be nonzero so that we (and caller) can detect the difference
14033         between a valid zero-length expansion and an error return, even
14034         when the underlying strftime fails before writing anything into
14035         that location.
14036
14037 2005-03-14  Bruno Haible  <bruno@clisp.org>
14038
14039         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14040         Update from GNU gettext 0.14.3.
14041
14042 2005-03-10  Jim Meyering  <jim@meyering.net>
14043
14044         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14045
14046 2005-03-10  Jim Meyering  <jim@meyering.net>
14047
14048         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14049         so that this module works on systems without fchdir.
14050
14051 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14052
14053         Factor int-properties macros into a single file, except for
14054         glibc-related files.
14055         * lib/intprops.h: New file.
14056         * lib/getloadavg.c: Include it instead of limits.h.
14057         (INT_STRLEN_BOUND): Remove.
14058         * lib/human.c: Include intprops.h.
14059         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14060         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14061         302/1000.
14062         * lib/inttostr.h: Include intprops.h instead of limits.h.
14063         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14064         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14065         for consistency with intprops.h.
14066         (time_t_is_integer, twos_complement_arithmetic): Use them.
14067         * lib/sig2str.h: Include <signal.h>, intprops.h.
14068         (INT_STRLEN_BOUND): Remove.
14069         * lib/strftime.c (TYPE_SIGNED): Remove.
14070         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14071         * lib/strtol.c: Adjust comments to match intprops.h.
14072         * lib/userspec.c: Include intprops.h.
14073         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14074         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14075         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14076         instead of rolling our own expressions.
14077         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14078
14079         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14080         instead of int.
14081         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14082         the right thing even if adding 1900 would overflow.  Similarly
14083         for tm_mon + 1 and tm_yday + 1.
14084         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14085         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14086         (DO_SIGNED_NUMBER): New macro.
14087         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14088
14089 2005-03-07  Bruno Haible  <bruno@clisp.org>
14090
14091         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14092
14093 2005-03-07  Bruno Haible  <bruno@clisp.org>
14094
14095         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14096
14097 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14098
14099         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14100         (func_import): Only replace files via --import when they have actually
14101         changed.
14102
14103 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14104
14105         * m4/mmap-anon.m4: New file.
14106         * m4/pagealign_alloc.m4: New file.
14107
14108 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14109             Bruno Haible  <bruno@clisp.org>
14110
14111         * modules/pagealign_alloc: New file.
14112         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14113
14114 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14115             Bruno Haible  <bruno@clisp.org>
14116
14117         * lib/pagealign_alloc.h: New file.
14118         * lib/pagealign_alloc.c: New file.
14119
14120 2005-03-03  Bruno Haible  <bruno@clisp.org>
14121
14122         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14123         Use an all-permissive copyright notice, recommended by RMS.
14124
14125 2005-03-02  Bruno Haible  <bruno@clisp.org>
14126
14127         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14128         of AIX, the replacement has to be done only after <string.h> is
14129         included, therefore not in config.h. stpncpy.h does the replacement,
14130         and stpncpy.c uses it.
14131
14132 2005-03-02  Bruno Haible  <bruno@clisp.org>
14133
14134         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14135         stpncpy.c uses it.
14136
14137 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14138
14139         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14140         The workaround isn't strictly needed for POSIX conformance, and
14141         it's too much of a pain to configure and maintain.  We'll ask
14142         people to fix their kernels instead.
14143         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14144         (NANOSLEEP_BUG_WORKAROUND): Remove.
14145         (xnanosleep): Remove the workaround.
14146
14147 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14148
14149         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14150         Reported by Derek Price.
14151         (Include): Add "timespec.h".
14152
14153         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14154
14155 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14156
14157         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14158         to detect nanosleep bug.
14159
14160 2005-03-01  Bruno Haible  <bruno@clisp.org>
14161
14162         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14163
14164 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14165
14166         * modules/gethrxtime: New file.
14167         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14168         (Depends-on): Add gethrxtime.
14169         (configure.ac): Add gl_XNANOSLEEP.
14170         (Makefile.am): Remove lib_SOURCES line.
14171
14172 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14175         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14176
14177 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14180         * lib/timespec.h (gettime): Return void, since it always
14181         succeeds now.  All uses changed.
14182         * lib/gettime.c (gettime) Likewise.
14183         [HAVE_NANOTIME]: Prefer nanotime.
14184         Assume gettimeofday succeeds, as POSIX requires.
14185         Assime time () succeeds, since other code already does.
14186         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14187         (timespec_subtract): Remove.
14188         (NANOSLEEP_BUG_WORKAROUND): New constant.
14189         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14190         things considerably.  Use it only on GNU/Linux hosts, since the
14191         workaround shouldn't be needed elsewhere.
14192
14193 2005-02-24  Bruno Haible  <bruno@clisp.org>
14194
14195         * modules/gettext (Files): Add m4/glibc2.m4.
14196
14197 2005-02-24  Bruno Haible  <bruno@clisp.org>
14198
14199         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14200         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14201         * m4/progtest.m4:
14202         Update from GNU gettext 0.14.2.
14203         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14204
14205 2005-02-24  Bruno Haible  <bruno@clisp.org>
14206
14207         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14208         * lib/config.charset: Update from GNU gettext 0.14.2.
14209
14210 2005-02-24  Bruno Haible  <bruno@clisp.org>
14211
14212         * lib/gettext.h: Update from GNU gettext 0.14.2.
14213
14214 2005-02-23  Simon Josefsson  <jas@extundo.com>
14215
14216         * m4/iconvme.m4: New file.
14217
14218 2005-02-23  Jim Meyering  <jim@meyering.net>
14219
14220         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14221         change.
14222         Thanks to Bruno Haible for catching it.
14223
14224 2005-02-22  Simon Josefsson  <jas@extundo.com>
14225
14226         * modules/iconvme: New file.
14227
14228         * MODULES.html.sh: Add iconvme.
14229
14230 2005-02-22  Simon Josefsson  <jas@extundo.com>
14231
14232         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14233
14234 2005-02-22  Simon Josefsson  <jas@extundo.com>
14235
14236         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14237
14238 2005-02-22  Jim Meyering  <jim@meyering.net>
14239
14240         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14241         s/ifndef/ifdef/.
14242
14243 2005-02-20  Neil Conway  <neilc@samurai.com>
14244
14245         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14246         returned by OSX/Darwin if the specified buffer is not large
14247         enough for the hostname.
14248
14249 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14250
14251         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14252         pass it to _help, otherwise the latter coredumps trying to
14253         dereference state.root_argp.
14254
14255 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14256
14257         * modules/chdir-long (Depends-on): Add memrchr.
14258         * modules/memrchr (Files): Add lib/memrchr.h.
14259         (Include): "memrchr.h".
14260
14261 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14262
14263         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14264
14265 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14266
14267         * lib/memrchr.h: New file.
14268         * lib/chdir-long.c: Include it.
14269         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14270         Don't bother including stddef.h.
14271
14272 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14273
14274         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14275         inclusion.
14276         Include <sys/types.h>, for dev_t.
14277         (ME_DUMMY, ME_REMOTE): Move from here....
14278         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14279         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14280         Dmitry V. Levin.
14281         Include mountlist.h first, to test the interface.
14282
14283 2005-01-29  Bruno Haible  <bruno@clisp.org>
14284
14285         * lib/progname.c (program_name): Initialize.
14286         Needed when linking statically on MacOS X.
14287
14288 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14289
14290         Sync from coreutils.
14291         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14292         (Depends-on): Add c-strtod.
14293         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14294
14295 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         Sync from coreutils.
14298         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14299
14300         Remove files that are specific to coreutils.
14301         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14302
14303 2005-01-28  Bruno Haible  <bruno@clisp.org>
14304
14305         * modules/javacomp: New file.
14306         * MODULES.html.sh (Java): Add javacomp.
14307
14308 2005-01-28  Bruno Haible  <bruno@clisp.org>
14309
14310         * m4/javacomp.m4: New file, from GNU gettext.
14311
14312 2005-01-28  Bruno Haible  <bruno@clisp.org>
14313
14314         * lib/javacomp.sh.in: New file, from GNU gettext.
14315         * lib/javacomp.h: New file, from GNU gettext.
14316         * lib/javacomp.c: New file, from GNU gettext.
14317
14318 2005-01-26  Simon Josefsson  <jas@extundo.com>
14319
14320         * lib/gai_strerror.c: Use GPL in header.
14321
14322 2005-01-26  Bruno Haible  <bruno@clisp.org>
14323
14324         * modules/javaexec: New file.
14325         * MODULES.html.sh (Java): Add javaexec.
14326
14327 2005-01-26  Bruno Haible  <bruno@clisp.org>
14328
14329         * m4/javaexec.m4: New file, from GNU gettext.
14330
14331 2005-01-26  Bruno Haible  <bruno@clisp.org>
14332
14333         * lib/javaexec.sh.in: New file, from GNU gettext.
14334         * lib/javaexec.h: New file, from GNU gettext.
14335         * lib/javaexec.c: New file, from GNU gettext.
14336
14337 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14338
14339         * modules/lchown (Depends-on): Remove lchown.h
14340
14341 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14342
14343         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14344         must be defined if the header file was not found, in order
14345         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14346
14347 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14348
14349         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14350         initializers for struct pentry_state.
14351         (__argp_error): Check return value of __asprintf
14352         (__argp_failure): Translate error message
14353
14354         * lib/argp-parse.c: Removed braces around the expansion of N_()
14355
14356 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14359         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14360         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14361         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14362         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14363         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14364         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14365         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14366         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14367         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14368         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14369         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14370         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14371         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14372         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14373         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14374         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14375         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14376         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14377         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14378         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14379         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14380         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14381         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14382         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14383         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14384         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14385         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14386         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14387         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14388         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14389         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14390         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14391         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14392         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14393         Use an all-permissive copyright notice, recommended by RMS.
14394
14395 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14396
14397         * modules/chdir-long (Depends-on): Remove mempcpy.
14398
14399 2005-01-21  Jim Meyering  <jim@meyering.net>
14400
14401         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14402         same value as for Solaris 9.
14403
14404         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14405         component length.  This included changing the parameter to be
14406         of type `char *' rather than `char const *'.
14407         * lib/chdir-long.h (chdir_long): Update prototype.
14408
14409         * lib/openat.c (fdopendir, fstatat): New functions.
14410         * lib/openat.h: Include headers required for use of DIR and struct
14411         stat.
14412         [AT_SYMLINK_NOFOLLOW]: Define.
14413         (fdopendir, fstatat): Add prototypes.
14414
14415 2005-01-21  Bruno Haible  <bruno@clisp.org>
14416
14417         * modules/classpath: New file.
14418         * MODULES.html.sh (Java): Add classpath.
14419
14420 2005-01-21  Bruno Haible  <bruno@clisp.org>
14421
14422         * lib/classpath.h: New file, from GNU gettext.
14423         * lib/classpath.c: New file, from GNU gettext.
14424
14425 2005-01-20  Simon Josefsson  <jas@extundo.com>
14426
14427         * modules/version-etc-fsf: New file.
14428
14429 2005-01-20  Simon Josefsson  <jas@extundo.com>
14430
14431         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14432         * lib/version-etc.c: Remove version_etc_copyright.
14433         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14434         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14435
14436 2005-01-20  Simon Josefsson  <jas@extundo.com>
14437
14438         * lib/base64.h (isbase64): Add.
14439
14440         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14441         using a unsigned prototype, don't inline.
14442         (base64_decode): Use it.
14443
14444 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14445
14446         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14447         it.
14448
14449 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14450
14451         * lib/save-cwd.c (save_cwd): Remove code to support the case
14452         where fchdir is missing or flaky.
14453
14454 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14457
14458 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14459
14460         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14461         AC_LIBSOURCES now does this.
14462         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14463         with new ullong_max module.
14464
14465 2005-01-19  Bruno Haible  <bruno@clisp.org>
14466
14467         * modules/sh-quote: New file.
14468         * MODULES.html.sh (Executing programs): Add sh-quote.
14469
14470 2005-01-19  Bruno Haible  <bruno@clisp.org>
14471
14472         * lib/sh-quote.h: New file, from GNU gettext.
14473         * lib/sh-quote.c: New file, from GNU gettext.
14474
14475 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14476
14477         Merge from coreutils.
14478         * m4/ullong_max.m4: New file.
14479         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14480         (gl_MACROS): Assume localeconv exists.
14481
14482 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14483
14484         Merge changes from coreutils, as described below in several
14485         changelogs dated today.
14486
14487         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14488         (O_DIRECTORY): Remove; not needed here, since "." must be
14489         a directory.  All uses removed.
14490         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14491         universal on Suns, and we also need to test for IRIX.
14492         Revamp code to use 'if' rather than '#if'.
14493         Avoid unnecessary comparison of cwd->desc to 0.
14494
14495         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14496         for known valid error numbers rather than observed invalid ones.
14497
14498 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14499
14500         * modules/ullong_max: New file.
14501
14502         * modules/chdir-long, modules/openat: New files.
14503         * modules/save-cwd (Depends-on): Depend on chdir-long.
14504         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14505
14506 2005-01-18  Jim Meyering  <jim@meyering.net>
14507
14508         Merge from coreutils.
14509         * m4/chdir-long.m4, m4/openat.m4: New files.
14510         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14511         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14512         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14513         is sane and DOES follow symlinks.  Besides, testing 20 different
14514         systems found no broken chown implementations.
14515         Prompted by a change in rsync's copy of this macro.
14516         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14517
14518         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14519
14520         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14521         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14522         NULL-means-set-to-current-time semantics.
14523         Remove temporary file immediately, rather than waiting
14524         for configure's at-exit trap code to do it.
14525
14526 2005-01-18  Jim Meyering  <jim@meyering.net>
14527
14528         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14529
14530         * lib/utimens.c (futimens): Account for the fact that futimes
14531         can also fail with errno == ENOSYS or errno == ENOENT.
14532         Patch from Dmitry V. Levin.
14533
14534         Change the name of the robust chdir function from chdir to chdir_long.
14535         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14536         (restore_cwd): Use chdir_long, not chdir.
14537         * lib/chdir-long.c: Renamed from chdir.c.
14538         * lib/chdir-long.h: Renamed from chdir.h.
14539         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14540         Hurd.
14541
14542 2005-01-18  Bruno Haible  <bruno@clisp.org>
14543
14544         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14545         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14546         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14547         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14548         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14549         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14550         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14551         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14552         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14553         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14554         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14555         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14556         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14557         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14558         Use an all-permissive copyright notice, recommended by RMS.
14559
14560 2005-01-18  Bob Proulx  <bob@proulx.com>
14561
14562         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14563         simplify offsetof() macro construct to avoid compile failure with
14564         native HP-UX 11.0 ANSI C compiler.
14565
14566 2005-01-17  Bruno Haible  <bruno@clisp.org>
14567
14568         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14569         redundant because stpncpy.m4 takes care of it.
14570
14571 2005-01-17  Bruno Haible  <bruno@clisp.org>
14572
14573         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14574
14575 2005-01-17  Bruno Haible  <bruno@clisp.org>
14576
14577         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14578         used.
14579
14580 2005-01-17  Bruno Haible  <bruno@clisp.org>
14581
14582         * lib/fwriteerror.h (fwriteerror): Change specification to include
14583         fclose.
14584         * lib/fwriteerror.c: Include <stdbool.h>.
14585         (fwriteerror): At the end, close the file stream. Record whether
14586         stdout was already closed.
14587
14588 2005-01-17  Bruno Haible  <bruno@clisp.org>
14589
14590         * lib/execute.c (environ): Declare if needed.
14591         * lib/pipe.c (environ): Likewise.
14592         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14593
14594 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14595
14596         * modules/argp: Depend on vsnprintf
14597
14598 2005-01-10  Jim Meyering  <jim@meyering.net>
14599
14600         * modules/closeout (Depends-on): Add atexit.
14601
14602 2005-01-06  Bruno Haible  <bruno@clisp.org>
14603
14604         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14605
14606 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14607
14608         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14609         definitions to be after all include files, to avoid collisions.
14610         Problem reported by Bob Proulx.
14611
14612 2005-01-04  Jim Meyering  <jim@meyering.net>
14613
14614         Changes imported from coreutils.
14615         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14616         as the mkstemp template, use a temporary directory and an
14617         8.3-friendly template to avoid trouble on systems like DJGPP.
14618         Reported by Juan M. Guerrero via Stepan Kasal.
14619         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14620         close. Remove the temporary directory right away, rather than waiting
14621         for configure's at-exit trap code to do it.
14622         Suggestion from Stepan Kasal.
14623
14624 2005-01-01  Simon Josefsson  <jas@extundo.com>
14625
14626         * gnulib-tool: Print #include directives when --import'ing.
14627
14628 2004-12-28  Simon Josefsson  <jas@extundo.com>
14629
14630         * tests/test-base64.c: Include required header files.  Remove
14631         unused variables.
14632
14633 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14634
14635         * modules/error (Depends-on): Remove gettext.
14636
14637 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14638
14639         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14640         not needed.  This removes a dependency on the gettext module.
14641         [defined _LIBC]: Do not include <libintl.h>; not needed.
14642
14643 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14644
14645         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14646         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14647
14648 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14651         HAVE_DECL_STRTOLD.
14652
14653 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14654
14655         * modules/getdate (Depends-on): Remove alloca-opt.
14656
14657 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14660
14661 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14662
14663         * lib/argp-parse.c: Include <stddef.h>.
14664         (alignof, alignto): New macros.
14665         (parser_init): Don't assume that void * is aligned sufficiently
14666         for struct option.
14667
14668         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14669         need to extend the stack.
14670         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14671         large.
14672
14673 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14674
14675         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14676
14677 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14678
14679         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14680         (2004-10-24) change.  Apparently this was a false alarm.
14681
14682         * modules/getdate: Depend on alloca-opt, not alloca.
14683
14684 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14685
14686         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14687         Remove now-obsolete comment about AIX.
14688         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14689         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14690         (YYMAXDEPTH): New macro.
14691
14692 2004-12-18  Simon Josefsson  <jas@extundo.com>
14693
14694         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14695
14696 2004-12-18  Bruno Haible  <bruno@clisp.org>
14697
14698         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14699
14700 2004-12-18  Bruno Haible  <bruno@clisp.org>
14701
14702         * lib/fatal-signal.c (fatal_signals): Make non-const.
14703         (init_fatal_signals): New function.
14704         (uninstall_handlers, install_handlers): Ignore signals that were set to
14705         SIG_IGN.
14706         (at_fatal_signal): Call init_fatal_signals.
14707         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14708         SIG_IGN.
14709         Reported by Paul Eggert.
14710
14711 2004-12-18  Bruno Haible  <bruno@clisp.org>
14712
14713         * doc/alloca.texi: New file.
14714         * doc/alloca-opt.texi: New file.
14715
14716 2004-12-17  Jim Meyering  <jim@meyering.net>
14717
14718         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14719         Otherwise, install-sh could exit with improper exit status when
14720         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14721
14722 2004-12-16  Simon Josefsson  <jas@extundo.com>
14723
14724         * tests/test-base64.c: Add license.
14725
14726 2004-12-15  Stepan Kasal  <address@hidden>
14727
14728         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14729
14730 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14731
14732         * modules/getcwd (Files): Add m4/d-ino.m4.
14733         Suggested by Mark D. Baushke.
14734
14735 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14736
14737         * lib/getdate.y (textint): New member "negative".
14738         (time_zone_hhmm): New function.
14739         Expect 14 shift-reduce conflicts, not 13.
14740         (o_colon_minutes): New rule.
14741         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14742         (yylex): Set the "negative" member of signed numbers.
14743
14744 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14745
14746         * doc/getdate.texi (Time of day items, Time zone items):
14747         Describe new formats +00:00, UTC+00:00.
14748
14749 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14752         spurious "-l"s.  Problem reported by Stepan Kasal.
14753
14754 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14755
14756         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14757         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14758
14759 2004-12-04  Simon Josefsson  <jas@extundo.com>
14760
14761         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14762         Vandoorselaere <yoann@prelude-ids.org>.
14763
14764 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14765
14766         Changes imported from coreutils.
14767         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14768         exist.
14769         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14770
14771 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14772
14773         Changes imported from coreutils.
14774         * lib/hard-locale.c: Assume <locale.h> exists.
14775         Include "strdup.h".
14776         (GLIBC_VERSION): New macro.
14777         (hard_locale): Assume setlocale exists.
14778         Rewrite to avoid #ifdef.
14779         Use strdup rather than malloc + strcpy.
14780         * lib/human.c: Assume <locale.h> exists.
14781         (human_readable): Assume localeconv exists.
14782
14783 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * modules/hard-locale (Depends-on): Add strdup.
14786
14787 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14788
14789         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14790         convert T2, not T.  (Imported from libc.)
14791
14792 2004-11-30  Simon Josefsson  <jas@extundo.com>
14793
14794         * modules/restrict (License): Change to LGPL.
14795
14796 2004-11-30  Simon Josefsson  <jas@extundo.com>
14797
14798         * m4/restrict.m4: Add copyright and copying conditions.
14799
14800 2004-11-30  Simon Josefsson  <jas@extundo.com>
14801
14802         * m4/base64.m4: New file.
14803
14804 2004-11-30  Simon Josefsson  <jas@extundo.com>
14805
14806         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14807         base64.
14808
14809         * tests/test-base64.c: New file.
14810
14811         * modules/base64: New file.
14812
14813 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14814
14815         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14816         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14817
14818         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14819
14820 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14821
14822         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14823         (__getcwd.c): Don't restore errno; glibc doesn't.
14824         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14825         first, falling back to our code only if its results look suspicious.
14826         Ensure that the resulting buffer is only as large as necessary.
14827
14828         * lib/readutmp.c: Include readutmp.h first.
14829         Include <errno.h>, since readutmp.h no longer does that.
14830         * lib/readutmp.h: Don't include <errno.h>,
14831         <sys/param.h>, <time.h>; not needed to establish interface.
14832         (errno): Remove decl.
14833         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14834         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14835         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14836
14837 2004-11-28  Simon Josefsson  <jas@extundo.com>
14838
14839         * lib/base64.h, base64.c: New file.
14840
14841 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14842
14843         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14844
14845 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14846
14847         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14848         (Depends-on): Remove pathmax, same.  Add mempcpy.
14849         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14850         (Makefile.am): Append getcwd.h to lib_SOURCES.
14851         (Include): Add getcwd.h.
14852         (Maintainer): Change from Jim Meyering to "all, glibc",
14853         since getdate now uses intended-for-glibc code.
14854         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14855         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14856
14857 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14858
14859         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14860         HP's ANSI C compiler.
14861         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14862         Declaring int functions causes warnings on some modern systems and
14863         shouldn't be needed to compile on ancient ones.
14864         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14865         defined.
14866
14867         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14868         with the following changes.
14869         (__set_errno): Parenthesize properly.
14870         Include <stdbool.h>.
14871         (MIN, MAX, MATCHING_INO): New macros.
14872         (__getcwd): Define with prototype, not K&R form.
14873         Use heuristics to allocate default buffer on stack if possible.
14874         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14875         behavior, and to avoid the PATH_MAX limit when computing
14876         ../../../../...
14877         Use MATCHING_INO to compare inode number to file.
14878         Check for arithmetic overflow in size calculations.
14879         Fix bug in reallocation of dot array that caused getcwd to fail
14880         on directories nested deeper than 75.
14881         Be more careful about saving errno on error.
14882         Do not use realloc; use only free+malloc, as this is a bit
14883         more flexible and avoids a needless copy operation.
14884         Do not inspect st_dev and st_ino for symbolic links; POSIX
14885         doesn't specify the latter.
14886         Check for closedir errors.
14887         Avoid needless casts.
14888         Use "#ifdef weak_alias" around weak_alias, to be like other
14889         glibc code.
14890         The following changes to getcwd.c have effect only when used in
14891         gnulib; they have no effect inside glibc proper.
14892         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14893         as alloca isn't used.
14894         (alloca, __alloca): Likewise.
14895         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14896         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14897         unconditionally, as gnulib assumes C89 or better.
14898         Do not include <sys/param.h>.
14899         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14900         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14901         better.
14902         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14903         Include <dirent.h> in a way that is compatible with modern Autoconf.
14904         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14905         New macros, if not already defined.
14906         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14907         Use "_LIBC", not "defined _LIBC", for consistency.
14908         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14909         a mempcpy module.
14910         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14911         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14912         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14913         credit only to Jim Meyering and adjust the copyright dates.
14914         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14915         <stdlib.h>, <unistd.h>, "pathmax.h".
14916         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14917         (INITIAL_BUFFER_SIZE): Remove.
14918         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14919
14920 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14921
14922         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14923         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14924         Use the _ONCE methods, for efficiency.
14925         Check for fcntl.h.  In test program, include <errno.h>
14926         and <fcntl.h> if available.  Remove old K&R cruft from
14927         test program.  Check for common errors in GNU/Linux,
14928         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14929         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14930         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14931         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14932         name accordingly.
14933         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14934         accommodate new getcwd.c.
14935         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14936         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14937         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14938         that's all we need now.
14939
14940 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14941
14942         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14943         argp-parse.c depends on getopt internals, that means we should
14944         always use our getopt, to be on the safe side.
14945         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14946         order not to spoil the result of an eventual previous invocation
14947         of gl_GETOPT_SUBSTITUTE.
14948
14949 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14950
14951         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14952         redefinition warnings. To avoid them, include the defines
14953         in `#if !defined __need_getopt ... #endif'. The only place
14954         where __getopt_argv_const is used is in definitions
14955         of getopt_long and getopt_long_only below, which are as well
14956         protected by `#ifndef __need_getopt'.
14957         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14958         __need_getopt after including <stdio.h> and <unistd.h> These
14959         headers might have defined it.
14960
14961 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14962
14963         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14964
14965 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14966
14967         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14968         (futimens): New function, which uses futimes if available.
14969         (futimens, utimens): Support timespec==NULL, with same semantics
14970         as utime and utimens.
14971         * lib/utimens.h (futimens): New decl.
14972
14973 2004-11-23  Jim Meyering  <jim@meyering.net>
14974
14975         * lib/getopt_.h: Remove trailing blanks.
14976
14977 2004-11-23  Jim Meyering  <jim@meyering.net>
14978
14979         * lib/__fpending.c: Add comment.
14980
14981 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14982
14983         * modules/canonicalize (Depends-on): Add xreadlink.
14984         Problem reported by James Youngman.
14985
14986 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14987
14988         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14989         New macros.
14990         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14991         optopt): Use them instead of invoking ## directly; otherwise, the
14992         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14993
14994 2004-11-19  Bruno Haible  <bruno@clisp.org>
14995
14996         * lib/strtok_r.c: Move comments from here...
14997         * lib/strtok_r.h: ... to here.
14998
14999 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15002         implementations that mishandle size_t overflow.
15003
15004 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15005
15006         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15007         might fail.  Problem reported by Yoann Vandoorselaere.
15008         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15009         implementations that mishandle size_t overflow.
15010
15011 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15012
15013         * modules/canon-host (Depends-on): Add strdup.
15014
15015 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15016
15017         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15018
15019 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15020
15021         * lib/canon-host.c: Include "strdup.h".
15022         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15023         Use strdup instead of malloc/strcpy to duplicate strings.
15024
15025         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15026         (human_space_before_unit): New constant.
15027         * lib/human.c (human_readable): Support it.
15028
15029         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15030         (xgetcwd): Set errno correctly when failing.
15031         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15032         the failure is actually due to a PATH_MAX problem.
15033
15034         Further getopt changes to make it more likely that glibc will
15035         buy the changes back.
15036         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15037         (getopt): Use it, so to preserve glibc semantic
15038         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15039         when compiling for libc.
15040         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15041         (getopt_long, getopt_long_only): Use it.
15042
15043         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15044         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15045         (getopt): Argv is now char * const *, as per standard.
15046         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15047         not char *__getopt_argv_const *.
15048         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15049         _getopt_long_only_r): Likewise.
15050         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15051         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15052         _getopt_long_r, _getopt_long_only_r): Likewise.
15053         * lib/getopt_.h (__getopt_argv_const): Remove.
15054         (getopt): Argv is now char * const *, as per standard.
15055
15056         * lib/getdate.y (tORDINAL): New token.
15057         (day, relunit): Allow it for relative times.
15058         (relative_time_table): Use tORDINAL for ordinals.
15059
15060 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15061
15062         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15063         Document that "second" isn't allowed as an ordinal number.
15064
15065 2004-11-16  Jim Meyering  <jim@meyering.net>
15066
15067         * modules/closeout (Depends-on): Add fpending.
15068
15069 2004-11-15  Jim Meyering  <jim@meyering.net>
15070
15071         * lib/closeout.c: Include "__fpending.h" once again.
15072         Include <stdbool.h>.
15073         (close_stdout): Don't fail just because stdout was closed initially,
15074         since some programs don't write to stdout in the normal course of
15075         operation (other than --version and --help), and we don't want this
15076         function to make e.g. `touch file >&-' fail.
15077         But do fail if it was closed and someone has tried to write to it.
15078         E.g., `printf foo >&-' must fail.
15079
15080 2004-11-13  Jim Meyering  <jim@meyering.net>
15081
15082         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15083
15084 2004-11-12  Simon Josefsson  <jas@extundo.com>
15085
15086         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15087         small doc fix is still pending.
15088
15089 2004-11-11  Simon Josefsson  <jas@extundo.com>
15090
15091         * modules/strtok_r: New file.
15092
15093         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15094         strtok_r.
15095
15096 2004-11-11  Simon Josefsson  <jas@extundo.com>
15097
15098         * m4/strtok_r.m4: New file.
15099
15100         * m4/getopt.m4: Replace opterr.
15101
15102 2004-11-11  Simon Josefsson  <jas@extundo.com>
15103
15104         * lib/strtok_r.h, strtok_r.c: New file.
15105
15106 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15107
15108         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15109         of replacing opterr, getopt, etc.  This should handle the
15110         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15111
15112 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15113
15114         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15115         we can stop lying to compilers about the constness of argv when we
15116         are compiled outside glibc.
15117         (getopt, getopt_long, getopt_long_only): Use it.
15118         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15119         _getopt_internal, getopt): Likewise.
15120         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15121         _getopt_long_only_r): Likewise.
15122         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15123         _getopt_long_r, _getopt_long_only_r): Likewise.
15124
15125         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15126         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15127         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15128         the other external symbols.
15129         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15130         declaration, since the above renaming now works around collisions.
15131
15132 2004-11-11  Jim Meyering  <jim@meyering.net>
15133
15134         * lib/linebreak.c: Remove trailing blanks.
15135         * lib/alloca_.h: Likewise.
15136         * lib/acosl.c: Likewise.
15137         * lib/euidaccess.c: Likewise.
15138         * lib/allocsa.h: Likewise.
15139
15140 2004-11-10  Simon Josefsson  <jas@extundo.com>
15141
15142         * m4/getaddrinfo.m4: New file.
15143
15144 2004-11-10  Simon Josefsson  <jas@extundo.com>
15145
15146         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15147
15148 2004-11-10  Simon Josefsson  <jas@extundo.com>
15149
15150         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15151         getaddrinfo.
15152
15153         * modules/getaddrinfo: New file.
15154
15155 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15156
15157         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15158
15159 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15160
15161         * lib/mktime.c (SHR): New macro, which is a portable
15162         substitute for >> that should work even on Crays.
15163         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15164         Problem reported by Mark D. Baushke in
15165         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15166         * lib/getdate.y (SHR): Likewise.
15167         (tm_diff): Use it.
15168         * lib/strftime.c (SHR): Likewise.
15169         (tm_diff): Use it.
15170         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15171         quote_these_too, so that right shifts are well defined.  All uses
15172         changed.
15173
15174 2004-11-10  Jim Meyering  <jim@meyering.net>
15175
15176         Ensure that no close failure goes unreported.
15177         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15178         return early when it seems there's nothing to flush.
15179         Don't include __fpending.h.
15180
15181 2004-11-10  Jim Meyering  <jim@meyering.net>
15182
15183         * modules/closeout (Depends-on): Remove fpending.
15184
15185 2004-11-10  Jim Meyering  <jim@meyering.net>
15186
15187         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15188
15189 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15190
15191         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15192         gl_FUNC_STRFTIME.
15193         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15194         and AC_REQUIRE when possible, to avoid duplicate checks.
15195         Check for <wchar.h>.
15196
15197 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15198
15199         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15200
15201 2004-11-09  Bruno Haible  <bruno@clisp.org>
15202
15203         * m4/sockpfaf.m4: New file.
15204
15205 2004-11-05  Bruno Haible  <bruno@clisp.org>
15206
15207         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15208         Reported by Mark D. Baushke <mdb@cvshome.org>.
15209
15210 2004-11-04  Bruno Haible  <bruno@clisp.org>
15211
15212         2004-09-11  Bruno Haible  <bruno@clisp.org>
15213                 * allocsa.valgrind: New file.
15214         2004-02-06  Bruno Haible  <bruno@clisp.org>
15215                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15216                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15217                 Reported by Christopher Seip <chris.seip@hp.com>.
15218
15219 2004-11-04  Bruno Haible  <bruno@clisp.org>
15220
15221         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15222         (Makefile.am): Distribute it.
15223
15224 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15225
15226         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15227         with errno == ERANGE if the buffer is too small.
15228         Problem reported by Mark D. Baushke.
15229
15230 2004-11-03  Albert Chin  <china@thewrittenword.com>
15231             Paul Eggert  <eggert@cs.ucla.edu>
15232
15233         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15234         equivalent, substitute $ac_type for equivalent type rather than
15235         blindly using uint32_t *always* which won't work if uint32_t is not
15236         available.  Define _UINT32_T to work around typedef of uint32_t if
15237         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15238         2.5.1.
15239
15240 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15241
15242         * m4/jm-macros.m4: Sync from coreutils.
15243         (gl_MACROS): Check for mbrlen, for pathchk.
15244         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15245
15246 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15247
15248         * lib/xreadlink.c (MAXSIZE): New macro.
15249         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15250         size does not exceed MAXSIZE.  Avoid cast.
15251         As suggested by Mark D. Baushke in
15252         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15253         if readlink fails with buffer size just under MAXSIZE, try again
15254         with MAXSIZE.
15255
15256 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15257
15258         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15259
15260 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15261         and  Paul Eggert  <eggert@cs.ucla.edu>
15262
15263         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15264         (get_date): Overparenthesize to avoid GCC warning.
15265
15266 2004-11-02  Bruno Haible  <bruno@clisp.org>
15267
15268         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15269         returns void.
15270
15271 2004-11-02  Bruno Haible  <bruno@clisp.org>
15272
15273         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15274         function returns void.
15275
15276 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15277
15278         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15279         fflush_unlocked, flockfile, funlockfile, funlockfile,
15280         fputs_unlocked, putc_unlocked.
15281
15282 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15283
15284         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15285         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15286         already declared.
15287
15288 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         * modules/getdate (Files): Add doc/getdate.texi.
15291         (Depends-on): Add setenv, xalloc.
15292
15293 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15294
15295         * lib/getdate.y: Add support for TZ="foo" within a date string.
15296         Fix some bugs near time_t boundaries.  Reject dates with
15297         out-of-range components, e.g., "Sept 31".
15298         Include <stdlib.h>, "setenv.h", "xalloc.h".
15299         (ISDIGIT_LOCALE): Remove; unused.
15300         Note that the TZ and time functions used here are not reentrant.
15301         (mktime_ok, get_tz): New functions.
15302         (TZBUFSIZE): New constant.
15303         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15304         This requires that we sometimes generate our own TZ="XXX..." setting.
15305
15306 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15307
15308         * doc/getdate.texi: New file, from coreutils with modifications for
15309         the new TZ parsing.
15310
15311 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15312
15313         * lib/mktime.c (not_equal_tm): Remove redundant check.
15314
15315 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15316
15317         * modules/regex (lib_SOURCES): Add regex.c.
15318         Reported by James Youngman in
15319         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15320
15321 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15322
15323         * lib/getdate.y: Use Bison 1.875 features, and some minor
15324         code cleanups.  This change does not affect semantics.
15325         Don't include <stdlib.h>; no longer needed.
15326         Don't include unlocked-io.h; only the "#if TEST" code uses
15327         stdio, and performance isn't crucial there.
15328         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15329         Bison 1.875 features as described below.
15330         All uses of "PC." replaced by "pc->".
15331         (YYSTYPE): Add a forward declaration.
15332         (yylex, yyerror): Use full prototypes in forward decls.
15333         Use "%pure-parser" rather than obsolescent "%pure_parser".
15334         Use %parse-param and %lex-param instead of obsolescent
15335         YYPARSE_PARAM and YYLEX_PARAM.
15336         (meridian_table, month_and_day_table, time_units_table,
15337         relative_time_table, time_zone_table, military_table,
15338         lookup_zone, lookup_word, get_date):
15339         Use NULL instead of 0 where appropriate.
15340         (to_hour): Avoid abort (), to avoid a dependency on
15341         stdlib.h.
15342         (yyerror, yylex): Now accepts parser_control * arg.
15343         (main) [TEST]: Use '\0' rather than 0 for char.
15344
15345 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15346
15347         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15348
15349 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15350
15351         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15352         It's now the caller's responsibility to handle the case where
15353         !HAVE_GETPAGESIZE && !defined getpagesize.
15354
15355         * lib/mktime.c (leapyear): Arg is long int, not int.
15356
15357 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15358
15359         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15360
15361 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15362
15363         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15364         missing.  Problem reported by James Youngman.
15365
15366 2004-10-16  Simon Josefsson  <jas@extundo.com>
15367
15368         * gnulib-tool: Fix comments.  Fix parse problem.
15369         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15370
15371 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15374         implementation of getopt_long.  Problem reported by Alexander Taler in:
15375         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15376
15377 2004-10-15  Bruno Haible  <bruno@clisp.org>
15378
15379         * gnulib-tool: Untabify. Initialize supplied_libname.
15380         (func_usage): More homogenous output.
15381         (func_modules_transitive_closure, func_modules_to_filelist,
15382         func_emit_lib_Makefile_am): New functions.
15383         (func_import): New function, extracted from big case statement. Use
15384         func_get_license, func_modules_transitive_closure,
15385         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15386         opt_lgpl. Don't use test -a, as it's not portable.
15387         (func_create_testdir): Use func_modules_transitive_closure,
15388         func_modules_to_filelist, func_emit_lib_Makefile_am.
15389
15390 2004-10-15  Bruno Haible  <bruno@clisp.org>
15391
15392         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15393
15394 2004-10-15  Bruno Haible  <bruno@clisp.org>
15395
15396         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15397         the portions belonging to each module.
15398         Suggested by Derek Robert Price <derek@ximbiot.com>.
15399
15400 2004-10-12  Simon Josefsson  <jas@extundo.com>
15401
15402         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15403         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15404         to real functions.
15405
15406 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15407
15408         * modules/vsnprintf: New file.
15409
15410 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15411
15412         * m4/vsnprintf.m4: New file.
15413
15414 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15415
15416         * lib/vsnprintf.h: New file.
15417         * lib/vsnprintf.c: New file.
15418
15419 2004-10-11  Bruno Haible  <bruno@clisp.org>
15420
15421         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15422         vsnprintf.
15423
15424 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15425
15426         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15427
15428 2004-10-07  Bruno Haible  <bruno@clisp.org>
15429
15430         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15431         fits into the provided buffer.
15432
15433 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * lib/diacrit.c, diacrit.h: Add GPL notice.
15436
15437         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15438         notice.
15439         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15440         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15441         This avoids a potential constant-folding bug.
15442
15443 2004-10-05  Bruno Haible  <bruno@clisp.org>
15444
15445         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15446         for the declaration of strsep.
15447
15448 2004-10-05  Bruno Haible  <bruno@clisp.org>
15449
15450         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15451
15452 2004-10-04  Simon Josefsson  <jas@extundo.com>
15453
15454         * modules/memmem: New file.
15455         * tests/test-memmem.c: New file.
15456         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15457
15458 2004-10-04  Simon Josefsson  <jas@extundo.com>
15459
15460         * m4/memmem.m4: New file.
15461
15462 2004-10-04  Simon Josefsson  <jas@extundo.com>
15463
15464         * lib/memmem.h: New file.
15465         * lib/memmem.c: New file, taken from glibc.
15466
15467 2004-10-04  Simon Josefsson  <jas@extundo.com>
15468
15469         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15470         '#ifdef USE_UNLOCKED_IO'.
15471
15472 2004-10-04  Simon Josefsson  <jas@extundo.com>
15473
15474         * config/srclist.txt: Add memmem from glibc.
15475
15476 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15477
15478         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15479
15480         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15481         modules/exclude, modules/getdate, modules/getline,
15482         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15483         modules/getusershell, modules/linebuffer, modules/md5,
15484         modules/mountlist, modules/posixtm, modules/readtokens,
15485         modules/readutmp, modules/regex, modules/sha1,
15486         modules/version-etc, modules/yesno:
15487         Remove dependency on unlocked-io.
15488
15489 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15490
15491         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15492
15493         * m4/unlocked-io.m4: Add copyright notice.
15494         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15495
15496 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15497
15498         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15499         * lib/xmalloc.c (xmemdup): Likewise.
15500         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15501         XFREE): Remove these long-obsolescent macros.
15502         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15503         * lib/xstrdup.c: Remove.
15504
15505         * lib/regex.c (re_comp): Cast gettext return value to char *,
15506         Problem reported by Martin Neitzel via Mark D. Baushke.
15507
15508 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15509
15510         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15511         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15512         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15513         regex.c, sha1.c, version-etc.c, yesno.c:
15514         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15515         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15516         the includer's responsibility.
15517
15518         Sync from coreutils.
15519
15520         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15521         points to the start of a string, as the C Standard says the
15522         resulting behavior is undefined.
15523
15524         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15525         simple -> simple_backups, numbered_existing ->
15526         numbered_existing_backups, numbered -> numbered_backups
15527         to avoid shadowing problems.  All uses changed.
15528         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15529         * lib/backupfile.c (check_extension, numbered_backup):
15530         Rename locals to avoid shadowing 'basename'.
15531         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15532         once.
15533
15534         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15535         * lib/.cvsignore: Add getopt.h.
15536
15537 2004-10-04  Bruno Haible  <bruno@clisp.org>
15538
15539         * modules/README: New file.
15540         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15541         not a module.
15542
15543 2004-10-02  Jim Meyering  <jim@meyering.net>
15544
15545         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15546
15547 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15548
15549         * modules/strsep: New file.
15550
15551 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15552
15553         * m4/strsep.m4: New file.
15554
15555 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15556
15557         * lib/strsep.h: New file.
15558         * lib/strsep.c: New file.
15559
15560 2004-10-01  Simon Josefsson  <jas@extundo.com>
15561
15562         * lib/snprintf.c (snprintf): Handle size==0.
15563
15564 2004-10-01  Simon Josefsson  <jas@extundo.com>
15565             Bruno Haible  <bruno@clisp.org>
15566
15567         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15568         (snprintf): Declare 'args'.
15569
15570 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15571
15572         * lib/snprintf.c: Remove comments as to why each header is needed.
15573
15574 2004-10-01  Bruno Haible  <bruno@clisp.org>
15575
15576         * MODULES.html.sh: Add strsep.
15577
15578 2004-09-30  Simon Josefsson  <jas@extundo.com>
15579
15580         * modules/snprintf: New file.
15581
15582 2004-09-30  Simon Josefsson  <jas@extundo.com>
15583
15584         * m4/snprintf.m4: New file.
15585
15586 2004-09-30  Simon Josefsson  <jas@extundo.com>
15587
15588         * lib/snprintf.h, lib/snprintf.c: New files.
15589
15590 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15591
15592         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15593         (hol_entry_help): Never translate an empty string.
15594         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15595         * lib/argp.h (OPTION_NO_TRANS): New option.
15596
15597 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15598
15599         * modules/argp (Maintainer): Replace Simon Josefsson
15600         by Sergey Poznyakoff.
15601
15602 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15603
15604         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15605         changes merged back into glibc.
15606
15607 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15608
15609         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15610
15611 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15612
15613         * lib/xvasprintf.c: Include xalloc.h.
15614         (xvasprintf): Use xalloc_die, not xmalloc_die.
15615
15616 2004-09-29  Bruno Haible  <bruno@clisp.org>
15617
15618         * modules/alloca-opt: New file, derived from modules/alloca.
15619         * modules/allocsa: Depend on alloca-opt instead of alloca.
15620         * modules/setenv: Likewise.
15621         * modules/vasnprintf: Likewise.
15622         * MODULES.html.sh: Add alloca-opt.
15623
15624 2004-09-28  Simon Josefsson  <jas@extundo.com>
15625
15626         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15627         LGPL, and to replace license template from GPL to LGPL.
15628
15629 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15630
15631         * modules/dummy: Change license to LGPL.
15632
15633 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15634
15635         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15636
15637 2004-09-24  Simon Josefsson  <jas@extundo.com>
15638
15639         * modules/minmax (License): Change from GPL to LGPL.
15640
15641 2004-09-23  Simon Josefsson  <jas@extundo.com>
15642
15643         * gnulib-tool (--import): Typo.
15644
15645 2004-09-23  Simon Josefsson  <jas@extundo.com>
15646
15647         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15648
15649 2004-09-22  Bruno Haible  <bruno@clisp.org>
15650
15651         * modules/*: Add 'License' field.
15652         * gnulib-tool: Accept --extract-license option.
15653         (func_get_license): New function.
15654
15655 2004-09-21  Bruno Haible  <bruno@clisp.org>
15656
15657         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15658         Reported by Simon Josefsson.
15659
15660 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15661
15662         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15663         gl_AC_TYPE_LONG_LONG.
15664
15665 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15666
15667         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15668
15669 2004-09-18  Simon Josefsson  <jas@extundo.com>
15670         and  Paul Eggert  <eggert@cs.ucla.edu>
15671
15672         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15673         calls with autoreconf.  Define GL_LIB.
15674
15675 2004-09-14  Karl Berry  <karl@gnu.org>
15676
15677         * config/srclist.txt: unsync setenv.c, sigh.
15678
15679 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15682         Problem reported by Bruno Haible in:
15683         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15684
15685 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15686
15687         * config/srclist.txt: Comment out argp-pvh.c.
15688
15689 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15690
15691         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15692         in case some system header has #define'd it.  Problem reported by
15693         Soeren D. Schulze in
15694         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15695
15696 2004-09-09  Karl Berry  <karl@gnu.org>
15697
15698         * regex.[ch]: delete from the root.  These were supposed to be
15699                 synced with emacs cvs, but this has not happened for about
15700                 a year, and anyway nothing else uses emacs regex.[ch].
15701                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15702                 lib/regex[.ch] is untouched.
15703
15704 2004-09-09  Bruno Haible  <bruno@clisp.org>
15705
15706         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15707
15708 2004-09-09  Bruno Haible  <bruno@clisp.org>
15709
15710         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15711         modifications.
15712         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15713
15714 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15715
15716         * modules/xvasprintf: New file.
15717         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15718
15719 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15720
15721         * lib/xvasprintf.h: New file.
15722         * lib/xvasprintf.c: New file.
15723         * lib/xasprintf.c: New file.
15724
15725 2004-09-08  Bruno Haible  <bruno@clisp.org>
15726
15727         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15728
15729 2004-09-08  Bruno Haible  <bruno@clisp.org>
15730
15731         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15732         length is > INT_MAX.
15733         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15734         more.
15735
15736 2004-09-08  Bruno Haible  <bruno@clisp.org>
15737
15738         * lib/stdint_.h: New file, taken from GNU clisp.
15739
15740 2004-09-08  Bruno Haible  <bruno@clisp.org>
15741             Oskar Liljeblad  <oskar@osk.mine.nu>
15742
15743         * modules/stdint: New file.
15744         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15745
15746 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15747
15748         Import from coreutils.
15749         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15750         strings on unbounded length.  alloca's performance benefits aren't
15751         that important here.
15752         (V_STRDUP): Remove.
15753         (parse_with_separator): New function, with most of the internals
15754         of the old parse_user_spec.  Allow user to omit both user and group,
15755         for compatibility with FreeBSD.
15756         Clone only the user name, not the entire spec.
15757         Do not set *uid, *gid unless entirely successful.
15758         Avoid memory leak in some failing cases.
15759         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15760         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15761         (parse_user_spec): Rewrite to use parse_with_separator.
15762
15763 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * modules/userspec: Don't depend on alloca.
15766
15767 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15768
15769         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15770
15771 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15772
15773         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15774         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15775         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15776
15777 2004-08-16  Simon Josefsson  <jas@extundo.com>
15778
15779         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15780         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15781         Add --dry-run for --import.
15782         Let user provided command line parameters override configure.ac
15783         settings.
15784
15785 2004-08-12  Simon Josefsson  <jas@extundo.com>
15786
15787         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15788         as discussed with Paul Eggert in threads rooted at
15789         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15790         and
15791         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15792         Before, the test was empty, and relied on ELIDE_CODE in source
15793         code.)
15794         (gl_PREREQ_GETOPT): New macro.
15795         (gl_GETOPT): Use them.
15796
15797 2004-08-12  Simon Josefsson  <jas@extundo.com>
15798
15799         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15800         * lib/getopt_.h: Renamed from getopt.h.
15801
15802 2004-08-12  Simon Josefsson  <jas@extundo.com>
15803
15804         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15805         Change default library name from libfoo to libgnu.
15806         Now, if you have a configure.ac that says:
15807                 gl_SOURCE_BASE(gl)
15808                 gl_M4_BASE(gl/m4)
15809                 gl_MODULES(error getopt etcetera)
15810                 gl_INIT
15811         you can import all you need by running:
15812                 ../gnulib/gnulib-tool --import
15813
15814         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15815         (Makefile.am): Rewrite, use logic from argz.
15816         (Include): Use <getopt.h> instead of "getopt.h".
15817
15818 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15819
15820         * modules/argp (Files): Add m4/unlocked-io.m4.
15821         (Depends-on): Add extensions.
15822
15823 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15824
15825         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15826         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15827         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15828         Check for program_invocation_name, program_invocation_short_name,
15829         flockfile, funlockfile, features.h, _getopt_long_only_r.
15830
15831 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15832
15833         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15834         its complicated substitute.
15835         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15836         and program_invocation_name.
15837         (__argp_basename) [!_LIBC]: Remove; the only use was
15838         replaced by its body.
15839         (__argp_short_program_name): Change condition from
15840         !defined __argp_short_program_name to
15841         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15842         to match argp-namefrob.h.
15843         (__argp_failure): Don't assume strerror_r returns char *.
15844         * lib/argp-parse.c (N_): Define unconditionally.
15845         (argp_default_options): Fill out initializers with 0 to avoid
15846         gcc warnings.
15847
15848 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15849
15850         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15851         getopt1.c.
15852
15853 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15854
15855         Merge from coreutils.
15856
15857         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15858
15859         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15860         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15861
15862 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15863
15864         Merge from coreutils.
15865
15866         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15867         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15868         for Reliant Unix 5.43.
15869
15870         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15871         (union fooround): Use uintmax_t, not long int.
15872         The rest is a merge from libc:
15873         [defined _LIBC]: Include <shlib-compat.h>.
15874         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15875
15876         * lib/settime.c (settime): Recode to avoid warning with
15877         Sun Forte C 6U2.
15878
15879         * lib/strverscmp.c: Convert to UTF-8.
15880
15881 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15882
15883         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15884         m4/uintmax_t.m4.
15885
15886 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15887
15888         * modules/xalloc-die: New file.
15889         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15890
15891         * modules/md5 (Files): Add m4/uint32_t.m4.
15892         * modules/sha1: Renamed from modules/sha.
15893         (Files):
15894         Rename lib/sha.h to lib/sha1.h.
15895         Rename lib/sha.c to lib/sha1.c.
15896         Rename m4/sha.m4 to m4/sha1.m4.
15897         (lib_SOURCES): Likewise.
15898         (configure.ac): Rename gl_SHA to gl_SHA1.
15899         (Include): sha.h -> sha1.h.
15900
15901 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15902
15903         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15904         * m4/sha1.m4: Renamed from sha.m4.
15905         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15906
15907 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15908
15909         * lib/obstack.h (obstack_empty_p):
15910         Don't assume that chunk->contents is suitably aligned.
15911         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15912         Likewise. Problem reported by Benno in
15913         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15914
15915         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15916         readable.  This could be improved further but it'd take some work.
15917
15918 2004-08-08  Simon Josefsson  <jas@extundo.com>
15919
15920         * modules/xgethostname (Depends-on): Remove exit and error (not
15921         used).
15922
15923         * modules/getpass-gnu: Add getpass.h.
15924         (Depends-on): Add stdbool.
15925         * modules/getpass: Add getpass.h.
15926
15927 2004-08-08  Simon Josefsson  <jas@extundo.com>
15928
15929         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15930         Check getpass declaration.
15931
15932 2004-08-08  Simon Josefsson  <jas@extundo.com>
15933
15934         * lib/xgethostname.c: Don't include error.h (not used).
15935
15936         * lib/getpass.h: Add.
15937         * lib/getpass.c: Include getpass.h first.
15938
15939 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15940
15941         * lib/xalloc-die.c: New file.
15942         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15943         All uses removed.
15944         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15945         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15946         xalloc-die.c.
15947         (_, N_, xalloc_die): Move to xalloc-die.c.
15948         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15949         so that we needn't mess with xalloc_msg_memory_exhausted.
15950
15951         * lib/sha1.h: Renamed from sha.h.
15952         (SHA1_H): Renamed from _SHA_H.
15953         (sha1_ctx): Renamed from sha_ctx.
15954         (sha1_init_ctx): Renamed from sha_init_ctx.
15955         (sha1_process_block): Renamed from sha_process_block.
15956         (sha1_process_bytes): Renamed from sha_process_bytes.
15957         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15958         (sha1_read_ctx): Renamed from sha_read_ctx.
15959         (sha1_stream): Renamed from sha_stream.
15960         (sha1_buffer): Renamed from sha_buffer.
15961         * lib/sha1.c: Likewise; renamed from sha.c.
15962         Do not include <sys/types.h>.
15963         Include <stddef.h> rather than <stdlib.h>.
15964
15965 2004-08-08  Bruno Haible  <bruno@clisp.org>
15966
15967         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15968         FILESYSTEM_PREFIX_LEN.
15969         * lib/progreloc.c: Likewise.
15970         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15971
15972 2004-08-06  Simon Josefsson  <jas@extundo.com>
15973
15974         * modules/progname (Depends-on): Don't depend on stdbool.
15975
15976 2004-08-06  Simon Josefsson  <jas@extundo.com>
15977
15978         * modules/getsubopt: New file.
15979         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15980         getsubopt.
15981
15982 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15983
15984         More merge from coreutils.
15985
15986         * m4/utimens.m4, m4/utimecmp.m4: New files.
15987         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15988         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15989         prereq.m4, sha.m4: Import changes from coreutils.
15990
15991 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15992
15993         More merge from coreutils.
15994         * modules/raise, modules/readtokens0, modules/utimens:
15995         * modules/utimecmp, module/xnanosleep: New files.
15996         * modules/strftime: Add lib/strftime.h.
15997         Change include from <time.h> to "strftime.h".
15998         * modules/yesno: Add lib/yesno.h.
15999         * modules/backupfile: Remove lib/addext.c.
16000         * modules/euidaccess: Add stat-macros.h.
16001         * modules/canonicalize, modules/euidaccess,
16002         modules/filemode, modules/lchown, modules/makepath,
16003         modules/rmdir, modules/stat: Likewise.
16004
16005 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16006
16007         Merge from tar.
16008         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16009         SIZE_MAX is a valid preprocessor constant.
16010         (__argp_basename): Change from "#ifndef _LIBC"
16011         to "#ifndef __argp_short_program_name", so that
16012         we don't compile these functions for tar.
16013
16014         More merges from coreutils.
16015         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16016         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16017         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16018         * lib/addext.c: Remove; no longer needed.
16019         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16020         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16021         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16022         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16023         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16024         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16025         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16026         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16027         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16028         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16029         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16030         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16031         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16032         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16033         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16034         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16035         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16036         Import changes from coreutils.
16037
16038 2004-08-05  Simon Josefsson  <jas@extundo.com>
16039
16040         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16041
16042 2004-08-05  Simon Josefsson  <jas@extundo.com>
16043
16044         * m4/getsubopt.m4: New file.
16045
16046 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16047
16048         Merge from coreutils.
16049
16050         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16051         * m4/getcwd-path-max.m4: New files.
16052
16053         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16054         FILESYSTEM_PREFIX_LEN ->
16055         FILE_SYSTEM_PREFIX_LEN.
16056         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16057         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16058         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16059         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16060
16061         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16062         prerequisite modules now handle the DOS stuff.
16063         Don't check for unistd.h.
16064
16065 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16066
16067         Merge from coreutils.
16068
16069         * lib/.gdb-history: Remove; this doesn't belong here.
16070
16071         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16072         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16073         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16074         * lib/getcwd.c: New files.
16075
16076         * lib/dirname.h: Include <stdbool.h>.
16077         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16078         for consistency with POSIX terminology.  All uses changed.
16079         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16080         (strip_trailing_slashes): Use bool for booleans.
16081         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16082
16083         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16084         sometimes returns a positive errno value even when it succeeds.
16085         (print_errno_message) [!LIBC]: Fall back on strerror if
16086         __strerror_r fails.
16087
16088         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16089         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16090         (longest_relative_suffix): New function.
16091         (path_concat): Use it.  Assume first argument is not NULL.
16092         Port to DOS.  Omit redundant separators.
16093         Report an error instead of returning NULL.
16094         Use mempcpy instead of memcpy.
16095         (xpath_concat): Remove: not declared or used.
16096
16097         * lib/same.h: Include <stdbool.h>
16098         (same_name): Return bool, not int.
16099         * lib/same.c (same_name): Likewise.
16100         (errno): Don't declare; we assume C89 or better now.
16101
16102         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16103         if not already defined.
16104
16105         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16106         * lib/dup-safer.c (errno): Likewise.
16107
16108 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16109
16110         Merge from coreutils.
16111         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16112         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16113         * modules/path-concat: Don't depend on strdup.
16114
16115 2004-08-03  Simon Josefsson  <jas@extundo.com>
16116
16117         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16118         * lib/progname.h: Don't include stdbool.h.
16119
16120 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16121
16122         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16123         * MODULES.html.sh (func_all_modules): Remove fatal.
16124
16125 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16126
16127         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16128
16129 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16130
16131         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16132         working.
16133
16134 2004-08-02  Simon Josefsson  <jas@extundo.com>
16135
16136         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16137         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16138         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16139
16140 2004-08-01  Simon Josefsson  <jas@extundo.com>
16141
16142         * lib/xgetdomainname.c: Include stdlib.h, for free().
16143
16144 2004-07-19  Bruno Haible  <bruno@clisp.org>
16145
16146         * MODULES.html.sh (func_all_modules): Add dummy.
16147
16148 2004-07-16  Simon Josefsson  <jas@extundo.com>
16149
16150         * modules/dummy: New file.
16151
16152 2004-07-16  Simon Josefsson  <jas@extundo.com>
16153
16154         * lib/dummy.c: New file.
16155
16156 2004-07-16  Bruno Haible  <bruno@clisp.org>
16157
16158         * lib/backupfile.h: Add extern "C" for C++.
16159         * lib/closeout.h: Likewise.
16160         * lib/copy-file.h: Likewise.
16161         * lib/findprog.h: Likewise.
16162         * lib/full-write.h: Likewise.
16163         * lib/pathname.h: Likewise.
16164         * lib/progname.h: Likewise.
16165         * lib/stpcpy.h: Likewise.
16166         * lib/stpncpy.h: Likewise.
16167         * lib/strcase.h: Likewise.
16168         * lib/strstr.h: Likewise.
16169         * lib/xalloc.h: Likewise.
16170
16171         * lib/mbswidth.h: Add extern "C" for C++.
16172         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16173
16174 2004-07-13  Robert Millan  <robertmh@gnu.org>
16175
16176         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16177
16178 2004-07-09  Simon Josefsson  <jas@extundo.com>
16179
16180         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16181         failed without this.)
16182
16183 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16184
16185         * modules/chown (Files): Add lib/fchown-stub.c, since
16186         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16187
16188 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16189
16190         * lib/fchown-stub.c: New file.
16191
16192 2004-06-24  Jim Meyering  <jim@meyering.net>
16193
16194         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16195
16196 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16197
16198         * modules/argz: Omit "#include".
16199
16200         * MODULES.html.sh (func_all_modules): Add calloc, to match
16201         2004-06-01 addition of calloc module.
16202
16203 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16204
16205         * m4/argz.m4: New file, which is autoupdated from libtool.
16206
16207 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16210         libtool.
16211
16212 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         * config/srclist-update: Don't insist on "USA." before the
16215         close-comment, as libtool omits the period and puts the */ on a
16216         separate line.
16217         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16218         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16219
16220 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16221
16222         * modules/argz: New file.
16223         * MODULES.html.sh (func_all_modules): Add argz.
16224
16225 2004-06-12  Jim Meyering  <jim@meyering.net>
16226         and  Paul Eggert  <eggert@cs.ucla.edu>
16227
16228         * modules/hash (Files): Add lib/xalloc.h.
16229         * modules/pipe (Depends-on): Add wait-process.
16230         * modules/stat (Depends-on): Add xalloc.
16231         * modules/userspec (Files): Add lib/userspec.h.
16232         * modules/xstrto
16233
16234         Upgrade from gettext-0.13.
16235         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16236         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16237         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16238
16239 2004-06-10  Jim Meyering  <jim@meyering.net>
16240
16241         * lib/calloc.c: New file.
16242
16243 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16244
16245         * lib/getdate.y (yylex): Allow space between sign and number.
16246         Problem reported by Dan Jacobson.
16247
16248 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16249
16250         Merge from coreutils CVS.
16251
16252         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16253         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16254         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16255         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16256         xstrtol.m4: Fix copyright date and/or serial number.
16257
16258         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16259         See if we need an fchown replacement.
16260         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16261         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16262         and use the replacement function if we detect either defect.
16263
16264         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16265         gl_UTIMECMP.
16266
16267 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16268         and  Jim Meyering  <jim@meyering.net>
16269
16270         Merge from coreutils CVS.
16271
16272         * lib/stat-macros.h: New file, with contents from file-type.h
16273         and coreutils' system.h.
16274         * lib/file-type.c: Include "stat-macros.h".
16275         * lib/file-type.h (file_type): Move all macro definitions to new file,
16276         stat-macros.h.
16277
16278         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16279         Wrap old code with this conditional.
16280         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16281         function that does not dereference symlinks.
16282         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16283
16284         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16285         dependency problems.
16286         (xreadlink): Accept new arg SIZE, for efficiency.
16287         All decls and uses changed.
16288         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16289
16290         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16291         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16292
16293         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16294         sysexits.h.
16295
16296 2004-06-01  Jim Meyering  <jim@meyering.net>
16297
16298         * m4/calloc.m4: New file.
16299
16300 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16301
16302         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16303         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16304         Also, fix a typo in a diagnostic.
16305
16306 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16307
16308         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16309         or AC_FUNC_REALLOC.
16310
16311 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16312
16313         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16314         macros to be defined.
16315         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16316         the allocator returns NULL because the requested size is zero.
16317
16318 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16321         var.  Add comment explaining why libc still defines it.  This
16322         merges the following patch from glibc:
16323         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16324
16325 2004-05-20  Andreas Schwab  <schwab@suse.de>
16326
16327         * m4/free.m4: Replace free if it not known to work, not the other
16328         way round.
16329
16330 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16333         present in glibc since revision 1.1 of this file.
16334         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16335         obstack_alignment_mask, obstack_alloc, obstack_base,
16336         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16337         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16338         obstack_grow0, obstack_init, obstack_int_grow,
16339         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16340         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16341         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16342         nonexistent functions.
16343
16344 2004-05-18  Karl Berry  <karl@gnu.org>
16345
16346         * config/srclist.txt: break link for vasnprintf.c.
16347
16348 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16349
16350         Port obstack to the AS/400, where pointers are 16 bytes wide and
16351         you cannot cast an integer to a valid pointer.  This patch is
16352         currently waiting to be integrated into glibc; see
16353         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16354
16355         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16356         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16357         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16358         (struct obstack): temp member is now a union of a pointer and
16359         an integer, instead of an integer.  All integer uses changed.
16360         This does not affect the physical layout of struct obstack,
16361         except on hosts (like the AS/400) where the size or alignment of
16362         void * is greater than that of ptrdiff_t.
16363         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16364         __STDC__)]: Store temporary in pointer member of union, not
16365         integer member.
16366         * lib/obstack.c: Include <stddef.h>, for offsetof.
16367         (struct fooalign): Remove; it doesn't need a name.
16368         (union fooround): Change double to long double, and add void *.
16369         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16370         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16371         not a macro.  Hence the values are always int; so remove all
16372         casts-to-int in uses.
16373
16374 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16375
16376         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16377         we can get this patch merged into glibc.
16378
16379 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16380             Paul Eggert  <eggert@cs.ucla.edu>
16381
16382         * m4/argp: Depend on alloca.
16383
16384 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16385             Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16388         freecoding.
16389
16390 2004-05-17  Bruno Haible  <bruno@clisp.org>
16391
16392         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16393         precision that consists of a '.' followed by an empty digit string.
16394         Patch by Tor Lillqvist <tml@iki.fi>.
16395
16396 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16397
16398         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16399         for backward compatibility with older code.  We need our own
16400         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16401         it under some other name, and our alloca.h will define it.
16402
16403 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16404             Derek Price  <derek@ximbiot.com>
16405
16406         * lib/alloca.c: Include <alloca.h>, to get our interface.
16407         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16408         include <alloca.h> first.  Use C89 prototype for alloca; this
16409         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16410         Use #elif for simplicity, since we can assume C89 now.
16411         Don't try to source the system alloca.h since it will not be found
16412         and to prevent recursively including its replacement.
16413         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16414         * lib/regex.c: Likewise.
16415
16416 2004-05-16  Derek Price  <derek@ximbiot.com>
16417             Paul Eggert  <eggert@cs.ucla.edu>
16418
16419         getline cleanup.  This changes the getndelim2 API: both order of
16420         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16421         no delimiter).
16422
16423         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16424         interface does that.
16425         (getline): Always use getdelim, so that we don't have two
16426         copies of this code.
16427         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16428         if available.
16429         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16430         (GETNDELIM2_MAXIMUM): New macro.
16431         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16432         instead of the old practice of delim2==0.  All callers changed.
16433         Return -1 on overflow, instead of returning junk.
16434         Do not set *linesize unless allocation succeeds.
16435         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16436         that we include sys/types.h.
16437         * lib/getnline.h: Likewise.
16438         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16439         (getndelim2): Reorder arguments.
16440         * lib/getnline.c (getnline, getndelim):
16441         Don't discard the NMAX argument.
16442         (getnline): Invoke getndelim, to avoid code duplication.
16443         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16444         of (size_t) -1 by callers of the getnline family.
16445
16446 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16447
16448         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16449         Check for gettimeofday.
16450         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16451         Check for settimeofday, stime.
16452
16453 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16454
16455         * lib/nanosleep.c (suspended): Change its type from int to
16456         sig_atomic_t volatile.
16457         (first_call): Make it private to rpl_nanosleep, and have it
16458         be zero initially as that's a bit faster.
16459         (my_usleep): Round up fractional times instead of truncating them,
16460         as this is the usual meaning for 'sleep'.
16461
16462         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16463         doesn't work.
16464         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16465         (ENOSYS): Define if not defined.
16466         (settime): Fall back on stime if it exists and settimeofday fails.
16467         But don't bother with fallbacks if a method fails with errno == EPERM.
16468
16469 2004-05-11  Jim Meyering  <jim@meyering.net>
16470
16471         Prior to this change, the save_cwd caller required read access to the
16472         current directory on most systems (ones with the fchdir function).
16473
16474         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16475         fails, try write-only, and finally, resort to using xgetcwd.
16476
16477 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16478
16479         * lib/obstack.c, obstack.h: Import changes from libc.
16480
16481 2004-04-28  Bruno Haible  <bruno@clisp.org>
16482
16483         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16484         also implicitly appends .exe to executables.
16485         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16486         accepts Windows pathnames.
16487         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16488         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16489         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16490         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16491         Reported by Derek Robert Price <derek@ximbiot.com>.
16492
16493 2004-04-21  Karl Berry  <karl@gnu.org>
16494
16495         * config/srclist.txt (localcharset.c): break sync.
16496
16497 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16498
16499         * m4/host-os.m4: Add a copyright notice.
16500
16501 2004-04-20  Jim Meyering  <jim@meyering.net>
16502
16503         Change UTILS_ to gl_ in AC_DEFINE'd names.
16504         Change utils_- and jm_-prefixed variables, too.
16505         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16506         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16507         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16508
16509         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16510         Don't emit trailing blanks.
16511         Also rename jm_-prefixed variables to have gl_ prefix.
16512
16513         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16514         Also rename jm_-prefixed variables to have gl_ prefix.
16515
16516         * m4/jm-macros.m4: Reflect the renamings.
16517         * m4/prereq.m4: Likewise.
16518
16519 2004-04-20  Jim Meyering  <jim@meyering.net>
16520
16521         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16522         memory.
16523
16524 2004-04-20  Jim Meyering  <jim@meyering.net>
16525             Bruno Haible  <bruno@clisp.org>
16526
16527         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16528         memory when realloc fails.
16529
16530 2004-04-19  Jim Meyering  <jim@meyering.net>
16531
16532         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16533         now that readutmp.c may call `free (0)'.
16534
16535 2004-04-19  Bruno Haible  <bruno@clisp.org>
16536
16537         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16538         * m4/inttypes_h.m4: Likewise.
16539         * m4/stdint_h.m4: Likewise.
16540         * m4/intmax_t.m4: Likewise.
16541         * m4/uintmax_t.m4: Likewise.
16542
16543 2004-04-18  Jim Meyering  <jim@meyering.net>
16544
16545         * m4/prereq.m4: Don't forbid jm_ prefix.
16546
16547         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16548         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16549         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16550         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16551         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16552         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16553         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16554         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16555         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16556         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16557         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16558         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16559         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16560         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16561         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16562         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16563         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16564         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16565         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16566
16567 2004-04-18  Jim Meyering  <jim@meyering.net>
16568
16569         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16570         failure, don't leak memory and do call END_UTMP_ENT.
16571
16572 2004-04-16  Jim Meyering  <jim@meyering.net>
16573
16574         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16575         coreutils' stat program.
16576         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16577
16578 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16579
16580         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16581         C89.
16582         (CHAR_BIT): Remove, since we assume C89.
16583         Include <stdint.h> if available, as per current Autoconf CVS advice.
16584
16585 2004-03-31  Jim Meyering  <jim@meyering.net>
16586
16587         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16588         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16589         * m4/xalloc.m4: Likewise.
16590
16591 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16592
16593         Merge from coreutils.
16594
16595         * m4/inttostr.m4: New file.
16596         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16597         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16598         Require gl_CLOCK_TIME.
16599         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16600
16601 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16602
16603         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16604         not bool, to be more consistent with Unix conventions.
16605         Suggested by Bruno Haible.
16606
16607         Merge from coreutils.
16608
16609         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16610         * lib/umaxtostr.c: New files.
16611
16612         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16613         the usual <time.h> dance.
16614         (get_date): Change signature to support fractional time stamps.
16615         All callers changed.
16616         * lib/getdate.y: Include "getdate.h" first, as we can now
16617         assume C89 and don't need to worry about 'const'.
16618         Similarly, include "unlocked-io.h" near start, not in middle.
16619         Include <limits.h>.
16620         (textint.value): Use long int rather than int.
16621         (textint.digits): Use size_t rather than int.
16622         (BILLION, LOG10_BILLION): New constants.
16623         (parser_control): New member rel_ns.  Members day_ordinal,
16624         time_zone, month, day, hour, minutes, rel_year, rel_month,
16625         rel_day, rel_hour, rel_minutes, rel_seconds
16626         are now long int, not int.  Member seconds is now struct timespec,
16627         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16628         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16629         not int.
16630         (%union.intval): Now long int, not int.
16631         New member timespec.
16632         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16633         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16634         (spec): Now is a timespec or an item list.
16635         (timespec, items): New nonterminals.
16636         (time, rel, relunit, number, get_date):
16637         Add support for fractional seconds.
16638         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16639         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16640         (to_hour): First arg is now long int, not int.
16641         (to_year): Returns long int, not int.
16642         Don't treat year -70 like 70.
16643         (tm_diff): Returns long int, not int.
16644         (lookup_word): Use bool instead of int when appropriate.
16645         (yylex): Use size_t for count, not int.
16646         Detect overflow when parsing large integer constants.
16647         Add support for fractions.
16648         (get_date): Make pointers 'const' if possible.
16649         Use more-portable code to detect integer overflow.
16650         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16651         Don't use ctime; it's not reliable if the year has >4 digits.
16652
16653         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16654         This is for compatibility with BSD.
16655
16656         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16657         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16658         From coreutils' system.h.
16659
16660         * lib/userspec.c: Don't include "posixver.h".
16661         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16662         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16663         compatible extension.  Simplify code by removing a boolean int
16664         that was always nonzero if a string was nonnull.
16665
16666 2004-03-30  Jim Meyering  <jim@meyering.net>
16667
16668         Merge from coreutils.
16669
16670         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16671         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16672         on some systems one must include <grp.h> before it.
16673         Reported by Christian Krackowizer.
16674
16675 2004-03-30  Jim Meyering  <jim@meyering.net>
16676
16677         Merge from coreutils.
16678
16679         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16680
16681         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16682         an empty input stream.
16683
16684         * lib/readtokens.c: Include <stdbool.h>.
16685         (readtoken): Use `size_t' rather than int/long.
16686         All callers adjusted.
16687         Use `bool' rather than `int' where appropriate.
16688         Use memset rather than an explicit loop.
16689         Use x2nrealloc rather than xrealloc.
16690         Allow the use of `\0' as a delimiter.
16691         (readtokens): Likewise.
16692         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16693
16694 2004-03-30  Jim Meyering  <jim@meyering.net>
16695
16696         * m4/realloc.m4: Remove file, since now it does no more than
16697         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16698         the `configure.ac' section of module/realloc.
16699         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16700
16701 2004-03-30  Bruno Haible  <bruno@clisp.org>
16702
16703         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16704         nonnull.
16705
16706 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16707
16708         Merge changes to getloadavg.c from coreutils and Emacs.
16709
16710         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16711         Define to an expression, not to the empty string.
16712         Include cloexec.h and xalloc.h.
16713         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16714         Use set_cloexec_flag rather than rolling our own.
16715         * lib/cloexec.c, lib/cloexec.h: New files.
16716
16717 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16718
16719         * m4/cloexec.m4: New file.
16720
16721 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16722
16723         * lib/getopt.h: Sync with libc CVS.
16724
16725 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16726             Bruno Haible  <bruno@clisp.org>
16727
16728         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16729         mbswidth.
16730
16731 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16732             Bruno Haible  <bruno@clisp.org>
16733
16734         * lib/mbswidth.h: Include <wchar.h> only if
16735         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16736         <wchar.h>.
16737         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16738
16739 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16740
16741         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16742         Sync with libc CVS.
16743         * lib/getopt_int.h: New file, also synced from libc.
16744
16745 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16746
16747         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16748         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16749         Bring back getopt.c, getopt.h, getopt1.c.
16750
16751 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16752
16753         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16754         All uses changed.  Check for sa_sigaction member; this fixes
16755         a bug first reported by Jason Andrade in
16756         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16757
16758 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16759
16760         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16761         '#if' expressions.  Unlike the code it replaces, it does not
16762         depend on (defined _SC_PAGESIZE).  However, it does depend on
16763         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16764         first reported by Jason Andrade in
16765         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16766
16767 2004-02-25  Simon Josefsson  <jas@extundo.com>
16768
16769         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16770
16771 2004-02-25  Simon Josefsson  <jas@extundo.com>
16772
16773         * lib/strdup.h: New file.
16774         * lib/strdup.c: Include it.
16775         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16776         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16777
16778 2004-02-23  Karl Berry  <karl@gnu.org>
16779
16780         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16781         (from fencepost.gnu.org:/gd/gnuorg).
16782
16783 2004-02-23  Karl Berry  <karl@gnu.org>
16784
16785         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16786         * config/srclist.txt: add maintain/standards documents.
16787
16788 2004-02-18  Bruno Haible  <bruno@clisp.org>
16789
16790         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16791         Reported by Derek Robert Price <derek@ximbiot.com>.
16792
16793 2004-02-16  Karl Berry  <karl@gnu.org>
16794
16795         * config/mkinstalldirs, install-sh: update from automake.
16796
16797 2004-02-06  Karl Berry  <karl@gnu.org>
16798
16799         * m4/po.m4: update from gettext 0.14.1.
16800
16801 2004-02-06  Karl Berry  <karl@gnu.org>
16802
16803         * lib/config.charset: update from gettext 0.14.1.
16804
16805 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16806
16807         Add comments and code, prompted by suggestions from Bruno Haible
16808         for sh-quote.
16809         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16810         describing the enum quoting_style values.
16811         * lib/quotearg.c (quotearg_alloc): New function.
16812         (quotearg_buffer_restyled): Treat lone { and } as special.
16813         Treat = as special.  Work around bug with older shells
16814         that "see" a '\' that is really the 2nd byte of a multibyte char.
16815         Quote empty string with shell_quoting_style.
16816
16817 2004-02-03  Bruno Haible  <bruno@clisp.org>
16818
16819         * m4/pipe.m4: New file, from GNU gettext.
16820
16821 2004-02-03  Bruno Haible  <bruno@clisp.org>
16822
16823         * lib/pipe.h: New file, from GNU gettext.
16824         * lib/pipe.c: New file, from GNU gettext.
16825
16826 2004-01-27  Bruno Haible  <bruno@clisp.org>
16827
16828         * m4/execute.m4: New file, from GNU gettext.
16829
16830 2004-01-27  Bruno Haible  <bruno@clisp.org>
16831
16832         * lib/execute.h: New file, from GNU gettext.
16833         * lib/execute.c: New file, from GNU gettext.
16834         * lib/w32spawn.h: New file, from GNU gettext.
16835
16836 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16837
16838         Merge from diffutils.
16839
16840         * lib/file-type.c (file_type): Add typed memory objects.
16841         * lib/file-type.h (S_TYPEISTMO): New macro.
16842
16843         * lib/c-stack.h (c_stack_action): Remove argv argument.
16844         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16845         (die): Don't calculate message unless segv_action returns.
16846         (get_stack_location, min_address_from_argv, max_address_from_argv,
16847         volatile stack_base, volatile_stack_size): Remove.
16848         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16849         that every segmentation violation is a stack overflow.  (Ouch!)
16850         See Debian bug 136249 (still outstanding) for more info about why
16851         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16852
16853 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16854
16855         Exit-status fix from coreutils.
16856
16857         Use exit_failure consistently in place of EXIT_FAILURE,
16858         so that program exit statuses are consistent on failure.
16859
16860         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16861         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16862         * lib/argmatch.h: Comment fix to match the above.
16863         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16864         Now a macro referring to exit_failure, instead of a separate
16865         variable.  Include "exitfail.h" to get it.
16866         * lib/xstrtol.h: Include "exitfail.h".
16867         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16868
16869         * lib/long-options.c (parse_long_options): Use prototype
16870         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16871         for clarity.
16872
16873 2004-01-21  Jim Meyering  <jim@meyering.net>
16874
16875         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16876         so as not to conflict with a different-sized __mktime_internal
16877         function in GNU libc.
16878         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16879         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16880
16881 2004-01-20  Karl Berry  <karl@gnu.org>
16882
16883         * config/config.guess: update from config.
16884
16885         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16886
16887 2004-01-20  Bruno Haible  <bruno@clisp.org>
16888
16889         Safer stack allocation.
16890         * lib/setenv.c: Include allocsa.h.
16891         (alloca): Remove fallback definition.
16892         (freea): Remove macro.
16893         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16894         instead of freea.
16895
16896 2004-01-20  Bruno Haible  <bruno@clisp.org>
16897
16898         * m4/eealloc.m4: New file, from GNU gettext.
16899
16900 2004-01-20  Bruno Haible  <bruno@clisp.org>
16901
16902         * m4/allocsa.m4: New file, from GNU gettext.
16903
16904 2004-01-20  Bruno Haible  <bruno@clisp.org>
16905
16906         * lib/xallocsa.h: New file, from GNU gettext.
16907         * lib/xallocsa.c: New file, from GNU gettext.
16908
16909 2004-01-20  Bruno Haible  <bruno@clisp.org>
16910
16911         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16912
16913 2004-01-20  Bruno Haible  <bruno@clisp.org>
16914
16915         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16916         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16917         specially.
16918
16919 2004-01-20  Bruno Haible  <bruno@clisp.org>
16920
16921         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16922         patch.
16923
16924 2004-01-20  Bruno Haible  <bruno@clisp.org>
16925
16926         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16927
16928 2004-01-20  Bruno Haible  <bruno@clisp.org>
16929
16930         * lib/eealloc.h: New file.
16931
16932 2004-01-20  Bruno Haible  <bruno@clisp.org>
16933
16934         * lib/binary-io.h: Avoid warnings on Cygwin.
16935
16936 2004-01-20  Bruno Haible  <bruno@clisp.org>
16937
16938         * lib/allocsa.h: New file, from GNU gettext.
16939         * lib/allocsa.c: New file, from GNU gettext.
16940
16941 2004-01-18  Karl Berry  <karl@gnu.org>
16942
16943         * doc/gpl.texi, doc/lgpl.texi: new files.
16944
16945 2004-01-18  Karl Berry  <karl@gnu.org>
16946
16947         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16948         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16949
16950 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16951
16952         Merge from coreutils.
16953
16954         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16955         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16956         (gl_DEFAULT_POSIX2_VERSION): Move
16957         the documentation from 'configure' into 'config.hin',
16958         so that 'configure --help' isn't burdened by it and
16959         we don't have to worry about its formatting there.
16960         Reword the documentation so that it's more succinct
16961         and can be run together into a single paragraph.
16962         * m4/same.m4 (gl_SAME): Check for pathconf.
16963
16964 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16965
16966         Merge from coreutils.
16967
16968         * lib/posixver.c: Include posixver.h.
16969
16970         * lib/same.c: Include <stdbool.h>, <limits.h>.
16971         (_POSIX_NAME_MAX): Define if not defined.
16972         (MIN): New macro.
16973         (same_name): If file names are silently truncated, report
16974         that the file names are the same if they are the same after
16975         the silent truncation.
16976
16977         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16978         conversion function.
16979         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16980         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16981         longer needed.
16982
16983 2004-01-15  Jim Meyering  <jim@meyering.net>
16984
16985         Merge from coreutils.
16986
16987         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16988         if no library is required.
16989         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16990         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16991         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16992         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16993         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16994         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16995         value, $ac_cv_search_crypt, if it's "none required".
16996         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16997         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16998         not gl_FUNC_GETLOADAVG.
16999         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17000         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17001
17002 2004-01-15  Jim Meyering  <jim@meyering.net>
17003
17004         Merge from coreutils.
17005
17006         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17007         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17008         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17009
17010         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17011         optional configure-time default.
17012
17013         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17014
17015         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17016
17017 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17018
17019         Merge from coreutils.
17020
17021         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17022         value, $ac_cv_search_nanosleep, if it's "none required".
17023
17024 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17025
17026         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17027         with like-named macro in fnmatch.c.
17028         (EXT): Use an internal constant instead.
17029
17030         Merge fnmatch patches from glibc.
17031         * lib/fnmatch.c (mbsinit): Remove define.
17032         Add libc_hidden_ver (__fnmatch, fnmatch).
17033         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17034         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17035
17036 2004-01-14  Karl Berry  <karl@gnu.org>
17037
17038         * config/install-sh: update from automake.
17039
17040 2004-01-13  Karl Berry  <karl@gnu.org>
17041
17042         * config/install-sh: update from automake.
17043
17044 2004-01-09  Karl Berry  <karl@gnu.org>
17045
17046         * config/install-sh: update from automake.
17047
17048 2004-01-05  Karl Berry  <karl@gnu.org>
17049
17050         * config/config.{sub,guess}: update from config.
17051
17052 2003-12-31  Karl Berry  <karl@gnu.org>
17053
17054         * config/depcomp: update from automake.
17055
17056 2003-12-14  Karl Berry  <karl@gnu.org>
17057
17058         * lib/config.charset: update from gettext-runtime.
17059
17060 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17061
17062         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17063         Bug reported by Alfred M. Szmidt.
17064
17065 2003-12-03  Bruno Haible  <bruno@clisp.org>
17066
17067         * m4/gettext.m4: Upgrade from gettext-0.13.
17068         * m4/po.m4: Upgrade from gettext-0.13.
17069         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17070         * m4/intmax.m4: New file, from gettext-0.13.
17071         * m4/printf-posix.m4: New file, from gettext-0.13.
17072
17073 2003-11-29  Karl Berry  <karl@gnu.org>
17074
17075         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17076
17077 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17078             Bruno Haible  <bruno@clisp.org>
17079
17080         * lib/printf-parse.h: Don't include sys/types.h.
17081         (ARG_NONE): New macro.
17082         (char_directive): Change type of *arg_index fields to size_t.
17083         * lib/printf-parse.c: Don't include sys/types.h.
17084         (SSIZE_MAX): Remove macro.
17085         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17086         Remove unnecessary overflow check.
17087         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17088         fields.
17089
17090 2003-11-25  Bruno Haible  <bruno@clisp.org>
17091
17092         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17093
17094 2003-11-25  Bruno Haible  <bruno@clisp.org>
17095
17096         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17097         gt_TYPE_SSIZE_T.
17098
17099 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17100
17101         * modules/alloca: Remove dependency on xalloc.
17102
17103 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17104
17105         * lib/alloca.c: Remove dependency on xalloc module.
17106         (xalloc_die): Remove.
17107         (memory_full) [!defined emacs]: New macro.
17108         [!defined emacs]: Don't include xalloc.h.
17109         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17110         address arithmetic overflows.  Change datatypes a bit to avoid
17111         unnecessary casts.
17112
17113 2003-11-22  Jim Meyering  <jim@meyering.net>
17114
17115         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17116         s/size/size_t/.
17117
17118 2003-11-21  Karl Berry  <karl@gnu.org>
17119
17120         * config/config.{sub,guess}: update from config.
17121
17122 2003-11-18  Karl Berry  <karl@gnu.org>
17123
17124         * config/config.{sub,guess}: update from config.
17125
17126         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17127
17128 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17129
17130         * README: Mention that S+T cannot overflow if S is the size of
17131         an existing object and T is sufficiently small.
17132
17133 2003-11-17  Jim Meyering  <jim@meyering.net>
17134
17135         On systems without utime and without a utimes function capable of
17136         dealing with a NULL struct utimbuf* argument, this utime replacement
17137         could -- in unusual circumstances -- leak a file descriptor.
17138         * lib/utime.c: Include <unistd.h> and <errno.h>.
17139         (utime_null): Be sure to close `fd' and to preserve errno.
17140         Reported by Geoff Collyer via Arnold Robbins.
17141
17142 2003-11-17  Bruno Haible  <bruno@clisp.org>
17143
17144         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17145         (Depends-on): Add xsize.
17146
17147 2003-11-17  Bruno Haible  <bruno@clisp.org>
17148
17149         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17150
17151 2003-11-17  Bruno Haible  <bruno@clisp.org>
17152
17153         * lib/vasnprintf.c (alloca): Remove fallback definition.
17154         (freea): Remove definition.
17155         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17156         Reported by Paul Eggert.
17157
17158 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17159             Bruno Haible  <bruno@clisp.org>
17160
17161         Protect against address arithmetic overflow.
17162         * lib/printf-args.h: Include stddef.h.
17163         (arguments): Change type of field 'count' to size_t.
17164         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17165         'unsigned int' where appropriate.
17166         * lib/printf-parse.h: Include sys/types.h.
17167         (char_directive): Change type of *arg_index fields to ssize_t.
17168         (char_directives): Change type of fields 'count', max_*_length to
17169         size_t.
17170         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17171         (SSIZE_MAX): Define fallback value.
17172         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17173         instead of 'int' where appropriate. Check a_allocated, d_allocated
17174         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17175         * lib/vasnprintf.c: Include xsize.h.
17176         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17177         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17178         overflow. Avoid wraparound when converting a width or precision from
17179         decimal to binary.
17180
17181 2003-11-16  Bruno Haible  <bruno@clisp.org>
17182
17183         Update from GNU gettext.
17184         * lib/printf-parse.c: Generalize to it can be compiled for wide
17185         strings.
17186         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17187         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17188         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17189         SNPRINTF): New macros.
17190         Don't include <alloca.h> if the file is used inside libintl.
17191         (local_wcslen): New function, for Solaris 2.5.1.
17192         (VASNPRINTF): Use it instead of wcslen.
17193
17194 2003-11-16  Bruno Haible  <bruno@clisp.org>
17195
17196         * lib/xsize.h (xmax): New function.
17197         (xsum, xsum3, xsum4): Declare as "pure" functions.
17198
17199 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17200
17201         * modules/xalloc (Files): Undo latest change, since xalloc.h
17202         no longer needs SIZE_MAX or PTRDIFF_MAX.
17203
17204 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17205
17206         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17207         gl_PTRDIFF_MAX.
17208
17209 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17210
17211         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17212         "return", to pacify some unknown compiler.  Problem reported
17213         by Joerg Schilling.
17214
17215 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17216
17217         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17218         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17219         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17220         heuristic is just as accurate as far as we know, and it removes a
17221         dependency on size_max.m4 and ptrdiff_max.m4.
17222
17223 2003-11-11  Bruno Haible  <bruno@clisp.org>
17224
17225         * modules/xsize (Files): Add m4/size_max.m4.
17226         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17227
17228 2003-11-11  Bruno Haible  <bruno@clisp.org>
17229
17230         * m4/size_max.m4: New file.
17231         * m4/ptrdiff_max.m4: New file.
17232         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17233         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17234         (gl_XALLOC): Invoke it.
17235
17236 2003-11-11  Bruno Haible  <bruno@clisp.org>
17237
17238         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17239         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17240         defined.
17241
17242 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17243
17244         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17245         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17246         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17247         From Bruno Haible.
17248         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17249         not (size_t) -1, since it's defined here.
17250
17251 2003-11-09  Karl Berry  <karl@gnu.org>
17252
17253         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17254
17255 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17256
17257         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17258         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17259         Reject sizes of exactly SIZE_MAX bytes.
17260         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17261         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17262
17263 2003-11-05  Bruno Haible  <bruno@clisp.org>
17264
17265         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17266         SIZE_MAX defined in <limits.h> on Solaris.
17267
17268 2003-11-04  Jim Meyering  <jim@meyering.net>
17269
17270         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17271         variable names, rather than @VAR@.
17272         * modules/poll: Likewise.
17273
17274 2003-11-04  Bruno Haible  <bruno@clisp.org>
17275
17276         * modules/xsize: New file.
17277         * modules/linebreak: Depend on xsize.
17278         * MODULES.html.sh (func_all_modules): Add xsize.
17279
17280 2003-11-04  Bruno Haible  <bruno@clisp.org>
17281
17282         * m4/xsize.m4: New file.
17283
17284 2003-11-04  Bruno Haible  <bruno@clisp.org>
17285
17286         * lib/xsize.h: New file.
17287         * lib/linebreak.c: Include xsize.h.
17288         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17289         argument for overflow.
17290         Suggested by Paul Eggert.
17291
17292 2003-11-03  Karl Berry  <karl@gnu.org>
17293
17294         * config/config.{guess,sub}: update from config.
17295
17296 2003-11-03  Jim Meyering  <jim@meyering.net>
17297
17298         * modules/userspec (lib_SOURCES): Add userspec.h.
17299         (Include): Add "userspec.h".
17300         Improve description.
17301
17302 2003-11-03  Jim Meyering  <jim@meyering.net>
17303
17304         * lib/userspec.c: Include "userspec.h".
17305         * lib/userspec.h: New file.
17306
17307 2003-11-03  Bruno Haible  <bruno@clisp.org>
17308
17309         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17310
17311 2003-11-03  Bruno Haible  <bruno@clisp.org>
17312
17313         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17314         available, to avoid (extremely rare) race condition.
17315         Suggested by Paul Eggert.
17316
17317 2003-11-02  Karl Berry  <karl@gnu.org>
17318
17319         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17320
17321 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17322
17323         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17324         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17325         (read_filesystem_list): Set and use me_type_malloced.
17326         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17327         whatever the type happens to be), for brevity and consistency.
17328         Check for size calculation overflow on Alphas running OSF/1.
17329
17330 2003-10-31  Jim Meyering  <jim@meyering.net>
17331
17332         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17333
17334         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17335
17336 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17337             Bruno Haible  <bruno@clisp.org>
17338
17339         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17340         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17341
17342 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17343
17344         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17345         netbsd*-gnu*.  Suggested by Robert Millan.
17346
17347 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17348
17349         * modules/group-member: Depend on stdbool.
17350
17351 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17352
17353         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17354
17355 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17356
17357         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17358         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17359         after the 'gnu' in these cases.  This fixes some bugs in the
17360         previous change, and is based on suggestions by Robert Millan.
17361
17362 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17363
17364         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17365         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17366         no longer needed.
17367         * lib/quotearg.c (quotearg_n_options): Use it.
17368         * lib/group-member.c: Include <stdbool.h>.
17369         (free_group_info): Arg is now const *; don't free arg.
17370         (get_group_info): Now returns bool and accepts struct group_info *,
17371         rather than returning a malloc'ed struct group_info *.
17372         All uses changed.  Check for overflow in internal size calculation.
17373
17374         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17375         rather than xmalloc/xrealloc.
17376         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17377         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17378         conformance bug: the old code used a pointer after freeing the
17379         storage that it addressed.
17380         * lib/hash.c (hash_initialize): Simplify the code by using
17381         xalloc_oversized rather than doing it by hand.
17382         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17383         the buffer preserved.  Use free and xmalloc instead.
17384         * lib/quotearg.c (quotearg_n_options): Likewise.
17385         Use a simpler test for size overflow.  Don't use xalloc_oversized
17386         because unsigned int might be wider than size_t (!); this suggests
17387         that we should switch from unsigned int to size_t for slot numbers.
17388
17389 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17390
17391         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17392         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17393         NetBSD kernels.  Requested by Richard Stallman.
17394
17395 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17396
17397         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17398         to allocate the returned structure.  Do not allocate a subarray,
17399         as x2nrealloc will do that.
17400         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17401         instead of xnrealloc.
17402         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17403
17404 2003-10-27  Bruno Haible  <bruno@clisp.org>
17405
17406         * lib/stdbool_.h: Better support for BeOS.
17407
17408 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17409
17410         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17411         now uses inline.
17412
17413 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17414
17415         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17416         callers that want to do their own size-overflow checking.  Include
17417         <stdbool.h>, since xalloc_oversized returns bool.
17418         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17419         to use xalloc_oversized.
17420
17421         Add two functions x2realloc, x2nrealloc, for programs that grow
17422         arrays dynamically by doubling their sizes.
17423         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17424         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17425         New functions.
17426
17427         Port to C99 semantics for 'inline' of external functions.
17428         Bug reported by Bruno Haible.
17429         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17430         with the old contents of xnmalloc.
17431         (xnmalloc, xmalloc): Use it.
17432         (xnrealloc_inline): New static inline function,
17433         with the old contents of xnrealloc.
17434         (xnrealloc, xrealloc): Use it.
17435
17436         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17437         that.
17438
17439 2003-10-26  Karl Berry  <karl@gnu.org>
17440
17441         * config/srclist.txt (COPYING.DOC): no longer available from
17442         /gd/gnuorg; don't know where the ultimate source is.
17443
17444 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17445
17446         Fix several address-calculation bugs in the hash modules,
17447         plus some minor code cleanup.
17448
17449         * lib/hash.h: Include <stdbool.h>, for bool.
17450         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17451         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17452         hash_get_n_entries, hash_get_max_bucket_length,
17453         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17454         hash_rehash): Use size_t rather than unsigned.
17455         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17456         hash_get_n_buckets_used, hash_get_n_entries,
17457         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17458         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17459         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17460         Likewise.
17461         (SIZE_MAX): Define if not defined.
17462         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17463         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17464         hash_print):
17465         Use const * when possible.
17466         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17467         (check_tuning): Fix bug: if tuning parameters were very close to
17468         0 or 1, rounding errors could have caused subscript violations.
17469         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17470         (hash_initialize): Add 'fail:' label
17471         to free table and return NULL, and use it to simplify code.
17472         Use calloc rather than clearing the storage ourself.
17473         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17474         buffer size calculations.
17475         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17476         Include <stddef.h>, for size_t.
17477         * lib/hash-pjw.c (hash_pjw): Likewise.
17478         Switch to method described by Bruno Haible.
17479         Include <limits.h>, for CHAR_BIT.
17480         (SIZE_BITS): New macro.
17481
17482 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17483
17484         * m4/getline.m4 (AM_FUNC_GETLINE):
17485         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17486         hosts.  Problem reported by Derek Robert Price in
17487         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17488         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17489         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17490
17491 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17492
17493         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17494         ceiling the allocation at NMAX bytes rather than silently
17495         discarding input bytes before NMAX is reached.  This makes
17496         a difference only if NMAX exceeds SIZE_MAX / 2.
17497
17498         * lib/obstack.c: Merge from glibc.
17499         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17500         Add libc_hidden_def (_obstack_newchunk).
17501         (_obstack_free) [! defined _LIBC]: Remove.
17502         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17503         a clone of the function body.
17504         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17505         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17506
17507         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17508         glibc.
17509         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17510         arg to memcpy.
17511
17512         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17513         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17514         Don't use lvalue casts, as GCC plans to remove support for them
17515         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17516         was also present in the non-GCC version, indicating that this
17517         code had always been buggy and had never been widely used.
17518         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17519         Use the fast variant of each macro, rather than copying the
17520         definiens of the fast variant; that way, we'll be more likely to
17521         catch future bugs in the fast variants.
17522
17523 2003-10-20  Bruno Haible  <bruno@clisp.org>
17524
17525         * modules/wait-process: New file.
17526         * MODULES.html.sh (func_all_modules): Add wait-process.
17527
17528 2003-10-20  Bruno Haible  <bruno@clisp.org>
17529
17530         * m4/wait-process.m4: New file.
17531
17532 2003-10-20  Bruno Haible  <bruno@clisp.org>
17533
17534         * lib/wait-process.h: New file, from GNU gettext.
17535         * lib/wait-process.c: New file, from GNU gettext.
17536
17537 2003-10-19  Jim Meyering  <jim@meyering.net>
17538
17539         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17540         HPUX 10.20.
17541
17542 2003-10-18  Karl Berry  <karl@gnu.org>
17543
17544         * config/config.guess: update from config.
17545
17546 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17547
17548         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17549         (getgroups): First arg is int, not size_t.
17550         Don't let 'free' mangle errno.
17551
17552 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17553
17554         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17555
17556 2003-10-16  Karl Berry  <karl@gnu.org>
17557
17558         * config/config.{guess,sub}: update from config.
17559
17560 2003-10-16  Jim Meyering  <jim@meyering.net>
17561
17562         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17563         memcpy.
17564
17565 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17566
17567         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17568         (SIZE_MAX): Remove.
17569         (new_exclude, add_exclude_file): Initial size no longer needs to
17570         be a power of 2.
17571         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17572         our own address arithmetic overflow checking.
17573
17574         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17575         (fnmatch): Do not alloca more than 2000 wide characters;
17576         instead, use malloc for large buffers.
17577         Check for address arithmetic overflow, and return -1
17578         with errno set to ENOMEM in that case.
17579         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17580         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17581         instead, return -1.  Check for address arithmetic overflow.
17582
17583 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17584
17585         Handle invalid suffixes and overflow independently, so that
17586         callers can treat them independently as needed.  Fix some bugs in
17587         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17588         suffix for a human-readable blocksize.  The major caller-visible
17589         change is the addition of a new
17590         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17591         that both overflow and suffix chars were found.
17592
17593         * lib/human.c (humblock): Don't check separately for invalid suffix
17594         char; that is xstrtoumax's job (now that its bug is fixed).
17595         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17596         INTMAX_MAX]: New macros.
17597         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17598         TYPE_MAXIMUM): New macros.
17599         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17600         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17601         if overflow occurs, as it's what __strtol does and it's more useful
17602         in practice.
17603         (__xstrtol): If __strtol reports some error other than ERANGE,
17604         reflect it to the caller as LONGINT_INVALID.  If it reports
17605         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17606         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17607         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17608         value.
17609         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17610         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17611         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17612         [defined UINTMAX_MAX]: New macros.
17613
17614 2003-10-14  Bruno Haible  <bruno@clisp.org>
17615
17616         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17617
17618 2003-10-14  Bruno Haible  <bruno@clisp.org>
17619
17620         * m4/sig_atomic_t: New file, from GNU gettext.
17621         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17622
17623 2003-10-14  Bruno Haible  <bruno@clisp.org>
17624
17625         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17626         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17627         Also use volatile where needed.
17628
17629 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17630
17631         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17632         Change maintainer from Bruno Haible to 'all'.
17633
17634 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17635
17636         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17637
17638 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17639
17640         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17641         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17642         and define in terms of the other primitives.
17643         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17644         (SIZE_MAX): Define if not already defined.
17645         (array_size_overflow): New function.
17646         (xalloc_die): Abort instead of exiting if 'error' returns.
17647         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17648         (xmalloc, xrealloc): Use them.
17649         (xcalloc): Check for address arithmetic overflow.
17650         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17651         a bit faster than strcpy.
17652
17653 2003-10-10  Simon Josefsson  <jas@extundo.com>
17654
17655         * modules/argp (Depends-on): Add restrict and strcase.
17656
17657 2003-10-10  Simon Josefsson  <jas@extundo.com>
17658
17659         * m4/argp.m4: Add AC_C_INLINE.
17660
17661 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17662
17663         Merge getpass from libc, plus a few fixes.
17664
17665         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17666         Include <stdbool.h>.
17667         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17668         __fsetlocking to empty.
17669         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17670         do include <bits/libc-lock.h>.
17671         Do not include <fcntl.h>; not needed.
17672         [_LIBC]: Include <wchar.h>.
17673         (NOTCANCEL_MODE): New macro.
17674         (flockfile, funlockfile) [_LIBC]: New macros.
17675         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17676         [!_LIBC]: New macros.
17677         (call_fclose): New function.
17678         (getpass): Use it.  Save tty stream separately; this simplifies the
17679         code and makes it more reliable if stdin happens to equal stdout.
17680         Invoke __fsetlocking on tty.
17681         Handle thread cancellation if needed.
17682         Namespace cleanup (use __tcgetattr, __getline).
17683         Use bool for Booleans.
17684         [USE_IN_LIBIO]: Handle wide streams.
17685         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17686         stream might go where.
17687
17688         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17689         doesn't have to include <stdio.h> before us.
17690         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17691         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17692         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17693         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17694         if not declared, so that we can use getpass.c code from libc without
17695         rewriting it.
17696         (flockfile, ftrylockfile, funlockfile): New macros.
17697
17698 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17699
17700         * modules/getpass: Depend on stdbool.
17701
17702 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17703
17704         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17705
17706 2003-10-07  Karl Berry  <karl@gnu.org>
17707
17708         * config/config.{guess,sub}: update from config.
17709
17710 2003-10-06  Jim Meyering  <jim@meyering.net>
17711             Bruno Haible  <bruno@clisp.org>
17712
17713         This lets translators provide better translations for the
17714         "Written by ..." part of --version output.
17715         * lib/version-etc.h: Include stdarg.h.
17716         (version_etc_copyright): Declare as readonly.
17717         (version_etc): Make this function variadic with a NULL-terminated list
17718         of author name strings.
17719         (version_etc_va): New declaration.
17720         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17721         (version_etc_copyright): Declare as readonly.
17722         (version_etc_va): New function. Provide a different translatable string
17723         for each possible number of authors < 10. Abbreviate when there are 10
17724         authors or more.
17725         (version_etc): Make this function variadic. Call version_etc_va.
17726         Suggestion from Gary V. Vaughan.
17727
17728         * lib/long-options.h (parse_long_options): Change prototype: the
17729         authors string is moved to the end and becomes variadic.
17730         * lib/long-options.c: Include stdarg.h.
17731         (parse_long_options): Make this function variadic, too.
17732         Call version_etc_va, not version_etc.
17733
17734 2003-10-06  Bruno Haible  <bruno@clisp.org>
17735
17736         * modules/version-etc-2: Remove file.
17737         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17738
17739 2003-10-06  Bruno Haible  <bruno@clisp.org>
17740
17741         * modules/fatal-signal: New file.
17742         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17743
17744 2003-10-06  Bruno Haible  <bruno@clisp.org>
17745
17746         * m4/fatal-signal.m4: New file.
17747         * m4/signalblocking.m4: New file, from GNU gettext.
17748
17749 2003-10-06  Bruno Haible  <bruno@clisp.org>
17750
17751         * lib/version-etc-2.h: Remove file.
17752         * lib/version-etc-2.c: Remove file.
17753
17754 2003-10-06  Bruno Haible  <bruno@clisp.org>
17755
17756         * lib/fatal-signal.h: New file, from GNU gettext.
17757         * lib/fatal-signal.c: New file, from GNU gettext.
17758
17759 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17760
17761         * README: Rework advice for preventing empty .o files.
17762         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17763         not <sys/types.h>.
17764
17765 2003-10-04  Karl Berry  <karl@gnu.org>
17766
17767         * lib/argp*: update from libc.
17768
17769 2003-10-04  Karl Berry  <karl@gnu.org>
17770
17771         * config/config.{guess,sub}: update from config.
17772
17773 2003-10-02  Bruno Haible  <bruno@clisp.org>
17774
17775         * modules/lchown (Include): Add lchown.h.
17776         * modules/time_r (Include): Use "..." syntax.
17777         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17778
17779 2003-10-01  Simon Josefsson  <jas@extundo.com>
17780
17781         * MODULES.html.sh (func_all_modules): Move gethostname from section
17782         'based on' to section 'lacking' POSIX:2001.
17783
17784 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17785
17786         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17787         to output mode on the same stream.
17788
17789 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17790
17791         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17792         Fix arg typo in previous patch.
17793
17794 2003-09-28  Jim Meyering  <jim@meyering.net>
17795
17796         * lib/error.c: Correct cpp indentation.
17797
17798 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17799
17800         * modules/free: New file.
17801
17802 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17803
17804         * m4/free.m4: New file.
17805
17806 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17807
17808         * lib/minmax.h (MIN, MAX)
17809         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17810         Omit the special code that used __typeof__, since we worry that
17811         it could be more trouble than it's worth.  See:
17812         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17813         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17814
17815         * lib/free.c: New file.
17816
17817 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17818
17819         Trivial fixes to Makefile.am parts of module listings.
17820         * modules/strstr: Append strstr.h to lib_SOURCES.
17821         * modules/strcase: Likewise, for strcase.h.
17822
17823 2003-09-27  Karl Berry  <karl@gnu.org>
17824
17825         * config/mkinstalldirs: update from automake.
17826
17827 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17828
17829         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17830         (error_tail): Do not loop, reallocating temporary buffer, since
17831         the output cannot contain more wide characters than the input
17832         contains bytes, the size must be big enough already.  This avoids
17833         one potential size overflow calculation.  Check for size overflow
17834         when calculating temporary buffer size.  Free temporary buffer
17835         when done, if it was allocated with malloc; this plugs a memory
17836         leak.  Remove casts from void * to pointers, that are no longer
17837         needed now that we're assuming C89 or better.
17838
17839         Merge error changes from glibc.
17840
17841         * lib/error.c, error.h: Update copyright notice header to match glibc.
17842         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17843         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17844         Disable cancellation while printing error.
17845         * lib/error.h: Prepend __ to parameter names.
17846
17847 2003-09-26  Jim Meyering  <jim@meyering.net>
17848
17849         * lib/error.c (error_tail): Move some declarations
17850         into inner scope where the local variables are used.
17851
17852 2003-09-26  Bruno Haible  <bruno@clisp.org>
17853
17854         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17855         stpncpy().
17856         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17857
17858 2003-09-26  Bruno Haible  <bruno@clisp.org>
17859
17860         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17861         (stpncpy): Define as alias for gnu_stpncpy.
17862         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17863
17864 2003-09-25  Simon Josefsson  <jas@extundo.com>
17865
17866         * lib/xgetdomainname.h: New file.
17867         * lib/xgetdomainname.c: New file.
17868
17869 2003-09-25  Simon Josefsson  <jas@extundo.com>
17870             Bruno Haible  <bruno@clisp.org>
17871
17872         * modules/getdomainname: New file.
17873         * modules/xgetdomainname: New file.
17874         * MODULES.html.sh (func_all_modules): Add getdomainname,
17875         xgetdomainname.
17876
17877 2003-09-25  Simon Josefsson  <jas@extundo.com>
17878             Bruno Haible  <bruno@clisp.org>
17879
17880         * m4/getdomainname.m4: New file.
17881
17882 2003-09-25  Simon Josefsson  <jas@extundo.com>
17883             Bruno Haible  <bruno@clisp.org>
17884
17885         * lib/getdomainname.h: New file.
17886         * lib/getdomainname.c: New file.
17887
17888 2003-09-25  Karl Berry  <karl@gnu.org>
17889
17890         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17891
17892 2003-09-25  Karl Berry  <karl@gnu.org>
17893
17894         * config/install-sh: update from automake.
17895
17896 2003-09-25  Bruno Haible  <bruno@clisp.org>
17897
17898         * modules/version-etc-2: New file, from modules/version-etc with
17899         modifications.
17900         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17901
17902 2003-09-25  Bruno Haible  <bruno@clisp.org>
17903
17904         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17905         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17906
17907 2003-09-24  Simon Josefsson  <jas@extundo.com>
17908
17909         * modules/xgethostname: Add xgethostname.h.
17910
17911 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17912
17913         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17914         the buffer associated with the argument.  Bug reported by
17915         Simon Josefsson.
17916
17917 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17918
17919         * README: Document assumptions that 'int' is at least 32 bits
17920         wide, that integer arithmetic is 2's complement without overflow,
17921         that there are no holes in integer values, that adding sizes of
17922         two nonoverlapping objects can't overflow, and that all-bits-zero
17923         yields scalar zero.  Fix spelling and capitalization typos.
17924
17925 2003-09-19  Karl Berry  <karl@gnu.org>
17926
17927         * lib/argp.h: update from libc.
17928
17929 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17930
17931         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17932         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17933         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17934
17935 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17936
17937         * gnulib-tool: Use "test -h", not "test -L", for portability
17938         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17939         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17940         (sed_extract_prog): Issue s commands one-by-one, rather than
17941         using \| in one s command.
17942
17943 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17944
17945         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17946         input error, instead of returning NULL the next time we are called
17947         (and therefore losing track of errno).
17948
17949 2003-09-16  Bruno Haible  <bruno@clisp.org>
17950
17951         * gnulib-tool (func_create_testdir): Warn about duplicated
17952         dependencies.
17953
17954 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17955
17956         * modules/argmatch, modules/fatal, modules/obstack,
17957         modules/xalloc, modules/xgethostname: Sort dependencies by
17958         importance, not alphabetically.
17959
17960 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17961
17962         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17963         fails, so that the caller gets the proper errno.
17964
17965         * lib/readutmp.c (read_utmp): Likewise.
17966         Check for fstat error.  Close stream and free storage
17967         when failing.
17968
17969 2003-09-14  Karl Berry  <karl@gnu.org>
17970
17971         * config/srclist.txt (strdup.c): disable for c89 changes.
17972
17973 2003-09-14  Jim Meyering  <jim@meyering.net>
17974
17975         * lib/getloadavg.c: Correct cpp indentation.
17976         * lib/strdup.c: Likewise.
17977         * lib/vasnprintf.c: Likewise.
17978
17979 2003-09-14  Bruno Haible  <bruno@clisp.org>
17980
17981         * modules/fwriteerror: New file.
17982         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17983
17984 2003-09-14  Bruno Haible  <bruno@clisp.org>
17985
17986         * lib/fwriteerror.h: New file.
17987         * lib/fwriteerror.c: New file.
17988
17989 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17990
17991         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17992         modules/xgethostname, modules/xalloc: Depend on exit.
17993
17994 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17995
17996         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17997
17998         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17999         and AC_MINIX, too, so that their extensions are available.
18000
18001         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18002         This macro has been superseded by gl_BACKUPFILE.
18003
18004         More patches to assume C89 or better.
18005
18006         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18007
18008         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18009         unconditionally.
18010         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18011         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18012         Include <string.h>, <stdlib.h> unconditionally.
18013         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18014         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18015         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18016         headers or for string.h.
18017         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18018         or strtoul.
18019
18020         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18021         headers.
18022         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18023         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18024         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18025         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18026         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18027         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18028         memcpy, memset.
18029         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18030         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18031         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18032         strtol.
18033         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18034         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18035         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18036         strtoul.
18037
18038 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18039
18040         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18041         * lib/obstack.c [!defined _LIBC]: Likewise.
18042         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18043         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18044         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18045
18046         More changes to assume C89 or better.
18047
18048         * lib/error.c (error_tail): Assume vprintf.
18049
18050         * lib/argmatch.c (getenv): Remove decl.
18051         * lib/progreloc.c (get_full_program_name): Define via prototype.
18052         * lib/setenv.c (clearenv): Likewise.
18053         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18054         needed.
18055         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18056         (malloc, memcpy): Remove decls.
18057         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18058         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18059         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18060         (memcpy): Remove macro.
18061         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18062         (__P): Remove.  All uses removed.
18063         (PTR): Remove.  All uses changed to void *.
18064         (CHAR_BIT, NULL): Remove.
18065         (spaces, zeros, memset_space, memset_zero)
18066         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18067         Remove.
18068         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18069         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18070         Define with prototype.
18071         Remove now-unnecessary prototype decl.
18072         (extra_args_spec): Assume ANSI C.  All uses changed.
18073         (extra_args_spec_iso): Remove.
18074         (my_strftime, emacs_strftimeu): Define via prototype.
18075         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18076         unconditionally.
18077         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18078         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18079         (strtoul, strtol): Remove decls.
18080         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18081         LONG_MAX): Remove.
18082         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18083         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18084         (LOCALE_PARAM_PROTO): New macro.
18085         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18086         (INTERNAL (strtol), strtol): Define with a prototype.
18087         (PARAMS): Remove.  All uses removed.
18088         * lib/tempname.c: Include <string.h> unconditionally.
18089         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18090         * lib/xgethostname.c (main): Define with a prototype.
18091         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18092         Include <stdlib.h> unconditionally.
18093         (calloc, malloc, realloc, free): Remove decls.
18094         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18095         Include <stdlib.h> unconditionally.  Sort include file names.
18096         (strtod): Remove.
18097         (xstrtod): Define with a prototype.
18098         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18099         (strtol, strtoul): Remove decls.
18100
18101 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18102
18103         More patches to assume C89 or better.
18104         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18105         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18106         string.h, memchr, STDC_HEADERS.
18107
18108 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18109
18110         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18111         Include <stdlib.h>, <string.h> unconditionally.
18112         Remove now-unnecessary cast to char *.
18113         * lib/strnlen.c: Include <string.h> unconditionally.
18114         * lib/yesno.c (yesno): Define with a prototype.
18115
18116 2003-09-11  Bruno Haible  <bruno@clisp.org>
18117
18118         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18119
18120 2003-09-10  Jim Meyering  <jim@meyering.net>
18121
18122         * lib/error.c: Correct indentation of cpp directives.
18123
18124 2003-09-10  Bruno Haible  <bruno@clisp.org>
18125
18126         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18127         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18128         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18129         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18130         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18131         <stdlib.h> and <string.h> checks.
18132         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18133         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18134
18135 2003-09-10  Bruno Haible  <bruno@clisp.org>
18136
18137         * lib/strcspn.c: Include <string.h> unconditionally.
18138         * lib/strpbrk.c: Include <string.h> unconditionally.
18139         * lib/strstr.c: Include <string.h> unconditionally.
18140         * lib/unicodeio.c: Include <string.h> unconditionally.
18141         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18142         * lib/unsetenv.c: Likewise.
18143         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18144         * lib/yesno.c: Include <stdlib.h> unconditionally.
18145         (rpmatch): Add prototype.
18146
18147 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18148
18149         More patches to assume C89 or better.
18150         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18151         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18152         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18153         or for string.h.
18154         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18155         stdlib.h.
18156         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18157         C headers.
18158         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18159         string.h.
18160         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18161         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18162         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18163         or for string.h.
18164         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18165         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18166         C headers.
18167         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18168         memcpy.
18169         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18170         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18171         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18172         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18173         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18174         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18175         string.h, free.
18176         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18177         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18178         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18179         C headers, or for string.h.
18180         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18181         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18182         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18183         headers, memory.h, stdlib.h, string.h, strings.h.
18184         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18185         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18186         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18187         strchr.
18188         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18189         headers, memory.h, string.h.
18190         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18191         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18192         free.
18193         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18194         headers.
18195         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18196         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18197         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18198         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18199         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18200
18201 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18202
18203         More K&R removal.
18204
18205         * lib/acosl.c (main): Use a prototype.
18206         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18207         tanl.c: Likewise.
18208
18209         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18210
18211         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18212         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18213         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18214         with a prototype.
18215         * lib/getopt.c (const): Remove macro.
18216         Include <string.h> unconditionally.
18217         (my_index): Remove; all uses changed to strchr.
18218         (strlen): Remove decl.
18219         (exchange): Remove forward decl; no longer needed.
18220         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18221         Define with prototype.
18222         * lib/getopt1.c (const): Remove macro.
18223         (getopt_long, getopt_long_only, main): Define with prototype.
18224
18225         * lib/getugroups.c: Include <string.h> unconditionally.
18226
18227         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18228         (getusershell, setusershell, endusershell, readname, main):
18229         Define with prototypes.
18230
18231         * lib/group-member.c: Include group-member.h first.
18232         Include <stdlib.h> unconditionally.
18233
18234         * lib/hard-locale.c: Include hard-locale.h first.
18235         Include <stdlib.h>, <string.h> unconditionally.
18236
18237         * lib/hash.c (free, malloc): Remove decls.
18238         Include <stdlib.h> unconditionally.
18239
18240         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18241         (getenv): Do not declare.
18242
18243         * lib/idcache.c: Include <string.h> unconditionally.
18244
18245         * lib/long-options.c: Include long-options.h first, to test interface.
18246         Include <stdlib.h> unconditionally.
18247
18248         * lib/makepath.c: Include makepath.h first, to test interface.
18249         Include <stdlib.h> and <string.h> unconditionally.
18250
18251         * lib/linebuffer.c: Include <stdlib.h>.
18252         (free): Remove decl.
18253
18254         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18255         stddef.h. rpl_malloc returns void *, not char *.
18256         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18257         prototype.
18258
18259         * lib/md5.h: Include <limits.h> unconditionally.
18260         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18261         (__P): Remove; all uses removed.
18262         * lib/md5.c: Include "md5.h" first.
18263         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18264         md5_buffer, md5_process_bytes, md5_process_block):
18265         Define with prototypes.
18266         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18267         * lib/sha.c: Include "sha.h" first.
18268         Include <stdlib.h>, <string.h> unconditionally.
18269
18270         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18271         * lib/memcmp.c (__ptr_t): Likewise.
18272         * lib/memrchr.c (__ptr_t): Likewise.
18273         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18274         Include <string.h> unconditionally.
18275         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18276         * lib/memchr.c: Include <stdlib.h> unconditionally.
18277         * lib/memchr.c (LONG_MAX): Remove.
18278         * lib/memrchr.c (LONG_MAX): Likewise.
18279         * lib/memchr.c (__memchr): Define via a prototype.
18280         * lib/memrchr.c (__memrchr): Likewise.
18281         * lib/memcmp.c (__P): Remove, and remove all uses.
18282         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18283         Remove forward decls; no longer needed.
18284         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18285         Use types required by C89 in prototype.
18286
18287         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18288         * lib/savedir.c: Likewise.
18289         * lib/mkdir.c (free): Remove decl.
18290         * lib/rmdir.c (rmdir): Define with a prototype.
18291         * lib/savedir.c: Include savedir.h first, to test interface.
18292
18293         * lib/mktime.c (STDC_HEADERS): Remove.
18294         Include <stdlib.h>, <string.h> unconditionally.
18295
18296         * lib/modechange.c: Include <stdlib.h> unconditionally.
18297         (malloc): Remove decl.
18298
18299         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18300         (free): Remove decl.
18301
18302         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18303         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18304         (This type really should be intptr_t, but that's a C99ism.)
18305         (_obstack_memcpy): Remove: all uses changed to memcpy.
18306         Include <string.h> unconditionally.
18307         (struct obstack): Assume __STDC__ for types of members
18308         chunkfun, freefun, extra_arg.
18309         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18310         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18311         obstack_begin, obstack_specify_allocation,
18312         obstack_specify_allocation_with_arg, obstack_chunkfun,
18313         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18314         Remove unprototyped decls and the macros that use them.
18315         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18316         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18317         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18318         (defined __STDC__ && __STDC__)]:
18319         Remove nonprototyped code.
18320         Include <stdlib.h> unconditionally.
18321         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18322         _obstack_allocated_p, _obstack_free, obstack_free,
18323         _obstack_memory_used, print_and_abort):
18324         Define using prototypes.
18325         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18326         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18327         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18328         obstack_next_free, obstack_object_size, obstack_room) [0]:
18329         Remove unused, unprototyped code.
18330
18331         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18332
18333         * lib/physmem.c (physmem_total, physmem_available, main): Define
18334         with prototypes.
18335
18336         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18337         (main): Define with a prototype.
18338
18339         * lib/posixver.c (getenv): Remove decl.
18340
18341         * lib/putenv.c (malloc): Returns void *, not char *.
18342         Include <string.h> unconditionally.
18343         (strchr, memcpy, NULL): Do not define.
18344
18345         * lib/readtokens.c: Include readtokens.h first, to test interface.
18346         Include <stdlib.h>, <string.h> unconditionally.
18347         (init_tokenbuffer): Define with a prototype.
18348
18349         * lib/regex.c (PARAMS): Remove.  All uses removed.
18350         All uses of _RE_ARGS removed, too.
18351         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18352         unconditionally.
18353         (bzero): Assume memset exists.
18354         (memcmp, memcpy, NULL): Remove.
18355         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18356         char, or assignments to local vars of type signed char.
18357         (init_syntax_once, PREFIX(extract_number_and_incr),
18358         PREFIX(print_partial_compiled_pattern),
18359         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18360         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18361         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18362         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18363         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18364         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18365         wcs_compile_range, byte_compile_range, truncate_wchar,
18366         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18367         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18368         count_mbs_length, wcs_re_match_2_internal,
18369         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18370         PREFIX(alt_match_null_string_p),
18371         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18372         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18373         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18374         now-unnecessary declaration, if any.
18375         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18376         regcomp, regexec):
18377         Remove now-unnecessary casts among pointer types.
18378         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18379
18380         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18381         (free): Remove decl.
18382
18383         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18384
18385         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18386         (free): Remove decl.
18387
18388         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18389         * lib/xgetcwd.c: Likewise.
18390
18391         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18392         (free): Remove decl.
18393
18394         * lib/strchrnul.c (strchrnul): Define with a prototype.
18395         Fix bug: c_in was not converted to char before searching.
18396
18397         The following changes are not K&R related:
18398
18399         * lib/group-member.h: Include <sys/types.h>, so that this file is
18400         self-contained.
18401         * lib/makepath.h: Likewise.
18402
18403         * lib/getusershell.c (readname, default_index, line_size, readname):
18404         Use size_t, not int, for sizes.
18405         (readname): If the size overflows, report an error instead of
18406         looping forever.
18407
18408 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18409
18410         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18411         libc.
18412
18413 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18414
18415         * README: New section: portability guidelines.
18416
18417 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18418
18419         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18420         C89 spec.
18421
18422 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18423
18424         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18425
18426 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18427
18428         Assume C89 or better; remove K&R cruft.
18429         A few of these changes were first proposed by Derek Robert Price
18430         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18431
18432         * lib/addext.c: Include <string.h> unconditionally.
18433         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18434         Don't declare getenv or malloc.
18435
18436         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18437         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18438         (NULL): Remove.
18439         (find_stack_direction, alloca): Use prototypes.
18440
18441         * lib/atexit.c (atexit): Define using a prototype.
18442
18443         * lib/basename.c, dirname.c, stripslash.c:
18444         Include <string.h> unconditionally.
18445
18446         * lib/bcopy.c: Include <stddef.h>.
18447         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18448
18449         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18450
18451         * lib/error.h (error, error_at_line, error_print_progname)
18452         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18453         * lib/error.c: Include error.h first, to check interface.
18454         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18455         (VA_START): Remove; all uses changeed to va_start.
18456         (exit, strerror): Remove decls.
18457         (error_print_progname): Prototype uncondionally.
18458         Don't include <errno.h>; no longer needed.
18459         (private_strerror): Remove.
18460         (error_tail): Always define.
18461         (error, error_at_line): Assume C89 or better; always use prototypes.
18462         * lib/fatal.c: Include "fatal.h" first, to test interface.
18463         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18464         (VA_START): Remove; all uses changed to va_start.
18465         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18466         this case.
18467         (exit): Remove decl.
18468         (fatal): Prototype unconditionally.  Assume va_start works.
18469         Abort at end, to pacify gcc.
18470
18471         * lib/euidaccess.c (main): Define with a prototype.
18472
18473         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18474
18475         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18476
18477         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18478         prototypes.
18479         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18480         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18481         (getenv): Remove decl.
18482         (fnmatch): Define using a prototype.
18483         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18484         (FCT): Define using a prototype.
18485
18486         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18487
18488         * lib/gethostname.c: Include <stddef.h>.
18489         (gethostname): Define with prototype.  Length is size_t, not int.
18490
18491 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18492
18493         Assume C89 or better; remove K&R cruft.
18494         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18495         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18496         string.h, getenv, malloc.
18497         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18498         headers.
18499         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18500         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18501         do not check for strerror.
18502         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18503         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18504         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18505         do not check for doprnt or vprintf.
18506         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18507         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18508
18509 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18510
18511         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18512         getversion.c should have been removed then, but was accidentally
18513         preserved.
18514
18515         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18516         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18517
18518 2003-09-08  Karl Berry  <karl@gnu.org>
18519
18520         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18521                 config, forget about prep.
18522
18523         * config/depcomp, missing: update from automake.
18524
18525 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18526
18527         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18528         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18529
18530 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18531
18532         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18533         copy_tm_result.  Bug reported by Simon Josefsson in
18534         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18535
18536 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18537
18538         * m4/time_r.m4: New file.
18539         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18540         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18541         is. Check for timegm declaration.
18542         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18543         Do not check for gmtime_r.
18544         Replace mktime if __mktime_internal does not exist and if mktime
18545         hasn't been replaced already.
18546
18547 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18548
18549         * lib/time_r.c, lib/time_r.h: New files.
18550
18551         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18552         __localtime_r.
18553         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18554         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18555
18556         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18557         __gmtime_r.
18558         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18559         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18560         Include <time_r.h>.
18561
18562         * lib/timegm.c: Switch to glibc implementation, with the following
18563         changes:
18564         [defined HAVE_CONFIG_H]: Include <config.h>.
18565         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18566         (__mktime_internal) [!defined _LIBC]: New decl.
18567         (__gmtime_r) [!defined _LIBC]: New macro and function.
18568         (timegm): Use a prototype, since gnulib assumes C89.
18569         Do not bother declaring tmp to be const, as it's not really usefu.
18570         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18571         (timegm): Declare only if HAVE_DECL_TIMEGM.
18572
18573 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18574
18575         * MODULES.html.sh (func_all_modules): Add time_r.
18576         * modules/time_r: New file.
18577         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18578         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18579
18580 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18581
18582         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18583         Bug reported by Lute Kamstra in
18584         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18585
18586         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18587         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18588         course with correspondingly smaller numbers for tomorrow and
18589         yesterday.  From Tadayoshi Funaba.  Originally installed into
18590         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18591         coreutils merge?).
18592
18593 2003-08-31  Simon Josefsson  <jas@extundo.com>
18594
18595         * modules/timegm: New file.
18596         * MODULES.html.sh (func_all_modules): Add timegm.
18597
18598 2003-08-31  Simon Josefsson  <jas@extundo.com>
18599
18600         * m4/timegm.m4: New file.
18601
18602 2003-08-31  Simon Josefsson  <jas@extundo.com>
18603
18604         * lib/timegm.h: New file.
18605         * lib/timegm.c: New file.  Based on
18606         wget-1.8.2/src/http.c:mktime_from_utc.
18607
18608 2003-08-31  Karl Berry  <karl@gnu.org>
18609
18610         * lib/argp.h: update from libc.
18611
18612 2003-08-28  Bruno Haible  <bruno@clisp.org>
18613
18614         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18615         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18616         followed by '#define fnmatch fnmatch_posix' gives an error.
18617
18618 2003-08-28  Bruno Haible  <bruno@clisp.org>
18619
18620         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18621         warning on QNX, which defines O_BINARY to 000000.
18622
18623 2003-08-27  Jim Meyering  <jim@meyering.net>
18624
18625         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18626         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18627         would fail after 32.  Reported by Danny Levinson.  Details here:
18628         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18629
18630 2003-08-24  Bruno Haible  <bruno@clisp.org>
18631
18632         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18633         MSVC7 <stdio.h> is included later.
18634
18635 2003-08-22  Simon Josefsson  <jas@extundo.com>
18636
18637         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18638
18639 2003-08-20  Karl Berry  <karl@gnu.org>
18640
18641         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18642
18643 2003-08-20  Bruno Haible  <bruno@clisp.org>
18644
18645         * modules/progname: New file.
18646         * MODULES.html.sh (func_all_modules): Add progname.
18647
18648 2003-08-20  Bruno Haible  <bruno@clisp.org>
18649
18650         * lib/progname.h: New file, from GNU gettext.
18651         * lib/progname.c: New file, from GNU gettext.
18652         * lib/progreloc.c: New file, from GNU gettext.
18653
18654 2003-08-19  Jim Meyering  <jim@meyering.net>
18655
18656         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18657         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18658
18659 2003-08-19  Bruno Haible  <bruno@clisp.org>
18660
18661         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18662         more.
18663
18664 2003-08-19  Bruno Haible  <bruno@clisp.org>
18665
18666         * lib/xstrdup.c: Assume <string.h> exists.
18667
18668 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18669
18670         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18671         in makefile rules.
18672
18673 2003-08-18  Jim Meyering  <jim@meyering.net>
18674
18675         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18676         * m4/lib-ld.m4: Likewise.
18677
18678 2003-08-18  Jim Meyering  <jim@meyering.net>
18679
18680         * lib/setenv.h: Indent nested cpp directive.
18681         * lib/vasnprintf.c: Remove trailing blanks.
18682
18683 2003-08-17  Simon Josefsson  <jas@extundo.com>
18684
18685         * modules/xstrndup: New file.
18686         * MODULES.html.sh (func_all_modules): Add xstrndup.
18687
18688 2003-08-17  Simon Josefsson  <jas@extundo.com>
18689
18690         * modules/argp: Fix autoconf macro name. Add more dependencies.
18691
18692 2003-08-17  Simon Josefsson  <jas@extundo.com>
18693
18694         * m4/xstrndup.m4: New file.
18695
18696 2003-08-17  Simon Josefsson  <jas@extundo.com>
18697
18698         * m4/argp.m4: New file.
18699
18700 2003-08-17  Simon Josefsson  <jas@extundo.com>
18701             Bruno Haible  <bruno@clisp.org>
18702
18703         * lib/xstrndup.h: New file.
18704         * lib/xstrndup.c: New file.
18705
18706 2003-08-17  Bruno Haible  <bruno@clisp.org>
18707
18708         * modules/strndup (Files, Include): Add lib/strndup.h.
18709
18710 2003-08-17  Bruno Haible  <bruno@clisp.org>
18711
18712         * modules/euidaccess (Files): Add lib/euidaccess.h.
18713
18714 2003-08-17  Bruno Haible  <bruno@clisp.org>
18715
18716         * lib/strndup.h: New file.
18717
18718 2003-08-17  Bruno Haible  <bruno@clisp.org>
18719
18720         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18721         like AC_GNU_SOURCE.
18722         * modules/extensions (configure.ac): Comment out the invocation of
18723         gl_USE_SYSTEM_EXTENSIONS.
18724
18725 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18726
18727         Merges from coreutils, etc.
18728         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18729         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18730         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18731         fixing a typo.
18732         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18733         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18734
18735 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18736
18737         Document merge from coreutils.
18738         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18739         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18740         * modules/utime: Add m4/utimes-null.m4.
18741
18742 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18743
18744         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18745         space, undoing this 2003-08-12 change:
18746         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18747
18748 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18749
18750         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18751         strtoul.c from libc, undoing this 2003-08-12 change:
18752         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18753
18754 2003-08-16  Jim Meyering  <jim@meyering.net>
18755
18756         Merges from coreutils.
18757         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18758         prefix.  Adjust cache variables similarly.  Create 500 rather than
18759         just 300 files, to exercise bug on Darwin6.5, too.
18760         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18761         $missing_dir.
18762         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18763         AM_SYS_POSIX_TERMIOS.
18764         Reported by mkc@mathdogs.com.
18765         Also change use of $am_cv_sys_posix_termios
18766         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18767         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18768         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18769         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18770         in /proc/mounts until it finds one with matching device number.  This
18771         is unnecessary when the FILE argument *is* a mount point.  No stat call
18772         is necessary in that case.  So, disable the statvfs-testing code on
18773         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18774         as RedHat bug# 84846.
18775         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18776         to 1MB, so as not to render systems with no stack size limit (e.g.,
18777         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18778         Include <unistd.h>.  On some systems,
18779         it is required for the definition of _SC_PAGESIZE.
18780
18781 2003-08-16  Jim Meyering  <jim@meyering.net>
18782
18783         Merge from coreutils.
18784         * lib/xstrtoimax.c: #else #if -> #elif.
18785         * lib/xstrtoumax.c: Likewise.
18786
18787 2003-08-16  Jim Meyering  <jim@meyering.net>
18788
18789         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18790         * m4/utimes.m4: Removed.
18791         * m4/utimes-null.m4: Renamed from utimes.m4.
18792
18793         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18794         to 1MB, so as not to render systems with no stack size limit (e.g.,
18795         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18796         Include <unistd.h>.  On some systems,
18797         it is required for the definition of _SC_PAGESIZE.
18798
18799 2003-08-16  Jim Meyering  <jim@meyering.net>
18800         and Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         Merges from coreutils, etc.
18803
18804         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18805         using the latest version from cvs.  This avoids problems with #line
18806         directives using a vendor (Sun) compiler.
18807         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18808         Don't set GETGROUPS_LIB here; now it's
18809         done via getgroups.m4's wrapper function.
18810         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18811         rather than just in sh-util/configure.in, so that the
18812         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18813         same.
18814         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18815         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18816         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18817         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18818         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18819         Remove code that is now done by the newly-required macros.
18820         Append $(EXEEXT) to DF_PROG.
18821         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18822         Do not invoke or require the following here,
18823         since prereq.m4 or some gnulib .m4 now does this for us:
18824         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18825         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18826         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18827         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18828         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18829         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18830         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18831         AC_FUNC_OBSTACK.
18832         Do not replace the following functions, as this is now the job
18833         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18834         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18835         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18836         atexit getpass, strdup, getpagesize.
18837         Replace 'raise'.
18838         Do not check for the following functions, as this is now the job
18839         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18840         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18841         setregid.
18842         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18843         Check for sys/sysctl.h.
18844         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18845         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18846         of checking for ssize_t ourselves.
18847
18848         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18849         Require every macro that gnulib/modules/* suggests for us.
18850         (jm_PREREQ_ADDEXT): New macro.
18851         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18852         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18853
18854         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18855         (gl_PHYSMEM): Use it.
18856         Also check for `table' function.
18857         Check for new headers and functions.
18858         Add check for sys/sysmp.h.
18859         With suggestions from Kaveh Ghazi.
18860         Ignore headers that are present but cannot be compiled.  This
18861         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18862         C 5.4.
18863
18864 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18865
18866         Document merge from coreutils.
18867         * modules/userspec: Depend on posixver.
18868         * modules/strftime: Depend on tzset.
18869
18870 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18871
18872         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18873         rather than tab, after '#' in shell-script copyright notices.
18874         Suggested by Bruno Haible.
18875
18876 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18877
18878         * config/srclist-update: Use three spaces, rather than tab, after '#'
18879         in shell-script copyright notices.  Suggested by Bruno Haible.
18880         Remove unnecessary parenthesization in regular expression.
18881
18882 2003-08-15  Jim Meyering  <jim@meyering.net>
18883
18884         Merge from coreutils.
18885         * lib/xgethostname.c: Include <stdlib.h>.
18886         (xghostname): Don't exit for anything other than memory-related
18887         failure; just return NULL.
18888         * lib/userspec.c: Include "posixver.h".
18889         (parse_user_spec): Accept `.' as a separator only
18890         in pre-POSIX-200112 mode.
18891         * lib/strtoimax.c: Use #elif rather than #else #if.
18892         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18893         Remove function, now that we can rely on a working tzset function.
18894         [!_LIBC]: Ensure that the required autoconf test has been run.
18895         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18896         Use underlying_strftime for %r.
18897         * lib/sha.c: Merge in some clean-up and optimization changes from
18898         glibc.
18899         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18900         Ensure that it is a multiple of 64.
18901         Rearrange loop exit tests so as to avoid performing an
18902         additional fread after encountering an error or EOF.
18903         * lib/realloc.c: Update copyright date.
18904
18905 2003-08-15  Jim Meyering  <jim@meyering.net>
18906         and Paul Eggert  <eggert@twinsun.com>
18907
18908         Merge from coreutils.
18909         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18910         member but strut utmpx does not.  Needed for AIX 4.3.3.
18911         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18912
18913 2003-08-15  Jim Meyering  <jim@meyering.net>
18914         and Paul Eggert  <eggert@cs.ucla.edu>
18915
18916         Merges from coreutils, etc.
18917         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18918         Require gl_FUNC_TZSET_CLOBBER.
18919         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18920         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18921         members.
18922
18923 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18924
18925         Help the merge from coreutils.
18926         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18927         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18928         * m4/tzset.m4: Use it too.
18929
18930 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18931
18932         * modules/tzset: New file.
18933
18934 2003-08-14  Jim Meyering  <jim@meyering.net>
18935
18936         Merges from coreutils.
18937         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18938         variable names, rather than @FNMATCH_H@.
18939         * modules/alloca: Likewise for $(ALLOCA_H).
18940
18941         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18942         the three copies of the literal target, `fnmatch.h'.
18943         * modules/alloca (alloca.h): Likewise.
18944
18945 2003-08-14  Jim Meyering  <jim@meyering.net>
18946
18947         Merge from coreutils.
18948         * m4/tzset.m4: New file.
18949         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18950         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18951         otherwise, AIX 5.1 systems would end up using the latter.
18952         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18953         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18954         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18955         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18956
18957 2003-08-14  Jim Meyering  <jim@meyering.net>
18958
18959         Merge from coreutils.
18960         * lib/obstack.h: Whitespace changes.
18961         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18962         and xcalloc return values.
18963         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18964         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18965         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18966         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18967         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18968         error from mntctl.
18969         Use mntctl's return value to drive the entry-processing loop, since
18970         we can't rely on the value of the vmt_length member in the last
18971         entry.  On some systems doing so could result in exhausting
18972         virtual memory.  Based in part on a patch from Mike Jetzer.
18973
18974 2003-08-14  Jim Meyering  <jim@meyering.net>
18975         and Paul Eggert  <eggert@twinsun.com>
18976
18977         Merges from coreutils, plus other fixes.
18978         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18979         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18980         for credits and details.  Thanks to Kaveh Ghazi for helping
18981         to keep these files in sync.
18982         (ARRAY_SIZE): Define it.
18983         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18984         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18985         (memcasecmp): Don't assume size_t fits in unsigned int.
18986         Remove casts and duplicate code.
18987         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18988         (memcpy): Remove definition.
18989         Merge in some clean-up and optimization changes from glibc.
18990         [BLOCKSIZE]: Move definition to top of file.
18991         Ensure that it is a multiple of 64.
18992         Rearrange loop exit tests so as to avoid performing an
18993         additional fread after encountering an error or EOF.
18994         * lib/md5.h (md5_uintptr): Define.
18995         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18996         return to the initial working directory.  Preserve errno
18997         for caller.
18998         * lib/idcache.c: Include "xalloc.h".
18999         (xmalloc, xrealloc): Remove decls.
19000         (getuser): Remove casts no longer required in C89.
19001         * lib/human.c: Include stdio.h, for sprintf.
19002         * lib/group-member.c: Include "xalloc.h".
19003         (xmalloc, xrealloc): Remove decls.
19004         (get_group_info): Remove casts no longer required in C89.
19005         * lib/getusershell.c (readname): Remove casts no longer required in
19006         C89.
19007         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19008         * lib/getline.c: Whitespace fix, from coreutils.
19009
19010 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19011
19012         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19013         Check for isascii.
19014
19015         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19016         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19017         Undo previous (whitespace-only) change.
19018
19019 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19020
19021         * lib/exclude.c: Include <ctype.h>
19022         (IN_CTYPE_DOMAIN): New macro.
19023         (is_space): New fn.
19024         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19025         and empty lines.
19026
19027         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19028         Undo previous (whitespace-only) change.
19029
19030 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19031
19032         * config/srclist-update: Change update back to the old behavior,
19033         leaving whitespace alone.  Use one 'sed' command rather than a
19034         pipeline.
19035         (fixlicense): Now a variable, not a function.
19036         (remove_trailing_blanks): Remove.
19037         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19038         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19039         Undo previous (whitespace-only) change.
19040
19041 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19042
19043         Merge from coreutils.
19044         * modules/euidaccess: Add lib_SOURCES, include for new
19045         file euidaccess.h
19046
19047 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19048
19049         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19050         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19051         Normalize leading white space and remove trailing white space.
19052
19053         Merge from coreutils
19054         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19055
19056         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19057         0.12.1.  These files are now being upgraded automatically by
19058         ../config/srclist-update.
19059
19060 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19061
19062         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19063         Normalize leading white space and remove trailing white space.
19064         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19065         notice, as per ../config/srclist-update.
19066
19067         Merge from coreutils.
19068         * lib/euidaccess.h: New file.
19069         * lib/euidaccess.c: Include it.
19070         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19071         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19072         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19073
19074 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19075
19076         * config/srclist-update: Add copyright notice.
19077         (remove_id_lines, remove_trailing_blanks): New constants.
19078         (fixfile): Use them to normalize spacing a bit in copied files.
19079         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19080         Normalize leading white space and remove trailing white space.
19081
19082         * config/texinfo.tex: Sync with texinfo.
19083
19084         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19085         strtoul.c from libc, to merge coreutils whitespace changes.
19086
19087         * config/srclist.txt: Get the following m4 files from gettext:
19088         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19089         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19090         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19091         wint_t.m4.
19092
19093 2003-08-12  Karl Berry  <karl@gnu.org>
19094
19095         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19096         been made.
19097
19098 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19099
19100         * modules/gnu-source, m4/gnu-source.m4:
19101         Remove; we're assuming Autoconf 2.54 or later now.
19102         Suggested by Bruno Haible.
19103         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19104
19105 2003-08-11  Bruno Haible  <bruno@clisp.org>
19106
19107         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19108
19109 2003-08-11  Bruno Haible  <bruno@clisp.org>
19110
19111         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19112         (vasnprintf): Use it instead of wcslen.
19113
19114 2003-08-11  Bruno Haible  <bruno@clisp.org>
19115
19116         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19117         value to ensure that _Bool promotes to int. Use #define for _Bool when
19118         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19119
19120 2003-08-10  Karl Berry  <karl@gnu.org>
19121
19122         * lib/regex.h: update from libc (whitespace fix).
19123
19124 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19125
19126         Merge some files from coreutils.  These changes were
19127         originally made by Jim Meyering.
19128         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19129         many older Unixes require this.
19130         * lib/alloca.c (alloca): Remove cast to argument of free;
19131         no longer needed in C89.
19132         * lib/alloca_.h, regex.h: Fix white space to match
19133         what GNU indent does.
19134
19135 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19136
19137         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19138         apparently Emacs's Unicode mode got confused before my 2003-08-05
19139         checkin.
19140
19141 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19142
19143         * m4/extensions.m4: New file.
19144         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19145         Require gl_USE_SYSTEM_EXTENSIONS.
19146         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19147         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19148
19149 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19150
19151         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19152         * modules/extensions, modules/gnu-source: New files.
19153         * modules/timespec, modules/unlocked-io: Depend on extensions.
19154
19155 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19156
19157         * modules/restrict: New file.
19158         * MODULES.html.sh (func_all_modules): Add restrict.
19159         * modules/regex: Depend on restrict.
19160
19161 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19162
19163         * m4/restrict.m4: New file.
19164         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19165
19166 2003-08-07  Bruno Haible  <bruno@clisp.org>
19167
19168         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19169         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19170
19171 2003-08-07  Bruno Haible  <bruno@clisp.org>
19172
19173         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19174         makes the module 'getndelim2' compatible with the module 'getline'.
19175
19176 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19177
19178         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19179         byte with "\201" to avoid glitches when editing that source file
19180         with multi-gnome-terminal.
19181
19182 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19183
19184         * lib/bumpalloc.h: Remove.
19185
19186 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19187
19188         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19189         * modules/bumpalloc: Remove.
19190
19191 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19192
19193         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19194         GNU coding style.
19195
19196         Merge from coreutils.
19197         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19198         1. From glibc.
19199         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19200         from Karl Berry, implemented by Jim Meyering.
19201         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19202         from Dmitry V. Levin.
19203         Remove anachronistic cast of xrealloc.
19204         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19205         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19206         type. Otherwise, it wouldn't compile with at least /bin/cc on
19207         ymp-cray-unicos9.0.2.X.
19208         Combine two mostly-identical uses of alloca into one.
19209         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19210
19211 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19212
19213         [From Emacs.]
19214
19215         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19216         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19217         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19218         obsolete NLIST_NAME_UNION.
19219         [__GNU__]: Undef BSD and FSCALE.
19220         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19221
19222 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19223
19224         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19225         an enum type, so that it's guaranteed to promote to int.  See:
19226         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19227
19228 2003-08-03  Karl Berry  <karl@gnu.org>
19229
19230         * config/depcomp: update from automake.
19231
19232 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19233
19234         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19235         (strerror): Don't assume that a printable int fits in 14 bytes.
19236
19237 2003-07-31  Bruno Haible  <bruno@clisp.org>
19238
19239         * modules/getpass-gnu: New file.
19240         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19241
19242 2003-07-31  Bruno Haible  <bruno@clisp.org>
19243
19244         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19245
19246 2003-07-24  Karl Berry  <karl@gnu.org>
19247
19248         * config/missing: update from automake.
19249
19250 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19251             Bruno Haible  <bruno@clisp.org>
19252
19253         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19254         * lib/getline.c (getline, getdelim): Likewise.
19255         Remove _GNU_SOURCE define; now it's defined in config.h through
19256         m4/getline.m4.
19257
19258 2003-07-23  Karl Berry  <karl@gnu.org>
19259
19260         * config/config.sub: update from prep.
19261
19262 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19263
19264         * modules/xalloc (Depends-on): Add exitfail.
19265         * modules/xmemcoll: Likewise.
19266
19267 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19268
19269         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19270         over-parenthesization in macros.
19271
19272         Sync with coreutils.
19273
19274         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19275         required by C99.
19276
19277         Use `exit_failure' for xalloc and xmemcoll instead of their own
19278         private exit-failure variables.
19279         * lib/xalloc.h (xalloc_exit_failure): Remove.
19280         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19281         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19282         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19283         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19284         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19285
19286 2003-07-20  Jim Meyering  <jim@meyering.net>
19287
19288         * modules/closeout (Depends-on): Add exitfail.
19289         Suggestion from Bruno Haible.
19290
19291 2003-07-19  Karl Berry  <karl@gnu.org>
19292
19293         * config/config.sub: update from prep.
19294
19295 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19296
19297         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19298         Remove.
19299         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19300         to test that it can stand by itself.  Include "exitfail.h".
19301         Clients should set exit_failure instead.
19302         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19303
19304 2003-07-18  Bruno Haible  <bruno@clisp.org>
19305
19306         * modules/getndelim2: New file.
19307         * modules/getline: Share files with module getndelim2.
19308         * modules/getnline: Depend on getndelim2 instead of sharing files with
19309         it. Add getnline.c to lib_SOURCES.
19310         * MODULES.html.sh (func_all_modules): Add getndelim2.
19311
19312 2003-07-18  Bruno Haible  <bruno@clisp.org>
19313
19314         * m4/getndelim2.m4: New file.
19315         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19316         invoke gl_PREREQ_GETNDELIM2.
19317         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19318         gl_PREREQ_GETNDELIM2.
19319         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19320         gl_GETNDELIM2.
19321
19322 2003-07-18  Bruno Haible  <bruno@clisp.org>
19323
19324         * lib/getndelim2.h: New file.
19325         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19326         getndelim2.h.
19327         (getndelim2): Make non-static. Change return type to ssize_t.
19328         * lib/getline.h: Change argument names.
19329         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19330         * lib/getnline.c: Include getndelim2.h.
19331
19332 2003-07-18  Andreas Schwab  <schwab@suse.de>
19333
19334         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19335
19336 2003-07-17  Karl Berry  <karl@gnu.org>
19337
19338         * config/config.sub: update from prep.
19339
19340 2003-07-17  Bruno Haible  <bruno@clisp.org>
19341
19342         * modules/getnline: New file.
19343         * modules/getline: Add lib/getndelim2.c to source file list.
19344         * MODULES.html.sh (func_all_modules): Add getnline.
19345
19346 2003-07-17  Bruno Haible  <bruno@clisp.org>
19347
19348         * m4/getnline.m4: New file.
19349
19350 2003-07-17  Bruno Haible  <bruno@clisp.org>
19351
19352         * m4/Makefile.am.in: Remove file.
19353         * m4/Makefile.am: Remove file.
19354         * m4/Makefile.in: Remove file.
19355
19356 2003-07-17  Bruno Haible  <bruno@clisp.org>
19357
19358         * lib/getnline.h: New file.
19359         * lib/getnline.c: New file.
19360         * lib/getndelim2.c: New file, extracted from getline.c.
19361         (getndelim2): Renamed from getdelim2, with added nmax argument.
19362         * lib/getline.c: Include getndelim2.c.
19363         (getdelim2): Moved out to getndelim2.c.
19364         (getline, getdelim): Update.
19365
19366 2003-07-17  Bruno Haible  <bruno@clisp.org>
19367
19368         * lib/Makefile.am: Remove file.
19369         * lib/Makefile.in: Remove file.
19370
19371 2003-07-17  Bruno Haible  <bruno@clisp.org>
19372
19373         * configure.in: Remove file.
19374         * Makefile.in: Remove file.
19375
19376 2003-07-17  Bruno Haible  <bruno@clisp.org>
19377
19378         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19379
19380 2003-07-16  Karl Berry  <karl@gnu.org>
19381
19382         * config/srclist-update: was running fixlicense twice, which caused
19383                 texinfo.tex to be nullified for some reason.  Simplify,
19384                 $gplsrc is no longer needed as far as I can see?
19385
19386 2003-07-16  Jim Meyering  <jim@meyering.net>
19387
19388         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19389
19390 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19391
19392         * config/srclist.txt: Get the following files from gettext-runtime/intl
19393         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19394         ref-del.sin.  From Bruno Haible.
19395         * config/srclist-update (fixfile): Change grep pattern again, since the
19396         previous fix didn't work (there was another trailing $).  Use
19397         '[$]' to escape the $s.
19398
19399 2003-07-15  Karl Berry  <karl@gnu.org>
19400
19401         * lib/vasnprintf.c: update from gettext.
19402
19403 2003-07-15  Karl Berry  <karl@gnu.org>
19404
19405         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19406         gets expanded when surrounded by '$'.
19407
19408 2003-07-15  Jim Meyering  <jim@meyering.net>
19409
19410         * modules/save-cwd: Don't depend on error.  From Derek Price.
19411
19412 2003-07-15  Jim Meyering  <jim@meyering.net>
19413
19414         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19415
19416 2003-07-14  Simon Josefsson  <jas@extundo.com>
19417
19418         * modules/mempcpy: New file.
19419         * MODULES.html.sh (func_all_modules): Add mempcpy.
19420
19421 2003-07-14  Simon Josefsson  <jas@extundo.com>
19422
19423         * m4/mempcpy.m4: New file.
19424
19425 2003-07-14  Simon Josefsson  <jas@extundo.com>
19426
19427         * lib/mempcpy.h: New file.
19428         * lib/mempcpy.c: New file.
19429
19430 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19431
19432         * modules/getdate, modules/posixtm: Depend on mktime.
19433
19434 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19435
19436         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19437         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19438         unicodeio.c, unicodeio.h, unlocked-io.h:
19439         Switch from LGPL to GPL.
19440
19441 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19442
19443         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19444         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19445         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19446         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19447         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19448         updated automatically by ../config/srclist-update.  This changes
19449         their license from LPGL to GPL.
19450
19451 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19452
19453         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19454         assumed to refer to the root of the most recent stable gettext version.
19455         * config/srclistvars.sh: Add defaults for eggert.
19456         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19457         Match "This program" as well as "The program".  This is needed
19458         for gettext.
19459
19460 2003-07-14  Jim Meyering  <jim@meyering.net>
19461
19462         Don't emit diagnostics.  Let callers do that.
19463         * lib/save-cwd.c: Don't include "error.h".
19464         (save_cwd): Don't call error.  Ensure that errno is valid
19465         when returning nonzero.
19466
19467         * lib/save-cwd.h (restore_cwd): Update prototype.
19468         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19469         Simplify.  Don't call error upon failure.  Let callers do that.
19470         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19471         when auditing is enabled.  But don't bother updating the #if.
19472
19473 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19474
19475         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19476         it breaks C++ compilation.
19477         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19478
19479 2003-07-10  Simon Josefsson  <jas@extundo.com>
19480
19481         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19482
19483 2003-07-10  Jim Meyering  <jim@meyering.net>
19484
19485         * m4/clock_time.m4: Remove trailing blank.
19486         * m4/intmax_t.m4: Likewise.
19487
19488 2003-07-10  Jim Meyering  <jim@meyering.net>
19489
19490         * lib/vasnprintf.c: Remove trailing blanks.
19491         Make cpp indentation consistent.
19492
19493 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19494
19495         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19496         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19497         Switch from LGPL to GPL.
19498
19499 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19500
19501         * config/srclist.txt: Sort sublists.  Add
19502         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19503         that differ from gnulib for one reason or another; we'd like this list
19504         to be smaller but for now let's document what we have.
19505
19506 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19507
19508         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19509         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19510         and sweeter "eval x=$x".
19511         * config/srclist.txt: Get lib/argp* from glibc.
19512
19513 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19514
19515         * lib/mktime.c: Fix some boundary cases and remove need for floating
19516         point.
19517
19518         Issue a compile-time diagnostic if time_t is floating point, or if
19519         two's complement arithmetic is not in effect, or if arithmetic
19520         right shift does not propagate the sign.  These assumptions were
19521         all in the original code but they weren't checked.
19522
19523         (TIME_T_MIDPOINT, verify): New macros.
19524         (__isleap): Remove; it has integer overflow problems.
19525         (leapyear): New function, without those problems.
19526         (ydhms_tm_diff): Remove; splitting into two parts.
19527         (ydhms_diff): New function, containing the arithmetic part of
19528         the old ydhms_tm_diff function.  Issue a compile-time
19529         diagnostic if we are not using C99 integer division.
19530         Avoid casts when possible.
19531         (guess_time_tm): New function, containing the checking part of
19532         the old ydhms_tm_diff function.  Return the new value, rather than
19533         the difference between it and the old.  Accept a new argument T
19534         so that *T specifies the old value.  Check for overflow in the result.
19535
19536         (__mktime_internal): Use a time_t offset, not a long int offset.
19537         This undoes the 2003-06-04 change, which is no longer needed now
19538         that we have better overflow checking.
19539         (localtime_offset): Likewise.
19540
19541         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19542         and long are 64-bit but int is only 32-bit.
19543         (ydhms_diff): Use long int to store year1 and yday1.
19544         Issue a compile-time diagnostic if long int is not wide enough.
19545
19546         (__mktime_internal): Use long int to store adjusted year and yday.
19547         Use plain C rather than preprocessor commands, if that doesn't
19548         affect efficiency.
19549         Check for overflow (and try to repair) after each probe
19550         rather than checking only at the very end.  This avoids some bugs
19551         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19552         does not equal GMT offset at maximum time).
19553         Use integer to check for overflow rather than floating point; this
19554         is more portable to non-IEEE hosts, and is a tad faster.
19555         When we detect that we are oscillating between two values,
19556         don't check whether tm_isdst has the requested value, since
19557         we already know the answer.  When tm_isdst has the wrong value,
19558         use a different heuristic to find the right one, based on the
19559         extreme values actually observed in practice in tz2003a,
19560         rather than the (overly optimistic) "previous 3 calendar quarters".
19561
19562         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19563         "T const" to accommodate glibc style.
19564         (check_result): Use less-confusing report format.  "long" -> "long int.
19565         (main): Likewise.
19566         Don't loop if the iteration overflows time_t.
19567         Allow a negative step in the iteration.
19568
19569 2003-07-06  Karl Berry  <karl@gnu.org>
19570
19571         * config/depcomp: update from automake.
19572         * config/config.sub: update from prep.
19573
19574 2003-07-03  Karl Berry  <karl@gnu.org>
19575
19576         * config/config.guess: update from prep.
19577
19578 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19579
19580         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19581         xreadlink.c now includes it unconditionally.
19582
19583 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19584
19585         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19586         having it depend on HAVE_SYS_TYPES_H.
19587
19588 2003-07-01  Bruno Haible  <bruno@clisp.org>
19589
19590         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19591         <sys/types.h> should be sufficient.
19592         Reported by Paul Eggert.
19593
19594 2003-06-26  Karl Berry  <karl@gnu.org>
19595
19596         * config/depcomp: update from automake.
19597
19598 2003-06-26  Bruno Haible  <bruno@clisp.org>
19599
19600         * modules/human: Depend on module stdbool.
19601
19602 2003-06-25  Bruno Haible  <bruno@clisp.org>
19603
19604         * modules/readlink: New file.
19605         * modules/xreadlink: Depend on it.
19606         * MODULES.html.sh (func_all_modules): Add readlink.
19607
19608 2003-06-25  Bruno Haible  <bruno@clisp.org>
19609
19610         * m4/readlink.m4: New file.
19611
19612 2003-06-25  Bruno Haible  <bruno@clisp.org>
19613
19614         * lib/readlink.c: New file.
19615
19616 2003-06-22  Karl Berry  <karl@gnu.org>
19617
19618         * config/srclist.txt: update mkinstalldirs from automake.
19619         * config/mkinstalldirs: update.
19620
19621 2003-06-22  Bruno Haible  <bruno@clisp.org>
19622
19623         Portability to mingw32.
19624         * m4/ssize_t.m4: New file, from GNU gettext.
19625         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19626         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19627
19628 2003-06-22  Bruno Haible  <bruno@clisp.org>
19629
19630         * modules/safe-read: Add m4/ssize_t.m4.
19631         * modules/xreadlink: Add m4/ssize_t.m4.
19632
19633 2003-06-20  Bruno Haible  <bruno@clisp.org>
19634
19635         Assume C89, so PARAMS isn't needed.
19636         * lib/unicodeio.h (PARAMS): Remove.
19637         * lib/unicodeio.c: Don't use PARAMS.
19638
19639 2003-06-18  Karl Berry  <karl@gnu.org>
19640
19641         * config/config.{guess,sub}: update from prep.
19642
19643 2003-06-18  Jim Meyering  <jim@meyering.net>
19644
19645         Merge changes from coreutils.
19646         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19647         Remove explicit declarations of xmalloc and realloc.
19648         Include xalloc.h.
19649         (read_utmp): Remove anachronistic cast of xmalloc.
19650
19651 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19652
19653         Assume C89, so PARAMS isn't needed.
19654         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19655         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19656         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19657         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19658         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19659         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19660         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19661         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19662         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19663         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19664         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19665         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19666         no longer needed. Anyway, config.h should always be included before any
19667         other file.
19668
19669 2003-06-11  Simon Josefsson  <jas@extundo.com>
19670
19671         * modules/sysexits: New file.
19672         * MODULES.html.sh (func_all_modules): Add sysexits.
19673
19674 2003-06-11  Simon Josefsson  <jas@extundo.com>
19675
19676         * lib/sysexit_.h: New file.
19677
19678 2003-06-11  Derek Price  <derek@ximbiot.com>
19679
19680         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19681         necessary.
19682
19683 2003-06-11  Bruno Haible  <bruno@clisp.org>
19684
19685         * m4/sysexits.m4: New file.
19686
19687 2003-06-10  Simon Josefsson  <jas@extundo.com>
19688
19689         * lib/argp.h: New file, from glibc.
19690         * lib/argp-ba.c: New file, from glibc.
19691         * lib/argp-eexst.c: New file, from glibc.
19692         * lib/argp-fmtstream.c: New file, from glibc.
19693         * lib/argp-fmtstream.h: New file, from glibc.
19694         * lib/argp-fs-xinl.c: New file, from glibc.
19695         * lib/argp-help.c: New file, from glibc.
19696         * lib/argp-namefrob.h: New file, from glibc.
19697         * lib/argp-parse.c: New file, from glibc.
19698         * lib/argp-pv.c: New file, from glibc.
19699         * lib/argp-pvh.c: New file, from glibc.
19700         * lib/argp-xinl.c: New file, from glibc.
19701
19702 2003-06-10  Simon Josefsson  <jas@extundo.com>
19703
19704         * modules/strchrnul: New file.
19705
19706 2003-06-10  Simon Josefsson  <jas@extundo.com>
19707
19708         * modules/argp: New file.
19709
19710 2003-06-10  Simon Josefsson  <jas@extundo.com>
19711
19712         * m4/strchrnul.m4: New file.
19713
19714 2003-06-10  Simon Josefsson  <jas@extundo.com>
19715
19716         * lib/strchrnul.h: New file.
19717         * lib/strchrnul.c: New file.
19718
19719 2003-06-10  Bruno Haible  <bruno@clisp.org>
19720
19721         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19722
19723 2003-06-07  Karl Berry  <karl@gnu.org>
19724
19725         * config/config.{guess,sub}: update from prep.
19726
19727 2003-06-07  Jim Meyering  <jim@meyering.net>
19728
19729         * modules/strtod: Use $(...) notation, not @...@ for
19730         AC_REPLACE'd variables.
19731         * modules/localcharset: Likewise.
19732
19733 2003-06-07  Jim Meyering  <jim@meyering.net>
19734
19735         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19736         in place of my name in the copyright comment.
19737         Remove definition and uses of __P.
19738
19739         From coreutils.
19740         * lib/stat.c: Don't declare xmalloc explicitly.
19741         Instead, include "xalloc.h".
19742         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19743         xrealloc, and xcalloc return values.
19744         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19745         Improve comment.
19746         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19747
19748 2003-06-07  Bruno Haible  <bruno@clisp.org>
19749
19750         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19751         avoid AC_CONFIG_LINKS.
19752         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19753         fnmatch.h, to avoid AC_CONFIG_LINKS.
19754         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19755
19756 2003-06-07  Bruno Haible  <bruno@clisp.org>
19757
19758         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19759         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19760         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19761         directory.
19762         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19763         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19764         directory.
19765
19766 2003-06-06  Jim Meyering  <jim@meyering.net>
19767
19768         Merge from coreutils.
19769         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19770         Consolidate declarations and initializations of *_base* locals.
19771
19772         Merge from coreutils.
19773         This avoids a core dump on systems without GNU putenv,
19774         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19775         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19776         (unsetenv): New static function, from GNU libc.
19777         (rpl_putenv): Use it.
19778
19779         * lib/modechange.c: Remove trailing blanks.
19780
19781         Merge from coreutils.
19782         * lib/fsusage.c: Remove declaration of statfs.
19783         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19784
19785         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19786
19787 2003-06-06  Jim Meyering  <jim@meyering.net>
19788
19789         * lib/stdbool_.h: Renamed from stdbool.h.in.
19790
19791 2003-06-06  Jim Meyering  <jim@meyering.net>
19792             Bruno Haible  <bruno@clisp.org>
19793
19794         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19795         Adjust Makefile.am snippet not to redirect directly to target.
19796         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19797
19798 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19799
19800         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19801         mismatch, look in future quarters as well as past.  This fixes a
19802         bug when processing fall-backwards gaps immediately after a long
19803         period of daylight-saving time.
19804
19805         * lib/mktime.c: Assume freestanding C89 or better.
19806         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19807         (__P): Remove; not used.
19808         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19809         (mktime, not_equal_tm, print_tm, check_result,
19810         main): Use prototypes.  Use const * where appropriate.
19811         (main): Fix typo in testing code that uncovered by above changes.
19812         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19813
19814 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19815
19816         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19817         locale.h, localeconv.  This merges changes from coreutils.
19818
19819         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19820         It can be removed after the next Autoconf is released.
19821         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19822         needed.
19823
19824 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19825
19826         * lib/mktime.c: Fix Debian bug 177940
19827         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19828         (localtime_offset): Now long int, not time_t, because we want it
19829         to be guaranteed to be signed.  All uses changed.
19830         (__mktime_internal): If overflow would occur when adding offset,
19831         don't add it.
19832
19833         Merge 'human' changes from coreutils.  Rewrite to support
19834         locale-specific notations like thousands separators.
19835         * lib/human.c: Simplify authorship notice.
19836         Include human.h immediately after config.h.
19837         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19838         <limits.h>: Do not include, since human.h does.
19839         (SIZE_MAX, UINTMAX_MAX): New macros.
19840         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19841         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19842         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19843         (power_letter): Renamed from suffixes.
19844         (generate_suffix_backwards): Remove.
19845         (adjust_value): Now takes int style (because of human.h changes)
19846         and long double value (for greater precision on some platforms).
19847         (group_number): New function.
19848         (human_readable): Use it.  Use integer options, not enum.
19849         Put the options before the sizes in the arg list.
19850         Support all the new options.
19851         The old human_readable function has been removed;
19852         use inttostr.h instead.
19853         (human_readable, default_block_size, humblock):
19854         Use uintmax_t, not int, for block sizes.
19855         (human_readable_inexact, block_size_types): Remove.
19856         (block_size_opts): New constant.
19857         (human_options): Renamed from human_block_size, with new signature
19858         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19859         * lib/human.h: Add copyright and authorship notice.
19860         Include <limits.h> and <stdbool.h> unconditionally.
19861         (PARAMS): Remove.  All uses removed.
19862         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19863         (enum human_inexact_style): Remove tag; now a nameless enum.
19864         (human_floor, human_ceiling, human_round_to_even): Now have
19865         values 2, 0, 1 rather than -1, 1, 0.
19866         (human_group_digits, human_suppress_point_zero, human_autoscale,
19867         human_base_1024, human_SI, human_B): New constants.
19868         (human_readable_inexact, human_block_size): Remove.
19869         (human_readable): Size args are now uintmax_t, not int.
19870         (human_options): New decl.
19871
19872         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19873         unnecessary now that we assume C89 or better.  This change
19874         imported from coreutils.
19875
19876         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19877         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19878         in the 2003-05-30 sync from glibc.
19879
19880         .h files should stand alone, but we shouldn't include <sys/types.h>
19881         if we can get away with just <stddef.h>.
19882
19883         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19884         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19885         rather than <sys/types.h>, as we merely need size_t.
19886         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19887         to get size_t.
19888         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19889         Include <stdio.h>, to get FILE.
19890         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19891         memcasecmp.h has included <stddef.h> and all we need is size_t.
19892         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19893         our interface, instead of including <sys/types.h>
19894
19895 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19896
19897         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19898         now, as glibc mktime is buggy on non-glibc systems.
19899
19900 2003-06-03  Karl Berry  <karl@gnu.org>
19901
19902         * config/config.sub: update from prep.
19903
19904 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19905
19906         [from coreutils]
19907         Fix some minor time-related bugs with POSIX time arguments.
19908         Some valid time stamps were being rejected (notably -1, and
19909         time stamps before 1900 on 64-bit hosts).  And some invalid
19910         time stamps were being accepted, e.g. September 31.
19911
19912         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19913         that we can return (time_t) -1 successfully.
19914         * lib/posixtm.c: Likewise.
19915         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19916         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19917         (t): Remove static var.
19918         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19919         of static var.  All uses changed.
19920         (year): Do not reject years before 1900; they can occur with
19921         64-bit time_t.
19922         (posix_time_parse): Do not check for out-of-range components;
19923         that is now the caller's responsibility, since our checks were
19924         only approximations.
19925         (posixtime): Use mktime to check for out-of-range components,
19926         since it knows them exactly.
19927         If mktime returns (time_t) -1, check whether an error actually occurred
19928         by invoking localtime on -1.
19929         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19930         posixtime failures better.
19931         Improve the test data (in comments only).
19932
19933 2003-06-02  Karl Berry  <karl@gnu.org>
19934
19935         * config/mkinstalldirs (version): new variable.
19936         (--version): new option.
19937         (usage): improve message.
19938
19939 2003-05-30  Karl Berry  <karl@gnu.org>
19940
19941         * lib/mktime.c: update from libc.
19942
19943 2003-05-30  Bruno Haible  <bruno@clisp.org>
19944
19945         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19946         * config/config.rpath: Upgrade to gettext-0.12.1.
19947
19948 2003-05-30  Bruno Haible  <bruno@clisp.org>
19949
19950         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19951         * m4/nls.m4: New file, from gettext-0.12.1.
19952         * m4/po.m4: New file, from gettext-0.12.1.
19953         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19954
19955 2003-05-30  Bruno Haible  <bruno@clisp.org>
19956
19957         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19958         * lib/localcharset.h: Likewise.
19959         * lib/localcharset.c: Likewise.
19960
19961 2003-05-29  Karl Berry  <karl@gnu.org>
19962
19963         * config/config.rpath: update from gettext.
19964
19965 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19966
19967         Assume the headers required for C89 freestanding compilers.
19968         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19969         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19970         * m4/human.m4 (gl_HUMAN): Likewise.
19971         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19972         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19973         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19974         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19975         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19976         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19977
19978 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19979
19980         Assume the headers required for C89 freestanding compilers.
19981         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19982         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19983         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19984         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19985         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19986         define, since <limits.h> is guaranteed to do that.
19987         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19988         * lib/exclude.c: Include <stdbool.h> unconditionally.
19989         * lib/tempname.c: Include <stddef.h> unconditionally.
19990         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19991         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19992         <stddef.h> does that.
19993         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19994         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19995         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19996         needed.
19997         * lib/xstrtol.c: Likewise.
19998         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19999         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20000
20001         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20002         warnings on some platforms.
20003
20004         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20005         arbitrarily.
20006
20007 2003-05-26  Jim Meyering  <jim@meyering.net>
20008
20009         Merge in a change from coreutils:
20010         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20011         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20012         that condition, rather than `-1' which is slightly misleading.
20013         Change the name of the cache variable to have the gl_ prefix.
20014         Prompted by a patch from Richard Dawe for DJGPP.
20015
20016 2003-05-24  Karl Berry  <karl@gnu.org>
20017
20018         * config/config.guess: update from prep.
20019
20020 2003-05-22  Karl Berry  <karl@gnu.org>
20021
20022         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20023
20024 2003-05-20  Karl Berry  <karl@gnu.org>
20025
20026         * config/config.guess: update from prep.
20027
20028 2003-05-18  Karl Berry  <karl@gnu.org>
20029
20030         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20031         might actually be set by the user.
20032
20033         * config/depcomp, install-sh, mdate-sh: update from automake.
20034
20035 2003-05-17  Bruno Haible  <bruno@clisp.org>
20036
20037         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20038         invalid expansion for AC_EGREP_CPP.
20039         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20040         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20041         Suggested by Akim Demaille <akim@epita.fr> in
20042         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20043
20044 2003-05-12  Jim Meyering  <jim@meyering.net>
20045
20046         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20047         the space-padded-by-default conversion specifiers, %e, %k, %l.
20048
20049 2003-05-12  Bruno Haible  <bruno@clisp.org>
20050
20051         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20052         the string is longer than 4 KB.
20053
20054 2003-05-11  Karl Berry  <karl@gnu.org>
20055
20056         * config/config.{guess,sub}: update from prep.
20057
20058 2003-05-09  Bruno Haible  <bruno@clisp.org>
20059
20060         * modules/error: Add m4/strerror_r.m4 to file list.
20061
20062 2003-05-03  Bruno Haible  <bruno@clisp.org>
20063
20064         Upgrade to Unicode-4.0.
20065         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20066         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20067         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20068         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20069         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20070         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20071         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20072         Change width of U+E0100..U+E01EF from 1 to 0.
20073
20074 2003-04-25  Jim Meyering  <jim@meyering.net>
20075
20076         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20077         of type size_t, not int.
20078
20079 2003-04-25  Bruno Haible  <bruno@clisp.org>
20080
20081         * lib/copy-file.c: Include <stddef.h>, for size_t.
20082
20083 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20084
20085         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20086         code which expansion is under static control.  Patch imported from
20087         Akim Demaille's patch to Bison; see
20088         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20089
20090 2003-04-14  Bruno Haible  <bruno@clisp.org>
20091
20092         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20093
20094 2003-04-11  Jim Meyering  <jim@meyering.net>
20095
20096         Merge changes from Coreutils.
20097
20098         2003-03-22  Jim Meyering  <jim@meyering.net>
20099
20100         * lib/strftime.c (widen): Cast alloca return value to proper type.
20101
20102         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20103
20104         From GNU libc.
20105         * lib/strftime.c (my_strftime): Handle very large width
20106         specifications for numeric values correctly.  Improve checks for
20107         overflow.
20108
20109         2003-01-19  Jim Meyering  <jim@meyering.net>
20110
20111         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20112         definitions.
20113         (nl_get_alt_digit) [! defined my_strftime]: Define.
20114         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20115         _nl_get_alt_digit and _nl_get_walt_digit.
20116
20117         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20118         libc. These changes have no effect outside of _LIBC.
20119
20120 2003-04-10  Bruno Haible  <bruno@clisp.org>
20121
20122         * modules/findprog: New file.
20123         * MODULES.html.sh (func_all_modules): Add it.
20124
20125 2003-04-10  Bruno Haible  <bruno@clisp.org>
20126
20127         * m4/findprog.m4: New file.
20128         * m4/eaccess.m4: New file.
20129
20130 2003-04-10  Bruno Haible  <bruno@clisp.org>
20131
20132         * lib/findprog.h: New file, from GNU gettext.
20133         * lib/findprog.c: New file, from GNU gettext.
20134
20135 2003-04-05  Jim Meyering  <jim@meyering.net>
20136
20137         Merge changes from Coreutils.
20138
20139         * lib/exclude.h (PARAMS): Remove definition and uses.
20140         * lib/exclude.c: Remove uses of `PARAMS'.
20141
20142         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20143         Add test-cases for DOS filenames. Declare program_name.
20144         (main): Set up program_name.  Patch by Rich Dawe.
20145
20146         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20147         error from mntctl.
20148         Use mntctl's return value to drive the entry-processing loop, since
20149         we can't rely on the value of the vmt_length member in the last
20150         entry.  On some systems doing so could result in exhausting
20151         virtual memory.  Based in part on a patch from Mike Jetzer.
20152
20153 2003-04-04  Bruno Haible  <bruno@clisp.org>
20154
20155         * modules/linebreak: New file.
20156         * MODULES.html.sh (func_all_modules): Add it.
20157
20158 2003-04-04  Bruno Haible  <bruno@clisp.org>
20159
20160         * m4/linebreak.m4: New file.
20161
20162 2003-04-04  Bruno Haible  <bruno@clisp.org>
20163
20164         * lib/linebreak.h: New file, from GNU gettext.
20165         * lib/linebreak.c: New file, from GNU gettext with slight
20166         modifications.
20167         * lib/lbrkprop.h: New file, from GNU gettext.
20168
20169 2003-04-03  Bruno Haible  <bruno@clisp.org>
20170
20171         * modules/utf8-ucs4: New file.
20172         * modules/utf16-ucs4: New file.
20173         * modules/ucs4-utf8: New file.
20174         * modules/ucs4-utf16: New file.
20175         * MODULES.html.sh (func_all_modules): Add them.
20176
20177 2003-04-03  Bruno Haible  <bruno@clisp.org>
20178
20179         * m4/utf-ucs4.m4: New file.
20180         * m4/ucs4-utf.m4: New file.
20181
20182 2003-04-03  Bruno Haible  <bruno@clisp.org>
20183
20184         * lib/utf8-ucs4.h: New file, from GNU gettext.
20185         * lib/utf16-ucs4.h: New file, from GNU gettext.
20186         * lib/ucs4-utf8.h: New file, from GNU gettext.
20187         * lib/ucs4-utf16.h: New file, from GNU gettext.
20188
20189 2003-04-02  Bruno Haible  <bruno@clisp.org>
20190
20191         * modules/binary-io: New file.
20192         * MODULES.html.sh (func_all_modules): Add it.
20193
20194 2003-04-02  Bruno Haible  <bruno@clisp.org>
20195
20196         * lib/binary-io.h: New file, from GNU gettext.
20197
20198 2003-04-01  Bruno Haible  <bruno@clisp.org>
20199
20200         * modules/pathname: New file.
20201         * MODULES.html.sh (func_all_modules): Add it.
20202
20203 2003-04-01  Bruno Haible  <bruno@clisp.org>
20204
20205         * lib/pathname.h: New file, from GNU gettext.
20206         * lib/concatpath.c: New file, from GNU gettext.
20207
20208 2003-03-30  Bruno Haible  <bruno@clisp.org>
20209
20210         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20211
20212 2003-03-30  Bruno Haible  <bruno@clisp.org>
20213
20214         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20215         function chown() doesn't exist.
20216
20217 2003-03-28  Bruno Haible  <bruno@clisp.org>
20218
20219         * modules/copy-file: New file.
20220         * MODULES.html.sh (func_all_modules): Add it.
20221
20222 2003-03-28  Bruno Haible  <bruno@clisp.org>
20223
20224         * m4/copy-file.m4: New file.
20225
20226 2003-03-28  Bruno Haible  <bruno@clisp.org>
20227
20228         * lib/copy-file.h: New file, from GNU gettext.
20229         * lib/copy-file.c: New file, from GNU gettext.
20230
20231 2003-03-18  Jim Meyering  <jim@meyering.net>
20232
20233         * lib/quote.c (quote_n): Fix typo in comment.
20234
20235 2003-03-18  Bruno Haible  <bruno@clisp.org>
20236
20237         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20238         checking.
20239         * m4/onceonly_2_57.m4: Likewise.
20240
20241 2003-03-17  Bruno Haible  <bruno@clisp.org>
20242
20243         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20244         (m4_quote): Remove macro.
20245         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20246
20247 2003-03-14  Jim Meyering  <jim@meyering.net>
20248
20249         Merge changes from Coreutils.
20250         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20251         to be const, in order to avoid warnings.
20252         (obstack_room): Likewise.
20253         (obstack_empty_p): Likewise.
20254
20255 2003-03-14  Bruno Haible  <bruno@clisp.org>
20256
20257         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20258         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20259
20260 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20261
20262         Merge changes from Bison.
20263         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20264         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20265         when compiling Bison 1.875's `bitset bset = obstack_alloc
20266         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20267         * lib/hash.c: Include <stdbool.h> unconditionally.
20268
20269 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20270
20271         * m4/onceonly.m4 (m4_quote): New macro.
20272         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20273         Quote AC_FOREACH variable-expansions properly.
20274
20275 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20276
20277         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20278
20279 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20280
20281         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20282         Reported by Bruce Becker; see:
20283         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20284
20285 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20286             Bruno Haible  <bruno@clisp.org>
20287
20288         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20289         Reported by John Hughes, see
20290         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20291
20292 2003-02-20  Bruno Haible  <bruno@clisp.org>
20293
20294         * MODULES.html.sh (func_all_modules): Add poll.
20295
20296 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20297
20298         * modules/poll: New file.
20299
20300 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20301
20302         * lib/poll_.h: New file.
20303         * lib/poll.c: New file.
20304
20305 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20306
20307         * m4/poll.m4: New file.
20308
20309 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20310
20311         * modules/mathl: New file.
20312
20313 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20314
20315         * lib/mathl.h: New file.
20316         * lib/acosl.c: New file.
20317         * lib/asinl.c: New file.
20318         * lib/atanl.c: New file.
20319         * lib/ceill.c: New file.
20320         * lib/cosl.c: New file.
20321         * lib/expl.c: New file.
20322         * lib/floorl.c: New file.
20323         * lib/frexpl.c: New file.
20324         * lib/ldexpl.c: New file.
20325         * lib/logl.c: New file.
20326         * lib/sincosl.c: New file.
20327         * lib/sinl.c: New file.
20328         * lib/sqrtl.c: New file.
20329         * lib/tanl.c: New file.
20330         * lib/trigl.c: New file.
20331         * lib/trigl.h: New file.
20332
20333 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20334
20335         * m4/mathl.m4: New file.
20336
20337 2003-02-18  Bruno Haible  <bruno@clisp.org>
20338
20339         * MODULES.html.sh (func_all_modules): Add mathl.
20340
20341 2003-02-17  Bruno Haible  <bruno@clisp.org>
20342
20343         * modules/mkdtemp: New module.
20344         * MODULES.html.sh (func_all_modules): Add it.
20345
20346 2003-02-17  Bruno Haible  <bruno@clisp.org>
20347
20348         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20349
20350 2003-02-17  Bruno Haible  <bruno@clisp.org>
20351
20352         * lib/mkdtemp.h: New file, from GNU gettext.
20353         * lib/mkdtemp.c: New file, from GNU gettext.
20354
20355 2003-02-02  Jim Meyering  <jim@meyering.net>
20356
20357         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20358         e.g. glibc-2.2.93.
20359
20360 2003-01-31  Bruno Haible  <bruno@clisp.org>
20361
20362         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20363         'rpl_rename'.
20364         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20365         'rpl_strnlen'.
20366         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20367         'rpl_strtod'.
20368         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20369         'rpl_utime'.
20370
20371 2003-01-31  Bruno Haible  <bruno@clisp.org>
20372
20373         * lib/rename.c: #undef rename before defining rpl_rename.
20374         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20375
20376 2003-01-30  Bruno Haible  <bruno@clisp.org>
20377
20378         * modules/vasnprintf, modules/vasprintf: New modules.
20379         * MODULES.html.sh (func_all_modules): Add them.
20380
20381 2003-01-30  Bruno Haible  <bruno@clisp.org>
20382
20383         * m4/signed.m4: New file, from GNU gettext.
20384         * m4/longdouble.m4: New file, from GNU gettext.
20385         * m4/wchar_t.m4: New file, from GNU gettext.
20386         * m4/wint_t.m4: New file, from GNU gettext.
20387         * m4/vasnprintf.m4: New file.
20388         * m4/vasprintf.m4: New file.
20389
20390 2003-01-30  Bruno Haible  <bruno@clisp.org>
20391
20392         * lib/printf-args.h: New file, from GNU gettext.
20393         * lib/printf-args.c: New file, from GNU gettext.
20394         * lib/printf-parse.h: New file, from GNU gettext.
20395         * lib/printf-parse.c: New file, from GNU gettext.
20396         * lib/vasnprintf.h: New file, from GNU gettext.
20397         * lib/vasnprintf.c: New file, from GNU gettext.
20398         * lib/asnprintf.c: New file, from GNU gettext.
20399         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20400         * lib/vasprintf.c: New file, from GNU gettext.
20401         * lib/asprintf.c: New file, from GNU gettext.
20402
20403 2003-01-29  Bruno Haible  <bruno@clisp.org>
20404
20405         * modules/stpncpy: New module.
20406         * MODULES.html.sh (func_all_modules): Add it.
20407
20408 2003-01-29  Bruno Haible  <bruno@clisp.org>
20409
20410         * m4/stpncpy.m4: New file.
20411
20412 2003-01-29  Bruno Haible  <bruno@clisp.org>
20413
20414         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20415         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20416
20417 2003-01-28  Bruno Haible  <bruno@clisp.org>
20418
20419         * modules/c-ctype: New module.
20420         * MODULES.html.sh (func_all_modules): Add it.
20421
20422 2003-01-28  Bruno Haible  <bruno@clisp.org>
20423
20424         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20425         Paul Eggert.
20426         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20427         Paul Eggert.
20428
20429 2003-01-27  Bruno Haible  <bruno@clisp.org>
20430
20431         * modules/xsetenv: New module.
20432         * MODULES.html.sh (func_all_modules): Add it.
20433
20434 2003-01-27  Bruno Haible  <bruno@clisp.org>
20435
20436         * lib/xsetenv.h: New file, from GNU gettext.
20437         * lib/xsetenv.c: New file, from GNU gettext.
20438
20439 2003-01-23  Jim Meyering  <jim@meyering.net>
20440
20441         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20442         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20443
20444 2003-01-23  Bruno Haible  <bruno@clisp.org>
20445
20446         * modules/minmax: New module.
20447         * MODULES.html.sh (func_all_modules): Add it.
20448
20449 2003-01-23  Bruno Haible  <bruno@clisp.org>
20450
20451         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20452         Eggert.
20453
20454 2003-01-22  Bruno Haible  <bruno@clisp.org>
20455
20456         * modules/exit: New module.
20457         * MODULES.html.sh (func_all_modules): Add it.
20458
20459 2003-01-22  Bruno Haible  <bruno@clisp.org>
20460
20461         * lib/exit.h: New file, from GNU gettext.
20462
20463 2003-01-19  Bruno Haible  <bruno@clisp.org>
20464
20465         * gnulib-tool: Recognize option --extract-maintainer.
20466         (func_get_maintainer): New function.
20467         * modules/*: Add Maintainer entry.
20468
20469 2003-01-16  Jim Meyering  <jim@meyering.net>
20470
20471         * m4/regex.m4: The `regex' struct is both input and output.
20472         Initialize it before each use.  Patch by Tim Waugh.
20473
20474 2003-01-16  Bruno Haible  <bruno@clisp.org>
20475
20476         * MODULES.html.sh: Add a table of contents. Add the module name as
20477         leftmost column. Add hyperlinks.
20478
20479 2003-01-15  Bruno Haible  <bruno@clisp.org>
20480
20481         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20482
20483 2003-01-15  Bruno Haible  <bruno@clisp.org>
20484
20485         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20486         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20487         suffix.
20488
20489 2003-01-15  Bruno Haible  <bruno@clisp.org>
20490
20491         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20492
20493 2003-01-15  Bruno Haible  <bruno@clisp.org>
20494
20495         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20496         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20497
20498 2003-01-14  Jim Meyering  <jim@meyering.net>
20499
20500         * lib/same.c (same_name): Tweak a comment.
20501
20502 2003-01-14  Bruno Haible  <bruno@clisp.org>
20503
20504         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20505         when a string comparison is sufficient.
20506
20507 2003-01-14  Bruno Haible  <bruno@clisp.org>
20508
20509         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20510         'unsigned int'.
20511
20512 2003-01-14  Bruno Haible  <bruno@clisp.org>
20513
20514         * lib/hash-pjw.c: Add comment about low quality of this function.
20515
20516 2003-01-13  Bruno Haible  <bruno@clisp.org>
20517
20518         * modules/stpcpy: Distribute lib/stpcpy.h.
20519         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20520
20521 2003-01-13  Bruno Haible  <bruno@clisp.org>
20522
20523         * modules/*: Add a description.
20524         * modules/strpbrk: Fix Makefile.am snippet.
20525         * modules/strtoimax: Fix dependencies.
20526         * modules/strtoumax: Likewise.
20527
20528 2003-01-13  Bruno Haible  <bruno@clisp.org>
20529
20530         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20531         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20532         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20533
20534 2003-01-13  Bruno Haible  <bruno@clisp.org>
20535
20536         * gnulib-tool (func_create_testdir): Store config/* files in the main
20537         directory.
20538         * config.rpath: Move to ...
20539         * config/config.rpath: ... here.
20540         * modules/gettext: Contains config/config.rpath, not config.rpath.
20541         * modules/iconv: Likewise.
20542
20543 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20544
20545         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20546         to avoid collisions with libcurses and libreadline.
20547
20548         * m4/getstr.m4: Remove.
20549         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20550
20551 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20552
20553         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20554         to avoid collisions with libcurses and libreadline.
20555
20556         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20557         * lib/getstr.h, getstr.c: Remove.
20558         * lib/getline.c: Include "getline.h", to check interface.
20559         Move body of old getstr.c here: this defines MIN_CHUNK and
20560         declares getdelim2, which is renamed from getstr.
20561         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20562
20563         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20564         All uses changed.
20565         * lib/linebuffer.h: Likewise.
20566         (readline): Remove backward-compatibility macro.
20567
20568 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20569
20570         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20571         to avoid collisions with libcurses and libreadline.
20572         * getstr: Remove.
20573         * MODULES.html.sh: Remove getstr.
20574         * modules/getline: Depend on unlocked-io, not getstr.
20575
20576 2003-01-12  Jim Meyering  <jim@meyering.net>
20577
20578         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20579
20580 2003-01-10  Bruno Haible  <bruno@clisp.org>
20581
20582         * modules/alloca: Change Makefile.am requirements. Simplify Include
20583         requirements. Add lib/alloca_.h to file list.
20584
20585 2003-01-10  Bruno Haible  <bruno@clisp.org>
20586
20587         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20588
20589 2003-01-10  Bruno Haible  <bruno@clisp.org>
20590
20591         * lib/alloca_.h: New file.
20592         * lib/getdate.y: Unconditionally include alloca.h.
20593         * lib/makepath.c: Likewise.
20594         * lib/setenv.c: Likewise.
20595         * lib/userspec.c: Likewise.
20596
20597 2003-01-09  Karl Berry  <karl@gnu.org>
20598
20599         * MODULES.html.sh: include `dirname $0` in PATH, to find
20600         gnulib-tool.
20601
20602 2003-01-09  Bruno Haible  <bruno@clisp.org>
20603
20604         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20605         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20606
20607 2003-01-09  Bruno Haible  <bruno@clisp.org>
20608
20609         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20610
20611 2003-01-09  Bruno Haible  <bruno@clisp.org>
20612
20613         * lib/stdbool.h.in: New file.
20614
20615 2003-01-09  Bruno Haible  <bruno@clisp.org>
20616
20617         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20618         * MODULES.html.sh: Likewise.
20619
20620 2003-01-08  Jim Meyering  <jim@meyering.net>
20621
20622         * lib/full-write.c: Undefine and define-away `const' after inclusion
20623         of errno.h, not before.  Suggestion from Bruno Haible.
20624
20625 2003-01-08  Bruno Haible  <bruno@clisp.org>
20626
20627         * modules/full-read: Depend on full-write.
20628
20629 2003-01-08  Bruno Haible  <bruno@clisp.org>
20630
20631         * lib/safe-read.c: Include specification header first, to ensure its
20632         selfcontainedness.
20633         * lib/full-write.c: Likewise.
20634
20635 2003-01-07  Jim Meyering  <jim@meyering.net>
20636
20637         * lib/full-write.c: Rework so that it may serve to define full_read,
20638         too.
20639         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20640
20641 2003-01-07  Bruno Haible  <bruno@clisp.org>
20642
20643         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20644         <inttypes.h>.
20645         * lib/xstrtol.h: Likewise.
20646         * lib/xstrtoimax.c: Likewise.
20647         * lib/xstrtoumax.c: Likewise.
20648         * lib/human.h: Likewise.
20649
20650         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20651         on systems that have <inttypes.h> but not <stdint.h>.
20652
20653 2003-01-07  Bruno Haible  <bruno@clisp.org>
20654
20655         * MODULES.html.sh: Add copyright notice.
20656         (missed_files): Omit CVS directory entries.
20657         (func_module): Make it work with sed-3.02.
20658         * MODULES.txt: Remove file.
20659
20660 2003-01-06  Jim Meyering  <jim@meyering.net>
20661
20662         * lib/version-etc.c: Update year in translatable copyright string.
20663
20664 2003-01-03  Karl Berry  <karl@gnu.org>
20665
20666         * config/config.{guess,sub}: update from prep.
20667
20668 2003-01-02  Karl Berry  <karl@gnu.org>
20669
20670         * doc/COPYING.DOC: belatedly updated to 1.2.
20671
20672 2003-01-01  Karl Berry  <karl@gnu.org>
20673
20674         * gnulib-tool (func_verify_module): report module name $module in
20675         error message, not $1.
20676         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20677         be created, only if it doesn't exist.
20678         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20679
20680 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20681
20682         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20683
20684 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20685
20686         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20687         memcmp if strcoll doesn't work.
20688
20689 2002-12-31  Bruno Haible  <bruno@clisp.org>
20690
20691         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20692         nonempty.
20693
20694 2002-12-31  Bruno Haible  <bruno@clisp.org>
20695
20696         * lib/memcoll.c (STRCOLL): New macro.
20697         (memcoll): Use it.
20698
20699 2002-12-31  Bruno Haible  <bruno@clisp.org>
20700
20701         * lib/localcharset.h: New file.
20702         * lib/localcharset.c: Include it.
20703         * lib/unicodeio.c: Likewise.
20704
20705 2002-12-31  Bruno Haible  <bruno@clisp.org>
20706
20707         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20708         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20709
20710 2002-12-31  Bruno Haible  <bruno@clisp.org>
20711
20712         * lib/getline.h: Include <stddef.h>, for size_t.
20713
20714         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20715         * lib/unicodeio.c: Don't include <stddef.h>.
20716
20717 2002-12-31  Bruno Haible  <bruno@clisp.org>
20718
20719         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20720         HAVE_TM_ZONE.
20721
20722 2002-12-24  Karl Berry  <karl@gnu.org>
20723
20724         * config/config.guess: update from prep.
20725
20726 2002-12-24  Bruno Haible  <bruno@clisp.org>
20727
20728         General infrasructure.
20729         * m4/README: Rewritten.
20730         * m4/onceonly.m4: New file.
20731         * m4/onceonly_2_57.m4: New file.
20732
20733         Module atexit.
20734         * m4/atexit.m4: New file.
20735
20736         Module strtod.
20737         * m4/strtod.m4: New file.
20738
20739         Module strtol.
20740         * m4/strtol.m4: New file.
20741
20742         Module strtoul.
20743         * m4/strtoul.m4: New file.
20744
20745         Module memchr.
20746         * m4/memchr.m4: New file.
20747
20748         Module memcmp.
20749         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20750         (jm_FUNC_MEMCMP): Invoke it.
20751
20752         Module memcpy.
20753         * m4/memcpy.m4: New file.
20754
20755         Module memmove.
20756         * m4/memmove.m4: New file.
20757
20758         Module memset.
20759         * m4/memset.m4: New file.
20760
20761         Module strcspn.
20762         * m4/strcspn.m4: New file.
20763
20764         Module strpbrk.
20765         * m4/strpbrk.m4: New file.
20766
20767         Module strstr.
20768         * m4/strstr.m4: New file.
20769
20770         Module strerror.
20771         * m4/strerror.m4: New file.
20772
20773         Module mktime.
20774         * m4/mktime.m4: Renamed from jm-mktime.m4.
20775         (gl_PREREQ_MKTIME): New macro.
20776         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20777
20778         Module malloc.
20779         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20780         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20781         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20782
20783         Module realloc.
20784         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20785         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20786         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20787
20788         Module strftime.
20789         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20790         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20791         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20792         gl_TM_GMTOFF.
20793         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20794
20795         Module xalloc.
20796         * m4/xalloc.m4: New file.
20797
20798         Module alloca.
20799         * m4/alloca.m4: New file.
20800
20801         Module putenv.
20802         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20803         (jm_FUNC_PUTENV): Invoke it.
20804
20805         Module setenv.
20806         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20807         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20808         when invoked twice.
20809         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20810         gt_FUNC_SETENV.
20811
20812         Module memrchr.
20813         * m4/memrchr.m4: New file.
20814
20815         Module stpcpy.
20816         * m4/stpcpy.m4: New file.
20817
20818         Module strcase.
20819         * m4/strcase.m4: New file.
20820
20821         Module strdup.
20822         * m4/strdup.m4: New file.
20823
20824         Module strnlen.
20825         * m4/strnlen.m4: New file.
20826
20827         Module strndup.
20828         * m4/strndup.m4: New file.
20829
20830         Module xstrtod.
20831         * m4/xstrtod.m4: New file.
20832
20833         Module xstrtol.
20834         * m4/xstrtol.m4: New file.
20835
20836         Module getdate.
20837         * m4/getdate.m4: New file.
20838
20839         Module unlocked-io.
20840         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20841         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20842         * m4/jm-glibc-io.m4n: Remove file.
20843
20844         Module long-options.
20845         * m4/long-options.m4: New file.
20846
20847         Module md5.
20848         * m4/md5.m4: New file.
20849
20850         Module sha.
20851         * m4/sha.m4: New file.
20852
20853         Module getstr.
20854         * m4/getstr.m4: New file.
20855
20856         Module getline.
20857         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20858         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20859         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20860         simply getline. Infoke gl_PREREQ_GETLINE.
20861
20862         Module obstack.
20863         * m4/obstack.m4: New file.
20864
20865         Module hash.
20866         * m4/hash.m4: New file.
20867
20868         Module readtokens.
20869         * m4/readtokens.m4: New file.
20870
20871         Module strverscmp.
20872         * m4/strverscmp.m4: New file.
20873
20874         Module stdbool.
20875         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20876         OSF/1.
20877
20878         Module strtoll.
20879         * m4/strtoll.m4: New file.
20880
20881         Module strtoull.
20882         * m4/strtoull.m4: New file.
20883
20884         Module strtoimax.
20885         * m4/strtoimax.m4: New file.
20886
20887         Module strtoumax.
20888         * m4/strtoumax.m4: New file.
20889
20890         Module xstrtoimax.
20891         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20892         jm_AC_PREREQ_XSTRTOIMAX.
20893         Moved the strtol prerequisites to strtol.m4.
20894         Moved the strtoll prerequisites to strtoll.m4.
20895         Moved the strtoimax prerequisites to strtoimax.m4.
20896
20897         Module xstrtoumax.
20898         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20899         jm_AC_PREREQ_XSTRTOUMAX.
20900         Moved the strtoul prerequisites to strtoul.m4.
20901         Moved the strtoull prerequisites to strtoull.m4.
20902         Moved the strtoumax prerequisites to strtoumax.m4.
20903
20904         Module chown.
20905         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20906         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20907
20908         Module dup2.
20909         * m4/dup2.m4: New file.
20910
20911         Module ftruncate.
20912         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20913         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20914
20915         Module getgroups.
20916         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20917         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20918
20919         Module gettimeofday.
20920         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20921         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20922         gl_PREREQ_GETTIMEOFDAY.
20923
20924         Module mkdir.
20925         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20926         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20927
20928         Module mkstemp.
20929         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20930         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20931         jm_AC_TYPE_UINTMAX_T.
20932         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20933
20934         Module stat.
20935         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20936         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20937
20938         Module lstat.
20939         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20940         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20941
20942         Module timespec.
20943         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20944         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20945         * m4/st_mtim.m4: Indentation.
20946
20947         Module nanosleep.
20948         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20949         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20950         gl_PREREQ_NANOSLEEP.
20951
20952         Module regex.
20953         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20954         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20955         (gl_REGEX): New macro.
20956
20957         Module rename.
20958         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20959         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20960
20961         Module rmdir.
20962         * m4/rmdir.m4: New file.
20963
20964         Module utime.
20965         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20966         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20967         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20968
20969         Module dirname.
20970         * m4/dirname.m4: New file.
20971
20972         Module getopt.
20973         * m4/getopt.m4: New file.
20974
20975         Module unistd-safer.
20976         * m4/unistd-safer.m4: New file.
20977
20978         Module fnmatch.
20979         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20980         declaration.
20981         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20982         (gl_FUNC_FNMATCH_POSIX): New macro.
20983         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20984         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20985         simply fnmatch.
20986
20987         Module exclude.
20988         * m4/exclude.m4: New file.
20989
20990         Module human.
20991         * m4/human.m4: New file.
20992
20993         Module acl.
20994         * m4/acl.m4: Nop.
20995
20996         Module backupfile.
20997         * m4/backupfile.m4: New file.
20998         * m4/d-ino.m4: Indentation.
20999
21000         Module fsusage.
21001         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21002         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21003         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21004
21005         Module dirfd.
21006         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21007         requirements.
21008
21009         Module euidaccess.
21010         * m4/euidaccess.m4: New file.
21011
21012         Module file-type.
21013         * m4/file-type.m4: New file.
21014
21015         Module fileblocks.
21016         * m4/fileblocks.m4: New file.
21017
21018         Module filemode.
21019         * m4/filemode.m4: New file.
21020
21021         Module isdir.
21022         * m4/isdir.m4: New file.
21023
21024         Module lchown.
21025         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21026         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21027
21028         Module makepath.
21029         * m4/makepath.m4: New file.
21030
21031         Module modechange.
21032         * m4/modechange.m4: New file.
21033
21034         Module mountlist.
21035         * m4/mountlist.m4: New file.
21036         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21037         Indentation.
21038
21039         Module path-concat.
21040         * m4/path-concat.m4: New file.
21041
21042         Module pathmax.
21043         * m4/pathmax.m4: New file.
21044
21045         Module same.
21046         * m4/same.m4: New file.
21047
21048         Module save-cwd.
21049         * m4/save-cwd.m4: New file.
21050
21051         Module savedir.
21052         * m4/savedir.m4: New file.
21053
21054         Module xgetcwd.
21055         * m4/xgetcwd.m4: New file.
21056         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21057
21058         Module xreadlink.
21059         * m4/xreadlink.m4: New file.
21060
21061         Module safe-read.
21062         * m4/safe-read.m4: New file.
21063
21064         Module safe-write.
21065         * m4/safe-write.m4: New file.
21066
21067         Module closeout.
21068         * m4/closeout.m4: New file.
21069
21070         Module stdio-safer.
21071         * m4/stdio-safer.m4: New file.
21072
21073         Module getpass.
21074         * m4/getpass.m4: New file.
21075
21076         Module getugroups.
21077         * m4/getugroups.m4: New file.
21078
21079         Module group-member.
21080         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21081         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21082
21083         Module idcache.
21084         * m4/idcache.m4: New file.
21085
21086         Module userspec.
21087         * m4/userspec.m4: New file.
21088
21089         Module gettime.
21090         * m4/clock_time.m4: New file.
21091         * m4/gettime.m4: New file.
21092
21093         Module settime.
21094         * m4/settime.m4: New file.
21095
21096         Module posixtm.
21097         * m4/posixtm.m4: New file.
21098
21099         Module gethostname.
21100         * m4/gethostname.m4: New file.
21101
21102         Module canon-host.
21103         * m4/canon-host.m4: New file.
21104
21105         Module gettext.
21106         * m4/codeset.m4: New file, from gettext-0.11.5.
21107         * m4/gettext.m4: New file, from gettext-0.11.5.
21108         * m4/glibc21.m4: New file, from gettext-0.11.5.
21109         * m4/iconv.m4: New file, from gettext-0.11.5.
21110         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21111         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21112         * m4/inttypes.m4: New file, from gettext-0.11.5.
21113         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21114         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21115         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21116         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21117         * m4/lib-link.m4: New file, from gettext-0.11.5.
21118         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21119         * m4/progtest.m4: New file, from gettext-0.11.5.
21120         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21121         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21122         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21123
21124         Module localcharset.
21125         * m4/localcharset.m4: New file.
21126
21127         Module hard-locale.
21128         * m4/hard-locale.m4: New file.
21129
21130         Module mbswidth.
21131         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21132         onceonly macros.
21133         * m4/mbrtowc.m4: Add comment.
21134
21135         Module memcasecmp.
21136         * m4/memcasecmp.m4: New file.
21137
21138         Module memcoll.
21139         * m4/memcoll.m4: New file.
21140
21141         Module unicodeio.
21142         * m4/unicodeio.m4: New file.
21143
21144         Module rpmatch.
21145         * m4/rpmatch.m4: New file.
21146
21147         Module yesno.
21148         * m4/yesno.m4: New file.
21149
21150         Module exitfail.
21151         * m4/exitfail.m4: New file.
21152
21153         Module c-stack.
21154         * m4/c-stack.m4 (gl_C_STACK): New macro.
21155         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21156
21157         Module error.
21158         * m4/error.m4 (gl_ERROR): New macro.
21159         (jm_PREREQ_ERROR): Use onceonly macros.
21160
21161         Module fatal.
21162         * m4/fatal.m4: New file.
21163
21164         Module getloadavg.
21165         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21166         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21167
21168         Module getpagesize.
21169         * m4/getpagesize.m4: New file.
21170
21171         Module getusershell.
21172         * m4/getusershell.m4: New file.
21173
21174         Module physmem.
21175         * m4/physmem.m4: New file.
21176
21177         Module posixver.
21178         * m4/posixver.m4: New file.
21179
21180         Module quotearg.
21181         * m4/quotearg.m4: New file.
21182
21183         Module quote.
21184         * m4/quote.m4: New file.
21185
21186         Module readutmp.
21187         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21188
21189         Module sig2str.
21190         * m4/sig2str.m4: New file.
21191
21192         Other.
21193         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21194         ulonglong.m4.
21195         * m4/intmax_t.m4: New file.
21196         * m4/d-type.m4: Indentation.
21197         * m4/jm-macros.m4: Update.
21198         * m4/prereq.m4 (jm_PREREQ): Update.
21199         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21200         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21201         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21202         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21203         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21204         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21205         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21206         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21207         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21208         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21209         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21210         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21211         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21212         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21213         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21214         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21215         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21216         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21217         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21218
21219 2002-12-24  Bruno Haible  <bruno@clisp.org>
21220
21221         * MODULES.txt: Update according to m4/ changes.
21222
21223         Module gettext.
21224         * config.rpath: New file, from gettext-0.11.5.
21225
21226         * modules/*: New module descriptions.
21227         * gnulib-tool: New file.
21228         * MODULES.html.sh: New file.
21229
21230 2002-12-21  Karl Berry  <karl@gnu.org>
21231
21232         * doc/fdl.texi: update to version 1.2.
21233
21234 2002-12-19  Karl Berry  <karl@gnu.org>
21235
21236         * config/config.guess: update from prep.
21237
21238 2002-12-18  Bruno Haible  <bruno@clisp.org>
21239
21240         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21241         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21242
21243 2002-12-17  Bruno Haible  <bruno@clisp.org>
21244
21245         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21246         stdlib.h, string.h.
21247
21248 2002-12-17  Bruno Haible  <bruno@clisp.org>
21249
21250         * lib/canon-host.c (strdup): Remove unused declaration.
21251
21252         * lib/fsusage.c: Include full_read.h.
21253         (get_fs_usage): Use full_read instead of safe_read.
21254
21255         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21256
21257 2002-12-12  Karl Berry  <karl@gnu.org>
21258
21259         * config/config.guess: update from prep.
21260
21261 2002-12-11  Bruno Haible  <bruno@clisp.org>
21262
21263         * m4/setenv.m4: New file, from gettext-0.11.5.
21264
21265 2002-12-11  Bruno Haible  <bruno@clisp.org>
21266
21267         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21268         not unsetenv().
21269         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21270         modifications:
21271
21272         2002-12-11  Bruno Haible  <bruno@clisp.org>
21273
21274                 * setenv.c (alloca): Fall back to malloc.
21275                 (freea): New macro.
21276                 (setenv): Use freea() to free memory allocated with alloca().
21277
21278         2002-11-13  Bruno Haible  <bruno@clisp.org>
21279
21280                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21281                 function declarations.
21282                 * unsetenv.c (unsetenv): Likewise.
21283
21284         2002-03-04  Bruno Haible  <bruno@clisp.org>
21285
21286                 Portability to AIX 4.3.3.
21287                 * unsetenv.c: New file, extracted from setenv.c.
21288                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21289
21290         2001-12-20  Bruno Haible  <bruno@clisp.org>
21291
21292                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21293                 use malloc instead. For SunOS 4.
21294
21295         2001-12-11  Bruno Haible  <bruno@clisp.org>
21296
21297                 * setenv.c: Declare alloca.
21298                 (compar_fn_t): New typedef.
21299                 (KNOWN_VALUE, STORE_VALUE): Use it.
21300
21301         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21302         setenv.h.
21303
21304 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21305
21306         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21307         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21308         Choose values that are less likely to collide with system fnmatch
21309         options.
21310         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21311         defined (e.g., a pure POSIX system).
21312         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21313         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21314
21315 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21316
21317         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21318         a pain in practice to deal with generated m4 files.  This change
21319         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21320
21321         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21322         and jm-glibc-io.m4, as they are no longer a special case.
21323         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21324         kludge and the auto-generation stuff.  Check only whether the
21325         functions are declared, not whether they exist, since older hosts
21326         that don't declare the functions can't use the optimization anyway.
21327
21328 2002-12-06  Jim Meyering  <jim@meyering.net>
21329
21330         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21331
21332         Merge in changes from libc's misc/error.c, in preparation
21333         for the merge of gnulib's changes back into libc.
21334
21335         * lib/error.c (_): Define only if not already defined.
21336         Move definition to follow all #include directives.
21337         Include unlocked-io.h only if !_LIBC.
21338         [_LIBC]: Include <libio/libioP.h>.
21339         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21340         (fflush): Tweak definition to use INTUSE.
21341         (putc): Define.
21342
21343 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21344
21345         * lib/alloca.c [defined emacs]: Include "lisp.h".
21346         (xalloc_die) [defined emacs]: New macro.
21347         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21348         [! defined emacs]: Include <xalloc.h>.
21349         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21350         (pointer): Typedef to POINTER_TYPE *.
21351         (malloc): Remove decl; we now always use xmalloc.
21352         (alloca): Use old-style definition, since Emacs needs this.
21353         Check for arithmetic overflow when computing combined size.
21354
21355 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21356
21357         Do not generate unlocked-io.h automatically, since it's easier to
21358         maintain it by hand.
21359
21360         * lib/unlocked-io.h: New file, from GNU diffutils,
21361         but with proper copyright notice and attribution.
21362         * lib/gen-uio: Remove.
21363         * lib/Makefile.am: Add copyright notice.
21364         (libfetish_a_SOURCES): Add unlocked-io.h.
21365         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21366         (DISTCLEANFILES, io_functions): Remove macros.
21367         (EXTRA_DIST): Remove gen_uio.
21368         (unlocked-io.h): Remove rule.
21369
21370 2002-12-04  Jim Meyering  <jim@meyering.net>
21371
21372         Reflect the fact that stat.c and lstat.c are no longer generated.
21373         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21374         (DISTCLEANFILES): Likewise.
21375         (EXTRA_DIST): Likewise.
21376         (all_local): Don't depend on stat.c or lstat.c.
21377         (stat.c, lstat.c): Remove rules.
21378         (EXTRA_DIST): Remove xstat.in.
21379
21380         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21381         * lib/stat.c: New file.  Contents mostly from xstat.in.
21382         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21383         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21384
21385         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21386         too.
21387         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21388
21389 2002-12-03  Jim Meyering  <jim@meyering.net>
21390
21391         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21392         but not semantics, to minimize the differences between these two files.
21393         (safe_read): Change comment to mention SAFE_READ_ERROR.
21394
21395         * lib/safe-read.c (IS_EINTR): Define.
21396         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21397
21398 2002-12-02  Jim Meyering  <jim@meyering.net>
21399
21400         * lib/safe-read.c (EINTR): Define.
21401         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21402         (INT_MAX): Provide fallback.
21403         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21404
21405         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21406
21407 2002-12-02  Bruno Haible  <bruno@clisp.org>
21408
21409         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21410         Define, taken from safe-read.c.
21411         (INT_MAX): Provide fallback.
21412         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21413         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21414
21415         * lib/safe-read.c (EINTR): Remove definition.
21416         (safe_read): Don't use EINTR if it is absent.
21417
21418 2002-12-01  Jim Meyering  <jim@meyering.net>
21419
21420         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21421         zero.
21422         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21423
21424 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21425
21426         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21427         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21428         with `if (! (value < limit)) abort ();', for readability.
21429
21430 2002-11-26  Karl Berry  <karl@gnu.org>
21431
21432         * lib/strdup.c: copy from libc again, with jim's ok.
21433         * lib/.cppi-disable: re-add strdup.c
21434
21435 2002-11-25  Karl Berry  <karl@gnu.org>
21436
21437         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21438         instead of "strtol.c".
21439
21440 2002-11-25  Karl Berry  <karl@gnu.org>
21441
21442         * config/install-sh: update from automake for variable quoting, $0 in
21443         error msgs, etc.
21444
21445         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21446         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21447         entry.
21448
21449 2002-11-25  Jim Meyering  <jim@meyering.net>
21450
21451         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21452
21453 2002-11-24  Karl Berry  <karl@gnu.org>
21454
21455         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21456         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21457
21458 2002-11-24  Jim Meyering  <jim@meyering.net>
21459
21460         Update from coreutils:
21461
21462         * lib/mktime.c: Merge in changes from libc.
21463
21464         Avoid a link-time failure on some Linux systems.
21465         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21466         (otherwise).
21467         (__mon_yday): Declare with the STATIC attribute.
21468         (__mktime_internal): Likewise.
21469         Based on a report from Greg Schafer.
21470
21471 2002-11-23  Jim Meyering  <jim@meyering.net>
21472
21473         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21474         Use `unsigned', not `int', as type of index.
21475
21476         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21477
21478         * lib/fsusage.c: Remove unneeded parentheses around operands of
21479         `defined'.
21480
21481 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21482
21483         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21484         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21485         so that we can be included first.
21486         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21487         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21488         No need to include stddef.h or sys/types.h any more.
21489         Surround local include files with "", not "<>".
21490         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21491         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21492         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21493         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21494         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21495         (ISPRINT): Remove; no longer needed now that we assume C89.
21496
21497         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21498         Preserve errno.
21499
21500         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21501         quotearg_char): Use SIZE_MAX rather than
21502         (size_t) -1 when we are talking about "infinity".
21503
21504         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21505
21506 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21507
21508         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21509         hint that one should use `if (! x) abort ();' rather than `assert
21510         (x);', and anyway it's one less thing to worry about configuring.
21511         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21512         hash_rehash, hash_insert): Use abort rather than assert.
21513
21514 2002-11-22  Bruno Haible  <bruno@clisp.org>
21515
21516         * lib/safe-read.h: Assume C89. Add comments.
21517         (safe_read): Change return type to size_t.
21518         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21519         byte counts > SSIZE_MAX correctly.
21520         * lib/safe-write.h: New file.
21521         * lib/safe-write.c: New file.
21522         * lib/full-read.h: New file.
21523         * lib/full-read.c: New file.
21524         * lib/full-write.h: Assume C89. Add comments.
21525         * lib/full-write.c: Include safe-write.h.
21526         (full_write): Rewritten to use safe_write.
21527         Suggested by Jim Meyering and Paul Eggert.
21528
21529 2002-11-21  Jim Meyering  <jim@meyering.net>
21530
21531         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21532
21533         Merge in changes from the coreutils.
21534
21535         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21536         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21537         <stdint.h>.
21538         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21539         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21540         int.  Work more efficiently if X is the same width as uintmax_t.
21541         Do not compare X to -1, to avoid bogus compiler warning.
21542         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21543         Don't assume that f_frsize and f_bsize are the same type.
21544
21545         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21546         warning on FreeBSD.
21547
21548         * lib/makepath.c (make_path): Restore umask *before* creating the final
21549         component.
21550         (make_path): Minor reformatting.
21551
21552         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21553         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21554         HAVE_MALLOC/HAVE_REALLOC.
21555
21556         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21557         dummy ones.  At least on GNU/Linux systems, `auto' means something
21558         else.
21559         From Michael Stone.
21560
21561 2002-11-21  Bruno Haible  <bruno@clisp.org>
21562
21563         Remove case insensitive option matching.
21564         * lib/argmatch.h (argcasematch): Remove declaration.
21565         (ARGCASEMATCH): Remove macro.
21566         (__xargmatch_internal): Remove case_sensitive argument.
21567         (XARGMATCH): Update.
21568         (XARGCASEMATCH): Remove macro.
21569         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21570         case_sensitive argument.
21571         (argcasematch): Remove function.
21572         (__xargmatch_internal): Remove case_sensitive argument.
21573         (main): Use XARGMATCH instead of XARGCASEMATCH.
21574
21575         * lib/xmalloc.c: Change compile-time error message. Add comment about
21576         required autoconf version.
21577
21578 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21579
21580         Merge argmatch cleanups from Bison.  Assume C89.
21581
21582         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21583         Include stdlib.h, for EXIT_FAILURE.
21584         Always include <string.h>, since we assume C89.
21585         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21586         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21587         Include <stddef.h> instead, since it's all we need for size_t.
21588         (PARAMS): Remove.  All uses removed.
21589         (ARRAY_CARDINALITY): Do not bother to #undef.
21590         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21591         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21592         Remove unnecessary parentheses.
21593         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21594         Insert necessary parentheses.
21595         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21596         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21597
21598 2002-11-19  Bruno Haible  <bruno@clisp.org>
21599
21600         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21601         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21602
21603         * lib/mbswidth.h (PARAMS): Remove macro.
21604         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21605         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21606
21607         * lib/gcd.h (PARAMS): Remove macro.
21608         (gcd): Use ANSI C function declarations.
21609         * lib/gcd.c (gcd): Likewise.
21610
21611 2002-11-15  Bruno Haible  <bruno@clisp.org>
21612
21613         * lib/strcspn.c: Include <stddef.h>.
21614         (strcspn): Use ANSI C function declaration. Change return type to
21615         size_t. Use NULL.
21616         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21617         (strpbrk): Use NULL.
21618         * lib/strpbrk.h (PARAMS): Remove macro.
21619         (strpbrk): Use ANSI C function declaration.
21620         * lib/strstr.c: Don't include <sys/types.h>.
21621         * lib/strstr.h (PARAMS): Remove macro.
21622         (strstr): Use ANSI C function declarations.
21623
21624 2002-11-14  Karl Berry  <karl@gnu.org>
21625
21626         * config/mkinstalldirs: `do' on separate line, instead of
21627         `for var; do'.
21628
21629 2002-11-06  Bruno Haible  <bruno@clisp.org>
21630
21631         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21632         * lib/gcd.c (gcd): Likewise.
21633
21634 2002-11-05  Bruno Haible  <bruno@clisp.org>
21635
21636         * lib/gcd.h: New file, from gettext-0.11.5.
21637         * lib/gcd.c: New file, from gettext-0.11.5.
21638
21639 2002-11-05  Bruno Haible  <bruno@clisp.org>
21640
21641         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21642         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21643         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21644         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21645
21646         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21647         <libintl.h>.
21648         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21649         <libintl.h>.
21650
21651         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21652         * lib/human.c: Include gettext.h instead of <libintl.h>.
21653         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21654         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21655         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21656         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21657         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21658         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21659         (textdomain): Remove definition.
21660         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21661
21662         * lib/long-options.c: Remove include of <libintl.h> and definition of
21663         _.
21664         * lib/same.c: Remove include of <libintl.h> and definition of _.
21665
21666 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21667
21668         * lib/config.charset: A few additions for Solaris.
21669
21670 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21671
21672         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21673         * lib/localcharset.c (locale_charset): Declare as extern "C".
21674
21675 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21676
21677         * lib/config.charset: msdos in uk_UA uses CP1125.
21678
21679 2002-11-04  Bruno Haible  <bruno@clisp.org>
21680
21681         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21682         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21683         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21684         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21685         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21686
21687 2002-11-04  Bruno Haible  <bruno@clisp.org>
21688
21689         * lib/localcharset.c (locale_charset): Don't return an empty string.
21690
21691 2002-11-04  Bruno Haible  <bruno@clisp.org>
21692
21693         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21694         aliases.
21695
21696 2002-11-04  Bruno Haible  <bruno@clisp.org>
21697
21698         * lib/config.charset: Update for newest glibc. Add canonical names
21699         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21700
21701 2002-11-04  Bruno Haible  <bruno@clisp.org>
21702
21703         * lib/config.charset: Add support for NetBSD.
21704
21705 2002-11-04  Bruno Haible  <bruno@clisp.org>
21706
21707         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21708
21709 2002-11-01  Bruno Haible  <bruno@clisp.org>
21710
21711         * configure.in: Add AC_CONFIG_AUX_DIR call.
21712         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21713         test/Makefile.
21714         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21715
21716 2002-09-28  Karl Berry  <karl@gnu.org>
21717
21718         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21719         installed automake until the next release, since changes have been
21720         made.
21721
21722 2002-09-25  Karl Berry  <karl@gnu.org>
21723
21724         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21725         * lib/getopt*: copy from libc/posix.
21726         * lib/gettext.h: copy from gettext.
21727         * lib/.cppi-disable: add strdup.c, gettext.h.
21728
21729 2002-09-25  Karl Berry  <karl@gnu.org>
21730
21731         * config/srclist.txt: enable gettext.h check.
21732         * config/config.{guess,sub}: update from prep.
21733         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21734                 from automake 1.6.3.
21735         See srclist*.
21736
21737 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21738
21739         * regex.c (PATFETCH): Remove the translating fetch.
21740         (PATFETCH_RAW): Rename to PATFETCH.
21741         (set_image_of_range): New fun.
21742         (SET_RANGE_TABLE_WORK_AREA): Use it.
21743         (regex_compile): Don't translate the pattern chars so eagerly.
21744         Only do it when inserting an `exactn' bytecode or when handling
21745         a char-range.
21746         (mutually_exclusive_p): Avoid empty statement.
21747
21748 2002-07-06  Jim Meyering  <meyering@lucent.com>
21749
21750         * m4/README: Don't mention Makefile.am.in.
21751         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21752
21753 2002-07-01  Jim Meyering  <meyering@lucent.com>
21754
21755         * lib/c-stack.c: Include sys/time.h.
21756         From Volker Borchert.
21757
21758 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21759
21760         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21761
21762 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21763
21764         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21765         New macro.  Use it uniformly instead of
21766         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21767         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21768         reported by Vin Shelton.
21769
21770 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21771
21772         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21773         Do not assume SA_SIGINFO behavior.
21774         Bug reported by Jim Meyering on NetBSD 1.5.2.
21775
21776 2002-06-22  Jim Meyering  <meyering@lucent.com>
21777
21778         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21779         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21780
21781         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21782         now that configure.ac uses AC_GNU_SOURCE.
21783         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21784         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21785
21786         Update to latest tools.  Suggestions from Paul Eggert.
21787         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21788         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21789         * m4/fnmatch.m4: Likewise.
21790         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21791         to AC_HEADER_STDBOOL
21792
21793 2002-06-22  Jim Meyering  <meyering@lucent.com>
21794
21795         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21796         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21797
21798 2002-06-22  Jim Meyering  <meyering@lucent.com>
21799
21800         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21801
21802         * lib/exitfail.c, exitfail.h: Likewise.
21803         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21804
21805         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21806         of fnmatch.h.
21807         (EXTRA_DIST): Add fnmatch_loop.c.
21808         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21809
21810         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21811         * lib/fnmatch.c: Update from diffutils-2.8.2.
21812         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21813         * lib/fnmatch.h: Remove file.
21814
21815 2002-06-21  Jim Meyering  <meyering@lucent.com>
21816
21817         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21818         * m4/mbrtowc.m4: Likewise.
21819
21820         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21821         * m4/mbswidth.m4: Reflect name change:
21822         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21823         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21824
21825         * m4/lib-link.m4: Update from gettext-0.11.2.
21826         * m4/gettext.m4: Likewise.
21827
21828         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21829         From Alfred M. Szmidt.
21830
21831 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21832
21833         * lib/file-type.h: Report an error if neither S_ISREG nor
21834         S_IFREG is defined, instead of using a test specific to glibc
21835         2.2.  This should be safe, since POSIX requires S_ISREG and
21836         Unix Version 7 had S_IFREG.  We don't need to check for
21837         <sys/types.h> since we don't use any symbols that it defines.
21838
21839 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21840
21841         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21842         $@-t, so that each temporary file name is unique and valid in the first
21843         8 characters, for operation under DOS.
21844
21845 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21846
21847         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21848
21849 2002-06-15  Jim Meyering  <meyering@lucent.com>
21850
21851         Work even with DJGPP 2.03, which lacks support for symlinks.
21852         From Richard Dawe.
21853         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21854         is defined.
21855         * lib/lchown.c (S_ISLNK): Likewise.
21856
21857 2002-06-15  Jim Meyering  <meyering@lucent.com>
21858
21859         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21860         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21861         have been included before this file.
21862
21863 2002-06-14  Jim Meyering  <meyering@lucent.com>
21864
21865         * lib/file-type.h: Use the version from diffutils-2.8.2.
21866         * lib/file-type.c: Likewise.
21867
21868 2002-06-07  Jim Meyering  <meyering@lucent.com>
21869
21870         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21871         They're needed at least for NetBSD 1.5.2.
21872         ($statxfs_includes): Include those same headers.
21873         ($statxfs_includes): Include sys/vfs.h if available.
21874         ($statxfs_includes): Likewise for sys/statvfs.h.
21875         Check for the following members in both structs statfs and statvfs:
21876         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21877
21878 2002-06-01  Jim Meyering  <meyering@lucent.com>
21879
21880         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21881         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21882
21883 2002-05-28  Jim Meyering  <meyering@lucent.com>
21884
21885         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21886         Reported by Volker Borchert.
21887
21888 2002-05-27  Jim Meyering  <meyering@lucent.com>
21889
21890         Fix a problem seen only on nonconforming systems whereby ls.c's
21891         use of localtime, and then of gettimeofday would cause trouble:
21892         the localtime call used to initialize rpl_gettimeofday's save
21893         mechanism would clobber ls's current local time information so
21894         that in any long listing the first file would always be listed
21895         with date 1970-01-01.  Analysis by Volker Borchert.
21896
21897         * lib/gettimeofday.c (localtime): Undefine.
21898         (rpl_localtime): New function.
21899
21900 2002-05-27  Jim Meyering  <meyering@lucent.com>
21901
21902         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21903         localtime.
21904
21905         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21906         use the replacement function; it wouldn't resolve at link time.
21907         Reported by Volker Borchert.
21908
21909 2002-05-22  Jim Meyering  <meyering@lucent.com>
21910
21911         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21912         file-type.h.
21913         * lib/file-type.h: New file.
21914         * lib/file-type.c (file_type): New file/function.  Extracted from
21915         diffutils.
21916
21917 2002-04-30  Jim Meyering  <meyering@lucent.com>
21918
21919         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21920
21921 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21922
21923         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21924
21925 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21926
21927         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21928         Do not check for alloca.h (no longer used) or stdbool.h (was never
21929         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21930
21931 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21932
21933         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21934
21935 2002-04-29  Jim Meyering  <meyering@lucent.com>
21936
21937         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21938         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21939         Use AC_FUNC_STRNLEN here instead.
21940
21941         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21942         With autoconf-2.53a, it's part of AC_PROG_CC.
21943
21944 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21945
21946         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21947         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21948
21949 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21950
21951         * lib/sig2str.h, lib/sig2str.c: New files.
21952         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21953
21954 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21955
21956         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21957         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21958         of 127, since 64 is the largest conceivable number for ancient
21959         nonstandard hosts.
21960         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21961
21962 2002-04-28  Jim Meyering  <meyering@lucent.com>
21963
21964         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21965
21966 2002-04-24  Jim Meyering  <meyering@lucent.com>
21967
21968         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21969         (jm_PREREQ): Use it.
21970
21971         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21972         mach/mach.h fcntl.h.
21973         Check for this function: setlocale.
21974
21975 2002-04-24  Jim Meyering  <meyering@lucent.com>
21976
21977         * lib/gettext.h: New file, from Gettext.
21978         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21979         (libfetish_a_SOURCES): Add gettext.h.
21980
21981 2002-04-16  Jim Meyering  <meyering@lucent.com>
21982
21983         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21984         ut_pid, ut_id, ut_exit.
21985
21986 2002-04-16  Jim Meyering  <meyering@lucent.com>
21987
21988         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21989         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21990         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21991
21992 2002-04-12  Jim Meyering  <meyering@lucent.com>
21993
21994         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21995         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21996         existence of the getmntinfo function.  Needed for Darwin 5.3.
21997
21998         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21999         This is necessary at least on Darwin 5.3.
22000
22001         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22002         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22003         strnlen.o in the library, and that makes some versions of ranlib
22004         object.
22005
22006 2002-04-12  Jim Meyering  <meyering@lucent.com>
22007
22008         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22009
22010 2002-04-09  Jim Meyering  <meyering@lucent.com>
22011
22012         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22013         to be more precise.  Rather than saying we're checking whether the
22014         function `works', say what we're testing.
22015         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22016         Reported by Bruno Haible.
22017
22018 2002-03-10  Jim Meyering  <meyering@lucent.com>
22019
22020         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22021         Suggestion from Santiago Vila.
22022
22023 2002-03-08  Jim Meyering  <meyering@lucent.com>
22024
22025         * lib/rename.c: Mention that this wrapper is needed also on
22026         mips-dec-ultrix4.4 systems.
22027
22028 2002-03-02  Jim Meyering  <meyering@lucent.com>
22029
22030         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22031         not HAVE_CLOCK_SETTIME.
22032
22033 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22034
22035         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22036         Check for clock_settime.
22037
22038 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22039
22040         * lib/nanosleep.h: Rename to....
22041         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22042
22043         * lib/gettime.c: New file.
22044         * lib/settime.c: New file.
22045         * lib/stime.c: Remove.
22046
22047         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22048         timespec.h.  Remove nanosleep.h.
22049
22050 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22051
22052         * m4/acl.m4: New file.
22053         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22054         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22055
22056 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22057
22058         * lib/acl.c, lib/acl.h: New files.
22059         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22060
22061 2002-02-24  Jim Meyering  <meyering@lucent.com>
22062
22063         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22064         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22065         cause trouble.  Reported by Nelson Beebe.
22066
22067 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22068
22069         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22070         compilers that don't know that xalloc_die never returns.
22071
22072 2002-02-20  Jim Meyering  <meyering@lucent.com>
22073
22074         * lib/getdate.c: Regenerate using bison-1.33.
22075
22076 2002-02-17  Jim Meyering  <meyering@lucent.com>
22077
22078         * config/config.guess (main): Don't use `head -1'; it's no longer
22079         portable. Use `sed 1q' instead.
22080
22081 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22082
22083         * m4/codeset.m4: Upgrade to gettext-0.11.
22084         * m4/gettext.m4: Upgrade to gettext-0.11.
22085         * m4/glibc21.m4: Upgrade to gettext-0.11.
22086         * m4/iconv.m4: Upgrade to gettext-0.11.
22087         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22088         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22089         * m4/lib-ld.m4: New file, from gettext-0.11.
22090         * m4/lib-link.m4: New file, from gettext-0.11.
22091         * m4/lib-prefix.m4: New file, from gettext-0.11.
22092         * m4/progtest.m4: Upgrade to gettext-0.11.
22093
22094 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22095
22096         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22097         (jm_PREREQ): Use it.
22098
22099 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22100
22101         * lib/posixver.c, lib/posixver.h: New files.
22102         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22103
22104 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22105             Bruno Haible  <bruno@clisp.org>
22106
22107         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22108         (fwrite_success_callback): New declaration.
22109         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22110         print_unicode_char. Call failure callback instead of error.
22111         (fwrite_success_callback): New function.
22112         (exit_failure_callback): New function.
22113         (fallback_failure_callback): New function.
22114         (print_unicode_char): Call unicode_to_mb.
22115
22116 2002-01-26  Jim Meyering  <meyering@lucent.com>
22117
22118         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22119         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22120
22121 2002-01-26  Jim Meyering  <meyering@lucent.com>
22122
22123         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22124
22125 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22126
22127         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22128
22129 2002-01-22  Jim Meyering  <meyering@lucent.com>
22130
22131         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22132         Otherwise, some versions of automake would omit the rule that makes
22133         Makefile from Makefile.in.
22134
22135 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22136
22137         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22138         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22139         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22140         (memcoll): Set errno to zero if there is no error.
22141
22142         * lib/quotearg.c (quotearg_buffer_restyled):
22143         Fix bug with quoting buffers containing NUL when backslashing escapes.
22144         This bug was exposed by the other changes in this patch.
22145         (quotearg_n_options): New arg ARGSIZE.
22146         All callers changed.
22147         (quoting_options_from_style): New function.
22148         (quotearg_n_style): Use it.
22149         (quotearg_n_style_mem): New function.
22150
22151         * lib/quotearg.h (quotearg_n_style_mem): New function.
22152
22153 2002-01-19  Jim Meyering  <meyering@lucent.com>
22154
22155         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22156         Remove useless quotes: DF_PROG="df".
22157         * m4/strnlen.m4: New file.
22158
22159 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22160
22161         * lib/backupfile.c (ISDIGIT): Comment fix.
22162         * lib/getdate.y (ISDIGIT): Likewise.
22163         * lib/posixtm.c (ISDIGIT, year): Likewise.
22164         * lib/strverscmp.c (ISDIGIT): Likewise.
22165         * lib/userspec.c (ISDIGIT): Likewise.
22166
22167 2002-01-16  Jim Meyering  <meyering@lucent.com>
22168
22169         * lib/getdate.y: Add three semicolons, each just before a closing
22170         brace. Bison (as of version 1.31) no longer papers over that mistake.
22171
22172 2002-01-05  Jim Meyering  <meyering@lucent.com>
22173
22174         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22175
22176 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22177
22178         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22179         not silently exit merely because the output buffer happens to
22180         have nothing pending.
22181
22182 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22183
22184         See the big note in ../ChangeLog.
22185         * lib/human.c (suffixes): Prefer K to k for 1024.
22186         (generate_suffix_backwards): New function.
22187         (human_readable_inexact): Use it.
22188         * lib/xstrtol.c (__xstrtol): If there is no number but there
22189         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22190         Accept 'K' as well as 'k'.
22191
22192 2001-12-15  Jim Meyering  <meyering@lucent.com>
22193
22194         * lib/regex.h (__restrict_arr): Update from libc.
22195
22196         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22197         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22198         (STREQ): Define.
22199
22200 2001-12-14  Jim Meyering  <meyering@lucent.com>
22201
22202         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22203         Suggestion from Bruno Haible.
22204
22205 2001-12-10  Jim Meyering  <meyering@lucent.com>
22206
22207         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22208         xrealloc, Instead, include "xalloc.h".
22209         (initbuffer): Don't cast xmalloc return value to char*.
22210         (readline): Reword comment.
22211         Don't cast xrealloc return value to char*
22212         Return NULL, not 0.
22213
22214 2001-12-09  Jim Meyering  <meyering@lucent.com>
22215
22216         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22217         about `signed and unsigned type in conditional expression'.
22218         * lib/posixtm.c (posix_time_parse): Likewise.
22219
22220         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22221
22222         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22223         to avoid a pedantic warning.
22224
22225         * lib/getstr.c: Don't include assert.h.
22226         (getstr): Remove warning-evoking assertions.
22227         Return -1 if offset parameter is out of bounds.
22228         Change the type of a local from int to size_t.
22229
22230         * lib/strftime.c (my_strftime_localtime_r): Include this function
22231         definition in the `#if ! HAVE_TM_GMTOFF' block.
22232
22233         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22234         Include xalloc.h instead.
22235
22236 2001-12-02  Jim Meyering  <meyering@lucent.com>
22237
22238         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22239         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22240         included.
22241
22242         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22243         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22244
22245 2001-11-30  Akim Demaille  <akim@epita.fr>
22246
22247         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22248         before being defined.
22249
22250 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22251
22252         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22253         First arg is int, not unsigned.
22254         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22255         (SIZE_MAX, UINT_MAX): New macros.
22256         (quotearg_n_options): Abort if N is negative.
22257         Avoid overflow check on hosts where size_t is 64 bits and int
22258         is 32 bits, as overflow is impossible there.
22259         Fix off-by-one typo that caused unnecessary reallocation.
22260
22261 2001-11-27  Jim Meyering  <meyering@lucent.com>
22262
22263         * lib/tempname.c: Merge with version from libc.
22264         * lib/regex.c: Likewise.
22265
22266         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22267         systems for which STDC_HEADERS is 0, it was not included, resulting in
22268         a warning about an integer-to-pointer conversion problem with getenv.
22269         Reported by Volker Borchert.
22270
22271 2001-11-26  Jim Meyering  <meyering@lucent.com>
22272
22273         * lib/gtod.h: Remove file.
22274         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22275         * lib/gettimeofday.c: Don't include gtod.h.
22276         (GTOD_init): Remove function.
22277         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22278         Suggestion from Volker Borchert.
22279
22280 2001-11-23  Jim Meyering  <meyering@lucent.com>
22281
22282         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22283         it.
22284         * lib/hash.c (struct hash_table): Define it here instead.
22285
22286 2001-11-22  Jim Meyering  <meyering@lucent.com>
22287
22288         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22289
22290 2001-11-20  Jim Meyering  <meyering@lucent.com>
22291
22292         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22293         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22294
22295 2001-11-19  Jim Meyering  <meyering@lucent.com>
22296
22297         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22298         directory.  Use "conftestXXXXXX" as the template.
22299         Suggestion from Paul Eggert.
22300
22301         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22302         immediately, so the test doesn't mistakenly hit the max-open-files
22303         limit.
22304
22305 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22306
22307         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22308         (TEMPORARIES): New macro.
22309         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22310         removes an artificial limitation (e.g. HP-UX 10.20, where
22311         TMP_MAX is 17576).
22312
22313 2001-11-18  Jim Meyering  <meyering@lucent.com>
22314
22315         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22316
22317 2001-11-18  Jim Meyering  <meyering@lucent.com>
22318
22319         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22320         on SunOS 4.
22321
22322         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22323         files will be created before anything else.
22324
22325 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22326
22327         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22328         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22329
22330 2001-11-17  Jim Meyering  <meyering@lucent.com>
22331
22332         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22333         Prompted by a report from Bob Proulx.
22334
22335         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22336         Instead, require UTILS_FUNC_MKSTEMP.
22337
22338 2001-11-17  Jim Meyering  <meyering@lucent.com>
22339
22340         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22341         Now, that's done as part of AC_FUNC_STRTOD.
22342
22343 2001-11-17  Jim Meyering  <meyering@lucent.com>
22344
22345         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22346         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22347         rather than group writable.  Patch by Juan F. Codagnone.
22348
22349         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22350         xrealloc, Instead, include "xalloc.h".
22351
22352         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22353         Remove explicit declarations of xmalloc, xrealloc,
22354         and xstrdup.  Instead, include "xalloc.h".
22355
22356         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22357         unlocked-io.h.
22358         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22359         Likewise.
22360         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22361
22362         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22363         Reported by Padraig Brady.
22364
22365         * lib/mkstemp.c: #undef mkstemp.
22366         Include config.h.
22367         (rpl_mkstemp): Rename from mkstemp.
22368         Protoize.
22369
22370 2001-11-16  Jim Meyering  <meyering@lucent.com>
22371
22372         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22373         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22374         determine the amount of total physical memory, use pstat_getstatic.
22375         HPUX-11 doesn't define _SC_PHYS_PAGES.
22376         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22377         If sysconf couldn't be used to determine the amount of available
22378         physical memory, use both pstat_getstatic and pstat_getdynamic.
22379         Based on a patch from Bob Proulx.
22380
22381 2001-11-10  Jim Meyering  <meyering@lucent.com>
22382
22383         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22384         (jm_PREREQ): Use it.
22385
22386 2001-11-09  Jim Meyering  <meyering@lucent.com>
22387
22388         * m4/jm-macros.m4: Require autoconf-2.52f.
22389         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22390         Use these AC_-prefixed names, not the AM_-prefixed ones.
22391
22392         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22393
22394 2001-11-05  Jim Meyering  <meyering@lucent.com>
22395
22396         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22397
22398 2001-11-04  Jim Meyering  <meyering@lucent.com>
22399
22400         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22401         $DEFS.
22402
22403 2001-11-03  Jim Meyering  <meyering@lucent.com>
22404
22405         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22406         of AC_DEFUN.
22407
22408         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22409         know the name of the variable in the macro definition.
22410
22411 2001-11-03  Jim Meyering  <meyering@lucent.com>
22412
22413         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22414         in argmatch_to_argument call.
22415
22416         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22417         argument.
22418
22419         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22420         e.g., a fault due to an attempt to free a NULL pointer.
22421
22422 2001-11-01  Jim Meyering  <meyering@lucent.com>
22423
22424         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22425         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22426
22427 2001-11-01  Jim Meyering  <meyering@lucent.com>
22428
22429         * lib/dirfd.c, lib/dirfd.h: New files.
22430         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22431
22432         * lib/hash.c (hash_print) [TESTING]: Clean up.
22433
22434 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22435
22436         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22437         to avoid a warning if -Wall.
22438
22439 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22440
22441         * README: New file
22442         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22443         (per RMS's instructions, this is now the canonical source)
22444         * lgpl/, gpl/: New directories.
22445
22446 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22447
22448         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22449
22450 2001-10-21  Jim Meyering  <meyering@lucent.com>
22451
22452         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22453         this code would end up calling gettext even in packages built
22454         with --disable-nls.
22455         * lib/getopt.c (_): Likewise.
22456         * lib/regex.c (_): Likewise.
22457
22458 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22459
22460         * m4/error.m4 (jm_PREREQ_ERROR):
22461         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22462         AC_FUNC_STRERROR_R does that.
22463         Check for strerror declaration.
22464
22465         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22466         are supposed to have them these days.
22467         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22468         Merge changes from latest Autoconf CVS.
22469         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22470         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22471         POSIX decided to standardize on the int flavor of strerror_r.
22472
22473 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22474
22475         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22476         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22477         Use strerror_r that is only a macro, even if it is not a function.
22478         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22479         (private_strerror): Use prototypes, not old-style function definition.
22480         (print_errno_message): New function.
22481         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22482         char*-flavored one.
22483         (error_tail, error, error_at_line): Use it.
22484
22485 2001-10-11  Jim Meyering  <meyering@lucent.com>
22486
22487         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22488         and quote_n (1, ... to avoid clobbering a buffer.
22489
22490 2001-10-05  Jim Meyering  <meyering@lucent.com>
22491
22492         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22493         hash-pjw.h.
22494         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22495         * lib/hash-pjw.h: New file.
22496
22497 2001-09-30  Jim Meyering  <meyering@lucent.com>
22498
22499         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22500         `struct fsstat' has the `f_fstypename' member.
22501         Use that to define FS_TYPE, which is now used to make
22502         the getfsstat link test tighter.
22503
22504 2001-09-30  Jim Meyering  <meyering@lucent.com>
22505
22506         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22507         Include <sys/ucred.h>, for Apple Darwin.
22508         Include sys/mount.h and sys/fs_types.h only if available.
22509         (FS_TYPE): Define.
22510         (read_filesystem_list): Use FS_TYPE.
22511
22512 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22513
22514         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22515         a boolean context.
22516
22517 2001-09-29  Jim Meyering  <meyering@lucent.com>
22518
22519         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22520         [one-argument getmntent function]): Include stdio.h before mntent.h.
22521         SunOS 4.1.x needs it for the declaration of `FILE'.
22522         Patch by Volker Borchert.
22523
22524         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22525         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22526         sys/fs_types.h, and make the link-test for getfsstat guard #include
22527         directives with appropriate #if HAVE_*_H tests so that we can
22528         detect getfsstat on Apple Darwin1.3.7 systems.
22529         Reported by Nelson Beebe.
22530         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22531
22532 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22533
22534         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22535         #defines strtoimax.  Also treat the other strto* functions
22536         like strtoimax.
22537
22538         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22539         Check for strtoul and strtoumax,
22540         as those declarations are made even in the signed case.
22541         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22542         Likewise, for strtol and strtoimax.
22543
22544 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22545
22546         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22547         #defines strtoimax.  Also treat the other strto* functions
22548         like strtoimax.
22549
22550         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22551         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22552         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22553
22554 2001-09-26  Jim Meyering  <meyering@lucent.com>
22555
22556         Most macros in unlocked-io.h had the wrong number of arguments.
22557         * lib/gen-uio: New script.
22558         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22559         * lib/unlocked-io.hin: Remove file.
22560         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22561         rather than trying to embed it here.
22562         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22563         Reported by Padraig Brady.
22564
22565 2001-09-25  Volker Borchert  <bt@teknon.de>
22566
22567         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22568         `result'.
22569
22570 2001-09-24  Jim Meyering  <meyering@lucent.com>
22571
22572         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22573
22574 2001-09-23  Jim Meyering  <meyering@lucent.com>
22575
22576         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22577         instead of the mere test for existence of mntent.h.  The latter
22578         would get a false-positive on AIX 3.4 systems.
22579         In the outer getmntent if-block, don't die if neither of the getmntent
22580         tests succeeds.  Instead, just fall through and continue with the
22581         remaining tests.
22582
22583 2001-09-23  Jim Meyering  <meyering@lucent.com>
22584
22585         * lib/mountlist.c: Remove useless parentheses in #if directives.
22586         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22587         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22588
22589 2001-09-22  Jim Meyering  <meyering@lucent.com>
22590
22591         * m4/gettext.m4: New file.  From gettext.
22592         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22593         * m4/progtest.m4: Likewise
22594         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22595         * m4/glibc21.m4: Likewise.
22596
22597         * m4/libintl.m4: Remove.  No longer used.
22598
22599 2001-09-22  Jim Meyering  <meyering@lucent.com>
22600
22601         * lib/localcharset.c: Update from latest gettext.
22602         * lib/config.charset: Likewise.
22603
22604 2001-09-20  Jim Meyering  <meyering@lucent.com>
22605
22606         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22607         strtoimax.
22608         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22609         strtoumax.
22610
22611 2001-09-20  Jim Meyering  <meyering@lucent.com>
22612
22613         * lib/xstrtol.c (strtoimax): Guard declaration with
22614         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22615         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22616         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22617         (strtoumax): Likewise, for completeness (it wasn't necessary).
22618
22619 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22620
22621         * lib/strtoimax.c (HAVE_LONG_LONG):
22622         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22623         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22624         to work around bug in IBM C compiler.
22625
22626 2001-09-17  Jim Meyering  <meyering@lucent.com>
22627
22628         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22629         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22630         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22631         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22632         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22633         whenever the right hand side need not be expanded by the shell.
22634
22635 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22636
22637         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22638         library.  It's not correct, as some older glibcs are buggy.
22639         fnmatch wasn't fixed until glibc 2.2.
22640
22641         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22642         special shell magic here.
22643
22644 2001-09-16  Jim Meyering  <meyering@lucent.com>
22645
22646         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22647         * m4/jm-macros.m4: Require it.
22648
22649 2001-09-16  Jim Meyering  <meyering@lucent.com>
22650
22651         * lib/mkdir.c: New file.
22652
22653 2001-09-15  Jim Meyering  <meyering@lucent.com>
22654
22655         * m4/jm-macros.m4: Check for help2man.
22656
22657 2001-09-11  Jim Meyering  <meyering@lucent.com>
22658
22659         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22660         The body, by Paul Eggert, was moved here from configure.in.
22661         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22662
22663 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22664
22665         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22666         (jm_PREREQ): Use it.
22667
22668 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22669
22670         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22671         Use ssize_t, not int, to store result of readlink.
22672         Check for ssize_t overflow as well as size_t overflow,
22673         as POSIX says the result of readlink is implementation-defined
22674         when ssize_t overflows.
22675         Remove unnecessary cast to char*.
22676         Use free+malloc instead of realloc, as the storage doesn't need
22677         to be preserved and it's clearer and can be more efficient that way.
22678         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22679         * lib/xreadlink.h (xreadlink): Update prototype.
22680
22681 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22682
22683         * lib/xgetcwd.c: Revert some of the previous change; intead,
22684         fix the HAVE_GETCWD_NULL code to behave more like the
22685         !HAVE_GETCWD_NULL code used to.
22686
22687         Include "xalloc.h".
22688         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22689         invoke xalloc_die.
22690
22691 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22692
22693         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22694         sys/param.h, as pathmax.h includes them.
22695
22696 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22697
22698         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22699         (jm_PREREQ_XGETCWD): New macro.
22700
22701         * m4/getcwd.m4: New file.
22702
22703 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22704
22705         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22706         like the HAVE_GETCWD_NULL code.
22707         Include pathmax.h if not HAVE_GETCWD.
22708         Do not include xalloc.h.
22709         (INITIAL_BUFFER_SIZE): New symbol.
22710         Do not use xmalloc / xrealloc, since the caller is responsible for
22711         handling errors.  Preserve errno around `free' during failure.
22712         Do not overrun buffer when using getwd.
22713
22714 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22715
22716         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22717         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22718         getcwd (NULL, 0).
22719
22720 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22721
22722         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22723         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22724         spotted by Jim Meyering.
22725
22726 2001-09-03  Jim Meyering  <meyering@lucent.com>
22727
22728         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22729         failure.
22730
22731 2001-09-02  Jim Meyering  <meyering@lucent.com>
22732
22733         * lib/error.c: Update from GNU libc.
22734
22735 2001-09-01  Jim Meyering  <meyering@lucent.com>
22736
22737         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22738         Used by df.
22739
22740 2001-09-01  Jim Meyering  <meyering@lucent.com>
22741
22742         * lib/xreadlink.c: New file.
22743         * lib/xreadlink.h: New file.
22744         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22745         xreadlink.h.
22746
22747         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22748         doesn't conflict with sparc Solaris 7's definition in
22749         /usr/include/sys/int_types.h.
22750
22751         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22752         files.
22753         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22754         and strncasecmp as r-values.  Unixware didn't have declarations.
22755
22756 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22757
22758         * lib/xstrtol.h: Add copyright notice.
22759         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22760         LONGINT_INVALID_SUFFIX_CHAR.
22761
22762 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22763
22764         * lib/xstrtol.c (strtoimax): New decl.
22765
22766 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22767
22768         * lib/xgetcwd.c: Don't include pathmax.h.
22769         Include stdlib.h and unistd.h if available.
22770         Include xalloc.h.
22771         (xmalloc, xstrdup, free): Remove decls.
22772         (xgetcwd): Don't assume sizes fit in unsigned.
22773         Check for overflow when computing sizes.
22774         Simplify reallocation code.
22775
22776 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22777
22778         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22779         a directory's st_size can have an arbitrary value, so the old
22780         usage could waste an arbitrary amount of memory.  All uses
22781         changed.
22782         * lib/savedir.h: Update prototype.
22783
22784 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22785
22786         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22787
22788         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22789         old strtoimax.c.
22790
22791         Also, make the following further changes to make this file's
22792         configuration more similar to that of strtol.c:
22793         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22794         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22795         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22796         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22797         changed to signed values.
22798
22799         And make the following changes as well:
22800         Fix copyright notice, as 1999 was missing.
22801         (verify): New macro.
22802         (strtoimax): Check sizes at compile-time, not run-time.
22803         Prefer strtol to strtoll if both work.
22804         (main): Remove; it was not that useful and was a pain to maintain.
22805
22806         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22807
22808 2001-08-31  Jim Meyering  <meyering@lucent.com>
22809
22810         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22811         Use an initial, malloc'd, buffer of length 128 rather than
22812         a statically allocated one of length 1024.
22813
22814 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22815
22816         Simplify code, partly by assuming autoconf 2.52 semantics.
22817
22818         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22819
22820         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22821         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22822         All uses removed.
22823         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22824         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22825         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22826         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22827         jm_AC_HEADER_INTTYPES_H.
22828         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22829
22830         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22831
22832         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22833         Quote first arg of AC_DEFUN.
22834         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22835         since they are needed to parse the include file even if we need
22836         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22837         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22838         but with opposite signedness.
22839
22840 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22841
22842         Merge 'exclude' changes from tar 1.13.22.
22843         This fixes one or two unlikely storage allocation overflow bugs,
22844         but doesn't change user-visible behavior otherwise.
22845
22846 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22847
22848         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22849         (jm_PREREQ_EXCLUDE): New macro.
22850
22851 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22852
22853         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22854         tm to be declared.
22855
22856 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22857
22858         * lib/hash.c: Remove '2001' from copyright notice.
22859
22860 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22861
22862         * lib/full-write.h: New file.
22863         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22864         * lib/full-write.c: Correct credits, as cccp.c no longer
22865         exists and anyway it was so heavily changed from the old cccp
22866         code as to be unrecognizable.  Include full-write.h.
22867         (full_write) Return size_t, with short writes meaning failure.
22868         All callers changed.  This fixes a bug with large buffers
22869         on 64-bit hosts.
22870         * lib/utime.c: Include full-write.h.
22871
22872 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22873
22874         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22875         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22876         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22877         Include if available.
22878         (<xalloc.h>): Include
22879         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22880         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22881         collide with FNM macros.
22882         (struct patopts): New struct.
22883         (struct exclude): Use it, as exclude patterns now come with options.
22884         (new_exclude): Support above changes.
22885         (new_exclude, add_exclude_file):
22886         Initial size must now be a power of two to simplify overflow checking.
22887         (free_exclude, fnmatch_no_wildcards): New function.
22888         (excluded_filename): No longer requires options arg, as the options
22889         are determined by add_exclude.  Now returns bool, not int.
22890         (excluded_filename, add_exclude):
22891         Add support for the fancy new exclusion options.
22892         (add_exclude, add_exclude_file): Now takes int options arg.
22893         Check for arithmetic overflow when computing sizes.
22894         (add_exclude_file): xrealloc might modify errno, so don't
22895         realloc until after errno might be used.
22896
22897         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22898         New macros.
22899         (free_exclude): New decl.
22900         (add_exclude, add_exclude_file): Now takes int options arg.
22901         (excluded_filename): No longer requires options arg, as the options
22902         are determined by add_exclude.  Now returns bool, not int.
22903
22904 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22905
22906         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22907
22908 2001-08-27  Jim Meyering  <meyering@lucent.com>
22909
22910         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22911
22912         * lib/version-etc.c (N_): Remove definition.
22913         Revert most of last change.
22914         Instead, simply don't mark the `Copyright...' string for translation.
22915         Based on advice from Paul Eggert.
22916
22917         * lib/strtoxmax.c: Tweak comment.
22918
22919 2001-08-26  Jim Meyering  <meyering@lucent.com>
22920
22921         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22922
22923         * m4/xstrtoimax.m4: New file.
22924         * m4/xstrtoumax.m4: Add comments explaining why we
22925         AC_REPLACE_FUNCS(strtol).
22926
22927 2001-08-26  Jim Meyering  <meyering@lucent.com>
22928
22929         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22930         of copyright with `%s' so translators don't get an untranslated
22931         message in 2002.
22932         (COPYRIGHT_YEAR): Define.
22933         (version_etc): Use fprintf rather than fputs.
22934         Suggestion from Ulrich Drepper.
22935
22936         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22937
22938         * lib/strtoll.c: New file, from GNU libc.
22939         * lib/xstrtoimax.c: New file.
22940
22941         * lib/xstrtol.h: Add xstrtoimax.
22942         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22943         * lib/strtoimax.c: New file.  Likewise, but first define
22944         STRTOUXMAX_SIGNED.
22945
22946         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22947         ...
22948         * lib/strtoxmax.c: ... then renamed to this.
22949
22950 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22951
22952         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22953         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22954         (jm_AC_TYPE_INTMAX_T): New macro.
22955         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22956
22957         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22958
22959         * m4/longlong.m4: Renamed from ulonglong.m4.
22960         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22961         * m4/uintmax_t.m4: Removed.
22962
22963 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22964
22965         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22966         Port to Solaris 8, where 'sed' requires a space after the 'r'
22967         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22968         Redirect output to $tmp just once.
22969
22970 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22971
22972         * lib/addext.c (<errno.h>): Include.
22973         (errno): Declare if not defined.
22974         (addext): Work correctly when pathconf returns -1 and leaves
22975         errno alone because there is no limit.  Also, work even if
22976         pathconf returns a value greater than SIZE_MAX.
22977
22978 2001-08-12  Jim Meyering  <meyering@lucent.com>
22979
22980         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22981         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22982         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22983         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22984         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22985         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22986         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22987         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22988         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22989         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22990         utime.m4, utimes.m4, xstrtoumax.m4:
22991         Quote the first argument in each use of AC_DEFUN.
22992
22993 2001-08-12  Jim Meyering  <meyering@lucent.com>
22994
22995         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22996         Simply `return getcwd (NULL, 0);'.
22997         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22998         Use 1300 as initial value for length, not PATH_MAX.
22999
23000         * lib/pathmax.h: Clean up cpp syntax.
23001
23002 2001-08-12  Jim Meyering  <meyering@lucent.com>
23003
23004         * lib/gettimeofday.c: New file.
23005         * lib/gtod.h: New file.
23006         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23007
23008 2001-08-05  Jim Meyering  <meyering@lucent.com>
23009
23010         * m4/jm-macros.m4: Require autoconf-2.52.
23011
23012 2001-08-04  Jim Meyering  <meyering@lucent.com>
23013
23014         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23015         stmt, to get in sync with glibc.
23016
23017 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23018
23019         The following changes are from gettext 0.10.39 as maintained by
23020         Bruno Haible.
23021
23022         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23023         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23024         with inverted sense.  All uses changed.
23025
23026         * lib/mbswidth.c: Don't include <limits.h>.
23027         Include <stdlib.h> and <string.h> unconditionally.
23028         (iswcntrl, mbsinit, ISCNTRL): New macros.
23029         (mbsnwidth): Use K&R style function declarations.
23030         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23031         can optimize it when MB_CUR_MAX == 1.
23032         The width of control characters is zero, not 1.
23033
23034 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23035
23036         The following changes are from gettext 0.10.39 as maintained by
23037         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23038
23039         * m4/codeset.m4: Upgrade to serial AM1.
23040         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23041         all uses changed.  Quote first arg of AC_DEFUN.
23042         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23043
23044         * m4/iconv.m4: Upgrade to serial AM2.
23045         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23046         Add --with-libconv-prefix.
23047         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23048         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23049         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23050         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23051         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23052
23053         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23054         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23055         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23056         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23057         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23058         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23059         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23060         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23061         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23062
23063         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23064         string.h any more.
23065
23066         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23067         not the default value.
23068
23069         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23070         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23071         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23072         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23073         Also check for iswcntrl, used for wcwidth fallback.
23074         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23075         to Autoconf 2.13.
23076
23077 2001-08-03  Jim Meyering  <meyering@lucent.com>
23078
23079         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23080         as it was in the original.  Reported by Paul Eggert.
23081
23082 2001-07-16  Jim Meyering  <meyering@lucent.com>
23083
23084         * m4/gettimeofday.m4: New file.
23085         Prompted by a report from Bernhard Baehr.
23086
23087 2001-07-15  Jim Meyering  <meyering@lucent.com>
23088
23089         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23090         stuff. Now it's in ../Makefile.cfg.
23091
23092 2001-07-15  Jim Meyering  <meyering@lucent.com>
23093
23094         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23095         (BUILT_SOURCES): Add unlocked-io.h.
23096         (io_functions): Define.
23097         (unlocked-io.h): New rule.
23098         (DISTCLEANFILES): Add unlocked-io.h.
23099         (all-local): Depend on unlocked-io.h, to ensure it is created.
23100
23101         * lib/unlocked-io.hin: New file
23102
23103         * lib/regex.c: Update from glibc.
23104
23105 2001-07-05  Jim Meyering  <meyering@lucent.com>
23106
23107         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23108         recommendation.
23109         (libfetish_a_SOURCES): Put all .h files here instead.
23110         Remove a thus-exposed (better checks in automake) duplicate and
23111         two unnecessary .h files.
23112
23113 2001-07-04  Jim Meyering  <meyering@lucent.com>
23114
23115         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23116         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23117         distcheck failure.
23118
23119 2001-07-02  Jim Meyering  <meyering@lucent.com>
23120
23121         The following changes were prompted by suggestions from Bruno Haible.
23122
23123         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23124         is now generated.
23125         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23126         definition of EXTRA_DIST.
23127         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23128         ensure that the generated file is created/updated whenever the list
23129         of $(unlocked_functions) is changed.
23130         (jm-glibc-io.m4): New rule.
23131         (unlocked-io.h): New rule -- currently unused.
23132
23133 2001-06-24  Jim Meyering  <meyering@lucent.com>
23134
23135         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23136         unmatched right bracket, rather than kludging it with an extra,
23137         falsely-matching quote in a comment.  Patch by Akim Demaille.
23138
23139 2001-06-11  Jim Meyering  <meyering@lucent.com>
23140
23141         * lib/regex.c: Update from GNU libc.
23142
23143 2001-05-27  Jim Meyering  <meyering@lucent.com>
23144
23145         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23146         Check for ut_type in struct utmp.
23147
23148 2001-05-27  Jim Meyering  <meyering@lucent.com>
23149
23150         * lib/readutmp.h (UT_TYPE): Define.
23151
23152 2001-05-24  Jim Meyering  <meyering@lucent.com>
23153
23154         * lib/argmatch.c: Include "quote.h".
23155         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23156         quote function.  Reported by Göran Uddeborg.
23157
23158 2001-05-22  Jim Meyering  <meyering@lucent.com>
23159
23160         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23161         now that we use the package-supplied version unconditionally.
23162         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23163
23164 2001-05-21  Jim Meyering  <meyering@lucent.com>
23165
23166         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23167         shell syntax errors.
23168
23169 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23170
23171         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23172
23173 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23174
23175         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23176         Don't bother to check library strftime, since
23177         we'll be using our own my_strftime function anyway.
23178         Define my_strftime instead of strftime.
23179
23180 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23181
23182         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23183         which is not yet declared.
23184
23185 2001-05-15  Jim Meyering  <meyering@lucent.com>
23186
23187         * m4/regex.m4: Use proper quoting so brackets appear in the test
23188         program.
23189         Reported by, and with help from, Bruno Haible.
23190
23191 2001-05-13  Jim Meyering  <meyering@lucent.com>
23192
23193         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23194         undefined.
23195
23196 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23197
23198         dirname code cleanup.  base_name now behaves more compatibly
23199         with POSIX basename when given file names that have trailing
23200         slashes, and similarly for dir_name.  Add new primitives
23201         base_len and dir_len.  Put the directory-name-related decls
23202         into dirname.h.
23203
23204         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23205         * lib/backupfile.c (base_name): Likewise.
23206         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23207         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23208         * lib/makepath.c (strip_trailing_slashes): Likewise.
23209         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23210         ISSLASH): Likewise.
23211         * lib/rename.c (strip_trailing_slashes): Likewise.
23212         * lib/same.c (base_name): Likewise.
23213         * lib/stripslash.c (ISSLASH): Likewise.
23214
23215         * lib/addext.c: Include <dirname.h> after size_t is defined.
23216         * lib/backupfile.c: Likewise.
23217
23218         * lib/addext.c (addext): Use base_len to trim redundant
23219         trailing slashes instead of doing it ourselves.
23220         But do not trim the last slash if it is not redundant.
23221
23222         * lib/backupfile.c (find_backup_file_name,
23223         max_backup_version): Use base_len instead of rolling it ourselves.
23224         Handle the case of "" and (on DOS) "C:" correctly.
23225
23226         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23227         needed. Include <string.h>, <dirname.h>.
23228         (base_name): Allow file names ending in slashes, other than names
23229         that are all slashes.  In this case, return the basename followed
23230         by the slashes.  This is more general, and can be used in places
23231         where the original base_name purposely had an assertion failure.
23232         (base_len): New function.
23233
23234         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23235         Do not include <assert.h>; no longer needed.
23236         Include xalloc.h.
23237         (memrchr): Remove decl.
23238         (dir_name_r): Remove.
23239         (dir_len): Renamed from dirlen.  All callers changed.
23240         Rewrite in terms of base_name, for simplicity and consistency.
23241         (dir_name): Never return NULL.  All callers changed.
23242         Do not include <stdlib.h> in test program; no longer needed.
23243         return 0; is fine for test program.
23244
23245         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23246         New macros.
23247         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23248
23249         * lib/path-concat.c (path_concat): Use base_len to compute
23250         base length, not strlen; this means we cannot rely on memcpy
23251         to null-terminate.
23252
23253         * lib/same.c (STREQ): Remove.
23254         (same_name): Handle the case where the basename ends in trailing '/'.
23255
23256         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23257         a slash was stripped.  Do not strip the last slash after a
23258         file system prefix.
23259
23260 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23261
23262         * lib/Makefile.am (libfetish_a_SOURCES):
23263         Add strftime.c, since we now compile it on all hosts.
23264
23265         * lib/strftime.c (my_strftime):
23266         Define to nstrftime if emacs, but only if my_strftime is not defined.
23267         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23268         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23269         Add one more extra argument: a nanoseconds value.
23270         All uses changed.
23271         (ns): New macro.
23272         (my_strftime function): Add %N format.
23273         (emacs_strftimeu): Renamed from emacs_strftime,
23274         with extra ut argument.
23275
23276 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23277
23278         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23279
23280 2001-04-21  Jim Meyering  <meyering@lucent.com>
23281
23282         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23283         doesn't interfere.
23284
23285 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23286
23287         * m4/ftruncate.m4: Check for chsize.
23288         Link with ftruncate.o unconditionally if ftruncate is missing.
23289         This was required when cross-compiling to i586-mingw32msvc.
23290
23291 2001-04-08  Jim Meyering  <meyering@lucent.com>
23292
23293         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23294         recomputed; that's necessary when the offset spans a DST transition.
23295         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23296
23297 2001-04-02  Jim Meyering  <meyering@lucent.com>
23298
23299         * lib/regex.h, regex.c: Update from GNU libc.
23300
23301 2001-03-24  Jim Meyering  <meyering@lucent.com>
23302
23303         * m4/jm-macros.m4: Require autoconf-2.49d.
23304
23305 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23306
23307         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23308
23309 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23310
23311         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23312
23313 2001-03-17  Jim Meyering  <meyering@lucent.com>
23314
23315         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23316         now that the version in autoconf is equivalent.
23317         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23318
23319         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23320         Suggestion from Akim Demaille.
23321
23322         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23323         (jm_PREREQ_TEMPNAME): New function.
23324
23325 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23326
23327         * lib/tempname.c (uint64_t): Define to uintmax_t if
23328         not defined, and if UINT64_MAX is not defined.
23329         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23330         Reported by John David Anglin.
23331
23332 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23333
23334         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23335         resolve alias if codeset is empty.
23336         * lib/config.charset (BeOS): Use wildcard syntax.
23337
23338 2001-03-13  Jim Meyering  <meyering@lucent.com>
23339
23340         * lib/path-concat.c (path_concat)
23341         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23342         concatenating e.g., `C:' and `foo'.
23343         From Bruno Haible.
23344
23345 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23346
23347         * lib/localcharset.c (locale_charset): Don't use
23348         setlocale(LC_CTYPE,NULL). Don't return NULL.
23349         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23350
23351 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23352
23353         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23354         support for DOS/DJGPP.
23355
23356 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23357
23358         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23359         lacks mkstemp.  Compile our own tempname.c if we compile our own
23360         mkstemp.c, as mkstemp relies on tempname.
23361
23362 2001-03-01  Jim Meyering  <meyering@lucent.com>
23363
23364         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23365         AH_VERBATIM really does output its argument verbatim.
23366
23367 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23368
23369         * lib/Makefile.am (libfetish_a_SOURCES):
23370         Add dup-safer.c, fopen-safer.c.
23371         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23372
23373         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23374         * lib/unistd-safer.h: New files.
23375
23376 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23377
23378         The mkstemp replacement is taken from glibc 2.2.2, with some
23379         portability fixes for use outside glibc, as follows:
23380
23381         * lib/tempname.c (struct_stat64): New macro.
23382         (direxists, __gen_tempname): Use it.
23383         This avoids a portability problem with Solaris 8.
23384
23385         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23386         (<stddef.h>, <stdint.h>, <string.h>):
23387         Include only if STDC_HEADERS || _LIBC.
23388         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23389         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23390         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23391         (__set_errno): Define this macro if <errno.h> doesn't.
23392         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23393         Define these macros if <stdio.h> doesn't.
23394         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23395         Define these macros if <sys/stat.h>
23396         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23397         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23398         __xstat64): Define if not _LIBC.
23399         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23400         (__gen_tempname): Invoke gettimeofday only if
23401         HAVE_GETTIMEOFDAY || _LIBC;
23402         otherwise, fall back on plain "time".
23403         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23404
23405         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23406
23407         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23408
23409 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23410
23411         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23412
23413 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23414
23415         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23416         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23417         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23418         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23419
23420 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23421
23422         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23423         Remove workaround macros for hosts that have mbrtowc but not
23424         mbstate_t, as we now insist on proper declarations for both
23425         before using mbrtowc.
23426
23427 2001-02-17  Jim Meyering  <meyering@lucent.com>
23428
23429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23430         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23431         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23432         UnixWare 7.1.1.
23433
23434         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23435         rather than AC_CACHE_VAL.
23436
23437 2001-02-17  Jim Meyering  <meyering@lucent.com>
23438
23439         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23440         around included file name.
23441
23442         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23443
23444         * lib/strftime.c: Update from GNU libc (the only changes were to
23445         comments).
23446
23447 2001-02-17  Jim Meyering  <meyering@lucent.com>
23448
23449         * lib/regex.c: Update from libc.
23450
23451 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23452
23453         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23454         clash.
23455
23456 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23457
23458         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23459         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23460         Reported by Mark Hounschell via Paul Eggert.
23461
23462 2001-02-07  Jim Meyering  <meyering@lucent.com>
23463
23464         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23465
23466 2001-02-05  Jim Meyering  <meyering@lucent.com>
23467
23468         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23469         it includes the patch required for `large file' support with at least
23470         HP-UX's 10.20 /bin/cc.
23471
23472 2001-02-03  Jim Meyering  <meyering@lucent.com>
23473
23474         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23475         AS_IF, now that it works once again (mysteriously).
23476         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23477
23478 2001-01-30  Jim Meyering  <meyering@lucent.com>
23479
23480         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23481         * m4/chown.m4: Rename conftestchown to conftest.chown.
23482         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23483         s/conftestdir2/conftest.d2/.
23484         * m4/utimes.m4: s/conftestdata/conftest.data/
23485         Inspired by Pavel Roskin's change in autoconf.
23486
23487 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23488
23489         * lib/config.charset: Update for FreeBSD 4.2.
23490
23491 2001-01-27  Jim Meyering  <meyering@lucent.com>
23492
23493         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23494         a use of AS_IF.
23495         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23496
23497 2001-01-26  Jim Meyering  <meyering@lucent.com>
23498
23499         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23500         quotearg.c includes it.
23501
23502 2001-01-26  Jim Meyering  <meyering@lucent.com>
23503
23504         * lib/quotearg.c: Include stddef.h.
23505         * lib/quote.c: Include stddef.h.
23506         Reported by Axel Kittenberger.
23507
23508         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23509         line in double quotes so that it evokes a better diagnostic.
23510         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23511         Reported by Axel Kittenberger.
23512
23513 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23514
23515         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23516         as if it was a `charset'.
23517
23518 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23519
23520         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23521         has const.
23522
23523 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23524
23525         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23526         to avoid a warning.  Add back 'const' to inptr.
23527
23528 2001-01-20  Jim Meyering  <meyering@lucent.com>
23529
23530         Be sure that headers are checked before used in code compiled
23531         for the type checks.
23532         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23533         In place of that, invoke jm_CHECK_ALL_TYPES.
23534         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23535         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23536         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23537         The check for ssize_t was mistakenly run before the test for unistd.h.
23538
23539         The configure-time check for stdbool.h was missing.
23540         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23541         (jm_PREREQ_HASH): New function.
23542
23543 2001-01-17  Jim Meyering  <meyering@lucent.com>
23544
23545         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23546         for autoconf-2.49c.
23547         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23548
23549 2001-01-16  Jim Meyering  <meyering@lucent.com>
23550
23551         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23552         From Bruno Haible.
23553
23554 2001-01-14  Jim Meyering  <meyering@lucent.com>
23555
23556         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23557         foo and bar.  Create conftestdir/ in the script, not in the C code.
23558         Remove directories in the script, not in the C code.
23559         Remove conftestdir{,2} before trying to create the directory.
23560         Make the entire configure script fail if the mkdir fails.
23561
23562 2001-01-14  Jim Meyering  <meyering@lucent.com>
23563
23564         * lib/rename.c: New file.  From Volker Borchert.
23565         Include stdlib.h, string.h or strings.h, and xalloc.h.
23566         Use strip_trailing_slashes rather than open-coding it.
23567
23568 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23569
23570         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23571
23572 2001-01-03  Jim Meyering  <meyering@lucent.com>
23573
23574         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23575         of local `inptr' to avoid warning with some system declarations of
23576         iconv.
23577
23578 2001-01-02  Volker Borchert  <bt@teknon.de>
23579
23580         * m4/rename.m4: New file.
23581         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23582
23583 2001-01-01  Jim Meyering  <meyering@lucent.com>
23584
23585         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23586         even on systems with utmpx.h.  It's necessary for the declaration of
23587         utmp's ut_user member.  Reported by Andreas Jaeger.
23588
23589         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23590         available. They are required for the declarations of getgrgid and
23591         getpwuid resp.
23592         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23593         Reported by Andreas Jaeger.
23594
23595 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23596
23597         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23598         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23599         so `make install' also works in VPATH builds.
23600
23601 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23602
23603         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23604         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23605         can be used in subdirectories.
23606
23607 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23608
23609         * lib/modechange.c: Do not assume that mode_t uses the
23610         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23611         the other-execute bit of FOO even if S_IXOTH != 1.
23612
23613         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23614         WOTH, XOTH, ALLM): New macros.
23615         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23616          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23617         Use them.
23618         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23619         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23620         (mode_compile):
23621         No need to use uintmax_t; unsigned long is long enough.
23622         Don't bother to get suffix since we don't use it.
23623
23624 2000-12-26  Jim Meyering  <meyering@lucent.com>
23625
23626         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23627         better with autoheader.
23628
23629 2000-12-24  Jim Meyering  <meyering@lucent.com>
23630
23631         * lib/hash.c (is_prime): Return explicit boolean values.
23632         (hash_get_first): Return NULL to appease Irix5.6's 89.
23633         Reported by Nelson Beebe.
23634
23635 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23636
23637         * lib/localcharset.c (locale_charset): Add support for Win32.
23638
23639 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23640
23641         * lib/physmem.h, lib/physmem.c: New files.
23642
23643         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23644         (noinst_HEADERS): Add physmem.h.
23645
23646         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23647         't' for compatibility with Solaris 8 sort.
23648
23649 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23650
23651         * lib/config.charset: Add support for BeOS.
23652
23653 2000-12-17  Jim Meyering  <meyering@lucent.com>
23654
23655         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23656         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23657
23658 2000-12-16  Jim Meyering  <meyering@lucent.com>
23659
23660         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23661         N and M) would have treated it like `chown N:N FILE'.
23662
23663         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23664
23665 2000-12-16  Jim Meyering  <meyering@lucent.com>
23666
23667         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23668         SHELLS_FILE to a file name that's useful on djgpp systems.
23669         Include stdlib.h.
23670         (ADDITIONAL_DEFAULT_SHELLS): Define.
23671         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23672         Based mostly on a patch from Prashant TR.
23673
23674 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23675
23676         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23677         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23678         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23679
23680 2000-12-08  Andreas Schwab  <schwab@suse.de>
23681
23682         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23683         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23684
23685 2000-12-07  Jim Meyering  <meyering@lucent.com>
23686
23687         * lib/stripslash.c (ISSLASH): Define.
23688         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23689         `/'.
23690         From Prashant TR.
23691
23692         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23693         (dir_name_r): Declare this function as static.
23694         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23695         manifest itself on a name containing a mix of slashes and
23696         backslashes.
23697         Make this function work with names starting with a DOS-style
23698         drive letter and colon prefix.
23699         (dir_name): Append `.' if necessary.
23700         Based mostly on patches from Prashant TR and Eli Zaretskii.
23701
23702         * lib/dirname.h (dir_name_r): Remove prototype.
23703
23704 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23705
23706         * m4/off_t-format.m4: Remove this file.
23707         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23708
23709 2000-12-06  Jim Meyering  <meyering@lucent.com>
23710
23711         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23712         replacement strtoull, we may well need the replacement strtoul, too.
23713         Check for declarations of strtoul and strtoull.
23714         Check for strtol.  Mainly as a cue to cause automake to include
23715         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23716         Check for limits.h -- strtol.c needs it.
23717
23718 2000-12-05  Jim Meyering  <meyering@lucent.com>
23719
23720         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23721
23722 2000-12-04  Jim Meyering  <meyering@lucent.com>
23723
23724         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23725         Also include memory.h, stdlib.h, unistd.h if appropriate.
23726         Reported by Andreas Jaeger (conflicting declaration of malloc).
23727
23728 2000-12-02  Jim Meyering  <meyering@lucent.com>
23729
23730         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23731         * m4/jm-macros.m4 (jm_MACROS): require it.
23732
23733 2000-12-02  Jim Meyering  <meyering@lucent.com>
23734
23735         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23736
23737 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23738
23739         * lib/memrchr.c: Include <config.h> before any system include file.
23740
23741 2000-11-30  Jim Meyering  <meyering@lucent.com>
23742
23743         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23744
23745 2000-11-30  Jim Meyering  <meyering@lucent.com>
23746
23747         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23748
23749 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23750
23751         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23752
23753 2000-11-26  Jim Meyering  <meyering@lucent.com>
23754
23755         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23756
23757 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23758
23759         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23760         size of (size_t) -1; it's not portable.
23761
23762 2000-11-17  Jim Meyering  <meyering@lucent.com>
23763
23764         * lib/strstr.c: Update from GNU libc.
23765
23766 2000-11-17  Akim Demaille  <akim@epita.fr>
23767
23768         * lib/obstack.h: Formatting changes.
23769         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23770         prevent type checking.
23771         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23772         cast the value to (void *): assigning a `foo *' to a `void *'
23773         variable is valid.
23774         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23775
23776 2000-11-16  Jim Meyering  <meyering@lucent.com>
23777
23778         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23779
23780 2000-11-11  Jim Meyering  <meyering@lucent.com>
23781
23782         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23783
23784 2000-11-10  Jim Meyering  <meyering@lucent.com>
23785
23786         * lib/obstack.h: Update from GNU libc.
23787         * lib/obstack.c: Likewise.
23788
23789 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23790
23791         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23792
23793 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23794
23795         * lib/getusershell.c (setusershell): Use rewind rather than
23796         fseek/fseeko, to avoid configuration hassles with fseeko.
23797         Don't bother opening SHELLS_FILE if shellstream is NULL;
23798         it's not necessary.
23799
23800 2000-11-05  Jim Meyering  <meyering@lucent.com>
23801
23802         * lib/makepath.h (make_dir): Declare.
23803         * lib/makepath.c (make_dir): Remove `static' attribute.
23804         Tweak a comment.
23805
23806 2000-11-04  Jim Meyering  <meyering@lucent.com>
23807
23808         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23809
23810 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23811
23812         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23813         last one in a bucket, advance to the next bucket.
23814
23815 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23816
23817         * lib/fnmatch.c: Do not comment out all the code if we are using
23818         the GNU C library, because in some cases we are replacing buggy
23819         code in the GNU C library itself.
23820
23821 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23822
23823         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23824         (regex_compile): Catch bogus \(\1\).
23825
23826 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23827
23828         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23829         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23830         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23831
23832 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23833
23834         * lib/error.h, getline.h, modechange.h:
23835         Remove "2000" from Copyright line, as the file hasn't been
23836         changed this year other than in the copyright notice.
23837
23838         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23839         was changed this year.
23840
23841 2000-10-29  Jim Meyering  <meyering@lucent.com>
23842
23843         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23844         renaming.
23845         * m4/ls-mntd-fs.m4: Likewise
23846
23847 2000-10-29  Jim Meyering  <meyering@lucent.com>
23848
23849         * lib/xstat.in: Fix grammar in comment.
23850
23851 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23852
23853         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23854         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23855         doesn't define __restrict_arr.
23856
23857 2000-10-28  Jim Meyering  <meyering@lucent.com>
23858
23859         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23860         (jm_PREREQ_MEMCHR): New function.
23861
23862 2000-10-28  Jim Meyering  <meyering@lucent.com>
23863
23864         * lib/memchr.c: Update from libc.
23865         Adjust for portability:
23866         [HAVE_STDLIB_H]: Include stdlib.h.
23867         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23868         Undef __memchr, too.
23869         [!weak_alias]: Define __memchr to memchr.
23870
23871         * lib/regex.c: Update from libc.
23872         * lib/regex.h: Likewise.
23873         * lib/getopt1.c: Likewise.
23874         * lib/memcmp.c: Likewise.
23875
23876         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23877         Avoid using fseek, when possible -- it's broken by design.
23878         Patch by Ulrich Drepper.
23879
23880 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23881
23882         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23883         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23884         Giving in to popular pressure to shut up the compiler with casts.
23885
23886 2000-10-26  Jim Meyering  <meyering@lucent.com>
23887
23888         * lib/strftime.c: Update from libc.
23889
23890 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23891
23892         * regex.c: More `unsigned char' -> `re_char' changes.
23893         Also change several `int' into `re_wchar_t'.
23894         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23895         (PUSH_FAILURE_POINTER): Don't cast any more.
23896         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23897         We want GCC to complain, since this piece of code makes
23898         re_match non-reentrant, which *should* be fixed.
23899         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23900         (EXTEND_BUFFER): Use RETALLOC.
23901         (SET_LIST_BIT): Don't cast.
23902         (re_wchar_t): New type.
23903         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23904         that those two functions will always properly return.
23905         (IMMEDIATE_QUIT_CHECK): Cast to void.
23906         (analyse_first): Use recursion rather than an explicit stack.
23907         (re_compile_fastmap): Can't fail anymore.
23908         (re_search_2): Don't check re_compile_fastmap for failure.
23909         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23910         Now also sets the new value (passed in a new argument).
23911         (re_match_2_internal): Use it.
23912         Also, use a new var `reg' of type size_t when looping through regs
23913         rather than reuse the inappropriate `mcnt'.
23914
23915 2000-10-25  Jim Meyering  <meyering@lucent.com>
23916
23917         * lib/obstack.c: Update from libc.
23918
23919 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23920
23921         * regex.c (regex_compile): Change the way of handling a range from
23922         a char less than 256 to a char not less than 256.
23923
23924 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23925
23926         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23927         NT-Emacs only.
23928         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23929         so that re_search functions only quit when callers expect them to.
23930
23931 2000-10-23  Jim Meyering  <meyering@lucent.com>
23932
23933         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23934         wrong.  That set_locale call must not have any side effects.
23935         From Paul Eggert.
23936
23937 2000-10-22  Jim Meyering  <meyering@lucent.com>
23938
23939         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23940         [CYCLIC]: Remove now-unused definition.
23941
23942         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23943         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23944         Suggestion from Ulrich Drepper.
23945
23946 2000-10-21  Jim Meyering  <meyering@lucent.com>
23947
23948         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23949         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23950         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23951
23952 2000-10-21  Jim Meyering  <meyering@lucent.com>
23953
23954         * lib/dirname.c (memrchr): Declare if necessary.
23955         (dir_name): Remove the restriction that there be no
23956         trailing slashes.  Now, this code skips past them, effectively
23957         ignoring them.
23958         [TEST_DIRNAME] (main): New unit tests.
23959
23960         * lib/memrchr.c: New file from GNU libc.
23961         Undef __memrchr, too.
23962         [!weak_alias]: Define __memrchr to memrchr.
23963         Guard weak_alias use with `#ifdef weak_alias'.
23964
23965 2000-10-21  Jim Meyering  <meyering@lucent.com>
23966
23967         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23968         (dir_name): Use dir_name_r.
23969         * lib/dirname.h (dir_name_r): Declare it.
23970
23971 2000-10-17  Jim Meyering  <meyering@lucent.com>
23972
23973         * lib/quote.h (PARAMS): Define and use.
23974         Reported by Akim Demaille.
23975
23976         * lib/getopt.c: Update from libc.
23977
23978 2000-10-16  Jim Meyering  <meyering@lucent.com>
23979
23980         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23981         setlocale.
23982         From Jan Fedak.
23983
23984 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23985
23986         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23987
23988 2000-09-25  Jim Meyering  <meyering@lucent.com>
23989
23990         * lib/md5.h (rol): Define (from GnuPG).
23991
23992         * lib/sha.c: Give credit (GnuPG) where due.
23993         (M): Use rol rather than open-coding it.
23994         Add a FIXME comment.
23995
23996 2000-09-21  Jim Meyering  <meyering@lucent.com>
23997
23998         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23999         Reported by Michael Stone.
24000
24001 2000-09-20  Jim Meyering  <meyering@lucent.com>
24002
24003         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24004         (noinst_HEADERS): Add sha.h.
24005         Based on code from Scott G. Miller and from GnuPG.
24006
24007 2000-09-18  Jim Meyering  <meyering@lucent.com>
24008
24009         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24010         LIBS. Otherwise, everyone ends up linking with -lelf for some
24011         configurations.
24012         Reported by Mike Stone.
24013
24014 2000-09-15  Jim Meyering  <meyering@lucent.com>
24015
24016         * lib/regex.c: Update from libc.
24017
24018 2000-09-10  Jim Meyering  <meyering@lucent.com>
24019
24020         * lib/getopt.c (_getopt_internal): Update from glibc.
24021
24022 2000-09-09  Jim Meyering  <meyering@lucent.com>
24023
24024         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24025         think it should be used as a general replacement for isascii.
24026         * lib/fnmatch.c: Likewise.
24027         * lib/mbswidth.c: Likewise
24028         * lib/regex.c: Likewise.
24029
24030         Don't use atoi.
24031         * lib/userspec.c: Include sys/param.h and limits.h.
24032         Include xstrtol.h.
24033         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24034         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24035         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24036         UID, GID.  Check range.
24037
24038 2000-09-06  Jim Meyering  <meyering@lucent.com>
24039
24040         * lib/getopt.c (_getopt_internal): Update from glibc.
24041
24042 2000-08-30  Jim Meyering  <meyering@lucent.com>
24043
24044         * lib/strftime.c: Merge in changes from GNU libc.
24045
24046 2000-08-26  Jim Meyering  <meyering@lucent.com>
24047
24048         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24049         * m4/fpending.m4: New file.
24050
24051 2000-08-26  Jim Meyering  <meyering@lucent.com>
24052
24053         * lib/closeout.c: Include "__fpending.h".
24054         (close_stdout_status): Return right away if there's nothing to flush.
24055
24056         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24057         * lib/__fpending.c: New file.
24058         * lib/__fpending.h: New file.
24059
24060 2000-08-20  Jim Meyering  <meyering@lucent.com>
24061
24062         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24063         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24064         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24065
24066 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24067
24068         Improve fileutils installation on systems where running
24069         programs (like install) can't be unlinked.
24070         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24071         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24072
24073 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24074
24075         Standardize on "memory exhausted" instead of "Memory exhausted"
24076         or "virtual memory exhausted".
24077         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24078         "virtual memory exhausted".
24079         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24080         our own message.
24081         * lib/userspec.c (parse_user_spec): Likewise.
24082         * lib/bumpalloc.h: comment fix
24083         * lib/same.c, userspec.c: Include xalloc.h.
24084
24085         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24086         not char *const and pointing to a constant array.
24087         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24088         (xrealloc): Comment fix.
24089
24090         * lib/userspec.c (parse_user_spec):
24091         Don't translate a message until just before returning,
24092         to avoid unnecessary translation.
24093
24094 2000-08-07  Jim Meyering  <meyering@lucent.com>
24095
24096         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24097         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24098         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24099         getgroups.c, gethostname.c, getopt.h, group-member.c,
24100         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24101         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24102         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24103         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24104         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24105         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24106         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24107         yesno.c: Back out Copyright date changes for each file with no change
24108         this year.  This eases coordination with other programs using the same
24109         source code modules.  From Paul Eggert.
24110
24111 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24112
24113         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24114         not char, for compatibility with glibc 2.1.3 strftime.c.
24115
24116 2000-08-03  Greg McGary  <greg@mcgary.org>
24117
24118         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24119         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24120         (EXTEND_BUFFER): Use them.
24121
24122 2000-08-01  Jim Meyering  <meyering@lucent.com>
24123
24124         * lib/dirname.c (ISSLASH): Define.
24125         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24126         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24127         both `\' and `/' may be use as path separators.
24128         Based on a patch from Prashant TR.
24129
24130 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24131
24132         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24133         slot vector a constant, since it might get modified.
24134
24135 2000-07-31  Jim Meyering  <meyering@lucent.com>
24136
24137         * lib/xmalloc.c: Use `virtual memory exhausted', not
24138         `Memory exhausted'.
24139         * lib/obstack.c (print_and_abort): Likewise.
24140
24141 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24142
24143         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24144         buffer, so that the caller can always quote one small
24145         component of a "memory exhausted" message in slot 0.
24146         From a suggestion by Jim Meyering.
24147
24148 2000-07-30  Jim Meyering  <meyering@lucent.com>
24149
24150         * lib/makepath.c (make_path): Quote the other instance, too.
24151
24152         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24153         (STATIC_BUF_SIZE): Define.
24154         (quotearg_n_options): Use only statically allocated storage when
24155         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24156         than STATIC_BUF_SIZE.
24157
24158 2000-07-29  Jim Meyering  <meyering@lucent.com>
24159
24160         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24161         * lib/dirname.c (dir_name): Likewise.
24162
24163         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24164         `/'.
24165
24166         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24167         (dir_name): Assert that there are no trailing slashes.
24168
24169 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24170
24171         * lib/mbswidth.h (mbswidth): Add a flags argument.
24172         (mbswidth): New declaration.
24173         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24174         * lib/mbswidth.c (mbswidth): Add a flags argument.
24175         (mbsnwidth): New function.
24176
24177 2000-07-24  Jim Meyering  <meyering@lucent.com>
24178
24179         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24180
24181 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24182
24183         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24184
24185 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24186
24187         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24188         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24189         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24190         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24191         invoke multibyte primitives.
24192
24193 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24194
24195         * lib/quotearg.c:
24196         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24197         so that mbstate_t is always defined.
24198
24199         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24200         be 1 in at least one GCC installation, and this configuration
24201         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24202         performance on hosts that have mbrtowc but have only unibyte
24203         locales, but I assume these hosts are rare.
24204
24205 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24206
24207         * lib/mbswidth.c (_XOPEN_SOURCE):
24208         Don't define; this causes problems on Solaris 7.
24209         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24210
24211 2000-07-23  Jim Meyering  <meyering@lucent.com>
24212
24213         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24214         too: getgrgid, getpwuid, getuid.
24215
24216 2000-07-23  Jim Meyering  <meyering@lucent.com>
24217
24218         * lib/basename.c (base_name): Add an assertion.
24219
24220 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24221
24222         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24223         shadow its mbsinit function.
24224
24225 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24226
24227         * lib/mbswidth.h: New file.
24228         * lib/mbswidth.c: New file.
24229         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24230         (noinst_HEADERS): Add mbswidth.h.
24231
24232 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24233
24234         * lib/config.charset: Add support for FreeBSD. Improve support for
24235         HP-UX and IRIX 6.
24236
24237 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24238
24239         * m4/mbswidth.m4: New file.
24240         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24241
24242 2000-07-15  Jim Meyering  <meyering@lucent.com>
24243
24244         * lib/makepath.c: Include quote.h.
24245         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24246         corresponding argument in a `quote (...)' call.
24247         Give better diagnostics.
24248
24249         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24250         (noinst_HEADERS): Add quote.h.
24251
24252         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24253         from tar's src/misc.c.
24254         * lib/quote.h: New file.  Prototypes for same.
24255
24256 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24257
24258         From a suggestion by Bruno Haible.
24259         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24260         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24261         to decide whether to define the BeOS workaround macro;
24262         this adjusts to the change to AC_MBSTATE_T.
24263
24264 2000-07-14  Jim Meyering  <meyering@lucent.com>
24265
24266         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24267         jm_AC_TYPE_UINTMAX_T.
24268
24269 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24270
24271         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24272
24273         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24274         quotearg_buffer_restyled): Add support for
24275         clocale_quoting_style.  Undo previous change to
24276         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24277         and "{RIGHT QUOTATION MARK}" msgids.
24278
24279 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24280
24281         From a suggestion by Bruno Haible.
24282         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24283         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24284         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24285         and mbstate_t, to a single-part test that simply defines mbstate_t.
24286         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24287         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24288
24289 2000-07-10  Jim Meyering  <meyering@lucent.com>
24290
24291         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24292
24293         * m4/gnu-source.m4: Output to confdefs.h directly.
24294         Suggestion from Akim Demaille.
24295
24296 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24297
24298         The old behavior of quoting `like this' doesn't look good with
24299         newer, ISO-style fonts.  See:
24300         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24301
24302         Instead, quote "like this" by default.  Let the translator
24303         tailor the locale-specific quoting behavior by providing
24304         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24305
24306         * lib/quotearg.c (N_): New macro.
24307         (gettext_default): New function.
24308         (quotearg_buffer_restyled): Use
24309         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24310         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24311
24312 2000-07-09  Jim Meyering  <meyering@lucent.com>
24313
24314         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24315         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24316
24317         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24318         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24319
24320 2000-07-09  Jim Meyering  <meyering@lucent.com>
24321
24322         * lib/Most files: Update copyright dates to include 2000.
24323
24324 2000-07-08  Jim Meyering  <meyering@lucent.com>
24325
24326         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24327         if not defined.
24328         (xgethostname): Remove now-unnecessary #ifdef.
24329         Move declaration of `err' into loop where it's used.
24330
24331 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24332         and Bruno Haible  <haible@clisp.cons.org>
24333
24334         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24335         only if the test for an object-type mbstate_t fails.  This
24336         prevents us from mistakenly reporting that mbstate_t is a
24337         system object type after we "#define mbstate_t int" to work
24338         around its lack.
24339
24340 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24341         and Bruno Haible  <haible@clisp.cons.org>
24342
24343         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24344
24345 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24346
24347         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24348         to strerror_r.
24349         Include <ctype.h> for use of isalpha.
24350
24351 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24352
24353         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24354         by allocating a larger buffer. Test the gethostname return value for
24355         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24356         returns an error and ENAMETOOLONG isn't defined.
24357
24358 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24359
24360         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24361         dimension.
24362
24363 2000-07-04  Jim Meyering  <meyering@lucent.com>
24364
24365         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24366         of the deprecated AC_CHECKING.
24367
24368 2000-07-04  Jim Meyering  <meyering@lucent.com>
24369
24370         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24371         Reported by Bruno Haible.
24372
24373 2000-07-04  Jim Meyering  <meyering@lucent.com>
24374
24375         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24376         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24377         lacks mbrtowc.
24378
24379 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24380
24381         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24382         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24383
24384 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24385         and Bruno Haible  <haible@clisp.cons.org>
24386
24387         * lib/quotearg.c (mbrtowc):
24388         Assign to *pwc, and return 1 only if result is nonzero.
24389         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24390
24391 2000-07-03  Jim Meyering  <meyering@lucent.com>
24392
24393         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24394
24395 2000-07-03  Jim Meyering  <meyering@lucent.com>
24396
24397         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24398         This is necessary to get a definition of e.g., UTMP_FILE on
24399         HP-UX 10.20.
24400         From Bob Proulx.
24401
24402 2000-07-02  Jim Meyering  <meyering@lucent.com>
24403
24404         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24405
24406         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24407         AC_LIBOBJ(function_name).
24408         * m4/chown.m4: Likewise.
24409         * m4/fnmatch.m4: Likewise.
24410         * m4/ftruncate.m4: Likewise.
24411         * m4/getgroups.m4: Likewise.
24412         * m4/getline.m4: Likewise.
24413         * m4/group-member.m4: Likewise.
24414         * m4/jm-macros.m4: Likewise.
24415         * m4/lstat.m4: Likewise.
24416         * m4/malloc.m4: Likewise.
24417         * m4/memcmp.m4: Likewise.
24418         * m4/nanosleep.m4: Likewise.
24419         * m4/putenv.m4: Likewise.
24420         * m4/realloc.m4: Likewise.
24421         * m4/regex.m4: Likewise.
24422         * m4/stat.m4: Likewise.
24423         * m4/strftime.m4: Likewise.
24424
24425 2000-07-02  Jim Meyering  <meyering@lucent.com>
24426
24427         * lib/quotearg.c (mbstate_t): Don't define here.
24428
24429 2000-07-02  Jim Meyering  <meyering@lucent.com>
24430
24431         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24432
24433 2000-07-01  Jim Meyering  <meyering@lucent.com>
24434
24435         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24436
24437 2000-07-01  Jim Meyering  <meyering@lucent.com>
24438
24439         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24440         problem.
24441
24442 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24443
24444         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24445         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24446
24447 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24448
24449         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24450         per change in ../m4/ls-mntd-fs.m4.
24451         (read_filesystem_list): Ignore symbolic links.
24452
24453 2000-06-29  Jim Meyering  <meyering@lucent.com>
24454
24455         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24456         for declaration of strcmp.
24457
24458         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24459
24460         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24461         Avoid warning by casting result to `char *' to remove `const'.
24462
24463 2000-06-28  Jim Meyering  <meyering@lucent.com>
24464
24465         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24466         included by quotearg.c, for which we perform this test.  From
24467         Bruno Haible.
24468
24469 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24470
24471         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24472         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24473         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24474
24475 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24476
24477         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24478
24479 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24480
24481         savedir now sets errno on failure and invokes xmalloc to get memory.
24482         Fix a couple of other minor bugs while we're at it.
24483
24484         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24485         (NAMLEN): Remove macro.
24486         (malloc, realloc): Remove decls.
24487         (stpcpy): Likewise.
24488         ("xalloc.h"): Include.
24489         (NAME_SIZE_DEFAULT): New macro.
24490         (savedir): Use xmalloc / xrealloc to allocate memory.
24491         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24492         Skip "" directory entries.
24493         Use strlen to calculate directory entry length, since the old method
24494         is rarely used these days and isn't worth supporting.
24495         Don't use a pointer after freeing it.
24496         Check for integer overflow when calculating allocation size.
24497         Use memcpy to copy entries, instead of stpcpy.
24498         Set errno properly when returning NULL.
24499         Check for readdir error.
24500
24501 2000-06-26  Jim Meyering  <meyering@lucent.com>
24502
24503         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24504
24505 2000-06-25  Jim Meyering  <meyering@lucent.com>
24506
24507         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24508         Linux header bug when _XOPEN_SOURCE is defined to 500.
24509
24510 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24511
24512         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24513         deficiency.
24514
24515 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24516
24517         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24518         Include xalloc.h.
24519         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24520
24521 2000-06-24  Jim Meyering  <meyering@lucent.com>
24522
24523         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24524         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24525         for which strerror does return char*, but which lacks a conveniently
24526         accessible declaration of the function.  If the compile-test says
24527         strerror_r doesn't work, then resort to a `run'-test that works on
24528         BeOS and segfaults on DEC Unix.
24529
24530 2000-06-24  Jim Meyering  <meyering@lucent.com>
24531
24532         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24533
24534 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24535
24536         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24537         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24538
24539 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24540
24541         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24542         (mbrtowc, mbstate_t): Define substitutes if
24543         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24544         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24545         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24546
24547 2000-06-23  Jim Meyering  <meyering@lucent.com>
24548
24549         * m4/afs.m4: Add missing AC_MSG_RESULT.
24550         Reported by Bruno Haible.
24551
24552         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24553         Suggestion from Bruno Haible.
24554
24555 2000-06-23  Jim Meyering  <meyering@lucent.com>
24556
24557         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24558
24559 2000-06-21  Jim Meyering  <meyering@lucent.com>
24560
24561         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24562
24563 2000-06-21  Jim Meyering  <meyering@lucent.com>
24564
24565         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24566         (noinst_HEADERS): Add getstr.h.
24567
24568         * lib/getline.c (getstr): Move into a separate file.
24569         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24570         the following changes: new parameter, delim2; both delim[12]
24571         parameters have type `int', not `char'.  The latter would lose
24572         with 8-bit delimiters.
24573         * lib/getstr.h: New file.
24574
24575 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24576
24577         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24578         than 1024, return a memory chunk of least possible size, instead
24579         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24580         Use free/xmalloc instead of xrealloc to avoid copying for very long
24581         paths.
24582
24583 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24584
24585         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24586         the empty string.
24587
24588 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24589
24590         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24591         address, not strdup.  Include <stdlib.h> and don't declare free().
24592
24593 2000-06-19  Jim Meyering  <meyering@lucent.com>
24594
24595         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24596
24597 2000-06-18  Jim Meyering  <meyering@lucent.com>
24598
24599         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24600
24601         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24602         `checking whether...' message to be consistent with that of the
24603         lstat test.
24604
24605 2000-06-18  Jim Meyering  <meyering@lucent.com>
24606
24607         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24608         Besides, these days every porting target provides a mkdir function.
24609
24610         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24611         needed. (this snippet comes from src/system.h).
24612
24613 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24614
24615         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24616
24617 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24618
24619         * lib/human.c (adjust_value): New function.
24620         (human_readable_inexact): Apply rounding style even when
24621         printing approximate values.
24622
24623 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24624
24625         * lib/human.c (human_readable_inexact): Allow an input block
24626         size that is not a multiple of the output block size, and vice versa.
24627         Reported by Piergiorgio Sartor.
24628
24629 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24630
24631         * lib/getdate.y (get_date): Apply relative times after time
24632         zone indicator, not before.  Reported by Todd A. Jacobs.
24633
24634 2000-06-13  Jim Meyering  <meyering@lucent.com>
24635
24636         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24637
24638         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24639
24640 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24641
24642         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24643
24644 2000-06-12  Jim Meyering  <meyering@lucent.com>
24645
24646         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24647         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24648         optional argument.
24649         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24650         the optional argument, `lib'.
24651
24652 2000-06-08  Jim Meyering  <meyering@lucent.com>
24653
24654         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24655
24656 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24657
24658         Rewrite largefile configuration so that we don't need to run
24659         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24660         AC_CANONICAL_HOST in configure.in -- jmm]
24661
24662         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24663         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24664         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24665         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24666         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24667         All uses changed.
24668         Instead of inspecting the output of getconf, try to compile the
24669         test program without and with the macro definition.
24670         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24671         for getconf.  Instead, check for the needed flags by compiling
24672         test programs.
24673
24674 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24675
24676         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24677
24678 2000-06-04  Jim Meyering  <meyering@lucent.com>
24679
24680         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24681         SunOS 4.1.4 for which gid_t is an unsigned type.
24682
24683 2000-06-03  Jim Meyering  <meyering@lucent.com>
24684
24685         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24686         now that autoconf requires that.
24687
24688         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24689         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24690         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24691
24692 2000-06-03  Jim Meyering  <meyering@lucent.com>
24693
24694         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24695
24696 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24697
24698         * m4/glibc21.m4: New file.
24699         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24700
24701 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24702
24703         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24704         newer, don't install charset.alias.
24705         * lib/config.charset: Change the Linux/glibc rules so they become empty
24706         on glibc-2.1 or newer.
24707
24708 2000-06-02  Jim Meyering  <meyering@lucent.com>
24709
24710         * lib/mountlist.c: Back out last change.  Instead, do this...
24711         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24712         me_dummy member using the same `ignore'-testing code.
24713         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24714         fs_type strings.
24715         From Mark D. Roth.
24716
24717 2000-05-29  Jim Meyering  <meyering@lucent.com>
24718
24719         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24720         mounts with the `ignore' attribute.  Based on a patch from
24721         Mark D. Roth.
24722
24723 2000-05-28  Jim Meyering  <meyering@lucent.com>
24724
24725         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24726         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24727         * m4/stat.m4: Likewise.
24728         * m4/lstat.m4: Likewise.
24729         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24730
24731         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24732         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24733
24734 2000-05-26  Jim Meyering  <meyering@lucent.com>
24735
24736         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24737
24738 2000-05-24  Jim Meyering  <meyering@lucent.com>
24739
24740         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24741         autoconf requires that.
24742         * m4/lib-check.m4: Likewise.
24743         * m4/jm-macros.m4: Likewise.
24744         * m4/strftime.m4: Likewise.
24745
24746         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24747         AC_CHECK_DECLS, now that autoconf requires that.
24748
24749 2000-05-22  Jim Meyering  <meyering@lucent.com>
24750
24751         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24752         * m4/lstat.m4: Likewise.
24753
24754 2000-05-22  Jim Meyering  <meyering@lucent.com>
24755
24756         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24757
24758 2000-05-20  Jim Meyering  <meyering@lucent.com>
24759
24760         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24761         (jm_PREREQ): Use it.
24762
24763 2000-05-18  Jim Meyering  <meyering@lucent.com>
24764
24765         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24766         back, too, since it may have been modified by allocate_entry.
24767         (hash_delete): Rewrite to use neither the assignment operator
24768         nor the comma operator in an if-expression.
24769
24770 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24771
24772         * lib/closeout.c:
24773         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24774         Remove; no longer needed.
24775         "quotearg.h": Add include.
24776         (file_name): Do not bother to explicitly initialize to NULL; it's less
24777         efficient on some hosts.
24778         (close_stdout_status): Remove test as to whether stdout was already
24779         closed; it breaks for the case "echo x | sort >&-".
24780         Quote file name colons.
24781         Do not assume that _("write error") lacks format strings.
24782
24783 2000-05-15  Jim Meyering  <meyering@lucent.com>
24784
24785         * lib/version-etc.c (version_etc_copyright): Update the copyright
24786         string used in all --version output.
24787
24788 2000-05-14  Jim Meyering  <meyering@lucent.com>
24789
24790         * lib/closeout.c (close_stdout_set_file_name): New function.
24791         (close_stdout_status): Use new file-scoped global.
24792         Return right away if fstat says the stdout file descriptor is invalid.
24793         * lib/closeout.h (close_stdout_set_file_name): Declare.
24794
24795 2000-05-10  Jim Meyering  <meyering@lucent.com>
24796
24797         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24798         (close_stdout_set_status): New function.
24799         * lib/closeout.h (close_stdout_set_status): Declare.
24800
24801 2000-05-09  Jim Meyering  <meyering@lucent.com>
24802
24803         * m4/gettext.m4: Rename this...
24804         * m4/libintl.m4: ...to this.
24805
24806 2000-05-08  Jim Meyering  <meyering@lucent.com>
24807
24808         * lib/long-options.c: Don't include closeout.h.
24809         (parse_long_options): Don't call close_stdout for --version.
24810
24811 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24812
24813         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24814         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24815         2.1.3 bug.  This avoids a clash when files like regex.c define
24816         _GNU_SOURCE.
24817
24818 2000-05-06  Jim Meyering  <meyering@lucent.com>
24819
24820         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24821         (AC_REPLACE_FUNCS): Add strnlen.
24822
24823         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24824         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24825
24826         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24827         AC_SEARCH_LIBS call for nanosleep.
24828         (LIB_NANOSLEEP): Set and AC_SUBST.
24829
24830 2000-05-06  Jim Meyering  <meyering@lucent.com>
24831
24832         * lib/strnlen.c: Undefine __strnlen and strnlen.
24833         [!weak_alias]: Define __strnlen to strnlen.
24834
24835         * lib/atexit.c: New file, from libiberty.
24836
24837 2000-05-06  Jim Meyering  <meyering@lucent.com>
24838
24839         * lib/closeout.c (close_stdout_status): Also check for errors on the
24840         stderr stream.
24841
24842 2000-05-05  Jim Meyering  <meyering@lucent.com>
24843
24844         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24845         AC_SEARCH_LIBS call for clock_gettime.
24846         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24847
24848         * m4/search-libs.m4: Update from autoconf.
24849
24850         su doesn't work on Solaris 2.6.
24851         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24852         <shadow.h>.  Reported by Dragos Harabor.
24853
24854 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24855
24856         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24857         memcpy instead of xmalloc, xrealloc, path_concat.
24858         (locale_charset): Treat empty environment variables as absent.
24859         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24860
24861 2000-05-04  Jim Meyering  <meyering@lucent.com>
24862
24863         * lib/getopt.c: Update from glibc.
24864         * lib/obstack.c: Likewise.
24865         * lib/obstack.h: Likewise.
24866         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24867         file
24868
24869         * lib/regex.h: Likewise.
24870         * lib/strndup.c: Likewise.
24871         * lib/strnlen.c: New file, from glibc.
24872
24873 2000-05-03  Jim Meyering  <meyering@lucent.com>
24874
24875         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24876
24877 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24878
24879         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24880         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24881         compile-time test, rather than inspecting host and OS, to
24882         decide whether to define _LARGEFILE_SOURCE.
24883
24884 2000-05-01  Jim Meyering  <meyering@lucent.com>
24885
24886         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24887
24888         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24889         Based on a patch from Bruno Haible.
24890
24891 2000-05-01  Jim Meyering  <meyering@lucent.com>
24892
24893         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24894
24895 2000-04-29  Jim Meyering  <meyering@lucent.com>
24896
24897         * lib/path-concat.c: Declare strdup only if it's not defined.
24898         * lib/canon-host.c: Likewise.
24899
24900 2000-04-28  Jim Meyering  <meyering@lucent.com>
24901
24902         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24903         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24904         is included first, then limits.h is included by locale.h by libintl.h.
24905         From John David Anglin.
24906
24907 2000-04-25  Jim Meyering  <meyering@lucent.com>
24908
24909         * lib/makepath.c (S_IRWXUGO): Define.
24910         (make_path): Always perform explicit chmod if MODE specifies any
24911         of the `special' permission bits.  Prompted by a bug report against
24912         install from Mate Wierdl and Joost van Baal.
24913
24914 2000-04-18  Jim Meyering  <meyering@lucent.com>
24915
24916         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24917         (jm_PREREQ): Use it.
24918
24919 2000-04-18  Jim Meyering  <meyering@lucent.com>
24920
24921         * lib/README: New file.
24922
24923         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24924         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24925
24926 2000-04-17  Jim Meyering  <meyering@lucent.com>
24927
24928         Get it right :-)
24929         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24930         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24931         Suggestion from Akim Demaille.
24932
24933 2000-04-17  Jim Meyering  <meyering@lucent.com>
24934
24935         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24936         the definition of it to rpl_strftime also defined-away the system's
24937         declaration.
24938
24939 2000-04-15  Jim Meyering  <meyering@lucent.com>
24940
24941         Use `C' to denote so-called `contiguous' files, the same way
24942         that tar does.
24943         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24944         (ftypelet): Use S_ISCTG.
24945         From Michael Deutschmann.
24946
24947 2000-04-14  Jim Meyering  <meyering@lucent.com>
24948
24949         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24950         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24951         clobbered.
24952
24953 2000-04-14  Jim Meyering  <meyering@lucent.com>
24954
24955         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24956
24957 2000-04-13  Jim Meyering  <meyering@lucent.com>
24958
24959         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24960         AH_VERBATIM to insert required #ifndef into config.h.in.
24961         Suggestion from Akim Demaille.
24962
24963 2000-04-12  Jim Meyering  <meyering@lucent.com>
24964
24965         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24966         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24967         Christian Krackowizer.
24968
24969         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24970         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24971         (AC_SYS_LARGEFILE): Require.
24972         (AM_C_PROTOTYPES): Require.
24973
24974 2000-04-08  Jim Meyering  <meyering@lucent.com>
24975
24976         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24977         names don't conflict.  Reported by Eli Zaretskii.
24978
24979 2000-04-07  Jim Meyering  <meyering@lucent.com>
24980
24981         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24982         sys/types.h, to work around system header problems on AIX 3.2.5.
24983         From Bruno Haible.
24984
24985 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24986
24987         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24988         bug.  Deal with the different error behavior of Irix iconv.
24989
24990 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24991
24992         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24993         IRIX if the installer said otherwise.
24994
24995 2000-04-05  Jim Meyering  <meyering@lucent.com>
24996
24997         Portability tweaks required for ultrix4.3.
24998         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24999         (jm_CHECK_DECLS): Add getutent to the list of functions.
25000         (_jm_DECL_HEADERS): Add utmpx.h.
25001         From John David Anglin.
25002
25003         * m4/strftime.m4: Back out the 2000-04-02 change.
25004         Instead of that change, simply undefine putenv in the test program.
25005
25006 2000-04-05  Jim Meyering  <meyering@lucent.com>
25007
25008         Portability tweaks required for ultrix4.3.
25009         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25010         getutent.
25011         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25012         * lib/canon-host.c: Declare strdup.
25013         * lib/path-concat.c: Likewise.
25014         From John David Anglin.
25015
25016 2000-04-04  Jim Meyering  <meyering@lucent.com>
25017
25018         Be more DOS 8.3-friendly.
25019         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25020         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25021         * lib/Makefile.am: Reflect renaming.
25022         Reported by Eli Zaretskii.
25023
25024         Use a temporary file name that won't clash with `charset.alias'
25025         in the DOS 8.3 name space.
25026         * lib/Makefile.am (charset_tmp): Define.
25027         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25028         (uninstall-local): Likewise.
25029         Reported by Eli Zaretskii.
25030
25031 2000-04-03  Jim Meyering  <meyering@lucent.com>
25032
25033         * m4/gettext.m4: Fix typo in comment.
25034
25035         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25036         textutils/configure.in).  Suggestion from Paul Eggert.
25037         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25038
25039 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25040
25041         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25042         variable in the shell rather than using putenv, which isn't
25043         portable.  This avoids the configure-time inter-test dependency
25044         on the potentially-renamed putenv function.
25045
25046 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25047
25048         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25049         before checking struct stat.st_blksize, so that
25050         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25051
25052 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25053
25054         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25055         since strftime.c uses HAVE_STRFTIME to decide whether to use
25056         the underlying strftime.
25057
25058 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25059
25060         * lib/time/strftime.c (my_strftime): Make sure we call the system
25061         strftime, not ourselves, when invoking the underlying strftime.
25062
25063 2000-03-24  Jim Meyering  <meyering@lucent.com>
25064
25065         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25066         (charset_alias): Define.
25067         (install-exec-local): Factor out common code.
25068         (uninstall-local): Split lines longer than 80.
25069         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25070         (SUFFIXES): Define.
25071         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25072         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25073
25074 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25075
25076         * lib/config.charset: Output a line containing "Packages using this
25077         file".
25078         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25079         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25080         ref-del.sed): New rules.
25081
25082 2000-03-17  Jim Meyering  <meyering@lucent.com>
25083
25084         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25085         Otherwise, include <strings.h>
25086
25087 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25088
25089         * lib/unicodeio.c (utf8_wctomb): New function.
25090         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25091         format instead of in UCS-4 with platform dependent endianness.
25092
25093 2000-03-10  Jim Meyering  <meyering@lucent.com>
25094
25095         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25096         From Marco Franzen.
25097
25098 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25099
25100         * lib/savedir.c (savedir): Work even if directory size is
25101         negative; this can happen with some screwy NFS configurations.
25102
25103 2000-03-06  Jim Meyering  <meyering@lucent.com>
25104
25105         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25106         if it's NULL (because we ran out of memory).  From Bruno Haible.
25107
25108 2000-03-05  Jim Meyering  <meyering@lucent.com>
25109
25110         * lib/localcharset.c ("path-concat.h"): Include.
25111         (get_charset_aliases): Use path_concat instead of ANSI string
25112         concatenation.
25113
25114         * lib/unicodeio.h (PARAMS): Define.
25115         Use it to guard prototype.
25116
25117 2000-03-04  Jim Meyering  <meyering@lucent.com>
25118
25119         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25120         for lib/localcharset.c.
25121
25122 2000-03-04  Jim Meyering  <meyering@lucent.com>
25123
25124         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25125         installing into it.
25126         (uninstall-local): Uncomment this rule so `make distcheck' works
25127         once again.
25128
25129         * lib/unicodeio.c (<errno.h>): Include it.
25130         (errno): Declare if not defined.
25131
25132         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25133
25134         * lib/config.charset: New version, incorporating remarks from a linux
25135         i18n mailing list.  From Bruno Haible.
25136
25137 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25138
25139         * m4/codeset.m4: New file.
25140         * m4/iconv.m4: New file.
25141         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25142
25143 2000-03-03  Jim Meyering  <meyering@lucent.com>
25144
25145         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25146
25147 2000-03-02  Jim Meyering  <meyering@lucent.com>
25148
25149         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25150         the messages come out on separate lines.
25151
25152         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25153         rather than jm_CHECK_DECLARATIONS.
25154         * m4/decl.m4: Remove now-unused file.
25155
25156         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25157         geteuid.
25158
25159 2000-03-02  Jim Meyering  <meyering@lucent.com>
25160
25161         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25162
25163 2000-03-01  Jim Meyering  <meyering@lucent.com>
25164
25165         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25166         * lib/unicodeio.c: Likewise.
25167
25168 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25169
25170         * lib/config.charset: New file.
25171         * lib/localcharset.c: New file.
25172         * lib/unicodeio.h, lib/unicodeio.c: New files.
25173         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25174         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25175         (noinst_HEADERS): Add unicodeio.h.
25176         (all-local, install-exec-local, charset.alias): New targets.
25177
25178 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25179
25180         * lib/quotearg.c (ALERT_CHAR): New macro.
25181         (quotearg_buffer_restyled): Use it.
25182
25183 2000-02-27  Jim Meyering  <meyering@lucent.com>
25184
25185         * m4/check-decl.m4: Add getenv to the list.
25186
25187 2000-02-27  Jim Meyering  <meyering@lucent.com>
25188
25189         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25190         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25191
25192         * lib/backupfile.c: Guard inclusion of stdlib.h with
25193         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25194         Declare malloc if needed.
25195
25196         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25197         `#ifndef HAVE_DECL..'
25198         now that autoconf always defines the HAVE_DECL_ symbols.
25199         * lib/human.c: Likewise.
25200         * lib/same.c: Likewise.
25201         * lib/strtoumax.c: Likewise.
25202
25203         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25204         declaration check was not run.
25205         * lib/hash.c: Likewise.
25206         * lib/human.c: Likewise.
25207         * lib/same.c: Likewise.
25208         * lib/strtoumax.c: Likewise.
25209
25210         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25211         `.', then first look up the entire `.'-containing string as a login
25212         name.
25213
25214 2000-02-23  Jim Meyering  <meyering@lucent.com>
25215
25216         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25217         in place of my hack.
25218
25219 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25220
25221         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25222         (textint): New typedef.
25223         (parser_control): Member year changed from int to textint.
25224         All uses changed.
25225         (YYSTYPE): Removed; replaced by %union with int and textint members.
25226         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25227         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25228         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25229         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25230         (date, number, to_year): Use width of number in digits, not its value,
25231         to determine whether it's a 2-digit year, or a 2-digit time.
25232         (yylex): Store number of digits of numeric tokens.
25233         Reported by John Kendall.
25234
25235         (parser_control): Changed from struct parser_control to typedef (for
25236         consistency).  All uses changed.
25237
25238         (tID): Removed; not used.
25239         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25240
25241 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25242
25243         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25244         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25245
25246 2000-02-12  Jim Meyering  <meyering@lucent.com>
25247
25248         * lib/userspec.c (ISDIGIT): Define it.
25249         (isdigit): Remove definition.
25250         (is_number): Use ISDIGIT, not isdigit.
25251         <libintl.h>: Include.
25252         (_ and N_): Define.
25253         (parse_user_spec): Mark translatable strings.
25254
25255 2000-02-10  Jim Meyering  <meyering@lucent.com>
25256
25257         With these changes, nanosleep.[ch] are finally enough like the other
25258         lib/* replacement files to compile on a few more losing systems.
25259
25260         * lib/nanosleep.h: Don't include config.h.
25261         Remove prototype from declaration of nanosleep.
25262         (PARAMS): Remove now-unneeded definition.
25263         * lib/nanosleep.c: #undef nanosleep.
25264         (rpl_nanosleep): Rename from nanosleep.
25265
25266 2000-02-10  Jim Meyering  <meyering@lucent.com>
25267
25268         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25269         gnu_nanosleep to rpl_nanosleep.
25270
25271 2000-02-09  Jim Meyering  <meyering@lucent.com>
25272
25273         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25274         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25275
25276 2000-02-08  Akim Demaille  <akim@epita.fr>
25277
25278         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25279         `[' and `]' and remove uses of `changequote'.
25280         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25281         (AC_SYS_LARGEFILE): Likewise.
25282         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25283         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25284         of changequote.
25285         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25286         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25287         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25288         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25289
25290 2000-02-05  Jim Meyering  <meyering@lucent.com>
25291
25292         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25293         Remove explicit use of AC_HEADER_TIME.  It is required by
25294         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25295         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25296         in autoconf whereby the expansion of the latter ended up preceding
25297         the expansion of its prerequisite, AC_HEADER_TIME.
25298         Reported by Volker Borchert.
25299
25300 2000-02-03  Jim Meyering  <meyering@lucent.com>
25301
25302         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25303
25304 2000-02-03  Jim Meyering  <meyering@lucent.com>
25305
25306         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25307         rather than with `#if HAVE_UTMPNAME'.
25308
25309 2000-02-02  Jim Meyering  <meyering@lucent.com>
25310
25311         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25312         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25313         Reported by Eli Zaretskii.
25314
25315 2000-02-01  Jim Meyering  <meyering@lucent.com>
25316
25317         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25318
25319 2000-01-31  Jim Meyering  <meyering@lucent.com>
25320
25321         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25322         functions.  Add the time.h and sys/time.h headers along with the
25323         AC_REQUIRE'ment of AC_HEADER_TIME.
25324
25325 2000-01-31  Jim Meyering  <meyering@lucent.com>
25326
25327         * lib/nanosleep.h (nanosleep): Guard declaration with
25328         `#if ! HAVE_DECL_NANOSLEEP'.
25329         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25330         the declaration in that vendor's sys/timers.h.
25331         Reported by Christian Krackowizer.
25332
25333         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25334         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25335         (ISPRINT): Likewise.
25336         Reported by Tom Tromey.
25337
25338 2000-01-30  Jim Meyering  <meyering@lucent.com>
25339
25340         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25341
25342         * m4/prereq.m4 (utmp_includes): Define.
25343         Check for ut_user and ut_name members in both struct utmpx
25344         and struct utmp.
25345
25346 2000-01-30  Jim Meyering  <meyering@lucent.com>
25347
25348         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25349         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25350         header files where only utmpx.ut_user is declared.
25351
25352         * lib/readutmp.h (UT_USER): Define.
25353
25354 2000-01-29  Jim Meyering  <meyering@lucent.com>
25355
25356         * m4/lib-check.m4: New file containing library-related checks from
25357         fileutils and sh-utils (textutils had none).
25358
25359 2000-01-28  Jim Meyering  <meyering@lucent.com>
25360
25361         * m4/perl.m4: Change format of warning message to look more like that
25362         from the missing script.  Suggestion from François Pinard.
25363
25364 2000-01-25  Jim Meyering  <meyering@lucent.com>
25365
25366         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25367         well as time.h in the compile check.
25368         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25369         Fix typo in cross-compiling case: s/yes/no/.
25370
25371 2000-01-23  Jim Meyering  <meyering@lucent.com>
25372
25373         * m4/jm-macros.m4: Move df-related tests here from
25374         fileutils/configure.in
25375
25376         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25377         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25378
25379         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25380         s/space/ac_fsusage_space/.
25381         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25382
25383         * m4/ftruncate.m4: New file (derived from part of
25384         fileutils/configure.in).
25385         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25386         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25387
25388         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25389         AC_SUBST these here, rather than just in sh-util/configure.in, so
25390         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25391         all the same.
25392         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25393         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25394         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25395         (AC_SUBST(POW_LIBM)): Likewise.
25396         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25397
25398 2000-01-23  Jim Meyering  <meyering@lucent.com>
25399
25400         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25401         obstack.c.
25402
25403 2000-01-22  Jim Meyering  <meyering@lucent.com>
25404
25405         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25406
25407         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25408
25409         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25410         configure.in
25411         (AC_CHECK_HEADERS): Likewise for sh-utils.
25412         (AC_CHECK_HEADERS): Likewise for textutils.
25413         Merge the three lists of headers.
25414
25415         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25416         from fileutils' configure.in.
25417
25418         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25419         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25420         check-decl.m4.
25421
25422         * m4/check-decl.m4: Use #if rather than #ifdef.
25423         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25424         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25425         (_jm_DECL_HEADERS): Define new function.
25426         (jm_CHECK_DECLARATIONS): Require it.
25427
25428 2000-01-22  Jim Meyering  <meyering@lucent.com>
25429
25430         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25431         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25432         Required for some AIX systems.  Reported by Christian Krackowizer.
25433         [TESTING] (main): New function.
25434
25435         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25436         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25437         letters.
25438
25439         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25440         iswprint.
25441
25442         * lib/strverscmp.c (ISDIGIT): Define.
25443         (strverscmp): Use ISDIGIT, not isdigit.
25444
25445 2000-01-19  Jim Meyering  <meyering@lucent.com>
25446
25447         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25448         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25449         defines `struct timespec' in <sys/time.h>
25450
25451         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25452         Thanks to Akim for explaining.
25453
25454 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25455
25456         * lib/nanosleep.c (nanosleep):
25457         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25458         POSIX.1 doesn't require SA_INTERRUPT and some systems
25459         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25460         it's been part of POSIX.1 since day 1 (in 1988).
25461
25462 2000-01-17  Jim Meyering  <meyering@lucent.com>
25463
25464         * lib/interlock: Remove unused file.  Reported by François Pinard.
25465
25466 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25467
25468         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25469         alert, backslash, formfeed, and vertical tab unnecessarily in
25470         shell quoting style.
25471
25472 2000-01-16  Jim Meyering  <meyering@lucent.com>
25473
25474         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25475         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25476         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25477         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25478
25479 2000-01-16  Jim Meyering  <meyering@lucent.com>
25480
25481         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25482         because the latter didn't work.
25483
25484 2000-01-15  Jim Meyering  <meyering@lucent.com>
25485
25486         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25487         (AC_REPLACE_FUNCS): Add memcpy and memset.
25488         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25489         Add strpbrk.
25490         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25491
25492 2000-01-12  Jim Meyering  <meyering@lucent.com>
25493
25494         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25495         (jm_PREREQ): Use it.
25496         (jm_PREREQ_READUTMP): New macro.
25497         (jm_PREREQ): Use it.
25498
25499 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25500
25501         Quote multibyte characters correctly.
25502         * m4/c-bs-a.m4: New file.
25503         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25504         (jm_PREREQ): Use it.
25505
25506 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25507
25508         * m4/uintmax_t.m4: Port to autoconf 2.13.
25509
25510 2000-01-08  Jim Meyering  <meyering@ascend.com>
25511
25512         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25513         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25514
25515 2000-01-04  Jim Meyering  <meyering@ascend.com>
25516
25517         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25518         jm_STRUCT_DIRENT_D_TYPE.
25519         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25520         jm_STRUCT_DIRENT_D_INO.
25521         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25522         jm_STRUCT_UTIMBUF.
25523         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25524         renamings.
25525         * m4/utime.m4: Likewise.
25526
25527         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25528         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25529
25530 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25531
25532         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25533         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25534
25535 2000-01-02  Jim Meyering  <meyering@ascend.com>
25536
25537         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25538         remember if this is necessary.
25539
25540 1999-12-26  Jim Meyering  <meyering@ascend.com>
25541
25542         * m4/jm-macros.m4: Use it here.
25543         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25544
25545 1999-12-23  Jim Meyering  <meyering@ascend.com>
25546
25547         * m4/jm-macros.m4: Check for clock_gettime (moved from
25548         fileutils/configure.in)
25549         Check for gettimeofday.
25550
25551 1999-12-20  Jim Meyering  <meyering@ascend.com>
25552
25553         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25554         autoconf-2.14a-1999-12-20.
25555
25556 1999-12-19  Jim Meyering  <meyering@ascend.com>
25557
25558         * m4/lstat-slash.m4: New file.
25559         * m4/jm-macros.m4: Use the new macro:
25560         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25561
25562 1999-12-07  Jim Meyering  <meyering@ascend.com>
25563
25564         * m4/perl.m4: Require that File::Compare be available, too.
25565         Too many systems seem to lack it.
25566
25567         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25568         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25569
25570 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25571
25572         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25573         problem with the QNX 4.25 shell, which doesn't propagate exit
25574         status of failed commands inside shell assignments.
25575
25576 1999-11-17  Jim Meyering  <meyering@ascend.com>
25577
25578         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25579
25580 1999-11-07  Jim Meyering  <meyering@ascend.com>
25581
25582         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25583
25584 1999-11-06  Jim Meyering  <meyering@ascend.com>
25585
25586         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25587         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25588
25589 1999-11-05  Jim Meyering  <meyering@ascend.com>
25590
25591         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25592         configure.in of textutils, fileutils, and sh-utils into this one
25593         (shared between those packages) file.
25594         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25595         AC_STRUCT_ST_BLKSIZE.
25596
25597 1999-11-03  Jim Meyering  <meyering@ascend.com>
25598
25599         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25600         of AC_CHECK_TYPE checks includes unistd.h.
25601         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25602         Suggestion from Akim Demaille.
25603
25604 1999-10-30  Jim Meyering  <meyering@ascend.com>
25605
25606         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25607         m4-quoted string.
25608         * m4/ls-mntd-fs.m4: Likewise.
25609         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25610         * m4/jm-winsz1.m4: Likewise.
25611
25612         * m4/const.m4: Remove file, since the fix made it into the experimental
25613         version of autoconf.
25614         * m4/mktime.m4: Likewise.
25615
25616         * m4/check-type.m4: Remove file, now that the latest version of
25617         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25618
25619         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25620         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25621         AC_CHECK_TYPE.
25622
25623 1999-10-04  Jim Meyering  <meyering@ascend.com>
25624
25625         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25626
25627 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25628
25629         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25630         2.95.1 bug with HP-UX 10.20.
25631
25632 1999-09-17  Jim Meyering  <meyering@ascend.com>
25633
25634         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25635         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25636         due to missing strdup (against sh-utils-2.0).
25637
25638 1999-08-29  Jim Meyering  <meyering@ascend.com>
25639
25640         * m4/jm-macros.m4: Require jm_BISON.
25641         * m4/bison.m4: New file.
25642
25643 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25644
25645         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25646         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25647
25648 1999-08-05  Jim Meyering  <meyering@ascend.com>
25649
25650         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25651         to avoid conflicts with `conftest' on 8+3 filesystems.
25652         Suggestion from Eli Zaretskii.
25653
25654 1999-08-04  Jim Meyering  <meyering@ascend.com>
25655
25656         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25657         fileutils and sh-utils (textutils's getline test was inadequate).
25658         (AM_FUNC_GETLINE): Run this test.
25659         (AC_CHECK_FUNCS): Check for getdelim.
25660         Reported by Bob Proulx.
25661
25662 1999-08-02  Jim Meyering  <meyering@ascend.com>
25663
25664         * m4/jm-macros.m4: Add a comment.
25665
25666 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25667
25668         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25669         <inttypes.h> defines strtoumax as a macro (and not as a
25670         function).
25671
25672 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25673
25674         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25675         that we can shift, multiply and divide unsigned long long
25676         values; Ultrix cc can't do it.
25677
25678 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25679
25680         * m4/mktime.m4: New file, which is a preview of what should appear
25681         in the next public autoconf release.
25682
25683 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25684
25685         * m4/lfs.m4: Remove this file.
25686         * m4/largefile.m4: New file.  It contains the old contents of
25687         lfs.m4, except that all names with prefix AC_LFS have been
25688         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25689         compatible with future autoconf versions.  Also, some minor m4
25690         quoting problems have been fixed.
25691
25692 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25693
25694         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25695         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25696         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25697         and simplify the shell code.
25698
25699 1999-08-01  Jim Meyering  <meyering@ascend.com>
25700
25701         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25702         m4.
25703
25704 1999-07-20  Jim Meyering  <meyering@ascend.com>
25705
25706         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25707
25708 1999-07-15  Jim Meyering  <meyering@ascend.com>
25709
25710         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25711
25712 1999-05-22  Jim Meyering  <meyering@ascend.com>
25713
25714         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25715
25716 1999-05-20  Jim Meyering  <meyering@ascend.com>
25717
25718         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25719         Add a colon after each `then' in case $4 is empty.
25720
25721 1999-05-16  Jim Meyering  <meyering@ascend.com>
25722
25723         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25724
25725 1999-05-10  Jim Meyering  <meyering@ascend.com>
25726
25727         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25728
25729         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25730         AC_FUNC_MKTIME.
25731
25732 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25733
25734         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25735
25736 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25737
25738         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25739         not CPPFLAGS, so that linking works correctly in IRIX.
25740
25741 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25742
25743         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25744
25745 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25746
25747         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25748         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25749         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25750         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25751         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25752
25753         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25754
25755 1999-04-20  Jim Meyering  <meyering@ascend.com>
25756
25757         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25758         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25759         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25760
25761 1999-04-18  Jim Meyering  <meyering@ascend.com>
25762
25763         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25764         * m4/jm-macros.m4: Use it.
25765
25766 1999-04-06  Jim Meyering  <meyering@ascend.com>
25767
25768         * m4/strftime.m4: Remove test for %f.
25769
25770 1999-03-29  Jim Meyering  <meyering@ascend.com>
25771
25772         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25773         superset of the AC_TYPE_* checks in the textutils, fileutils,
25774         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25775         AC_TYPE_PID_T.
25776
25777 1999-03-28  Jim Meyering  <meyering@ascend.com>
25778
25779         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25780         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25781         replaced e.g., in the *.sh files of the sh-utils.
25782
25783 1999-03-20  Jim Meyering  <meyering@ascend.com>
25784
25785         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25786         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25787         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25788
25789 1999-03-19  Jim Meyering  <meyering@ascend.com>
25790
25791         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25792
25793 1999-03-12  Jim Meyering  <meyering@ascend.com>
25794
25795         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25796
25797 1999-03-07  Jim Meyering  <meyering@ascend.com>
25798
25799         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25800         declared.
25801
25802 1999-02-17  Jim Meyering  <meyering@ascend.com>
25803
25804         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25805         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25806
25807 1999-02-07  Jim Meyering  <meyering@ascend.com>
25808
25809         * m4/group-member.m4: New file -- extracted from sh-utils'
25810         configure.in.
25811
25812         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25813         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25814
25815 1999-02-06  Jim Meyering  <meyering@ascend.com>
25816
25817         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25818         * m4/fnmatch.m4: Likewise.
25819         * m4/getgroups.m4: Likewise.
25820         * m4/lstat.m4: Likewise.
25821         * m4/malloc.m4: Likewise.
25822         * m4/putenv.m4: Likewise.
25823         * m4/realloc.m4: Likewise.
25824         * m4/regex.m4: Likewise.
25825         * m4/stat.m4: Likewise.
25826         * m4/strftime.m4: Likewise.
25827         Suggestion from Alain Magloire.
25828
25829         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25830         * m4/fnmatch.m4: Likewise.
25831         * m4/getgroups.m4: Likewise.
25832         * m4/getline.m4: Likewise.
25833         * m4/lstat.m4: Likewise.
25834         * m4/malloc.m4: Likewise.
25835         * m4/memcmp.m4: Likewise.
25836         * m4/putenv.m4: Likewise.
25837         * m4/realloc.m4: Likewise.
25838         * m4/regex.m4: Likewise.
25839         * m4/stat.m4: Likewise.
25840         * m4/strftime.m4: Likewise.
25841         Suggestion from Alain Magloire.
25842
25843         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25844         an argument.
25845
25846         * m4/regex.m4: Add a run-time Test for proper operation of
25847         re_compile_pattern.
25848
25849 1999-01-31  Jim Meyering  <meyering@ascend.com>
25850
25851         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25852
25853 1999-01-30  Jim Meyering  <meyering@ascend.com>
25854
25855         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25856
25857         * m4/jm-mktime.m4: Make this a wrapper around the official
25858         AM_FUNC_MKTIME rather than my private copy, now that the official one
25859         is up to date.
25860         * m4/mktime.m4: Remove file.
25861
25862         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25863         * m4/uptime.m4: Likewise.
25864         * m4/uintmax_t.m4: Likewise.
25865
25866 1999-01-28  Jim Meyering  <meyering@ascend.com>
25867
25868         * m4/jm-macros.m4: Use jm_AFS.
25869         * m4/afs.m4: New file (from fileutils' configure.in).
25870
25871         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25872         * m4/chown.m4: Likewise.
25873         * m4/d-ino.m4: Likewise.
25874         * m4/d-type.m4: Likewise.
25875         * m4/fnmatch.m4: Likewise.
25876         * m4/getgroups.m4: Likewise.
25877         * m4/gettext.m4: Likewise.
25878         * m4/jm-mktime.m4: Likewise.
25879         * m4/jm-winsz2.m4: Likewise.
25880         * m4/lcmessage.m4: Likewise.
25881         * m4/ls-mntd-fs.m4: Likewise.
25882         * m4/malloc.m4: Likewise.
25883         * m4/memcmp.m4: Likewise.
25884         * m4/putenv.m4: Likewise.
25885         * m4/realloc.m4: Likewise.
25886         * m4/st_mtim.m4: Likewise.
25887         * m4/strftime.m4: Likewise.
25888
25889 1999-01-16  Jim Meyering  <meyering@ascend.com>
25890
25891         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25892         (ARGMATCH_DIE_DECL): Define.
25893
25894 1999-01-12  Jim Meyering  <meyering@ascend.com>
25895
25896         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25897         Reported by Lars Hecking.
25898
25899 1999-01-10  Jim Meyering  <meyering@ascend.com>
25900
25901         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25902         gross kludge.
25903         * m4/inttypes_h.m4: Likewise.
25904         * m4/lstat.m4: Likewise.
25905         * m4/malloc.m4: Likewise.
25906         * m4/readdir.m4: Likewise.
25907         * m4/realloc.m4: Likewise.
25908         * m4/st_dm_mode.m4: Likewise.
25909         * m4/stat.m4: Likewise.
25910         * m4/utimbuf.m4: Likewise.
25911         * m4/utimes.m4: Likewise.
25912
25913         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25914         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25915         comments in config.h.in are meaningful.
25916
25917         * m4/jm-macros.m4: Require autoconf-2.13 here.
25918
25919         * m4/regex.m4: By default, don't use the included regex.c on systems
25920         with glibc 2.  Suggestion from Uli Drepper.
25921
25922 1999-01-02  Jim Meyering  <meyering@ascend.com>
25923
25924         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25925
25926 1998-12-18  Jim Meyering  <meyering@ascend.com>
25927
25928         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25929         Based on a suggestion from Lars Hecking.
25930
25931 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25932
25933         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25934
25935 1998-11-16  Jim Meyering  <meyering@ascend.com>
25936
25937         * m4/lfs.m4: Double-quote the `uname...` expression.
25938
25939 1998-11-14  Jim Meyering  <meyering@ascend.com>
25940
25941         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25942         * m4/stat.m4: Likewise.
25943
25944 1998-11-03  Jim Meyering  <meyering@ascend.com>
25945
25946         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25947         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25948
25949 1998-10-18  Jim Meyering  <meyering@ascend.com>
25950
25951         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25952
25953 1998-10-17  Jim Meyering  <meyering@ascend.com>
25954
25955         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25956         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25957         calls for those previously hard-coded headers.  Instead, take a new
25958         parameter.
25959         (jm_CHECK_DECLARATIONS): Reflect interface change.
25960         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25961         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25962
25963         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25964
25965 1998-10-14  Jim Meyering  <meyering@ascend.com>
25966
25967         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25968         instead of "TZ=America/Vancouver".  From Paul Eggert.
25969
25970 1998-10-11  Jim Meyering  <meyering@ascend.com>
25971
25972         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25973         This adds a test for a recently added compatibility fix for mktime.c.
25974         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25975
25976 1998-09-27  Jim Meyering  <meyering@ascend.com>
25977
25978         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25979
25980         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25981         ../configure.in, including a change from Gordon Matzigkeit to allow
25982         cross-compiling for the Hurd.
25983
25984         * m4/glibc.m4: New file/macro to test for the GNU C Library
25985         versions 1 and 2.  From Gordon Matzigkeit.
25986         Indent.
25987
25988 1998-09-21  Jim Meyering  <meyering@ascend.com>
25989
25990         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25991
25992 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25993
25994         Port nanosecond-resolution times to UnixWare 2.1.2 and
25995         pedantic Solaris 2.6.
25996
25997         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25998         AC_STRUCT_ST_MTIM.
25999         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26000         Generate name of ns member, instead of just 1 or undef.
26001         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26002
26003 1998-08-15  Jim Meyering  <meyering@ascend.com>
26004
26005         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26006         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26007         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26008         instead of jm_TYPE_SSIZE_T.
26009
26010 1998-08-12  Jim Meyering  <meyering@ascend.com>
26011
26012         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26013
26014 1998-08-02  Jim Meyering  <meyering@ascend.com>
26015
26016         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26017         in acconfig.h manually.
26018
26019 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26020
26021         * m4/st_mtim.m4: New file.
26022
26023 1998-07-28  Jim Meyering  <meyering@ascend.com>
26024
26025         * m4/utimes.m4: Undef stat.
26026
26027 1998-07-25  Jim Meyering  <meyering@ascend.com>
26028
26029         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26030         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26031
26032 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26033
26034         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26035         uid and gid actually remain unchanged.
26036
26037 1998-07-07  Jim Meyering  <meyering@ascend.com>
26038
26039         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26040
26041 1998-07-04  Jim Meyering  <meyering@ascend.com>
26042
26043         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26044         to prove that this macro can be used in packages without regex.c.
26045
26046 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26047
26048         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26049         is to be used.
26050
26051 1998-07-03  Jim Meyering  <meyering@ascend.com>
26052
26053         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26054
26055         * m4/gettext.m4: New file -- from gettext-0.10.35.
26056         * m4/lcmessage.m4: Likewise.
26057         * m4/progtest.m4: Likewise.
26058
26059         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26060         * m4/jm-macros.m4: Require the new macro.
26061
26062 1998-06-29  Jim Meyering  <meyering@ascend.com>
26063
26064         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26065         for the definition of NGROUPS (used in a system header included
26066         by sys/mount.h).
26067
26068 1998-06-28  Jim Meyering  <meyering@ascend.com>
26069
26070         * m4/ls-mntd-fs.m4: New file.
26071         * m4/fstypename.m4: New file.
26072
26073         * m4/jm-macros.m4: Require the new macro.
26074         * m4/jm-glibc-io.m4: New file.
26075
26076 1998-05-19  Jim Meyering  <meyering@ascend.com>
26077
26078         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26079         * m4/lchown.m4: New file.
26080
26081         * m4/Makefile.am.in: New file.
26082         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26083
26084 1998-05-14  Jim Meyering  <meyering@ascend.com>
26085
26086         * m4/Makefile.am (EXTRA_DIST): Add them.
26087         * m4/jm-macros.m4: New file.
26088         * m4/utimbuf.m4: New file.
26089
26090 1998-05-12  Jim Meyering  <meyering@ascend.com>
26091
26092         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26093
26094 1998-05-11  Jim Meyering  <meyering@ascend.com>
26095
26096         * m4/isc-posix.m4: New file.
26097
26098 1998-05-10  Jim Meyering  <meyering@ascend.com>
26099
26100         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26101
26102 1998-05-09  Jim Meyering  <meyering@ascend.com>
26103
26104         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26105         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26106         with automake.
26107
26108         * m4/ssize_t.m4: New file.
26109         * m4/mktime.m4: Remove file -- the new automake has this now.
26110
26111 1998-04-26  Jim Meyering  <meyering@ascend.com>
26112
26113         * m4/assert.m4: New file.
26114         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26115
26116 1998-04-05  Jim Meyering  <meyering@ascend.com>
26117
26118         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26119         (jm_PREREQ): Use it here.
26120
26121 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26122
26123         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26124         in acconfig.h.
26125
26126 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26127
26128         * m4/prereq.m4: New file.
26129         * m4/error.m4: New file.
26130         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26131
26132 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26133
26134         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26135         cache-check for the same variable -- that defeated the purpose of
26136         the test; the test program was never run.  This was a problem only
26137         on systems with losing getline functions -- HP-UX 10.20 is one.
26138         Reported by Bjorn Helgaas.
26139
26140 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26141
26142         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26143
26144 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26145
26146         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26147
26148         * m4/const.m4: New file.  Use an initializer in this declaration
26149         typedef int charset[2]; const charset x;
26150         Reported by Bob Glickstein.
26151
26152 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26153
26154         * m4/chown.m4: Fix reversed types on -1 args to chown.
26155         From Kaveh Ghazi.
26156
26157 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26158
26159         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26160         Add lseek and memchr.
26161
26162         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26163         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26164         have a 20-character limit on names.
26165
26166 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26167
26168         * m4/inttypes_h.m4: New file.
26169         * m4/uintmax_t.m4: New file.
26170         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26171
26172 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26173   Free Software Foundation, Inc.
26174 Copying and distribution of this file, with or without modification,
26175 are permitted provided the copyright notice and this notice are preserved.