Avoid mempcpy in the regex code, as the string.h mempcpy stuff
[gnulib.git] / ChangeLog
1 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
4         is causing more trouble than it's curing.
5         * lib/regex_internal.h (__mempcpy): Remove.
6         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
7         (and make the code a tad smaller to boot).
8         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
9
10 2007-02-02  Jim Meyering  <jim@meyering.net>
11
12         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
13         section, not in the Makefile.am: one.
14
15 2007-02-02  Eric Blake  <ebb9@byu.net>
16
17         * lib/strchrnul.c: Always include config.h first.
18
19         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20         gnulib strstr is not necessary here.
21
22 2007-02-02  Simon Josefsson  <simon@josefsson.org>
23
24         * m4/socklen.m4: Fix typo.
25
26 2007-02-02  Eric Blake  <ebb9@byu.net>
27
28         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
29         * modules/netinet_in (Makefile.am): Likewise.
30
31 2007-02-01  Bruno Haible  <bruno@clisp.org>
32
33         * lib/string_.h (GL_LINK_WARNING): New macro.
34         (strcasecmp, strstr, strcasestr): If provided by the system,
35         conditionally define as a macro that leads to a warning instead of to
36         an error.
37         (strncasecmp): Conditionally define as a macro that leads to a warning.
38
39 2007-02-01  Jim Meyering  <jim@meyering.net>
40
41         Give tools a better chance to allocate space for very large buffers.
42         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
43
44 2007-02-01  Karl Berry  <karl@gnu.org>
45
46         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
47
48 2007-02-01  Bruno Haible  <bruno@clisp.org>
49
50         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
51         renamings.
52
53 2007-02-01  Eric Blake  <ebb9@byu.net>
54
55         * modules/regex (Depends-on): Revert dependence on mempcpy.
56         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
57         module's definition of mempcpy.
58         Reported by Paul Eggert.
59
60 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
61
62         * lib/string_.h: If the gnulib module XYZ is not present, undefine
63         the symbol XYZ before redefining it.  This fixes a problem with
64         programs that don't use XYZ, when compiled on systems that define
65         XYZ to something else.
66
67 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
68
69         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
70         occurs when "mkdir -m foo" creates a setgid directory that is (1)
71         writeable to group or other and (2) is intended to have a special
72         mode bit that is set or cleared.  In such a case, the directory
73         should be neither group- nor other-writeable until the special
74         mode bits are right.
75
76 2007-01-31  Eric Blake  <ebb9@byu.net>
77
78         * modules/mountlist (Depends-on): Add strstr.
79
80         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
81         bug.
82         * modules/string (Makefile.am): Remove redundant replacement.
83         * modules/regex (Depends-on): Add mempcpy.
84
85 2007-01-31  Bruno Haible  <bruno@clisp.org>
86
87         New module description field 'Link'.
88         * gnulib-tool (func_usage): Document --extract-link-directive.
89         (sed_extract_prog): Recognize 'Link' directive.
90         (func_get_link_directive): New function.
91         (func_import): Show summary of link directives.
92         Handle --extract-link-directive option.
93         * modules/acl (Link): New section.
94         * modules/clock-time (Link): New section.
95         * modules/euidaccess (Link): New section.
96         * modules/gettext (Link): New section.
97         * modules/iconv (Link): New section.
98         * modules/lock (Link): New section.
99         * modules/nanosleep (Link): New section.
100         * modules/readline (Link): New section.
101
102 2007-01-27  Bruno Haible  <bruno@clisp.org>
103
104         Enforce the use of gnulib modules for unportable <string.h> functions.
105         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
106         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
107         (gl_HEADER_STRING_H_BODY): Require it.
108         * lib/string_.h: If the gnulib module XYZ is not present, redefine
109         the symbol XYZ to one that gives a link error.
110         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
111         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
112         * modules/mempcpy (configure.ac): Likewise.
113         * modules/memrchr (configure.ac): Likewise.
114         * modules/stpcpy (configure.ac): Likewise.
115         * modules/stpncpy (configure.ac): Likewise.
116         * modules/strcase (configure.ac): Likewise.
117         * modules/strcasestr (configure.ac): Likewise.
118         * modules/strchrnul (configure.ac): Likewise.
119         * modules/strdup (configure.ac): Likewise.
120         * modules/strndup (configure.ac): Likewise.
121         * modules/strnlen (configure.ac): Likewise.
122         * modules/strpbrk (configure.ac): Likewise.
123         * modules/strsep (configure.ac): Likewise.
124         * modules/strstr (configure.ac): Likewise.
125         * modules/strtok_r (configure.ac): Likewise.
126
127 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
128
129         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
130
131 2007-01-30  Jim Meyering  <jim@meyering.net>
132
133         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
134
135 2007-01-29  Bruno Haible  <bruno@clisp.org>
136
137         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
138         * lib/execute.c: Likewise.
139         * lib/pipe.c: Likewise.
140         * lib/printf-args.h: Likewise.
141         * lib/printf-args.c: Likewise.
142         * lib/printf-parse.c: Likewise.
143         * lib/vasnprintf.c: Likewise.
144
145 2007-01-29  Eric Blake  <ebb9@byu.net>
146
147         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
148         declaration.
149
150 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
151
152         * lib/strptime.h (strptime): Use 'restrict' for args where
153         POSIX requires this.
154         * lib/strptime.c (strptime): Likewise.
155         Change license notice from LGPL to GPL, since gnulib-tool will
156         change this as needed.
157         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
158         defined.
159         Include "strptime.h" first, to check interface.
160         Do not #undef _LIBC and _NL_CURRENT.
161         Do not include <stdlib.h>; no longer needed.
162         Include "time_r.h" and declare ptime_locale_status
163         only if _LIBC is not defined.
164         (__P): Remove unused macro.
165         (match_string): Bring back glibc version, but use it only if _LIBC
166         is defined.
167         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
168         Remove unnecessary assertion and abort() call.
169         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
170         * m4/strptime.m4: Fix serial number comment.
171         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
172         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
173         (Depends-on): Add time_r.
174
175 2007-01-29  Bruno Haible  <bruno@clisp.org>
176
177         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
178         strptime.
179         * modules/strptime (Depends-on): Add stdbool.
180         * lib/strptime.h: Include <time.h> always. Add comments.
181
182 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
183
184         * modules/strptime: New file.
185         * lib/strptime.h: New file.
186         * lib/strptime.c: New file.
187         * m4/strptime.m4: New file.
188
189 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
190
191         * MODULES.html.sh: New module mpsort.
192         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
193
194         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
195         a circularity problem with HP-UX ia64 reported by Bob Proulx in
196         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
197         All uses changed.
198         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
199         All uses changed.
200         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
201         to _Restrict_.
202         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
203         the parameter matches the prototype.
204
205 2007-01-28  Jim Meyering  <jim@meyering.net>
206
207         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
208         sys/time.h here, reverting that part of the previous patch:
209         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
210
211 2007-01-28  Bruno Haible  <bruno@clisp.org>
212
213         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
214         value of $(SYS_TIME_H).
215         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
216         remove it conditionally, too. [added by Jim Meyering]
217         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
218         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
219         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
220         GETTIMEOFDAY_REPLACEMENT to 1.
221
222 2007-01-28  Bruno Haible  <bruno@clisp.org>
223
224         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
225         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
226         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
227         Set UNISTD_H instead of UNISTD_H2.
228         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
229
230 2007-01-28  Bruno Haible  <bruno@clisp.org>
231
232         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
233         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
234
235 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
236
237         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
238         (func_create_testdir): Ensure C locale for `grep' and `tr'
239         character ranges.
240         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
241         ACLOCAL_AMFLAGS parsing state machine.
242
243 2007-01-27  Bruno Haible  <bruno@clisp.org>
244
245         * modules/unistr/base: Update.
246
247 2007-01-27  Bruno Haible  <bruno@clisp.org>
248
249         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
250         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
251         * modules/unistr/u32-mbtouc-unsafe: Renamed from
252         modules/unistr/u32-mbtouc.
253         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
254         * lib/unistr.h: Update.
255         * lib/linebreak.c: Update.
256         * modules/unistr/u32-mbtouc: Renamed from
257         modules/unistr/u32-mbtouc-safe.
258         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
259         * lib/unistr.h: Update.
260         * lib/unistr/u32-to-u8.c: Update.
261         * lib/unistr/u32-to-u16.c: Update.
262
263 2007-01-27  Bruno Haible  <bruno@clisp.org>
264
265         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
266         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
267         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
268         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
269         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
270         * modules/unistr/u16-mbtouc-unsafe: Renamed from
271         modules/unistr/u16-mbtouc.
272         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
273         * lib/unistr.h: Update.
274         * lib/linebreak.c: Update.
275         * modules/linebreak: Update.
276         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
277         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
278         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
279         * modules/unistr/u16-mbtouc: Renamed from
280         modules/unistr/u16-mbtouc-safe.
281         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
282         * lib/unistr.h: Update.
283         * lib/unistr/u16-to-u8.c: Update.
284         * modules/unistr/u16-to-u8: Update.
285         * lib/unistr/u16-to-u32.c: Update.
286         * modules/unistr/u16-to-u32: Update.
287
288 2007-01-27  Bruno Haible  <bruno@clisp.org>
289
290         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
291         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
292         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
293         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
294         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
295         * modules/unistr/u8-mbtouc-unsafe: Renamed from
296         modules/unistr/u8-mbtouc.
297         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
298         * lib/unistr.h: Update.
299         * lib/striconveh.c: Update.
300         * modules/striconveh: Update.
301         * lib/linebreak.c: Update.
302         * modules/linebreak: Update.
303         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
304         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
305         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
306         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
307         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
308         * lib/unistr.h: Update.
309         * lib/striconveh.c: Update.
310         * modules/striconveh: Update.
311         * lib/unistr/u8-to-u16.c: Update.
312         * modules/unistr/u8-to-u16: Update.
313         * lib/unistr/u8-to-u32.c: Update.
314         * modules/unistr/u8-to-u32: Update.
315
316 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
317
318         Sync from Libtool.
319         * lib/argz.c: Do not include strings.h nor memory.h, include
320         string.h unconditionally.  Patch by Simon Josefsson.
321
322 2007-01-27  Bruno Haible  <bruno@clisp.org>
323
324         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
325         from gl_HEADER_STRING_H_BODY.
326         (gl_HEADER_STRING_H_BODY): Require it.
327         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
328         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
329         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
330         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
331         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
332         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
333         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
334         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
335         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
336         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
337         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
338         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
339         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
340         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
341         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
342
343 2007-01-27  Bruno Haible  <bruno@clisp.org>
344
345         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
346         check_PROGRAMS into noinst_PROGRAMS.
347         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
348         check_PROGRAMS in this case.
349         (func_import): Set for_test to false.
350         (func_create_testdir): Set for_test to true.
351
352 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
353             Bruno Haible  <bruno@clisp.org>
354
355         * modules/strcasestr (Files): Remove lib/strcasestr.h.
356         (Depends-on): Add string.
357         (Includes): Use <string.h> instead of strcasestr.h.
358         * modules/string (Makefile.am): Also substitute the value of
359         REPLACE_STRCASESTR.
360         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
361         assume strcasestr is declared in <string.h> not <strings.h>. Also
362         set REPLACE_STRCASESTR.
363         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
364         REPLACE_STRCASESTR.
365         * lib/strcasestr.h: Remove file.
366         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
367         * lib/string_.h (strcasestr): New declaration.
368
369 2007-01-27  Bruno Haible  <bruno@clisp.org>
370
371         * lib/string_.h: Use 'extern'.
372
373 2007-01-27  Jim Meyering  <jim@meyering.net>
374
375         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
376         of set-but-not-used local, "q".
377
378         * lib/mempcpy.c: Include <config.h> before <string.h>.
379         This fixes a compilation error on HP-UX, due to the system's
380         "restrict"-using mempcpy prototype.
381
382 2007-01-26  Bruno Haible  <bruno@clisp.org>
383
384         Small optimization.
385         * lib/javacomp.c: Include c-strstr.h.
386          (is_envjavac_gcj): Use c_strstr instead of strstr.
387         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
388
389 2007-01-26  Bruno Haible  <bruno@clisp.org>
390
391         * MODULES.html.sh (Unicode string functions): Add the new modules.
392
393         * modules/uniconv/u32-strconv-to-locale: New file.
394         * lib/uniconv/u32-strconv-to-locale.c: New file.
395
396         * modules/uniconv/u16-strconv-to-locale: New file.
397         * lib/uniconv/u16-strconv-to-locale.c: New file.
398
399         * modules/uniconv/u8-strconv-to-locale: New file.
400         * lib/uniconv/u8-strconv-to-locale.c: New file.
401
402         * modules/uniconv/u32-strconv-from-locale: New file.
403         * lib/uniconv/u32-strconv-from-locale.c: New file.
404
405         * modules/uniconv/u16-strconv-from-locale: New file.
406         * lib/uniconv/u16-strconv-from-locale.c: New file.
407
408         * modules/uniconv/u8-strconv-from-locale: New file.
409         * lib/uniconv/u8-strconv-from-locale.c: New file.
410
411         * modules/uniconv/u32-strconv-to-enc: New file.
412         * lib/uniconv/u32-strconv-to-enc.c: New file.
413         * modules/uniconv/u32-strconv-to-enc-tests: New file.
414         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
415
416         * modules/uniconv/u16-strconv-to-enc: New file.
417         * lib/uniconv/u16-strconv-to-enc.c: New file.
418         * lib/uniconv/u-strconv-to-enc.h: New file.
419         * modules/uniconv/u16-strconv-to-enc-tests: New file.
420         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
421
422         * modules/uniconv/u8-strconv-to-enc: New file.
423         * lib/uniconv/u8-strconv-to-enc.c: New file.
424         * modules/uniconv/u8-strconv-to-enc-tests: New file.
425         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
426
427         * modules/uniconv/u32-strconv-from-enc: New file.
428         * lib/uniconv/u32-strconv-from-enc.c: New file.
429         * modules/uniconv/u32-strconv-from-enc-tests: New file.
430         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
431
432         * modules/uniconv/u16-strconv-from-enc: New file.
433         * lib/uniconv/u16-strconv-from-enc.c: New file.
434         * modules/uniconv/u16-strconv-from-enc-tests: New file.
435         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
436
437         * modules/uniconv/u8-strconv-from-enc: New file.
438         * lib/uniconv/u8-strconv-from-enc.c: New file.
439         * lib/uniconv/u-strconv-from-enc.h: New file.
440         * modules/uniconv/u8-strconv-from-enc-tests: New file.
441         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
442
443         * modules/uniconv/u32-conv-from-enc: New file.
444         * lib/uniconv/u32-conv-from-enc.c: New file.
445         * modules/uniconv/u32-conv-from-enc-tests: New file.
446         * tests/uniconv/test-u32-conv-from-enc.c: New file.
447
448         * modules/uniconv/u16-conv-from-enc: New file.
449         * lib/uniconv/u16-conv-from-enc.c: New file.
450         * lib/uniconv/u-conv-from-enc.h: New file.
451         * modules/uniconv/u16-conv-from-enc-tests: New file.
452         * tests/uniconv/test-u16-conv-from-enc.c: New file.
453
454         * modules/uniconv/u8-conv-from-enc: New file.
455         * lib/uniconv/u8-conv-from-enc.c: New file.
456         * modules/uniconv/u8-conv-from-enc-tests: New file.
457         * tests/uniconv/test-u8-conv-from-enc.c: New file.
458
459         * modules/uniconv/base: New file.
460         * lib/uniconv.h: New file.
461
462 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
463
464         * doc/gnulib-tool.texi (Initial import): Update to match current
465         behavior with strdup module.
466         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
467         * lib/memmem.h: Remove; all uses removed.  This is now done
468         by <string.h>.
469         * lib/mempcpy.h: Likewise.
470         * lib/memrchr.h: Likewise.
471         * lib/stpcpy.h: Likewise.
472         * lib/stpncpy.h: Likewise.
473         * lib/strcase.h: Likewise.
474         * lib/strchrnul.h: Likewise.
475         * lib/strdup.h: Likewise.
476         * lib/strndup.h: Likewise.
477         * lib/strnlen.h: Likewise.
478         * lib/strpbrk.h: Likewise.
479         * lib/strsep.h: Likewise.
480         * lib/strstr.h: Likewise.
481         * lib/strtok_r.h: Likewise.
482         * lib/string_.h: New file.
483         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
484         Rely on <string.h> instead.
485         * lib/canon-host.c: Likewise.
486         * lib/chdir-long.c: Likewise.
487         * lib/concatpath.c: Likewise.
488         * lib/exclude.c: Likewise.
489         * lib/fchdir.c: Likewise.
490         * lib/getaddrinfo.c: Likewise.
491         * lib/getcwd.c: Likewise.
492         * lib/getsubopt.c: Likewise.
493         * lib/glob.c: Likewise.
494         * lib/hard-locale.c: Likewise.
495         * lib/iconvme.c: Likewise.
496         * lib/javacomp.c: Likewise.
497         * lib/mempcpy.c: Likewise.
498         * lib/memrchr.c: Likewise.
499         * lib/regex_internal.h: Likewise.
500         * lib/stpncpy.c: Likewise.
501         * lib/strcasecmp.c: Likewise.
502         * lib/strchrnul.c: Likewise.
503         * lib/strdup.c: Likewise.
504         * lib/striconv.c: Likewise.
505         * lib/striconveh.c: Likewise.
506         * lib/striconveha.c: Likewise.
507         * lib/strncasecmp.c: Likewise.
508         * lib/strndup.c: Likewise.
509         * lib/strnlen.c: Likewise.
510         * lib/strsep.c: Likewise.
511         * lib/strstr.c: Likewise.
512         * lib/strtok_r.c: Likewise.
513         * lib/userspec.c: Likewise.
514         * lib/w32spawn.h: Likewise.
515         * lib/xstrndup.c: Likewise.
516         * lib/mountlist.c (strstr): Remove decl.
517         * m4/string_h.m4: New file.
518         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
519         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
520         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
521         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
522         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
523         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
524         Set REPLACE_STRCASECMP if necessary.
525         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
526         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
527         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
528         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
529         HAVE_DECL_STRDUP if necessary.
530         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
531         since gl_FUNC_STRNDUP does that now.
532         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
533         Check for decl here...
534         (gl_PREREQ_STRNLEN): ... not here.
535         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
536         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
537         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
538         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
539         necessary.
540         * modules/string: New file.
541         * modules/memmem (Files): Remove special-purpose include file.
542         (Depends-on): Add string.
543         (Include): Include <string.h>, not the removed file.
544         * modules/mempcpy: Likewise.
545         * modules/memrchr: Likewise.
546         * modules/stpcpy: Likewise.
547         * modules/stpncpy: Likewise.
548         * modules/strcase: Likewise.
549         * modules/strchrnul: Likewise.
550         * modules/strdup: Likewise.
551         * modules/strndup: Likewise.
552         * modules/strnlen: Likewise.
553         * modules/strpbrk: Likewise.
554         * modules/strsep: Likewise.
555         * modules/strstr: Likewise.
556         * modules/strtok_r: Likewise.
557         * tests/test-dirname.c: Don't include "strdup.h", since
558         <string.h> now suffices.
559         * tests/test-memmem.c: Don't include "memmem.h", since
560         <string.h> now suffices.
561
562 2007-01-25  Bruno Haible  <bruno@clisp.org>
563
564         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
565         *resultp is 0.
566
567         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
568         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
569         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
570         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
571
572         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
573         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
574         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
575         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
576         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
577         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
578
579 2007-01-24  Bruno Haible  <bruno@clisp.org>
580
581         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
582         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
583         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
584         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
585         gl_FUNC_FTS_CORE.
586         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
587         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
588         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
589         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
590         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
591         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
592         gl_FUNC_FCHOWNAT.
593         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
594         gl_FUNC_STRFTIME.
595         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
596         Reported by Ralf Wildenhues.
597
598 2007-01-24  Bruno Haible  <bruno@clisp.org>
599
600         Drop AC_REQUIRE calls that are redundant with the module dependencies.
601         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
602         gl_GETADDRINFO.
603         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
604         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
605         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
606
607 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
608
609         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
610         Don't use 'exit'; just return from 'main'.
611         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
612
613         * lib/fnmatch_.h: Readjust white space and comments to match
614         glibc, to avoid spurious diffs.
615
616 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
617
618         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
619         2004-12-01 change by Jakub Jelinek, since this code won't compile
620         if !LIBC.  Problem reported by Bob Proulx.
621
622 2007-01-23  Bruno Haible  <bruno@clisp.org>
623
624         * lib/striconveh.c: Include c-strcaseeq.h.
625         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
626         * modules/striconveh (Depends-on): Add c-strcaseeq.
627
628 2007-01-23  Bruno Haible  <bruno@clisp.org>
629
630         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
631
632         * modules/c-strcaseeq: New file.
633         * lib/c-strcaseeq.h: New file.
634
635         * modules/streq: New file.
636         * lib/streq.h: New file.
637
638 2007-01-23  Bruno Haible  <bruno@clisp.org>
639
640         * modules/striconveha-tests: New file.
641         * tests/test-striconveha.c: New file.
642
643         * lib/striconveha.h: Include <stdbool.h>.
644         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
645         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
646         (mem_iconveha_notranslit): Renamed from mem_iconveha.
647         (mem_iconveha): New function.
648         (str_iconveha_notranslit): Renamed from str_iconveha.
649         (str_iconveha): New function.
650         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
651         c-strcase.
652
653 2007-01-23  Bruno Haible  <bruno@clisp.org>
654
655         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
656         encodings without forgiving before trying any encoding with handler.
657         (str_iconveha): Try all encodings without forgiving before trying any
658         encoding with handler.
659
660 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
661
662         Import the following changes from libc.
663
664         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
665
666         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
667
668         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
669
670         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
671         normal_bracket label.
672
673         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
674
675         [BZ #361]
676         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
677         to normal_bracket after fetching the next character.
678
679 2007-01-22  Bruno Haible  <bruno@clisp.org>
680
681         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
682         argument.
683         * lib/striconveh.c (iconv_carefully_1): New function.
684         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
685         argument.
686         (str_cd_iconveh): Update.
687         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
688         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
689         * tests/test-striconveh.c (MAGIC): New macro.
690         (new_offsets): New function.
691         (main): Test call with and without offsets.
692
693 2007-01-22  Bruno Haible  <bruno@clisp.org>
694
695         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
696         * modules/sys_select (Makefile.am): Likewise.
697         * modules/sys_socket (Makefile.am): Likewise.
698         * modules/sys_time (Makefile.am): Likewise.
699
700 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
701
702         * modules/gettimeofday (License): Change from GPL to LGPL, since
703         gettimeofday is a library function.
704
705 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
706
707         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
708
709 2007-01-21  Bruno Haible  <bruno@clisp.org>
710
711         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
712
713 2007-01-21  Bruno Haible  <bruno@clisp.org>
714
715         * modules/striconveha: New file.
716         * lib/striconveha.h: New file.
717         * lib/striconveha.c: New file.
718         * MODULES.html.sh (Internationalization functions): Add striconveha.
719         * lib/striconv.c (str_iconv): Optimize the case of an empty input
720         string.
721         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
722
723 2007-01-21  Bruno Haible  <bruno@clisp.org>
724
725         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
726         * lib/striconveh.c (str_iconveh): Likewise.
727
728 2007-01-21  Bruno Haible  <bruno@clisp.org>
729
730         * lib/striconveh.h (mem_iconveh): New declaration.
731         * lib/striconveh.c (mem_iconveh): New function.
732         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
733
734 2007-01-21  Bruno Haible  <bruno@clisp.org>
735
736         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
737
738         * lib/striconveh.h (mem_cd_iconveh): Change specification.
739         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
740         original result buffer.
741         (str_cd_iconveh): Update.
742         * tests/test-striconveh.c (main): Update.
743
744         * lib/striconv.h (mem_cd_iconv): Change specification.
745         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
746         result buffer.
747         (str_cd_iconv): Update.
748         * tests/test-striconv.c (main): Update.
749
750 2007-01-21  Bruno Haible  <bruno@clisp.org>
751
752         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
753
754 2007-01-20  Jim Meyering  <jim@meyering.net>
755
756         * lib/userspec.c (parse_with_separator): If a user or group string
757         starts with "+", skip the corresponding name-to-ID look-up, since
758         such a look-up must fail: user and group names may not include "+".
759
760 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
761
762         * lib/poll.c: Include sys/time.h and time.h unconditionally,
763         since we now assume the sys_time module.
764         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
765         check for sys/time.h; no longer needed.
766         * modules/poll (Depends-on): Depend on sys_time.
767
768 2007-01-18  Bruno Haible  <bruno@clisp.org>
769
770         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
771         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
772
773         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
774         gettimeofday.
775
776         * tests/test-gettimeofday.c: Include <time.h>.
777         (dummy): Remove variable.
778
779         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
780         gl_HEADER_SYS_TIME_H.
781         (gl_HEADER_SYS_TIME_H): New macro.
782
783         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
784         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
785         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
786         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
787         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
788         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
789         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
790         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
791         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
792         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
793         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
794
795         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
796         last change; it caused a compilation error when cross-compiling to
797         Cygwin.
798
799 2007-01-18  Jim Meyering  <jim@meyering.net>
800
801         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
802         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
803         than the race-prone "test -d sys || mkdir sys".
804         (configure.ac): Use AC_PROG_MKDIR_P.
805         * modules/sys_select: Likewise.
806         * modules/sys_socket: Likewise.
807         * modules/sys_time: Likewise.
808
809 2007-01-18  Eric Blake  <ebb9@byu.net>
810
811         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
812         replace gettimeofday.
813         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
814         name, to avoid infinite recursion.
815
816 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
817
818         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
819         module sys_time.
820         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
821         assume timespec.h defines struct timeval.
822         * lib/settime.c: Likewise.
823         * lib/utimens.c: Likewise.
824         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
825         since we now assume the gettimeofday module.
826         * lib/tempname.c (__gen_tempname): Likewise.
827         * lib/gettimeofday.h: Remove.
828         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
829         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
830         Include <time.h>, for 'time()'.
831         (localtime_buffer_addr): Also use this workaround if
832         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
833         to simplify the uses.  All uses changed.
834         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
835         that #undef is inside {}, and 'const' follows type name consistently.
836         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
837         (gettimeofday): Do not use the maximum possible value for
838         tv->tv_usec, since that might break usages other than ls.c.
839         Instead, we'll leave ls.c alone.  This undoes today's patch
840         by Bruno.  Add a compile-time warning for 1s-clock resolution;
841         we've never observed the problem but might as well keep the
842         canary.
843         * lib/nanosleep.c: Include timespec.h first, for interface check.
844         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
845         now assume the sys_time module.
846         * lib/tempname.c: Likewise.
847         * lib/timespec.h: Likewise.
848         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
849         needed.
850         * lib/strftime.c: Likewise.
851         * lib/timespec.h: Likewise.
852         * lib/posixtm.c: Include posixtm.h first, for interface check.
853         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
854         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
855         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
856         * lib/sys_time_.h: New file.
857         * lib/timespec.h (struct timespec): Use long int, not long.
858         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
859         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
860         Remove obsolescent call to AC_HEADER_TIME.
861         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
862         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
863         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
864         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
865         Likewise.
866         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
867         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
868         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
869         into the sys_time module.  Check for gettimeofday just once.
870         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
871         for gettimeofday signature to just check the signature.  Merely
872         compile it, since linking doesn't test signature.  Improve test for
873         whether gettimeofday.o is actually needed.
874         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
875         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
876         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
877         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
878         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
879         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
880         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
881         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
882         than worrying about sys/time.h.
883         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
884         Don't bother worrying about TIME_WITH_SYS_TIME.
885         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
886         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
887         * m4/sys_time_h.m4: New file.
888         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
889         Don't include sys/time.h.  Return from main rather than exiting.
890         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
891         all uses changed.
892         * modules/gethrxtime (Depends-on): Add sys_time.
893         * modules/gettime (Depends-on): Likewise.
894         * modules/gettimeofday (Depends-on): Likewise.
895         * modules/nanosleep (Depends-on): Likewise.
896         * modules/settime (Depends-on): Likewise.
897         * modules/tempname (Depends-on): Likewise.
898         * modules/utimens (Depends-on): Likewise.
899         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
900         (Include:) Change back to <sys/time.h>.
901         (Maintainer:) Add self.
902         * modules/sys_time: New file.
903         * modules/tempname (Depends-on): Add gettimeofday.
904         * tests/test-gettimeofday.c: Include <sys/time.h>
905         rather than gettimeofday.h.
906
907 2007-01-17  Bruno Haible  <bruno@clisp.org>
908
909         * gnulib-tool (func_get_license): Revert last patch. Instead, let
910         the license default to GPL.
911         (func_create_testdir): Don't complain if a module is LGPL and its
912         tests module depends on GPLed modules.
913
914 2007-01-17  Bruno Haible  <bruno@clisp.org>
915
916         * lib/gettimeofday.c (gettimeofday): Add code for the case
917         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
918         maximum possible value for tv->tv_usec, rather than the minimum one.
919
920 2005-10-08  Martin Lambers  <marlam@marlam.de>
921 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
922 2007-01-16  Bruno Haible  <bruno@clisp.org>
923
924         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
925         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
926         gl_FUNC_GETTIMEOFDAY.
927         (Include): Add gettimeofday.h.
928         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
929         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
930         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
931         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
932         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
933         * lib/gettimeofday.h: New file.
934         * lib/gettimeofday.c: Include <sys/timeb.h>.
935         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
936         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
937         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
938         fall back on time().
939
940         * tests/test-gettimeofday.c: New file.
941         * modules/gettimeofday-tests: New file.
942
943 2007-01-16  Eric Blake  <ebb9@byu.net>
944
945         * modules/fnmatch (Depends-on): Depend on wchar.
946         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
947         * m4/fnmatch.m4: Likewise.
948         * modules/mbchar (Makefile.am): Assume <wchar.h>.
949         * m4/mbchar.m4: Likewise.
950         * modules/mbswidth (Depends-on): Depend on wchar.
951         * lib/mbswidth.c: Assume <wchar.h>.
952         * m4/mbswidth.m4: Likewise.
953         * modules/quotearg (Depends-on): Depend on wchar.
954         * lib/quotearg.c: Assume <wchar.h>.
955         * m4/quotearg.m4: Likewise.
956         * modules/regex (Depends-on): Depend on wchar.
957         * lib/regex_internal.h: Assume <wchar.h>.
958         * m4/regex.m4: Likewise.
959         * modules/stdint (Depends-on): Depend on wchar.
960         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
961         * m4/stdint.m4: Likewise.
962         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
963         * modules/strftime (Depends-on): Depend on wchar.
964         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
965         * modules/strtol (Depends-on): Depend on wchar.
966         * lib/strtol.c: Assume <wchar.h>.
967         * modules/wcwidth (Depends-on): Depend on wchar.
968         * lib/wcwidth.h: Assume <wchar.h>.
969         * m4/wcwidth.m4: Likewise.
970
971 2007-01-16  Bruno Haible  <bruno@clisp.org>
972
973         * modules/csharpexec-script: New, created from...
974         * modules/csharpexec: ... this.
975
976 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
977
978         * modules/javaexec-script: New, created from...
979         * modules/javaexec: ... this.
980
981 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
982
983         * modules/poll (Dependencies): Add sys_select.
984
985 2007-01-15  Jim Meyering  <jim@meyering.net>
986
987         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
988         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
989         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
990         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
991
992 2007-01-15  Bruno Haible  <bruno@clisp.org>
993
994         * modules/striconveh: New file.
995         * lib/striconveh.h: New file.
996         * lib/striconveh.c: New file.
997         * MODULES.html.sh (Internationalization functions): Add striconveh.
998
999         * modules/striconveh-tests: New file.
1000         * tests/test-striconveh.c: New file.
1001
1002 2007-01-15  Bruno Haible  <bruno@clisp.org>
1003
1004         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1005         not from GNU libiconv or GNU libc.
1006
1007 2007-01-15  Bruno Haible  <bruno@clisp.org>
1008
1009         * doc/gnulib-intro.texi (Copyright): Explain the different license
1010         terms for module descriptions, autoconf macros, tests, documentation.
1011
1012 2007-01-14  Bruno Haible  <bruno@clisp.org>
1013
1014         * modules/striconv-tests: New file.
1015         * tests/test-striconv.c: New file.
1016
1017 2007-01-14  Bruno Haible  <bruno@clisp.org>
1018
1019         * modules/iconv-tests: New file.
1020         * tests/test-iconv.c: New file.
1021
1022 2007-01-14  Bruno Haible  <bruno@clisp.org>
1023
1024         * gnulib-tool (func_get_license): For test modules, use the license of
1025         the main module.
1026
1027 2007-01-14  Bruno Haible  <bruno@clisp.org>
1028
1029         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1030         if iconv is found to exist.
1031
1032 2007-01-14  Bruno Haible  <bruno@clisp.org>
1033
1034         * modules/c-ctype-tests: New file.
1035         * tests/test-c-ctype.c: New file.
1036
1037 2007-01-14  Bruno Haible  <bruno@clisp.org>
1038
1039         * modules/binary-io-tests: New file.
1040         * tests/test-binary-io.sh: New file.
1041         * tests/test-binary-io.c: New file.
1042
1043 2007-01-14  Bruno Haible  <bruno@clisp.org>
1044
1045         * modules/array-oset-tests: New file.
1046         * tests/test-array_oset.c: New file.
1047
1048 2007-01-14  Bruno Haible  <bruno@clisp.org>
1049
1050         * modules/array-list-tests: New file.
1051         * tests/test-array_list.c: New file.
1052
1053 2007-01-14  Bruno Haible  <bruno@clisp.org>
1054
1055         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1056         and make.
1057         Reported by Simon Josefsson in
1058         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1059
1060 2007-01-14  Bruno Haible  <bruno@clisp.org>
1061
1062         * modules/allocsa-tests: New file.
1063         * tests/test-allocsa.c: New file.
1064
1065 2007-01-14  Bruno Haible  <bruno@clisp.org>
1066
1067         * modules/fchdir (Depends-on): Add absolute-header.
1068         * modules/unistd (Depends-on): Likewise.
1069
1070 2006-12-30  Bruno Haible  <bruno@clisp.org>
1071
1072         * modules/fchdir: New file.
1073         * modules/unistd (Files): Add lib/unistd_.h.
1074         (Makefile.am): Generate unistd.h from unistd_.h.
1075         * lib/fchdir.c: New file.
1076         * lib/dirent_.h: New file.
1077         * lib/unistd_.h: New file.
1078         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1079         * m4/fchdir.m4: New file.
1080         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1081         (gl_HEADER_UNISTD): Invoke it.
1082         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1083         function.
1084         * lib/backupfile.c (opendir, closedir): Undefine.
1085         * lib/chown.c (open, close): Undefine.
1086         * lib/clean-temp.c (open, close): Undefine.
1087         * lib/copy-file.c (open, close): Undefine.
1088         * lib/execute.c (open, close): Undefine.
1089         * lib/fsusage.c (open, close): Undefine.
1090         * lib/gc-gnulib.c (open, close): Undefine.
1091         * lib/getcwd.c (opendir, closedir): Undefine.
1092         * lib/glob.c (opendir, closedir): Undefine.
1093         * lib/javacomp.c (open, close): Undefine.
1094         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1095         * lib/openat-proc.c (open, close): Undefine.
1096         * lib/pagealign_alloc.c (open, close): Undefine.
1097         * lib/pipe.c (open, close): Undefine.
1098         * lib/progreloc.c (open, close): Undefine.
1099         * lib/savedir.c (opendir, closedir): Undefine.
1100         * lib/utime.c (open, close): Undefine.
1101         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1102
1103 2007-01-10  Bruno Haible  <bruno@clisp.org>
1104
1105         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1106
1107 2007-01-12  Eric Blake  <ebb9@byu.net>
1108
1109         Provide a robust <wchar.h>.  Further simplifications are now
1110         possible in other modules, but not included here.
1111         * modules/wchar: New module.
1112         * m4/wchar.m4: New file.
1113         * lib/wchar_.h: Likewise.
1114         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1115         of the new module.
1116         * MODULES.html.sh (Extended multibyte and wide character utilities):
1117         New section.
1118
1119 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1120
1121         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1122         to a reasonable default for memory allocation.
1123         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1124         file system that reports garbage st_size values for symlinks.
1125         Problem reported by Liyang Hu.
1126
1127 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1128
1129         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1130         Emacs .#* auto-save files).
1131
1132 2007-01-11  Bruno Haible  <bruno@clisp.org>
1133
1134         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1135         directory.
1136
1137 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1138
1139         Use @...@ consistently in lib/wctype_.h.
1140         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1141         on it being set to 1 or 0.
1142         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1143         go back to AC_SUBSTing it.
1144         * modules/wctype (Makefile.am): Undo previous change.
1145
1146 2007-01-10  Eric Blake  <ebb9@byu.net>
1147
1148         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1149         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1150         * modules/wctype (Makefile.am): Likewise.
1151         Reported by Chris McGuire.
1152
1153 2007-01-10  Jim Meyering  <jim@meyering.net>
1154
1155         fts.c: a small readability/maintainability improvement
1156         * lib/fts.c (fts_read): Make this code slightly more readable and
1157         maintainable by hoisting the "sp->fts_cur = p" assignments to
1158         immediately follow the statements that set P.  Derived from
1159         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1160
1161 2007-01-10  Eric Blake  <ebb9@byu.net>
1162
1163         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1164         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1165         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1166         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1167         Reported by Chris McGuire.
1168
1169 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1170
1171         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1172         in sed script.
1173
1174 2007-01-09  Bruno Haible  <bruno@clisp.org>
1175
1176         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1177         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1178         variables.
1179         (func_module): Use them.
1180
1181 2007-01-09  Bruno Haible  <bruno@clisp.org>
1182
1183         * modules/unistr/base: New file.
1184         * lib/unistr.h: New file.
1185
1186         * modules/unistr/u8-to-u16: New file.
1187         * lib/unistr/u8-to-u16.c: New file.
1188
1189         * modules/unistr/u8-to-u32: New file.
1190         * lib/unistr/u8-to-u32.c: New file.
1191
1192         * modules/unistr/u16-to-u8: New file.
1193         * lib/unistr/u16-to-u8.c: New file.
1194
1195         * modules/unistr/u16-to-u32: New file.
1196         * lib/unistr/u16-to-u32.c: New file.
1197
1198         * modules/unistr/u32-to-u8: New file.
1199         * lib/unistr/u32-to-u8.c: New file.
1200
1201         * modules/unistr/u32-to-u16: New file.
1202         * lib/unistr/u32-to-u16.c: New file.
1203
1204         * modules/unistr/u8-check: New file.
1205         * modules/unistr/u16-check: New file.
1206         * modules/unistr/u32-check: New file.
1207         * lib/unistr/u8-check.c: New file.
1208         * lib/unistr/u16-check.c: New file.
1209         * lib/unistr/u32-check.c: New file.
1210
1211         * modules/unistr/u8-chr: New file.
1212         * modules/unistr/u16-chr: New file.
1213         * modules/unistr/u32-chr: New file.
1214         * lib/unistr/u8-chr.c: New file.
1215         * lib/unistr/u16-chr.c: New file.
1216         * lib/unistr/u32-chr.c: New file.
1217
1218         * modules/unistr/u8-cmp: New file.
1219         * modules/unistr/u16-cmp: New file.
1220         * modules/unistr/u32-cmp: New file.
1221         * lib/unistr/u8-cmp.c: New file.
1222         * lib/unistr/u16-cmp.c: New file.
1223         * lib/unistr/u32-cmp.c: New file.
1224
1225         * modules/unistr/u8-cpy: New file.
1226         * modules/unistr/u16-cpy: New file.
1227         * modules/unistr/u32-cpy: New file.
1228         * lib/unistr/u8-cpy.c: New file.
1229         * lib/unistr/u16-cpy.c: New file.
1230         * lib/unistr/u32-cpy.c: New file.
1231         * lib/unistr/u-cpy.h: New file.
1232
1233         * modules/unistr/u8-cpy-alloc: New file.
1234         * modules/unistr/u16-cpy-alloc: New file.
1235         * modules/unistr/u32-cpy-alloc: New file.
1236         * lib/unistr/u8-cpy-alloc.c: New file.
1237         * lib/unistr/u16-cpy-alloc.c: New file.
1238         * lib/unistr/u32-cpy-alloc.c: New file.
1239         * lib/unistr/u-cpy-alloc.h: New file.
1240
1241         * modules/unistr/u8-endswith: New file.
1242         * modules/unistr/u16-endswith: New file.
1243         * modules/unistr/u32-endswith: New file.
1244         * lib/unistr/u8-endswith.c: New file.
1245         * lib/unistr/u16-endswith.c: New file.
1246         * lib/unistr/u32-endswith.c: New file.
1247         * lib/unistr/u-endswith.h: New file.
1248
1249         * modules/unistr/u8-mblen: New file.
1250         * modules/unistr/u16-mblen: New file.
1251         * modules/unistr/u32-mblen: New file.
1252         * lib/unistr/u8-mblen.c: New file.
1253         * lib/unistr/u16-mblen.c: New file.
1254         * lib/unistr/u32-mblen.c: New file.
1255
1256         * modules/unistr/u8-mbtouc: New file.
1257         * modules/unistr/u16-mbtouc: New file.
1258         * modules/unistr/u32-mbtouc: New file.
1259         * lib/unistr/u8-mbtouc.c: New file.
1260         * lib/unistr/u16-mbtouc.c: New file.
1261         * lib/unistr/u32-mbtouc.c: New file.
1262
1263         * modules/unistr/u8-mbtouc-safe: New file.
1264         * modules/unistr/u16-mbtouc-safe: New file.
1265         * modules/unistr/u32-mbtouc-safe: New file.
1266         * lib/unistr/u8-mbtouc-safe.c: New file.
1267         * lib/unistr/u16-mbtouc-safe.c: New file.
1268         * lib/unistr/u32-mbtouc-safe.c: New file.
1269
1270         * modules/unistr/u8-move: New file.
1271         * modules/unistr/u16-move: New file.
1272         * modules/unistr/u32-move: New file.
1273         * lib/unistr/u8-move.c: New file.
1274         * lib/unistr/u16-move.c: New file.
1275         * lib/unistr/u32-move.c: New file.
1276         * lib/unistr/u-move.h: New file.
1277
1278         * modules/unistr/u8-next: New file.
1279         * modules/unistr/u16-next: New file.
1280         * modules/unistr/u32-next: New file.
1281         * lib/unistr/u8-next.c: New file.
1282         * lib/unistr/u16-next.c: New file.
1283         * lib/unistr/u32-next.c: New file.
1284
1285         * modules/unistr/u8-prev: New file.
1286         * modules/unistr/u16-prev: New file.
1287         * modules/unistr/u32-prev: New file.
1288         * lib/unistr/u8-prev.c: New file.
1289         * lib/unistr/u16-prev.c: New file.
1290         * lib/unistr/u32-prev.c: New file.
1291
1292         * modules/unistr/u8-set: New file.
1293         * modules/unistr/u16-set: New file.
1294         * modules/unistr/u32-set: New file.
1295         * lib/unistr/u8-set.c: New file.
1296         * lib/unistr/u16-set.c: New file.
1297         * lib/unistr/u32-set.c: New file.
1298         * lib/unistr/u-set.h: New file.
1299
1300         * modules/unistr/u8-startswith: New file.
1301         * modules/unistr/u16-startswith: New file.
1302         * modules/unistr/u32-startswith: New file.
1303         * lib/unistr/u8-startswith.c: New file.
1304         * lib/unistr/u16-startswith.c: New file.
1305         * lib/unistr/u32-startswith.c: New file.
1306         * lib/unistr/u-startswith.h: New file.
1307
1308         * modules/unistr/u8-stpcpy: New file.
1309         * modules/unistr/u16-stpcpy: New file.
1310         * modules/unistr/u32-stpcpy: New file.
1311         * lib/unistr/u8-stpcpy.c: New file.
1312         * lib/unistr/u16-stpcpy.c: New file.
1313         * lib/unistr/u32-stpcpy.c: New file.
1314         * lib/unistr/u-stpcpy.h: New file.
1315
1316         * modules/unistr/u8-stpncpy: New file.
1317         * modules/unistr/u16-stpncpy: New file.
1318         * modules/unistr/u32-stpncpy: New file.
1319         * lib/unistr/u8-stpncpy.c: New file.
1320         * lib/unistr/u16-stpncpy.c: New file.
1321         * lib/unistr/u32-stpncpy.c: New file.
1322         * lib/unistr/u-stpncpy.h: New file.
1323
1324         * modules/unistr/u8-strcat: New file.
1325         * modules/unistr/u16-strcat: New file.
1326         * modules/unistr/u32-strcat: New file.
1327         * lib/unistr/u8-strcat.c: New file.
1328         * lib/unistr/u16-strcat.c: New file.
1329         * lib/unistr/u32-strcat.c: New file.
1330         * lib/unistr/u-strcat.h: New file.
1331
1332         * modules/unistr/u8-strchr: New file.
1333         * modules/unistr/u16-strchr: New file.
1334         * modules/unistr/u32-strchr: New file.
1335         * lib/unistr/u8-strchr.c: New file.
1336         * lib/unistr/u16-strchr.c: New file.
1337         * lib/unistr/u32-strchr.c: New file.
1338
1339         * modules/unistr/u8-strcmp: New file.
1340         * modules/unistr/u16-strcmp: New file.
1341         * modules/unistr/u32-strcmp: New file.
1342         * lib/unistr/u8-strcmp.c: New file.
1343         * lib/unistr/u16-strcmp.c: New file.
1344         * lib/unistr/u32-strcmp.c: New file.
1345
1346         * modules/unistr/u8-strcpy: New file.
1347         * modules/unistr/u16-strcpy: New file.
1348         * modules/unistr/u32-strcpy: New file.
1349         * lib/unistr/u8-strcpy.c: New file.
1350         * lib/unistr/u16-strcpy.c: New file.
1351         * lib/unistr/u32-strcpy.c: New file.
1352         * lib/unistr/u-strcpy.h: New file.
1353
1354         * modules/unistr/u8-strcspn: New file.
1355         * modules/unistr/u16-strcspn: New file.
1356         * modules/unistr/u32-strcspn: New file.
1357         * lib/unistr/u8-strcspn.c: New file.
1358         * lib/unistr/u16-strcspn.c: New file.
1359         * lib/unistr/u32-strcspn.c: New file.
1360         * lib/unistr/u-strcspn.h: New file.
1361
1362         * modules/unistr/u8-strdup: New file.
1363         * modules/unistr/u16-strdup: New file.
1364         * modules/unistr/u32-strdup: New file.
1365         * lib/unistr/u8-strdup.c: New file.
1366         * lib/unistr/u16-strdup.c: New file.
1367         * lib/unistr/u32-strdup.c: New file.
1368         * lib/unistr/u-strdup.h: New file.
1369
1370         * modules/unistr/u8-strlen: New file.
1371         * modules/unistr/u16-strlen: New file.
1372         * modules/unistr/u32-strlen: New file.
1373         * lib/unistr/u8-strlen.c: New file.
1374         * lib/unistr/u16-strlen.c: New file.
1375         * lib/unistr/u32-strlen.c: New file.
1376         * lib/unistr/u-strlen.h: New file.
1377
1378         * modules/unistr/u8-strmblen: New file.
1379         * modules/unistr/u16-strmblen: New file.
1380         * modules/unistr/u32-strmblen: New file.
1381         * lib/unistr/u8-strmblen.c: New file.
1382         * lib/unistr/u16-strmblen.c: New file.
1383         * lib/unistr/u32-strmblen.c: New file.
1384
1385         * modules/unistr/u8-strmbtouc: New file.
1386         * modules/unistr/u16-strmbtouc: New file.
1387         * modules/unistr/u32-strmbtouc: New file.
1388         * lib/unistr/u8-strmbtouc.c: New file.
1389         * lib/unistr/u16-strmbtouc.c: New file.
1390         * lib/unistr/u32-strmbtouc.c: New file.
1391
1392         * modules/unistr/u8-strncat: New file.
1393         * modules/unistr/u16-strncat: New file.
1394         * modules/unistr/u32-strncat: New file.
1395         * lib/unistr/u8-strncat.c: New file.
1396         * lib/unistr/u16-strncat.c: New file.
1397         * lib/unistr/u32-strncat.c: New file.
1398         * lib/unistr/u-strncat.h: New file.
1399
1400         * modules/unistr/u8-strncmp: New file.
1401         * modules/unistr/u16-strncmp: New file.
1402         * modules/unistr/u32-strncmp: New file.
1403         * lib/unistr/u8-strncmp.c: New file.
1404         * lib/unistr/u16-strncmp.c: New file.
1405         * lib/unistr/u32-strncmp.c: New file.
1406
1407         * modules/unistr/u8-strncpy: New file.
1408         * modules/unistr/u16-strncpy: New file.
1409         * modules/unistr/u32-strncpy: New file.
1410         * lib/unistr/u8-strncpy.c: New file.
1411         * lib/unistr/u16-strncpy.c: New file.
1412         * lib/unistr/u32-strncpy.c: New file.
1413         * lib/unistr/u-strncpy.h: New file.
1414
1415         * modules/unistr/u8-strnlen: New file.
1416         * modules/unistr/u16-strnlen: New file.
1417         * modules/unistr/u32-strnlen: New file.
1418         * lib/unistr/u8-strnlen.c: New file.
1419         * lib/unistr/u16-strnlen.c: New file.
1420         * lib/unistr/u32-strnlen.c: New file.
1421         * lib/unistr/u-strnlen.h: New file.
1422
1423         * modules/unistr/u8-strpbrk: New file.
1424         * modules/unistr/u16-strpbrk: New file.
1425         * modules/unistr/u32-strpbrk: New file.
1426         * lib/unistr/u8-strpbrk.c: New file.
1427         * lib/unistr/u16-strpbrk.c: New file.
1428         * lib/unistr/u32-strpbrk.c: New file.
1429         * lib/unistr/u-strpbrk.h: New file.
1430
1431         * modules/unistr/u8-strrchr: New file.
1432         * modules/unistr/u16-strrchr: New file.
1433         * modules/unistr/u32-strrchr: New file.
1434         * lib/unistr/u8-strrchr.c: New file.
1435         * lib/unistr/u16-strrchr.c: New file.
1436         * lib/unistr/u32-strrchr.c: New file.
1437
1438         * modules/unistr/u8-strspn: New file.
1439         * modules/unistr/u16-strspn: New file.
1440         * modules/unistr/u32-strspn: New file.
1441         * lib/unistr/u8-strspn.c: New file.
1442         * lib/unistr/u16-strspn.c: New file.
1443         * lib/unistr/u32-strspn.c: New file.
1444         * lib/unistr/u-strspn.h: New file.
1445
1446         * modules/unistr/u8-strstr: New file.
1447         * modules/unistr/u16-strstr: New file.
1448         * modules/unistr/u32-strstr: New file.
1449         * lib/unistr/u8-strstr.c: New file.
1450         * lib/unistr/u16-strstr.c: New file.
1451         * lib/unistr/u32-strstr.c: New file.
1452         * lib/unistr/u-strstr.h: New file.
1453
1454         * modules/unistr/u8-strtok: New file.
1455         * modules/unistr/u16-strtok: New file.
1456         * modules/unistr/u32-strtok: New file.
1457         * lib/unistr/u8-strtok.c: New file.
1458         * lib/unistr/u16-strtok.c: New file.
1459         * lib/unistr/u32-strtok.c: New file.
1460         * lib/unistr/u-strtok.h: New file.
1461
1462         * modules/unistr/u8-uctomb: New file.
1463         * modules/unistr/u16-uctomb: New file.
1464         * modules/unistr/u32-uctomb: New file.
1465         * lib/unistr/u8-uctomb.c: New file.
1466         * lib/unistr/u16-uctomb.c: New file.
1467         * lib/unistr/u32-uctomb.c: New file.
1468
1469         * MODULES.html.sh (Unicode string functions): Add the new modules.
1470
1471 2007-01-08  Bruno Haible  <bruno@clisp.org>
1472
1473         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1474         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1475         subdirectories.
1476
1477 2007-01-08  Karl Berry  <karl@gnu.org>
1478
1479         * doc/error.texi: mention that main() fns must set program_name
1480         when progname is used.
1481
1482 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1483
1484         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1485         WCTYPE_H is empty, for the benefit of builds from non-distclean
1486         directories.  Problem reported by Eric Blake in
1487         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1488
1489 2007-01-08  Bruno Haible  <bruno@clisp.org>
1490
1491         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1492         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1493         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1494         PROVIDE_CANONICALIZE_FILENAME_MODE.
1495         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1496
1497 2007-01-08  Bruno Haible  <bruno@clisp.org>
1498
1499         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1500         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1501         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1502         * lib/fts.c: Likewise.
1503         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1504
1505 2006-12-25  Bruno Haible  <bruno@clisp.org>
1506
1507         * modules/utf8-ucs4-safe: New file.
1508         * lib/utf8-ucs4-safe.h: New file.
1509         * lib/unistr/utf8-ucs4-safe.c: New file.
1510
1511         * modules/utf16-ucs4-safe: New file.
1512         * lib/utf16-ucs4-safe.h: New file.
1513         * lib/unistr/utf16-ucs4-safe.c: New file.
1514
1515         * MODULES.html.sh (Unicode string functions): Add the new modules.
1516
1517 2007-01-08  Bruno Haible  <bruno@clisp.org>
1518
1519         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1520         (Depends-on): Add unitypes.
1521         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1522         (u8_mbtouc_aux): Move out to separate file.
1523         (u8_mbtouc): Use ucs4_t, uint8_t types.
1524         * lib/unistr/utf8-ucs4.c: New file.
1525
1526         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1527         (Depends-on): Add unitypes.
1528         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1529         (u16_mbtouc_aux): Move out to separate file.
1530         (u16_mbtouc): Use ucs4_t, uint16_t types.
1531         * lib/unistr/utf16-ucs4.c: New file.
1532
1533         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1534         (Depends-on): Add unitypes.
1535         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1536         (u8_uctomb_aux): Move out to separate file.
1537         (u8_uctomb): Use ucs4_t, uint8_t types.
1538         * lib/unistr/ucs4-utf8.c: New file.
1539
1540         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1541         (Depends-on): Add unitypes.
1542         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1543         (u16_uctomb_aux): Move out to separate file.
1544         (u16_uctomb): Use ucs4_t, uint16_t types.
1545         * lib/unistr/ucs4-utf16.c: New file.
1546
1547 2006-12-25  Bruno Haible  <bruno@clisp.org>
1548
1549         * modules/unitypes: New file.
1550         * lib/unitypes.h: New file.
1551         * MODULES.html.sh (func_all_modules): New section "Unicode string
1552         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1553         this section. Add unitypes.
1554
1555 2007-01-08  Bruno Haible  <bruno@clisp.org>
1556
1557         Avoid variable names that conflict with those from libtool.
1558         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1559         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1560         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1561         library_names_spec to acl_library_names_spec, hardcode_* to
1562         acl_hardcode_*.
1563         Reported by Ralf Wildenhues.
1564
1565 2007-01-08  Bruno Haible  <bruno@clisp.org>
1566
1567         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1568         definition.
1569         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1570         definition.
1571         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1572         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1573         definition.
1574         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1575         definition.
1576         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1577         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1578         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1579         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1580         definition.
1581         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1582         definition.
1583         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1584         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1585         GC_USE_<algorithm>.
1586         * lib/gc-libgcrypt.c: Likewise.
1587         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1588         * modules/gc-arctwo (configure.ac): Likewise.
1589         * modules/gc-des (configure.ac): Likewise.
1590         * modules/gc-hmac-md5 (configure.ac): Likewise.
1591         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1592         * modules/gc-md2 (configure.ac): Likewise.
1593         * modules/gc-md4 (configure.ac): Likewise.
1594         * modules/gc-md5 (configure.ac): Likewise.
1595         * modules/gc-random (configure.ac): Likewise.
1596         * modules/gc-rijndael (configure.ac): Likewise.
1597         * modules/gc-sha1 (configure.ac): Likewise.
1598
1599 2007-01-08  Bruno Haible  <bruno@clisp.org>
1600
1601         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1602         macro definition.
1603         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1604         definition.
1605         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1606         definition.
1607         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1608         * modules/fcntl-safer (configure.ac): Likewise.
1609         * modules/fopen-safer (configure.ac): Likewise.
1610         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1611         GNULIB_FWRITEERROR macro definition.
1612
1613 2007-01-08  Bruno Haible  <bruno@clisp.org>
1614
1615         * m4/gnulib-common.m4: New file.
1616         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1617         (func_get_filelist): Add m4/gnulib-common.m4.
1618
1619 2007-01-08  Bruno Haible  <bruno@clisp.org>
1620
1621         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1622         command.
1623
1624 2007-01-08  Jim Meyering  <jim@meyering.net>
1625
1626         Use a more robust test for a "can't happen" condition.
1627         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1628         narrowed the st_size value.  Presuming the "can't happen" condition
1629         is true, that narrowing could conceivably convert an invalid st_size
1630         value into a valid one.  Instead, use a change based on Matthew
1631         Woehlke's original patch.
1632
1633         Slight readability improvement: use an assert-like macro
1634         in place of literal "abort ()" uses.
1635         * lib/fts.c (fts_assert): Define.
1636         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1637         Use this macro instead of a bare 'abort'.
1638
1639 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1640
1641         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1642         simply work around them.
1643         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1644         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1645         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1646         Don't bother to define as macros, since the standard doesn't require it.
1647         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1648         longer worry about IRIX 5.3.
1649         (HAVE_WCTYPE_CTMP_BUG): Remove.
1650
1651 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1652
1653         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1654         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1655         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1656         Problems reported by Georg Schwarz for IRIX 5.3.
1657
1658         * gnulib-tool (autoconf_minversion): Take the maximum version number
1659         found, not the minimum.  Problem reported by James Youngman.
1660
1661 2007-01-03  Karl Berry  <karl@gnu.org>
1662
1663         * doc/error.texi: new file, explaining interaction with progname.
1664         * doc/gnulib.texi: include it.  Update copyright.
1665
1666 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1667
1668         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1669         AC_CANONICAL_HOST, to improve autobuild outputs.
1670
1671 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1672             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1673
1674         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1675         sockets, server sockets, and other file descriptors.  Count errors
1676         to compute the return value.  Reorder the code a bit to be easier
1677         to follow.  Don't set event bits that were not requested (except
1678         POLLERR and POLLHUP).
1679
1680 2007-01-01  Bruno Haible  <bruno@clisp.org>
1681
1682         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1683
1684 2007-01-03  Jim Meyering  <jim@meyering.net>
1685
1686         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1687
1688 2007-01-02  Bruno Haible  <bruno@clisp.org>
1689
1690         * modules/settime (Include): Require timespec.h.
1691         * modules/nanosleep (Include): Likewise.
1692
1693 2007-01-01  Bruno Haible  <bruno@clisp.org>
1694
1695         * gnulib-tool (func_emit_copyright_notice): Bump year.
1696         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1697
1698 2007-01-01  Bruno Haible  <bruno@clisp.org>
1699
1700         Improve support for OpenBSD.
1701         * build-aux/config.rpath (libname_spec): Export.
1702         (library_names_spec): New variable. Export.
1703         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1704         library_names_spec from the config.rpath output. Locate shared library
1705         through the name pattern in library_names_spec.
1706
1707 2007-01-01  Eric Blake  <ebb9@byu.net>
1708
1709         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1710
1711 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1712
1713         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1714         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1715         assume the C locale, and avoid an "eval" that could cause trouble.
1716         Problem with SORT reported by Bob Proulx.
1717
1718         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1719         Define.  Trivial patch from Henning Nielsen Lund, originally
1720         sent to bug-grep@gnu.org today.
1721
1722 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1723
1724         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1725         struct stat.  Problem reported by Henning Nielsen Lund.
1726         * lib/acl.c: Include acl.h first, to check interface.  Don't
1727         bother to include sys/types.h and sys/stat.h again.
1728
1729 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1730
1731         Import the following change from libc; problem reported by
1732         Sven Verdoolaege.
1733
1734         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1735
1736         [BZ #1373]
1737         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1738
1739 2006-12-28  Jim Meyering  <jim@meyering.net>
1740
1741         * build-aux/announce-gen: Do not assume that the package
1742         builds any of tar.gz, tar.bz2, and .xdelta files.
1743         Suggestion from Simon Josefsson.
1744
1745 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1746
1747         * modules/announce-gen: New file.
1748
1749 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1750
1751         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1752         handles its gotchas now.
1753         * lib/mbswidth.c: Likewise.
1754         * lib/wcwidth.h: Likewise.
1755         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1756         and iswcntrl; the wctype module does this stuff now.
1757         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1758         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1759         * modules/mbchar (Depends-on): Add wctype.
1760         * modules/mbswidth (Depends-on): Likewise.
1761         * modules/wcwidth (Depends-on): Likewise.
1762
1763 2006-12-27  Eric Blake  <ebb9@byu.net>
1764
1765         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1766         module uses more than what <wctype.h> is required to provide.
1767
1768 2006-12-26  Eric Blake  <ebb9@byu.net>
1769
1770         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1771
1772 2006-12-26  Eric Blake  <ebb9@byu.net>
1773
1774         * modules/absolute-header: New module.
1775         * modules/fcntl (Depends-on): Depend on it.
1776         * modules/inttypes (Depends-on): Likewise.
1777         * modules/stdint (Depends-on): Likewise.
1778         * modules/sys_stat (Depends-on): Likewise.
1779         * modules/wctype (Depends-on): Likewise.
1780         * MODULES.html.sh (Support for building libraries and
1781         executables): Document it.
1782
1783 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1784
1785         * gnulib-tool (SED): Remove, undoing previous change.
1786         The problem was that it broke coreutils on Solaris, because
1787         "sed --posix" leaked into a makefile.
1788         (sed): New alias, if 'alias' and GNU sed.
1789
1790 2006-12-24  Jim Meyering  <jim@meyering.net>
1791
1792         Work around an fchownat bug in glibc-2.4:
1793         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1794         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1795         in spite of the -P option.
1796         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1797         New macros.
1798         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1799         * modules/openat (Files): Add lib/fchownat.c.
1800         * lib/openat.c (fchownat): Don't define here.  Move to...
1801         * lib/fchownat.c: ...this new file.
1802
1803 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1804
1805         Fix bug reported by Bruno Haible in
1806         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1807         where quotearg.c didn't compile on Mac OS X 10.2 because it
1808         lacks <wchar.h> and wint_t.
1809         * lib/wctype_.h (__wctype_wint_t): New type.
1810         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1811         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1812         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1813         Arg is now of type __wctype_wint_t, not wint_t.
1814         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1815         substitute HAVE_WINT_T.
1816         * modules/wctype (Files): Add m4/wint_t.m4.
1817         (wctype.h): Substitute HAVE_WINT_T.
1818
1819 2006-12-23  Bruno Haible  <bruno@clisp.org>
1820
1821         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1822
1823 2006-12-23  Bruno Haible  <bruno@clisp.org>
1824
1825         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1826         S_ISLNK.
1827         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1828         mingw.
1829
1830 2006-12-22  Bruno Haible  <bruno@clisp.org>
1831
1832         * lib/copy-file.c: Include acl.h.
1833         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1834         Close the file descriptors only after being done with copy_acl.
1835         * modules/copy-file (Depends-on): Add acl.
1836
1837 2006-12-22  Bruno Haible  <bruno@clisp.org>
1838
1839         * gnulib-tool (SED): New variable.
1840         Use $SED instead of sed everywhere.
1841
1842 2006-12-22  Bruno Haible  <bruno@clisp.org>
1843
1844         * modules/no-c++: New file.
1845         * m4/no-c++.m4: New file.
1846         * MODULES.html.sh (Support for building libraries and executables):
1847         Add no-c++.
1848
1849 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1850
1851         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1852         Include <limits.h>, and use its INT_MAX to rewrite the
1853         j loop so that it does not overflow 'int'.  Problem reported by
1854         Ralf Wildenhues in
1855         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1856         Play it safe by shifting left by 1 rather than multiplying by 2,
1857         as GCC is less likely to optimize this away when the value
1858         is signed (when it assumes overflow leads to undefined behavior).
1859         Also, don't assume time_t uses two's complement.
1860
1861 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1862
1863         * MODULES.html.sh: New module wctype.
1864         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1865         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1866         <wctype.h>, since the new wctype module should fix this.
1867         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1868         the wctype module should arrange for it.
1869         * lib/regex_internal.h: Likewise.
1870         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1871         since the wctype module should handle this now.
1872         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1873         * modules/fnmatch (Depends-on): Add wctype.
1874         * modules/quotearg (Depends-on): Likewise.
1875         * modules/regex (Depends-on): Likewise.
1876
1877 2006-12-19  Bruno Haible  <bruno@clisp.org>
1878
1879         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1880         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1881
1882 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1883
1884         * modules/savewd (Depends-on): Fix dependency on fcntl.
1885
1886 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1887
1888         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1889         conforms to C99, rather than relying on the user's environment
1890         setting of STDINT_H.
1891
1892 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1893         and Eric Blake  <ebb9@byu.net>
1894
1895         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1896         This is more consistent with the other defines here.
1897         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1898         Port to z/OS.  Problem reported by Paul Gilmartin.
1899         Change local vars to use gl_ prefix rather than ac_.
1900         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1901         with other defines.
1902         * modules/double-slash-root: New module.
1903         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1904         (Depends-on): Add double-slash-root.
1905         * MODULES.html.sh (File system functions): Mention new module.
1906
1907 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1908
1909         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1910         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1911         This is for the benefit of gzip, which doesn't do i18n.
1912
1913 2006-12-12  Jim Meyering  <jim@meyering.net>
1914
1915         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1916         Reported by Andreas Schwab <schwab@suse.de>.
1917
1918 2006-12-12  Bruno Haible  <bruno@clisp.org>
1919
1920         Merge these changes.
1921         2006-09-05  Bruno Haible  <bruno@clisp.org>
1922         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1923         iconv_alloc succeeded.
1924         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1925         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1926         test for " && dest " at the end - dest is always != NULL there. Call
1927         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1928         with 2xNULL arguments, also to flush the state storage. Handle the
1929         IRIX iconv behaviour. Realloc the final result, to throw away unused
1930         memory.
1931
1932 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1933
1934         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1935         and fchmodat unconditionally, since glibc 2.4 has them.
1936         Problem reported by Arkadiusz Miskiewicz.
1937
1938 2006-12-10  Bruno Haible  <bruno@clisp.org>
1939
1940         * gnulib-tool (func_import): Show the include files only for those
1941         modules that are copied and specified.
1942         Reported by Karl Berry.
1943
1944 2006-12-08  Jim Meyering  <jim@meyering.net>
1945
1946         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1947         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1948
1949         * build-aux/announce-gen: Add two new options, both optional:
1950         --bootstrap-tools=TOOL_LIST
1951               a comma-separated list of tools, e.g.,
1952               autoconf,automake,bison,gnulib
1953         --gnulib-snapshot-date=DATE
1954               if gnulib is in the bootstrap tool list,
1955               then report this as the snapshot date.
1956               If not specified, use the current date/time.
1957               If you specify a date here, be sure it's UTC.
1958
1959 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1960
1961         * tests/test-argp-2.sh: Fix test to match actual output.
1962         (func_compare): Fix sed script to be portable.
1963
1964 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1965
1966         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1967         workaround for this case.  It is not autoconfigured now; offhand
1968         it's hard to see how to autoconfigure it.
1969
1970 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1971
1972         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1973         a directory that is about to be chowned.  Such a directory's
1974         initial file permissions should permit the owner only and this
1975         should not be changed until after the chown, since the group and
1976         other bits would be incorrect if they granted permission before
1977         the chown.
1978
1979         Fix porting problem for iswctype reported by Georg Schwarz in:
1980         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1981         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1982         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1983         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1984         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1985
1986 2006-12-03  Jim Meyering  <jim@meyering.net>
1987
1988         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1989         p->fts_statp may not yet be defined.
1990         (fts_read): Instead, set it in the caller, once p->fts_statp is
1991         sure to be defined, and corresponds to a top-level directory.
1992         This bug made du -x fail.  Here's the coreutils test case:
1993         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1994         Reported by Mike Frysinger.
1995
1996 2006-12-01  Jim Meyering  <jim@meyering.net>
1997
1998         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1999         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2000         Reported by Simon Josefsson.
2001
2002 2006-11-30  Jim Meyering  <jim@meyering.net>
2003
2004         * m4/warning.m4: Use the all-permissive copyright notice
2005         recommended by RMS (rather than LGPL).
2006         * m4/vararrays.m4: Likewise.
2007         * m4/flexmember.m4: Likewise.
2008
2009 2006-11-29  Bruno Haible  <bruno@clisp.org>
2010
2011         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2012         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2013         using +=.
2014         Reported by Simon Josefsson <simon@josefsson.org>.
2015
2016 2006-11-28  James Youngman <jay@gnu.org>
2017
2018         * README: Advise users that they might find the bug-gnulib@gnu.org
2019         and autotools-announce@gnu.org mailing lists useful.
2020
2021 2006-11-28  Bruno Haible  <bruno@clisp.org>
2022
2023         * m4/ptrdiff_max.m4: Remove file.
2024
2025 2006-11-21  Bruno Haible  <bruno@clisp.org>
2026
2027         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2028         _AC_COMPUTE_INT.
2029         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2030         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2031         _AC_COMPUTE_INT.
2032         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2033         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2034         _AC_COMPUTE_INT.
2035         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2036
2037 2006-11-28  Jim Meyering  <jim@meyering.net>
2038
2039         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2040         warning from "gcc -Wshadow" about shadowing the builtin.
2041
2042 2006-11-27  Bruno Haible  <bruno@clisp.org>
2043
2044         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2045         _AC_COMPUTE_INT.
2046         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2047
2048 2006-11-27  Bruno Haible  <bruno@clisp.org>
2049             Paul Eggert  <eggert@cs.ucla.edu>
2050
2051         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2052
2053 2006-11-26  Bruno Haible  <bruno@clisp.org>
2054
2055         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2056         noinst_LTLIBRARIES.
2057
2058 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2059             Bruno Haible  <bruno@clisp.org>
2060
2061         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2062         if compiling with "gcc -ansi".
2063
2064 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2065
2066         Fix some incompatibilities with gcc -ansi -pedantic.
2067         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2068         if compiling pedantically with GCC, unless it's C99 or later.
2069         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2070         it mishandles gcc -ansi -pedantic as well.
2071         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2072         if gcc -pedantic.
2073         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2074         initializers for struct if -pedantic, unless it's C99 or later.
2075
2076 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2077
2078         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2079         Don't close an fd more than once. Identical atimes indicate
2080         success, not failure.
2081
2082 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2083
2084         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2085
2086 2006-11-23  Jim Meyering  <jim@meyering.net>
2087
2088         * build-aux/announce-gen: New file.  From coreutils.
2089
2090 2006-11-22  Jim Meyering  <jim@meyering.net>
2091
2092         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2093         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2094         (fts_read): Use a temporary to narrow the overused st_size member
2095         before using it in a switch statement.  Reported by Matthew Woehlke.
2096
2097         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2098         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2099
2100 2006-11-20  Bruno Haible  <bruno@clisp.org>
2101
2102         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2103         changequote instead of pairs of brackets.
2104         Reported by Andreas Schwab <schwab@suse.de>.
2105
2106 2006-11-21  Jim Meyering  <jim@meyering.net>
2107
2108         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2109         so as to remain compatible with older compilers.
2110         Patch from Michael Deutschmann.
2111
2112 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2113
2114         * MODULES.html.sh (File system functions): Add openat.
2115
2116         * lib/openat.h (rpl_fstatat): New macro, if
2117         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2118         (fstatat): Define to rpl_fstatat under the same conditions,
2119         unless COMPILING_FSTATAT.
2120         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2121         seems to have the bug.
2122         * lib/fstatat.c: New file.
2123         * modules/openat (Files): Add it.
2124
2125 2006-11-20  Bruno Haible  <bruno@clisp.org>
2126
2127         * Makefile: New file.
2128
2129 2006-11-20  Jim Meyering  <jim@meyering.net>
2130
2131         The beginnings of syntax-related checks for gnulib.
2132         * lib/Makefile: New file.
2133         * lib/t-idcache: New script.  Ensure that the two halves of
2134         idcache.c stay in sync.
2135
2136         * lib/idcache.c: Adjust comments in user- and group- portions to
2137         be more accurate, and to be consistent with one another.
2138
2139 2006-11-20  Jim Meyering  <jim@meyering.net>
2140
2141         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2142         continue using the flexible array member (thus, this module performs
2143         half as many malloc calls), with the addition that...
2144         (getgroup, getuser): Consistently record a non-match via an empty
2145         "name" string, and map an empty string match to a NULL return value.
2146         * modules/idcache (Depends-on): Re-add flexmember.
2147
2148         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2149         (getuidbyname, getgroup, getgidbyname): Likewise.
2150
2151         Use cleaner syntax: NULL rather than 0.
2152         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2153
2154 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2155
2156         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2157         It mishandled the case where the group was missing.
2158         Problem reported by Greg Schafer.
2159         * modules/idcache: Likewise.
2160
2161 2006-11-18  Jim Meyering  <jim@meyering.net>
2162
2163         * check-module (%exempt_header): Add exception for some
2164         conditionally-included headers.
2165
2166         * modules/i-ring (Depends-on): Add verify.
2167         (License): Change to LGPL.
2168
2169 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2170
2171         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2172         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2173         and inttostr.h.  Use snprintf rather than uinttostr, so that
2174         LGPLed code doesn't depend on GPLed.
2175
2176 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2177
2178         * modules/inline (License): Change from GPL to LGPL.
2179
2180 2006-11-17  Jim Meyering  <jim@meyering.net>
2181
2182         * modules/d-type (License): Switch to LGPL.
2183
2184 2006-11-15  Bruno Haible  <bruno@clisp.org>
2185
2186         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2187
2188 2006-11-15  Eric Blake  <ebb9@byu.net>
2189
2190         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2191         the module dependency.
2192
2193 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2194             Bruno Haible  <bruno@clisp.org>
2195
2196         * gnulib-tool (func_create_testdir): Add license consistency check.
2197
2198 2006-11-15  Eric Blake  <ebb9@byu.net>
2199
2200         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2201         random "(cached)" in configure output.
2202
2203 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2204
2205         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2206         test for conforming inttypes.h is both announced and cached.
2207
2208         * MODULES.html.sh (seen_modules, seen_files): New variables.
2209         (func_module): Rewrite to use a few less gnulib-tool and sed
2210         invocations.  Avoid a couple of quadratic algorithms for ...
2211         (missed_modules, missed_files): ... these, with ...
2212         (func_append, func_tmpdir): ... these new functions, from
2213         gnulib-tool.  Analogously, install traps for cleanup.
2214
2215         * tests/test-gc.c (main): Remove unused variables.
2216         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2217
2218 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2219
2220         * modules/inttostr (License): Change to LGPL.
2221
2222 2006-11-14  Eric Blake  <ebb9@byu.net>
2223
2224         * modules/tempname (License): Change to LGPL.
2225
2226 2006-11-14  Eric Blake  <ebb9@byu.net>
2227
2228         * doc/functions.texi (Function Portability): *printf functions on
2229         Cygwin now understand all POSIX size specifiers.
2230
2231 2006-11-14  Bruno Haible  <bruno@clisp.org>
2232
2233         * modules/c-ctype (License): Change to LGPL.
2234
2235 2006-11-12  Bruno Haible  <bruno@clisp.org>
2236
2237         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2238         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2239         for GNOME libraries, for which the include files are installed in
2240         subdirectories of $prefix/include.
2241
2242 2006-11-12  Bruno Haible  <bruno@clisp.org>
2243
2244         * m4/lib-link.m4: Require at least autoconf-2.54.
2245         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2246         name to underscores for the --with option.
2247
2248 2006-11-13  Bruno Haible  <bruno@clisp.org>
2249
2250         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2251         the tests directory.
2252         Reported by Ralf Wildenhues.
2253
2254 2006-11-13  Bruno Haible  <bruno@clisp.org>
2255
2256         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2257         (func_emit_initmacro_end): Undo the override here.
2258         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2259         Works around the famous automake error in coreutils.
2260
2261 2006-11-13  Eric Blake  <ebb9@byu.net>
2262
2263         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2264         element, not its node.
2265
2266 2006-11-12  Bruno Haible  <bruno@clisp.org>
2267
2268         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2269         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2270
2271 2006-11-12  Bruno Haible  <bruno@clisp.org>
2272
2273         * gnulib-tool: New option --local-symlink.
2274         (func_usage): Document it.
2275         (lsymbolic): New variable.
2276         (func_import, func_create_testdir): If --symlink was not specified,
2277         test whether --local-symlink was specified and the file comes from
2278         the local_gnulib_dir.
2279
2280 2006-11-12  Bruno Haible  <bruno@clisp.org>
2281
2282         * gnulib-tool (func_ln): New function.
2283         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2284
2285 2006-11-12  Bruno Haible  <bruno@clisp.org>
2286
2287         Finish support for source files in subdirectories.
2288         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2289         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2290         AUTOMAKE_OPTIONS.
2291         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2292
2293 2006-11-12  Bruno Haible  <bruno@clisp.org>
2294
2295         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2296         EXTRA_lib_SOURCES augmentation.
2297         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2298
2299 2006-11-12  Jim Meyering  <jim@meyering.net>
2300
2301         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2302         file descriptors.  This also averts a failure on systems with
2303         native openat support when a traversed directory lacks "x" access.
2304         * lib/fts_.h: Include "i-ring.h"
2305         (struct FTS) [fts_fd_ring]: New member.
2306         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2307         (FCHDIR): Add parentheses.
2308         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2309         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2310         When descending, rather than simply closing the previous
2311         fts_cwd_fd value, push that file descriptor onto the ring.
2312         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2313         (fts_open): Initialize the new fd_ring member.
2314         (fts_close): Clear the ring.
2315         (fts_safe_changedir): When possible, use our new fd_ring to skip
2316         the diropen and fstat and dev/ino comparison that would normally
2317         accompany a virtual `chdir ("..")'.
2318
2319         * modules/fts (Depends-on): Add i-ring.
2320         * modules/i-ring: New module.
2321         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2322         * m4/i-ring.m4: New file.
2323
2324 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2325
2326         * gnulib-tool (func_create_testdir): Fix replacement of
2327         `build-aux' in configure.ac.  Run autotools in gltests
2328         subdirectory.
2329         (func_create_testdir, func_create_megatestdir, test): There is
2330         no need for '--force' in most autotool invocations in a new
2331         tree.  Actually fail the whole test if any of the tools, or the
2332         configure or make stages fail.
2333
2334         Sync from Automake.
2335         * build-aux/gnupload: Revert last change.  Add pointer to upload
2336         instructions of the GNU Maintenance Instructions.
2337         Suggestion by Karl Berry.
2338
2339 2006-11-10  Jim Meyering  <jim@meyering.net>
2340
2341         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2342
2343 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2344
2345         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2346         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2347         (bind_textdomain_codeset) [! ENABLE_NLS]:
2348         Evaluate all the arguments.  That way, callers get compatible behavior
2349         if the arguments have side effects.  Also, it avoids some GCC
2350         diagnostics in some cases; Joel E. Denny reported problems when Bison
2351         was configured with --enable-gcc-warnigs.
2352
2353 2006-11-10  Jim Meyering  <jim@meyering.net>
2354
2355         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2356         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2357         account.
2358
2359 2006-11-10  Jim Meyering  <jim@meyering.net>
2360
2361         * modules/inline: New file/module.
2362         * modules/xalloc (Files): Remove m4/inline.m4.
2363         (Depends-on): Add inline, instead.
2364         * modules/oset: Likewise.
2365         * modules/list: Likewise.
2366
2367 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2368
2369         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2370         Problem reported by Matthew Woehlke.
2371
2372 2006-11-09  Bruno Haible  <bruno@clisp.org>
2373
2374         * lib/tempname.c (gen_tempname): Remove variant that invokes
2375         __gen_tempname.
2376         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2377         __gen_tempname.
2378
2379 2006-11-08  Bruno Haible  <bruno@clisp.org>
2380
2381         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2382         to 'yes' instead of 'cross-compiling'.
2383
2384 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2385
2386         * lib/quotearg.h (quotearg_free): New decl.
2387         * lib/quotearg.c (quotearg_free): New function.
2388         (slot0, nslots, slotvec0, slotvec):
2389         Now file-scope so that quotearg_free can get at them.
2390
2391 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2392
2393         Sync from Automake.
2394         * build-aux/gnupload: Add missing 'gnu' to example URL.
2395         Report by Karl Berry.
2396
2397 2006-11-08  Bruno Haible  <bruno@clisp.org>
2398
2399         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2400         Suggested by Paul Eggert.
2401
2402 2006-11-08  Jim Meyering  <jim@meyering.net>
2403
2404         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2405         It's already included if !_LIBC.
2406         (fts_safe_changedir): Add a comment.
2407
2408 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2409
2410         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2411         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2412         Matthew Woehlke.
2413
2414         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2415         definitions up, to avoid colliding with change below.
2416         (static_inline) [HAVE_INLINE]: New macro.
2417         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2418         Provide extern decls when !HAVE_INLINE.  Do not define unless
2419         static_inline is defined, either by us or by xmalloc.c.  Use
2420         static_inline rather than static inline.
2421         (XCALLOC): Optimize sizeof(T) = 1 case.
2422         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2423
2424 2006-11-07  Bruno Haible  <bruno@clisp.org>
2425
2426         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2427         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2428         AC_C_INLINE.
2429         * modules/xalloc (Files): Add m4/inline.m4.
2430
2431 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2432
2433         * README: Fix typo.
2434         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2435         (Miscellanous Notes): ...from this.
2436
2437 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2438
2439         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2440         Mention that offsetof should be used instead of sizeof.
2441         From Bruno Haible.
2442
2443 2006-11-07  Bruno Haible  <bruno@clisp.org>
2444
2445         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2446
2447 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2448
2449         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2450         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2451         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2452         (gl_tree_add_before, gl_tree_add_after):
2453         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2454         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2455         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2456         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2457         (gl_linked_add_after, gl_linked_add_at): Likewise.
2458         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2459         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2460         (gl_tree_add_before, gl_tree_add_after): Likewise.
2461         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2462         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2463         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2464
2465 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2466
2467         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2468
2469 2006-11-06  Bruno Haible  <bruno@clisp.org>
2470
2471         * m4/inline.m4: New file.
2472         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2473         * modules/list (Files): Add m4/inline.m4.
2474         * modules/oset (Files): Likewise.
2475
2476 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2477
2478         * lib/idcache.c: Include <stddef.h>, for offsetof.
2479         (struct userid.name): Change from char * to a flexible array member.
2480         All uses changed.
2481         * modules/idcache (Depends-on): Add flexmember.
2482
2483         * MODULES.html.sh (Core language properties): New module flexmember.
2484         * modules/flexmember, m4/flexmember.m4: New files.
2485
2486         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2487         inline functions that are identical with the old xnmalloc_inline,
2488         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2489         that we can avoid some unnecessary integer multiplications and
2490         divisions in the common case where the element size is known at
2491         compile time.
2492         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2493         needed.
2494         (xnboundedmalloc): Remove.
2495         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2496         arguments, for consistency with rest of this header.
2497         (xcharalloc): Rewrite using XNMALLOC.
2498         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2499         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2500         versions have been moved to lib/xalloc.h and renamed to be the
2501         non-*_inline versions.
2502         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2503         and xnrealloc functions, since those functions are now inline and
2504         now call us.
2505         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2506         renaming described above.
2507         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2508         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2509         captures the dependency in AC_C_INLINE.
2510
2511         New module canonicalize-lgpl, proposed by Charles Wilson in
2512         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2513         with a few small changes afterwards.
2514         * MODULES.html.sh (File system functions): New module
2515         canonicalize-lgpl.
2516         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2517         and canonicalize_file_name.
2518         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2519         * modules/canonicalize-lgpl: New files.
2520
2521 2006-11-05  Bruno Haible  <bruno@clisp.org>
2522
2523         * gnulib-tool (func_import, func_create_testdir): Create directories
2524         also for files in subdirectories of lib/.
2525
2526 2006-11-05  Bruno Haible  <bruno@clisp.org>
2527
2528         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2529         ANSI C compliant.
2530
2531 2006-11-03  Bruno Haible  <bruno@clisp.org>
2532
2533         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2534         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2535         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2536         (xnboundedmalloc): New inline function.
2537         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2538         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2539         xmalloc.
2540         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2541         xmalloc.
2542         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2543         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2544         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2545         xmalloc.
2546         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2547         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2548         xmalloc.
2549         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2550         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2551         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2552         xmalloc.
2553         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2554         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2555         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2556         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2557         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2558         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2559         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2560
2561 2006-11-03  Bruno Haible  <bruno@clisp.org>
2562
2563         * lib/c-ctype.h [C++]: Define functions without name mangling.
2564         * lib/fwriteerror.h [C++]: Likewise.
2565         * lib/gcd.h [C++]: Likewise.
2566         * lib/linebreak.h [C++]: Likewise.
2567
2568 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2569
2570         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2571         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2572         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2573         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2574         Check for functions and headers just once.
2575         Check for declaration of canonicalize_file_name.
2576         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2577
2578 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2579
2580         * gnulib-tool (func_import): Fix typo in actioncmd.
2581
2582 2006-11-02  Bruno Haible  <bruno@clisp.org>
2583
2584         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2585         newline sequence in the Makefile.am snippet as a space, like "make"
2586         does.
2587         Reported by Roger Persson <perrog@gmail.com>.
2588
2589 2006-11-01  Bruno Haible  <bruno@clisp.org>
2590
2591         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2592         already declared in <string.h>.
2593         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2594
2595 2006-11-01  Bruno Haible  <bruno@clisp.org>
2596
2597         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2598         * lib/strcase.h: Include <string.h>.
2599         (strcasecmp): Define to rpl_strcasecmp here.
2600
2601 2006-11-01  Bruno Haible  <bruno@clisp.org>
2602
2603         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2604
2605 2006-11-01  Eric Blake  <ebb9@byu.net>
2606
2607         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2608
2609         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2610
2611 2006-10-29  Bruno Haible  <bruno@clisp.org>
2612
2613         Make it compile in C++ mode.
2614         * lib/full-write.c (full_rw): Add a cast.
2615
2616 2006-11-01  Bruno Haible  <bruno@clisp.org>
2617
2618         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2619         be POSIX compliant.
2620         Reported by Roger Persson <perrog@gmail.com>.
2621
2622 2006-11-01  Eric Blake  <ebb9@byu.net>
2623
2624         * lib/getopt_.h: Fix comments.
2625
2626 2006-10-31  Eric Blake  <ebb9@byu.net>
2627
2628         * modules/tmpdir (Depends-on): Add sys_stat.
2629         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2630         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2631         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2632         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2633         tempname.
2634
2635 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2636
2637         Avoid some C++ diagnostics reported by Bruno Haible.
2638         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2639         xmalloc.
2640         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2641         (struct slotvec): Move to top level.
2642         (quotearg_n_options): Rewrite to avoid xmalloc.
2643         * lib/xalloc.h (xcharalloc): New function.
2644         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2645         [defined __cplusplus]: Add function template that provides result
2646         type propagation.  This part of the change is from Bruno Haible.
2647
2648 2006-10-29  Bruno Haible  <bruno@clisp.org>
2649
2650         Make it compile in C++ mode.
2651         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2652         * lib/strnlen1.c (strnlen1): Cast memchr result.
2653         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2654         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2655         (create_temp_dir): Rename local variable 'template'.
2656         (compile_csharp_using_sscli): Add cast.
2657         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2658         * lib/findprog.c (find_in_path): Likewise.
2659         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2660         * lib/wait-process.c (register_slave_subprocess): Likewise.
2661
2662 2006-10-22  Bruno Haible  <bruno@clisp.org>
2663
2664         * modules/tsearch: New file.
2665         * lib/tsearch.h: New file.
2666         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2667         * m4/tsearch.m4: New file.
2668         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2669
2670 2006-10-29  Eric Blake  <ebb9@byu.net>
2671
2672         * lib/arcfour.c: Assume config.h.
2673         * lib/arctwo.c: Likewise.
2674         * lib/base64.c: Likewise.
2675         * lib/check-version.c: Likewise.
2676         * lib/crc.c: Likewise.
2677         * lib/des.c: Likewise.
2678         * lib/gc-gnulib.c: Likewise.
2679         * lib/gc-libgcrypt.c: Likewise.
2680         * lib/gc-pbkdf2-sha1.c: Likewise.
2681         * lib/getaddrinfo.c: Likewise.
2682         * lib/getdelim.c: Likewise.
2683         * lib/getline.c: Likewise.
2684         * lib/hmac-md5.c: Likewise.
2685         * lib/hmac-sha1.c: Likewise.
2686         * lib/iconvme.c: Likewise.
2687         * lib/md2.c: Likewise.
2688         * lib/md4.c: Likewise.
2689         * lib/memxor.c: Likewise.
2690         * lib/read-file.c: Likewise.
2691         * lib/readline.c: Likewise.
2692         * lib/rijndael-alg-fst.c: Likewise.
2693         * lib/rijndael-api-fst.c: Likewise.
2694         * lib/xgetdomainname.c: Likewise.
2695
2696 2006-10-28  Eric Blake  <ebb9@byu.net>
2697
2698         * lib/xstrndup.c: Assume config.h.
2699
2700 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2701
2702         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2703         stat-macros.h is now for our own macros, whereas stat_h is for
2704         macros in the <sys/stat.h> name space.
2705         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2706         (STAT_MACROS_H): Remove.
2707         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2708         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2709         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2710         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2711         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2712         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2713         Move these macros to ...
2714         * lib/stat_.h: here.  Don't include stat-macros.h.
2715         * lib/canonicalize.c: Don't include stat-macros.h.
2716         * lib/chown.c: Likewise.
2717         * lib/euidaccess.c: Likewise.
2718         * lib/file-type.c: Likewise.
2719         * lib/filemode.c: Likewise.
2720         * lib/glob.c: Likewise.
2721         * lib/isapipe.c: Likewise.
2722         * lib/lchown.c: Likewise.
2723         * lib/lstat.c: Likewise.
2724         * lib/mkdir-p.c: Likewise.
2725         * lib/rmdir.c: Likewise.
2726         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2727         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2728         unless mkdir isn't declared, to speed up 'configure'.
2729         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2730         would define all the S_* symbols.
2731         * modules/canonicalize (Depends-on):
2732         Depend on sys_stat, not stat-macros.
2733         * modules/chown: Likewise.
2734         * modules/euidaccess: Likewise.
2735         * modules/filemode: Likewise.
2736         * modules/file-type: Likewise.
2737         * modules/glob: Likewise.
2738         * modules/isapipe: Likewise.
2739         * modules/lchown: Likewise.
2740         * modules/lstat: Likewise.
2741         * modules/mkancesdirs: Likewise.
2742         * modules/rmdir: Likewise.
2743         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2744         * modules/modechange: Likewise.
2745         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2746         (configure.ac): Remove gl_STAT_MACROS.
2747         * modules/sys_stat (Depends-on): Remove stat-macros.
2748
2749 2006-10-27  Bruno Haible  <bruno@clisp.org>
2750
2751         * m4/signed.m4: Remove file.
2752         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2753         invocation.
2754         * modules/vasnprintf (Files): Remove m4/signed.m4.
2755
2756 2006-10-27  Bruno Haible  <bruno@clisp.org>
2757
2758         Update to GNU gettext 0.16.
2759         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2760         m4/inttypes-h.m4, m4/signed.m4.
2761         * m4/gettext.m4: Update to GNU gettext 0.16.
2762         * m4/intl.m4: New file, from GNU gettext.
2763         * m4/intldir.m4: New file, from GNU gettext.
2764         * config/srclist.txt: Update
2765
2766 2006-10-27  Eric Blake  <ebb9@byu.net>
2767
2768         * MODULES.html.sh: Document tempname.
2769         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2770         dependencies.
2771         (Files): Move lib/tempname.c...
2772         * modules/tempname: ...to this new module.
2773         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2774         (gl_PREREQ_TEMPNAME): Move...
2775         * m4/tempname.m4: ...to this new file.
2776         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2777         * modules/sys_stat (Depends-on): Add stat-macros.
2778         * lib/stat_.h (includes): Pick up stat macros.
2779         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2780         if stat macros are broken.
2781         * lib/tempname.c (includes): No need to include "stat-macros.h".
2782         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2783         (direxists, __path_search) [!_LIBC]: Don't compile these in
2784         gnulib; the tmpdir module covers that.
2785         * lib/tempname.h: New file.
2786
2787 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2788
2789         * COPYING: Explain how gnulib-tool converts licence headers.
2790         Almost all wording by Eric Blake.
2791
2792 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2793
2794         * lib/mbchar.h (is_basic_table): Make read-only.
2795         * lib/mbchar.c (is_basic_table): Likewise.
2796         Reported by John Darrington.
2797
2798 2006-10-25  Bruno Haible  <bruno@clisp.org>
2799
2800         * lib/progname.h (set_program_name): Undefine before defining.
2801
2802 2006-10-25  Bruno Haible  <bruno@clisp.org>
2803
2804         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2805         false for non-gcc C++ compilers.
2806         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2807
2808 2006-10-24  Bruno Haible  <bruno@clisp.org>
2809
2810         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2811         iconv implementations like Irix iconv.
2812
2813 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2814
2815         * modules/vararrays: New file.
2816         * m4/vararrays.m4: New file, taken from diffutils.
2817         * MODULES.html.sh: New module vararrays.
2818
2819 2006-10-24  Karl Berry  <karl@gnu.org>
2820
2821         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2822         Don't call GNU Unix.
2823
2824 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2825
2826         * users.txt: Add Libtool.
2827
2828         Sync from Libtool:
2829
2830         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2831
2832         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2833         to gnulib's policy of including config.h unconditionally.
2834
2835 2006-10-24  Bruno Haible  <bruno@clisp.org>
2836
2837         * modules/wcwidth (Files): Add m4/wint_t.m4.
2838         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2839         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2840
2841 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2842
2843         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2844         to pacify GCC with some -W flags enabled.  Problem reported by
2845         Bruno Haible.
2846
2847 2006-10-24  Jim Meyering  <jim@meyering.net>
2848
2849         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2850         Reported by Karl Berry.
2851
2852 2006-10-23  Bruno Haible  <bruno@clisp.org>
2853
2854         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2855
2856 2006-10-24  Bruno Haible  <bruno@clisp.org>
2857
2858         * lib/gl_list.h: Use C comment style, not C++ comment style.
2859
2860 2006-10-23  Eric Blake  <ebb9@byu.net>
2861
2862         * lib/getaddrinfo.c (includes): Add missing include.
2863
2864 2006-10-23  Bruno Haible  <bruno@clisp.org>
2865             Paul Eggert  <eggert@cs.ucla.edu>
2866
2867         Ability to rename obstack_free.
2868         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2869         obstack_free.
2870         (obstack_free): Invoke the __obstack_free macro.
2871         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2872
2873 2006-10-23  Bruno Haible  <bruno@clisp.org>
2874             Paul Eggert  <eggert@cs.ucla.edu>
2875
2876         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2877         __argc, __argv from the declaration. (They are defined as macros on
2878         mingw.)
2879
2880 2006-10-22  Bruno Haible  <bruno@clisp.org>
2881
2882         * doc/gnulib-intro.texi: New file.
2883         * doc/gnulib.texi: Include it.
2884
2885 2006-10-21  Bruno Haible  <bruno@clisp.org>
2886
2887         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2888         "Introduction", "Miscellanous Notes", "Particular Modules".
2889
2890 2006-10-21  Bruno Haible  <bruno@clisp.org>
2891
2892         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2893         Change mostlyclean-local rule to avoid sh syntax error from bash
2894         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2895
2896 2006-10-23  Jim Meyering  <jim@meyering.net>
2897
2898         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2899         in place of snprintf.
2900
2901         * modules/inttostr (Files): Add lib/uinttostr.c.
2902         * lib/uinttostr.c (inttostr): New file/function.
2903         * lib/inttostr.h (uinttostr): Declare.
2904         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2905         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2906         Add uinttostr.
2907         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2908
2909 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2910
2911         * lib/canonicalize.c (ELOOP): Define if not already defined.
2912         Problem reported by Bruno Haible in
2913         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2914
2915 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2916
2917         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2918         Problem reported by Perry Smith and Ville Laurikari.
2919
2920         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2921         uses.
2922
2923 2006-10-19  Bruno Haible  <bruno@clisp.org>
2924
2925         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2926         for mingw.
2927
2928 2006-10-19  Bruno Haible  <bruno@clisp.org>
2929
2930         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2931         Needed for mingw.
2932
2933 2006-10-19  Bruno Haible  <bruno@clisp.org>
2934
2935         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2936
2937 2006-10-19  Bruno Haible  <bruno@clisp.org>
2938
2939         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2940         it.
2941
2942 2006-10-19  Bruno Haible  <bruno@clisp.org>
2943
2944         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2945         invocation.
2946
2947 2006-10-19  Bruno Haible  <bruno@clisp.org>
2948
2949         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2950         mountlist by default.
2951
2952 2006-10-16  Bruno Haible  <bruno@clisp.org>
2953
2954         * lib/c-strstr.c: Include c-strstr.h.
2955
2956 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2957
2958         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2959         in a slash.
2960
2961 2006-10-18  Bruno Haible  <bruno@clisp.org>
2962
2963         * lib/lock.h [C++]: Wrap definitions in extern "C".
2964
2965 2006-10-18  Bruno Haible  <bruno@clisp.org>
2966
2967         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2968         gl_LIBOBJS list.
2969
2970 2006-10-18  Bruno Haible  <bruno@clisp.org>
2971
2972         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2973
2974 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2975
2976         * lib/xstrtol.h: Include gettext.h.
2977         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2978         Problem reported by Eric Blake.
2979         * modules/xstrtol (Depends-on): Add gettext-h.
2980
2981 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2982
2983         * lib/strftime.c (advance): New macro.
2984         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2985         incomplete type, so you can't add 0 to it.  Problem and patch
2986         reported by Eelco Dolstra for dietlibc.
2987
2988 2006-10-18  Jim Meyering  <jim@meyering.net>
2989
2990         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2991         type for a local, and rename it: s/up/user_proc/.
2992
2993 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2994
2995         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2996         READ_UTMP_USER_PROCESS.
2997         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2998
2999 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3000
3001         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3002         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3003
3004 2006-10-17  Eric Blake  <ebb9@byu.net>
3005
3006         * lib/sigprocmask.c (sigprocmask): Fix typo.
3007
3008         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3009
3010         * modules/clean-temp (Makefile.am): Don't add to make output...
3011         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3012         config.h.
3013
3014 2006-10-17  Bruno Haible  <bruno@clisp.org>
3015
3016         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3017         differently if DEFAULT_TEXT_DOMAIN is set.
3018
3019 2006-10-16  Bruno Haible  <bruno@clisp.org>
3020
3021         * lib/clean-temp.c: Include fwriteerror.h.
3022
3023 2006-10-16  Bruno Haible  <bruno@clisp.org>
3024
3025         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3026
3027 2006-10-16  Bruno Haible  <bruno@clisp.org>
3028
3029         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3030         * lib/sigprocmask.h: Include <sys/types.h>.
3031         (sigset_t): Use the system's definition if present.
3032
3033 2006-10-17  Eric Blake  <ebb9@byu.net>
3034
3035         * lib/xvasprintf.c (includes): Assume config.h.
3036         * lib/xasprintf.c (includes): Likewise.
3037
3038 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3039
3040         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3041         at least as wide as intmax_t.
3042
3043 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3044
3045         (Imported from Automake.)
3046         * build-aux/gnupload: Update to version 1.1 of directive file.
3047
3048 2006-10-16  Eric Blake  <ebb9@byu.net>
3049
3050         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3051         match Automake 1.10a.
3052
3053 2006-10-14  Bruno Haible  <bruno@clisp.org>
3054
3055         * modules/sigprocmask: New file.
3056         * lib/sigprocmask.h: New file.
3057         * lib/sigprocmask.c: New file.
3058         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3059         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3060         request sigprocmask.o.
3061         (gl_PREREQ_SIGPROCMASK): New macro.
3062         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3063         (Depends-on): Add sigprocmask.
3064         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3065         gt_SIGNALBLOCKING. Test for 'raise' only once.
3066         * lib/fatal-signal.c: Include sigprocmask.h.
3067         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3068         unblock_fatal_signals): Define always.
3069         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3070         sigprocmask.
3071
3072 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3073
3074         Sync from Automake.
3075         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3076         which incorrectly sets the mode of an existing destination
3077         directory.  In some cases the unpatched install-sh could do the
3078         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3079         system.  We hope this is rare in practice, but it's clearly worth
3080         fixing.  Problem reported by Alex Unleashed in
3081         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3082         Also, don't bother to check for -m bugs unless we're using -m;
3083         suggested by Stepan Kasal.
3084
3085 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3086
3087         Sync from Automake.
3088         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3089         `-c' flag, so they appear at the same position as in %FASTDEP%
3090         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3091         which ignores unknown options only after the first non-option.
3092         Bug report against M4 by Nelson H. F. Beebe.
3093
3094 2006-10-13  Jim Meyering  <jim@meyering.net>
3095
3096         Fix a bug in yesterday's change.
3097         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3098         p->fts_statp->st_dev would be used uninitialized.
3099         Ensures that we always call fts_stat on the very first entry.
3100         Miklos Szeredi reported that find -xdev stopped working.
3101
3102 2006-10-12  Bruno Haible  <bruno@clisp.org>
3103
3104         * gnulib-tool (func_get_automake_snippet): Append an automatically
3105         computed EXTRA_DIST augmentation.
3106         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3107         * modules/alloca-opt (Makefile.am): Likewise.
3108         * modules/allocsa (Makefile.am): Likewise.
3109         * modules/arcfour (Makefile.am): Likewise.
3110         * modules/arctwo (Makefile.am): Likewise.
3111         * modules/argmatch (Makefile.am): Likewise.
3112         * modules/argz (Makefile.am): Likewise.
3113         * modules/atexit (Makefile.am): Likewise.
3114         * modules/backupfile (Makefile.am): Likewise.
3115         * modules/byteswap (Makefile.am): Likewise.
3116         * modules/c-strtod (Makefile.am): Likewise.
3117         * modules/c-strtold (Makefile.am): Likewise.
3118         * modules/calloc (Makefile.am): Likewise.
3119         * modules/canon-host (Makefile.am): Likewise.
3120         * modules/canonicalize (Makefile.am): Likewise.
3121         * modules/chdir-long (Makefile.am): Likewise.
3122         * modules/chdir-safer (Makefile.am): Likewise.
3123         * modules/check-version (Makefile.am): Likewise.
3124         * modules/chown (Makefile.am): Likewise.
3125         * modules/cloexec (Makefile.am): Likewise.
3126         * modules/close-stream (Makefile.am): Likewise.
3127         * modules/closeout (Makefile.am): Likewise.
3128         * modules/crc (Makefile.am): Likewise.
3129         * modules/csharpexec (Makefile.am): Likewise.
3130         * modules/cycle-check (Makefile.am): Likewise.
3131         * modules/des (Makefile.am): Likewise.
3132         * modules/dev-ino (Makefile.am): Likewise.
3133         * modules/dirfd (Makefile.am): Likewise.
3134         * modules/dirname (Makefile.am): Likewise.
3135         * modules/dup2 (Makefile.am): Likewise.
3136         * modules/eealloc (Makefile.am): Likewise.
3137         * modules/error (Makefile.am): Likewise.
3138         * modules/euidaccess (Makefile.am): Likewise.
3139         * modules/exclude (Makefile.am): Likewise.
3140         * modules/exitfail (Makefile.am): Likewise.
3141         * modules/fcntl-safer (Makefile.am): Likewise.
3142         * modules/fcntl (Makefile.am): Likewise.
3143         * modules/file-type (Makefile.am): Likewise.
3144         * modules/fileblocks (Makefile.am): Likewise.
3145         * modules/filemode (Makefile.am): Likewise.
3146         * modules/filenamecat (Makefile.am): Likewise.
3147         * modules/fnmatch (Makefile.am): Likewise.
3148         * modules/fopen-safer (Makefile.am): Likewise.
3149         * modules/fpending (Makefile.am): Likewise.
3150         * modules/fprintftime (Makefile.am): Likewise.
3151         * modules/free (Makefile.am): Likewise.
3152         * modules/fsusage (Makefile.am): Likewise.
3153         * modules/ftruncate (Makefile.am): Likewise.
3154         * modules/fts (Makefile.am): Likewise.
3155         * modules/gc-arcfour (Makefile.am): Likewise.
3156         * modules/gc-des (Makefile.am): Likewise.
3157         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3158         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3159         * modules/gc-md4 (Makefile.am): Likewise.
3160         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3161         * modules/gc-sha1 (Makefile.am): Likewise.
3162         * modules/gc (Makefile.am): Likewise.
3163         * modules/getaddrinfo (Makefile.am): Likewise.
3164         * modules/getcwd (Makefile.am): Likewise.
3165         * modules/getdelim (Makefile.am): Likewise.
3166         * modules/getdomainname (Makefile.am): Likewise.
3167         * modules/getgroups (Makefile.am): Likewise.
3168         * modules/gethostname (Makefile.am): Likewise.
3169         * modules/gethrxtime (Makefile.am): Likewise.
3170         * modules/getline (Makefile.am): Likewise.
3171         * modules/getloadavg (Makefile.am): Likewise.
3172         * modules/getlogin_r (Makefile.am): Likewise.
3173         * modules/getndelim2 (Makefile.am): Likewise.
3174         * modules/getopt (Makefile.am): Likewise.
3175         * modules/getpagesize (Makefile.am): Likewise.
3176         * modules/getpass-gnu (Makefile.am): Likewise.
3177         * modules/getpass (Makefile.am): Likewise.
3178         * modules/getsubopt (Makefile.am): Likewise.
3179         * modules/gettime (Makefile.am): Likewise.
3180         * modules/gettimeofday (Makefile.am): Likewise.
3181         * modules/getugroups (Makefile.am): Likewise.
3182         * modules/getusershell (Makefile.am): Likewise.
3183         * modules/glob (Makefile.am): Likewise.
3184         * modules/group-member (Makefile.am): Likewise.
3185         * modules/hard-locale (Makefile.am): Likewise.
3186         * modules/hash (Makefile.am): Likewise.
3187         * modules/hmac-md5 (Makefile.am): Likewise.
3188         * modules/hmac-sha1 (Makefile.am): Likewise.
3189         * modules/human (Makefile.am): Likewise.
3190         * modules/idcache (Makefile.am): Likewise.
3191         * modules/imaxabs (Makefile.am): Likewise.
3192         * modules/imaxdiv (Makefile.am): Likewise.
3193         * modules/inet_ntop (Makefile.am): Likewise.
3194         * modules/inet_pton (Makefile.am): Likewise.
3195         * modules/intprops (Makefile.am): Likewise.
3196         * modules/inttostr (Makefile.am): Likewise.
3197         * modules/inttypes (Makefile.am): Likewise.
3198         * modules/isapipe (Makefile.am): Likewise.
3199         * modules/javaversion (Makefile.am): Likewise.
3200         * modules/lchmod (Makefile.am): Likewise.
3201         * modules/lchown (Makefile.am): Likewise.
3202         * modules/localcharset (Makefile.am): Likewise.
3203         * modules/long-options (Makefile.am): Likewise.
3204         * modules/lstat (Makefile.am): Likewise.
3205         * modules/malloc (Makefile.am): Likewise.
3206         * modules/mathl (Makefile.am): Likewise.
3207         * modules/mbchar (Makefile.am): Likewise.
3208         * modules/md2 (Makefile.am): Likewise.
3209         * modules/md4 (Makefile.am): Likewise.
3210         * modules/md5 (Makefile.am): Likewise.
3211         * modules/memcasecmp (Makefile.am): Likewise.
3212         * modules/memchr (Makefile.am): Likewise.
3213         * modules/memcmp (Makefile.am): Likewise.
3214         * modules/memcoll (Makefile.am): Likewise.
3215         * modules/memcpy (Makefile.am): Likewise.
3216         * modules/memmem (Makefile.am): Likewise.
3217         * modules/memmove (Makefile.am): Likewise.
3218         * modules/mempcpy (Makefile.am): Likewise.
3219         * modules/memrchr (Makefile.am): Likewise.
3220         * modules/memset (Makefile.am): Likewise.
3221         * modules/memxor (Makefile.am): Likewise.
3222         * modules/mkancesdirs (Makefile.am): Likewise.
3223         * modules/mkdir-p (Makefile.am): Likewise.
3224         * modules/mkdir (Makefile.am): Likewise.
3225         * modules/mkdtemp (Makefile.am): Likewise.
3226         * modules/mkstemp (Makefile.am): Likewise.
3227         * modules/mktime (Makefile.am): Likewise.
3228         * modules/modechange (Makefile.am): Likewise.
3229         * modules/mountlist (Makefile.am): Likewise.
3230         * modules/nanosleep (Makefile.am): Likewise.
3231         * modules/obstack (Makefile.am): Likewise.
3232         * modules/openat (Makefile.am): Likewise.
3233         * modules/pagealign_alloc (Makefile.am): Likewise.
3234         * modules/pathmax (Makefile.am): Likewise.
3235         * modules/physmem (Makefile.am): Likewise.
3236         * modules/poll (Makefile.am): Likewise.
3237         * modules/posixtm (Makefile.am): Likewise.
3238         * modules/posixver (Makefile.am): Likewise.
3239         * modules/putenv (Makefile.am): Likewise.
3240         * modules/quote (Makefile.am): Likewise.
3241         * modules/quotearg (Makefile.am): Likewise.
3242         * modules/raise (Makefile.am): Likewise.
3243         * modules/read-file (Makefile.am): Likewise.
3244         * modules/readline (Makefile.am): Likewise.
3245         * modules/readlink (Makefile.am): Likewise.
3246         * modules/readtokens (Makefile.am): Likewise.
3247         * modules/readutmp (Makefile.am): Likewise.
3248         * modules/realloc (Makefile.am): Likewise.
3249         * modules/regex (Makefile.am): Likewise.
3250         * modules/rename-dest-slash (Makefile.am): Likewise.
3251         * modules/rename (Makefile.am): Likewise.
3252         * modules/rijndael (Makefile.am): Likewise.
3253         * modules/rmdir (Makefile.am): Likewise.
3254         * modules/rpmatch (Makefile.am): Likewise.
3255         * modules/safe-read (Makefile.am): Likewise.
3256         * modules/safe-write (Makefile.am): Likewise.
3257         * modules/same-inode (Makefile.am): Likewise.
3258         * modules/same (Makefile.am): Likewise.
3259         * modules/save-cwd (Makefile.am): Likewise.
3260         * modules/savedir (Makefile.am): Likewise.
3261         * modules/setenv (Makefile.am): Likewise.
3262         * modules/settime (Makefile.am): Likewise.
3263         * modules/sha1 (Makefile.am): Likewise.
3264         * modules/sig2str (Makefile.am): Likewise.
3265         * modules/snprintf (Makefile.am): Likewise.
3266         * modules/stat-macros (Makefile.am): Likewise.
3267         * modules/stat-time (Makefile.am): Likewise.
3268         * modules/stdbool (Makefile.am): Likewise.
3269         * modules/stdint (Makefile.am): Likewise.
3270         * modules/stdlib-safer (Makefile.am): Likewise.
3271         * modules/stpcpy (Makefile.am): Likewise.
3272         * modules/stpncpy (Makefile.am): Likewise.
3273         * modules/strcase (Makefile.am): Likewise.
3274         * modules/strcasestr (Makefile.am): Likewise.
3275         * modules/strchrnul (Makefile.am): Likewise.
3276         * modules/strcspn (Makefile.am): Likewise.
3277         * modules/strdup (Makefile.am): Likewise.
3278         * modules/strerror (Makefile.am): Likewise.
3279         * modules/strftime (Makefile.am): Likewise.
3280         * modules/strndup (Makefile.am): Likewise.
3281         * modules/strnlen (Makefile.am): Likewise.
3282         * modules/strpbrk (Makefile.am): Likewise.
3283         * modules/strsep (Makefile.am): Likewise.
3284         * modules/strstr (Makefile.am): Likewise.
3285         * modules/strtod (Makefile.am): Likewise.
3286         * modules/strtoimax (Makefile.am): Likewise.
3287         * modules/strtok_r (Makefile.am): Likewise.
3288         * modules/strtol (Makefile.am): Likewise.
3289         * modules/strtoll (Makefile.am): Likewise.
3290         * modules/strtoul (Makefile.am): Likewise.
3291         * modules/strtoull (Makefile.am): Likewise.
3292         * modules/strtoumax (Makefile.am): Likewise.
3293         * modules/strverscmp (Makefile.am): Likewise.
3294         * modules/sys_socket (Makefile.am): Likewise.
3295         * modules/sys_stat (Makefile.am): Likewise.
3296         * modules/sysexits (Makefile.am): Likewise.
3297         * modules/time_r (Makefile.am): Likewise.
3298         * modules/timegm (Makefile.am): Likewise.
3299         * modules/timespec (Makefile.am): Likewise.
3300         * modules/tmpfile-safer (Makefile.am): Likewise.
3301         * modules/trim (Makefile.am): Likewise.
3302         * modules/unistd-safer (Makefile.am): Likewise.
3303         * modules/unlinkdir (Makefile.am): Likewise.
3304         * modules/unlocked-io (Makefile.am): Likewise.
3305         * modules/userspec (Makefile.am): Likewise.
3306         * modules/utime (Makefile.am): Likewise.
3307         * modules/utimecmp (Makefile.am): Likewise.
3308         * modules/utimens (Makefile.am): Likewise.
3309         * modules/vasnprintf (Makefile.am): Likewise.
3310         * modules/vasprintf (Makefile.am): Likewise.
3311         * modules/vsnprintf (Makefile.am): Likewise.
3312         * modules/xalloc (Makefile.am): Likewise.
3313         * modules/xgetcwd (Makefile.am): Likewise.
3314         * modules/xnanosleep (Makefile.am): Likewise.
3315         * modules/xreadlink (Makefile.am): Likewise.
3316         * modules/xstrtod (Makefile.am): Likewise.
3317         * modules/xstrtol (Makefile.am): Likewise.
3318         * modules/xstrtold (Makefile.am): Likewise.
3319         * modules/yesno (Makefile.am): Likewise.
3320         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3321
3322 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3323
3324         * modules/error (Makefile.am): Distribute files through
3325         EXTRA_DIST, not lib_SOURCES.
3326
3327 2006-10-12  Eric Blake  <ebb9@byu.net>
3328
3329         * modules/error (Makefile.am): Distribute files in /lib.
3330         * modules/obstack (Makefile.am): Likewise.
3331
3332 2006-10-12  Bruno Haible  <bruno@clisp.org>
3333
3334         * modules/acl (Makefile.am): Distribute all files in lib/ through
3335         EXTRA_DIST.
3336         * modules/arcfour (Makefile.am): Likewise.
3337         * modules/arctwo (Makefile.am): Likewise.
3338         * modules/argmatch (Makefile.am): Likewise.
3339         * modules/argz (Makefile.am): Likewise.
3340         * modules/atexit (Makefile.am): Likewise.
3341         * modules/backupfile (Makefile.am): Likewise.
3342         * modules/c-strtod (Makefile.am): Likewise.
3343         * modules/c-strtold (Makefile.am): Likewise.
3344         * modules/calloc (Makefile.am): Likewise.
3345         * modules/canon-host (Makefile.am): Likewise.
3346         * modules/canonicalize (Makefile.am): Likewise.
3347         * modules/chdir-long (Makefile.am): Likewise.
3348         * modules/chdir-safer (Makefile.am): Likewise.
3349         * modules/check-version (Makefile.am): Likewise.
3350         * modules/chown (Makefile.am): Likewise.
3351         * modules/cloexec (Makefile.am): Likewise.
3352         * modules/close-stream (Makefile.am): Likewise.
3353         * modules/closeout (Makefile.am): Likewise.
3354         * modules/crc (Makefile.am): Likewise.
3355         * modules/cycle-check (Makefile.am): Likewise.
3356         * modules/des (Makefile.am): Likewise.
3357         * modules/dirfd (Makefile.am): Likewise.
3358         * modules/dirname (Makefile.am): Likewise.
3359         * modules/dup2 (Makefile.am): Likewise.
3360         * modules/euidaccess (Makefile.am): Likewise.
3361         * modules/exclude (Makefile.am): Likewise.
3362         * modules/exitfail (Makefile.am): Likewise.
3363         * modules/fcntl-safer (Makefile.am): Likewise.
3364         * modules/file-type (Makefile.am): Likewise.
3365         * modules/fileblocks (Makefile.am): Likewise.
3366         * modules/filemode (Makefile.am): Likewise.
3367         * modules/filenamecat (Makefile.am): Likewise.
3368         * modules/fnmatch (Makefile.am): Likewise.
3369         * modules/fopen-safer (Makefile.am): Likewise.
3370         * modules/fpending (Makefile.am): Likewise.
3371         * modules/fprintftime (Makefile.am): Likewise.
3372         * modules/free (Makefile.am): Likewise.
3373         * modules/fsusage (Makefile.am): Likewise.
3374         * modules/ftruncate (Makefile.am): Likewise.
3375         * modules/fts (Makefile.am): Likewise.
3376         * modules/gc (Makefile.am): Likewise.
3377         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3378         * modules/getaddrinfo (Makefile.am): Likewise.
3379         * modules/getcwd (Makefile.am): Likewise.
3380         * modules/getdelim (Makefile.am): Likewise.
3381         * modules/getdomainname (Makefile.am): Likewise.
3382         * modules/getgroups (Makefile.am): Likewise.
3383         * modules/gethostname (Makefile.am): Likewise.
3384         * modules/gethrxtime (Makefile.am): Likewise.
3385         * modules/getline (Makefile.am): Likewise.
3386         * modules/getloadavg (Makefile.am): Likewise.
3387         * modules/getlogin_r (Makefile.am): Likewise.
3388         * modules/getopt (Makefile.am): Likewise.
3389         * modules/getpass (Makefile.am): Likewise.
3390         * modules/getpass-gnu (Makefile.am): Likewise.
3391         * modules/getsubopt (Makefile.am): Likewise.
3392         * modules/gettime (Makefile.am): Likewise.
3393         * modules/gettimeofday (Makefile.am): Likewise.
3394         * modules/getugroups (Makefile.am): Likewise.
3395         * modules/getusershell (Makefile.am): Likewise.
3396         * modules/glob (Makefile.am): Likewise.
3397         * modules/group-member (Makefile.am): Likewise.
3398         * modules/hard-locale (Makefile.am): Likewise.
3399         * modules/hash (Makefile.am): Likewise.
3400         * modules/hmac-md5 (Makefile.am): Likewise.
3401         * modules/hmac-sha1 (Makefile.am): Likewise.
3402         * modules/human (Makefile.am): Likewise.
3403         * modules/idcache (Makefile.am): Likewise.
3404         * modules/imaxabs (Makefile.am): Likewise.
3405         * modules/imaxdiv (Makefile.am): Likewise.
3406         * modules/inet_ntop (Makefile.am): Likewise.
3407         * modules/inet_pton (Makefile.am): Likewise.
3408         * modules/inttostr (Makefile.am): Likewise.
3409         * modules/isapipe (Makefile.am): Likewise.
3410         * modules/lchown (Makefile.am): Likewise.
3411         * modules/long-options (Makefile.am): Likewise.
3412         * modules/lstat (Makefile.am): Likewise.
3413         * modules/malloc (Makefile.am): Likewise.
3414         * modules/mathl (Makefile.am): Likewise.
3415         * modules/mbchar (Makefile.am): Likewise.
3416         * modules/md2 (Makefile.am): Likewise.
3417         * modules/md4 (Makefile.am): Likewise.
3418         * modules/md5 (Makefile.am): Likewise.
3419         * modules/memcasecmp (Makefile.am): Likewise.
3420         * modules/memchr (Makefile.am): Likewise.
3421         * modules/memcmp (Makefile.am): Likewise.
3422         * modules/memcoll (Makefile.am): Likewise.
3423         * modules/memcpy (Makefile.am): Likewise.
3424         * modules/memmem (Makefile.am): Likewise.
3425         * modules/memmove (Makefile.am): Likewise.
3426         * modules/mempcpy (Makefile.am): Likewise.
3427         * modules/memrchr (Makefile.am): Likewise.
3428         * modules/memset (Makefile.am): Likewise.
3429         * modules/memxor (Makefile.am): Likewise.
3430         * modules/mkancesdirs (Makefile.am): Likewise.
3431         * modules/mkdir (Makefile.am): Likewise.
3432         * modules/mkdir-p (Makefile.am): Likewise.
3433         * modules/mkdtemp (Makefile.am): Likewise.
3434         * modules/mkstemp (Makefile.am): Likewise.
3435         * modules/mktime (Makefile.am): Likewise.
3436         * modules/modechange (Makefile.am): Likewise.
3437         * modules/mountlist (Makefile.am): Likewise.
3438         * modules/nanosleep (Makefile.am): Likewise.
3439         * modules/openat (Makefile.am): Likewise.
3440         * modules/pagealign_alloc (Makefile.am): Likewise.
3441         * modules/physmem (Makefile.am): Likewise.
3442         * modules/poll (Makefile.am): Likewise.
3443         * modules/posixtm (Makefile.am): Likewise.
3444         * modules/posixver (Makefile.am): Likewise.
3445         * modules/putenv (Makefile.am): Likewise.
3446         * modules/quote (Makefile.am): Likewise.
3447         * modules/quotearg (Makefile.am): Likewise.
3448         * modules/raise (Makefile.am): Likewise.
3449         * modules/read-file (Makefile.am): Likewise.
3450         * modules/readline (Makefile.am): Likewise.
3451         * modules/readlink (Makefile.am): Likewise.
3452         * modules/readtokens (Makefile.am): Likewise.
3453         * modules/readutmp (Makefile.am): Likewise.
3454         * modules/realloc (Makefile.am): Likewise.
3455         * modules/regex (Makefile.am): Likewise.
3456         * modules/rename (Makefile.am): Likewise.
3457         * modules/rename-dest-slash (Makefile.am): Likewise.
3458         * modules/rijndael (Makefile.am): Likewise.
3459         * modules/rmdir (Makefile.am): Likewise.
3460         * modules/rpmatch (Makefile.am): Likewise.
3461         * modules/safe-read (Makefile.am): Likewise.
3462         * modules/safe-write (Makefile.am): Likewise.
3463         * modules/same (Makefile.am): Likewise.
3464         * modules/save-cwd (Makefile.am): Likewise.
3465         * modules/savedir (Makefile.am): Likewise.
3466         * modules/setenv (Makefile.am): Likewise.
3467         * modules/settime (Makefile.am): Likewise.
3468         * modules/sha1 (Makefile.am): Likewise.
3469         * modules/sig2str (Makefile.am): Likewise.
3470         * modules/snprintf (Makefile.am): Likewise.
3471         * modules/stdlib-safer (Makefile.am): Likewise.
3472         * modules/stpcpy (Makefile.am): Likewise.
3473         * modules/stpncpy (Makefile.am): Likewise.
3474         * modules/strcase (Makefile.am): Likewise.
3475         * modules/strcasestr (Makefile.am): Likewise.
3476         * modules/strchrnul (Makefile.am): Likewise.
3477         * modules/strcspn (Makefile.am): Likewise.
3478         * modules/strdup (Makefile.am): Likewise.
3479         * modules/strerror (Makefile.am): Likewise.
3480         * modules/strftime (Makefile.am): Likewise.
3481         * modules/strndup (Makefile.am): Likewise.
3482         * modules/strnlen (Makefile.am): Likewise.
3483         * modules/strpbrk (Makefile.am): Likewise.
3484         * modules/strsep (Makefile.am): Likewise.
3485         * modules/strstr (Makefile.am): Likewise.
3486         * modules/strtod (Makefile.am): Likewise.
3487         * modules/strtoimax (Makefile.am): Likewise.
3488         * modules/strtok_r (Makefile.am): Likewise.
3489         * modules/strtol (Makefile.am): Likewise.
3490         * modules/strtoll (Makefile.am): Likewise.
3491         * modules/strtoul (Makefile.am): Likewise.
3492         * modules/strtoull (Makefile.am): Likewise.
3493         * modules/strtoumax (Makefile.am): Likewise.
3494         * modules/strverscmp (Makefile.am): Likewise.
3495         * modules/time_r (Makefile.am): Likewise.
3496         * modules/timegm (Makefile.am): Likewise.
3497         * modules/tmpfile-safer (Makefile.am): Likewise.
3498         * modules/unistd-safer (Makefile.am): Likewise.
3499         * modules/unlinkdir (Makefile.am): Likewise.
3500         * modules/userspec (Makefile.am): Likewise.
3501         * modules/utime (Makefile.am): Likewise.
3502         * modules/utimecmp (Makefile.am): Likewise.
3503         * modules/utimens (Makefile.am): Likewise.
3504         * modules/vasnprintf (Makefile.am): Likewise.
3505         * modules/vasprintf (Makefile.am): Likewise.
3506         * modules/vsnprintf (Makefile.am): Likewise.
3507         * modules/xalloc (Makefile.am): Likewise.
3508         * modules/xgetcwd (Makefile.am): Likewise.
3509         * modules/xnanosleep (Makefile.am): Likewise.
3510         * modules/xreadlink (Makefile.am): Likewise.
3511         * modules/xstrtod (Makefile.am): Likewise.
3512         * modules/xstrtol (Makefile.am): Likewise.
3513         * modules/xstrtold (Makefile.am): Likewise.
3514         * modules/yesno (Makefile.am): Likewise.
3515
3516 2006-10-12  Jim Meyering  <jim@meyering.net>
3517
3518         * m4/getloadavg.m4: Revert the change below.
3519
3520         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3521         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3522         fail with a symlink, which is what coreutils' ./bootstrap now
3523         creates by default.
3524
3525 2006-10-12  Bruno Haible  <bruno@clisp.org>
3526
3527         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3528         mingw.
3529         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3530         MSVC and mingw explicitly.
3531
3532 2006-10-11  Simon Josefsson  <jas@extundo.com>
3533             Bruno Haible  <bruno@clisp.org>
3534
3535         Add support for multiple gnulib-tool invocations in the scope of a
3536         single configure.ac file.
3537         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3538         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3539         with the same contents as the _LIBADD variable.
3540         (func_emit_initmacro_start, func_emit_initmacro_end,
3541         func_emit_initmacro_done): New functions.
3542         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3543         gl_LIBOBJS and gl_LTLIBOBJS.
3544
3545 2006-10-11  Bruno Haible  <bruno@clisp.org>
3546
3547         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3548         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3549         autoreconf. Instead, invoke autopoint explicitly but move back the
3550         *.m4 files from gnulib.
3551
3552 2006-10-11  Bruno Haible  <bruno@clisp.org>
3553
3554         * gnulib-tool (func_usage): Make module names after --create-testdir
3555         optional.
3556         (func_create_testdir): If no module was specified, use nearly all
3557         modules.
3558
3559 2006-10-12  Jim Meyering  <jim@meyering.net>
3560
3561         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3562         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3563         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3564         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3565         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3566         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3567         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3568         (fts_set_stat_required): New function.
3569         (fts_open): Defer the calls to fts_stat, if possible or requested.
3570         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3571         into fts_stat itself.
3572         (fts_read): Perform any required (deferred) fts_stat call.
3573         (fts_build): Likewise, for the directory we're about to open and read.
3574         In the readdir loop, carefully decide whether each entry will require
3575         an eventual call to fts_stat, using dirent.d_type info if available.
3576         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3577         a command line argument into this function.  Update all callers.
3578         Map a return value of FTS_DOT to FTS_D for a command line argument.
3579         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3580         Thanks to Miklos Szeredi for his tenacity and for the initial
3581         bug report about "find" failing on a FUSE-based file system.
3582
3583         * lib/fts.c (fts_open): Use consistent indentation.
3584
3585 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3586
3587         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3588         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3589         reported by Jim Meyering.  All uses of cache variables renamed
3590         to match Autoconf's.
3591         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3592         the other one.
3593
3594         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3595         Fix misspelling in diagnostic.
3596
3597 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3598
3599         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3600         defined.  Problem reported by Matthew Woehlke.
3601
3602         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3603         Add support for Tandem NonStop R series.
3604         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3605         Use new macro.
3606
3607         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3608         (has_trailing_slash): Omit size arg; all callers changed.
3609         Omit 'inline', since it doesn't help performance and we'd
3610         need to configure it.
3611         Don't count //, ///, etc. as having a trailing slash.
3612         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3613         (rpl_rename_dest_slash): On failure, use rename's errno rather
3614         than (in some cases) an incorrect or junk errno.
3615         Simplify code by removing need to compute length; this does
3616         cause it to make two passes instead of one over the file name,
3617         but it's worth it.
3618
3619         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3620         change, since Autoconf's version may no longer be appropriate now
3621         that we are using CVS Autoconf's version.  Add support for Tandem.
3622
3623 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3624             Bruno Haible  <bruno@clisp.org>
3625
3626         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3627         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3628         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3629         gl_AC_TYPE_LONG_LONG.
3630
3631         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3632         instead of HAVE_LONG_LONG.
3633         * lib/printf-args.c (printf_fetchargs): Likewise.
3634         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3635         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3636         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3637         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3638         gl_AC_TYPE_LONG_LONG.
3639
3640 2006-10-11  Bruno Haible  <bruno@clisp.org>
3641
3642         * m4/longlong.m4: Add comments.
3643         * m4/ulonglong.m4: Likewise.
3644
3645 2006-10-10  Bruno Haible  <bruno@clisp.org>
3646
3647         Make it possible to #define stpcpy, strdup to aliases.
3648         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3649         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3650
3651 2006-10-10  Bruno Haible  <bruno@clisp.org>
3652
3653         Make it possible to #define gcd to an alias.
3654         * lib/gcd.c: Include config.h.
3655
3656 2006-10-10  Bruno Haible  <bruno@clisp.org>
3657
3658         Make it possible to #define c_isascii to an alias.
3659         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3660         defined. Undefine the macros before defining them, to avoid gcc
3661         warnings.
3662         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3663         define NO_C_CTYPE_MACROS early.
3664
3665 2006-10-10  Bruno Haible  <bruno@clisp.org>
3666
3667         Make it possible to #define set_program_name to an alias.
3668         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3669         ENABLE_RELOCATABLE early.
3670
3671 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3672
3673         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3674         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3675         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3676         More generally, don't assume that 64-bit signed int is available
3677         if unsigned int is, and vice versa.
3678         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3679         unsigned symbols, not on their signed counterparts.
3680         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3681         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3682         (UINT64_C, UINTMAX_C):
3683         Likewise.
3684         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3685         unsigned counterparts.
3686         (Have_long_long, Unsigned): New macros.
3687         (Int): Renamed from INT.
3688         (strtoimax): Use the new macros.
3689         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3690         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3691         * modules/inttypes (inttypes.h): Substitute
3692         HAVE_UNSIGNED_LONG_LONG_INT.
3693         * modules/stdint (stdint.h): Likewise.
3694         (Files): Add m4/ulonglong.m4.
3695
3696 2006-10-10  Bruno Haible  <bruno@clisp.org>
3697
3698         Fix a gcc -Wshadow warning.
3699         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3700         to 'bucket'.
3701         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3702         gl_linked_indexof_from_to): Likewise.
3703         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3704         Likewise.
3705         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3706         Likewise.
3707         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3708         Reported by Eric Blake.
3709
3710 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3711
3712         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3713         for NetBSD.  Problem reported by Bruno Haible.
3714
3715 2006-10-09  Jim Meyering  <jim@meyering.net>
3716
3717         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3718         Patch from Bruno Haible.
3719
3720 2006-10-09  Jim Meyering  <jim@meyering.net>
3721
3722         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3723         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3724         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3725
3726 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3727
3728         Don't include <config.h> twice; this doesn't work in some cases,
3729         e.g., when config.h has "#define intmax_t long long int" and
3730         we include <config.h>, <inttypes.h>, <config.h> in that order.
3731         Problem reported by Matthew Woehlke in:
3732         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3733         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3734         * lib/fts-cycle.c: Don't include config.h.
3735         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3736         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3737         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3738         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3739         inttypes.h.
3740         * lib/xstrtoumax.c: Likewise.
3741         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3742         __strtol and the like, so that this module is more like its siblings.
3743         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3744         Remove; no longer needed now that we assume gnulib inttypes.h.
3745
3746 2006-10-08  Bruno Haible  <bruno@clisp.org>
3747
3748         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3749         option.
3750
3751 2006-10-07  Jim Meyering  <jim@meyering.net>
3752
3753         * modules/inttypes (inttypes.h): Revert what seems to have been
3754         an inadvertent part of today's change: use "|", not "/" in the
3755         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3756
3757 2006-10-07  Bruno Haible  <bruno@clisp.org>
3758
3759         * modules/sublist: New file.
3760
3761 2006-10-07  Bruno Haible  <bruno@clisp.org>
3762
3763         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3764         * modules/argz (argz.h): Likewise.
3765         * modules/arpa_inet (arpa/inet.h): Likewise.
3766         * modules/byteswap (byteswap.h): Likewise.
3767         * modules/configmake (configmake.h): Likewise.
3768         * modules/fcntl (fcntl.h): Likewise.
3769         * modules/fnmatch (fnmatch.h): Likewise.
3770         * modules/getopt (getopt.h): Likewise.
3771         * modules/glob (glob.h): Likewise.
3772         * modules/inttypes (inttypes.h): Likewise.
3773         * modules/netinet_in (netinet/in.h): Likewise.
3774         * modules/poll (poll.h): Likewise.
3775         * modules/stdbool (stdbool.h): Likewise.
3776         * modules/stdint (stdint.h): Likewise.
3777         * modules/sys_select (sys/select.h): Likewise.
3778         * modules/sys_socket (sys/socket.h): Likewise.
3779         * modules/sys_stat (sys/stat.h): Likewise.
3780         * modules/sysexits (sysexits.h): Likewise.
3781         * modules/unistd (unistd.h): Likewise.
3782         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3783         Add a "DO NOT EDIT" comment to the generated file.
3784         (func_import): Likewise for gnulib-comp.m4.
3785
3786 2006-10-07  Bruno Haible  <bruno@clisp.org>
3787
3788         * lib/gl_sublist.h: New file.
3789         * lib/gl_sublist.c: New file.
3790
3791 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3792
3793         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3794         name (relative to the original working directory) and the file
3795         name component (relative to the temporary working directory).  All
3796         callers changed.
3797         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3798         * lib/mkdir-p.c (make_dir_parents): Likewise.
3799         * lib/mkdir-p.h (make_dir_parents): Likewise.
3800
3801 2006-10-06  Eric Blake  <ebb9@byu.net>
3802
3803         Define several macros for use by the clean-temp module.
3804         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3805         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3806         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3807
3808         * lib/clean-temp.h (close_stream_temp): New declaration.
3809         * lib/clean-temp.c (includes): Pull in headers according to what
3810         other modules are in use.
3811         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3812
3813 2006-10-06  Bruno Haible  <bruno@clisp.org>
3814
3815         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3816         instead of fopen, fwriteerror.
3817
3818 2006-10-06  Bruno Haible  <bruno@clisp.org>
3819
3820         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3821         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3822         int.
3823         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3824         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3825         Return an error indicator.
3826         Suggested by Eric Blake.
3827
3828 2006-10-06  Bruno Haible  <bruno@clisp.org>
3829
3830         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3831         Reported by Eric Blake.
3832
3833 2006-10-06  Bruno Haible  <bruno@clisp.org>
3834
3835         * modules/closeout (Description): Mention stderr too.
3836
3837 2006-10-06  Bruno Haible  <bruno@clisp.org>
3838         and Paul Eggert  <eggert@cs.ucla.edu>
3839
3840         * lib/closeout.c (close_stdout): Also close stderr.
3841         * lib/closeout.h: Update comment.
3842
3843 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3844
3845         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3846         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3847         * lib/dirchownmod.c: Include lchown.h.
3848         * lib/lchown.c: Don't include files that lchown.h now includes.
3849         Don't declare chown, since lchown.h now does that.
3850         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3851         (lchown): Define to rpl_chown if lchown is declared but
3852         does not exist.  Declare using a prototype if lchown is not
3853         declared.  Add a copyright notice.
3854         * lib/mkstemp.h: Include <unistd.h>.
3855         * lib/openat.c: Include lchown.h.
3856
3857         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3858         we now test for that separately.
3859         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3860         rather than O_NOFOLLOW, when testing whether it's possible to
3861         avoid a race condition reliably.
3862         * lib/savewd.c (savewd_chdir): Likewise.
3863
3864         Remove macros that are no longer needed now that stdint.h is
3865         reliable.
3866         * lib/fsusage.c (UINTMAX_MAX): Remove.
3867         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3868         * lib/utimecmp.c (SIZE_MAX): Remove.
3869
3870         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3871
3872         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3873         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3874         O_NOATIME works.
3875
3876 2006-10-05  Bruno Haible  <bruno@clisp.org>
3877
3878         * lib/gl_list.h (gl_sortedlist_search_from_to,
3879         gl_sortedlist_indexof_from_to): New declarations.
3880         (gl_list_implementation): New fields sortedlist_search_from_to,
3881         sortedlist_indexof_from_to.
3882         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3883         inline functions.
3884         * lib/gl_list.c (gl_sortedlist_search_from_to,
3885         gl_sortedlist_indexof_from_to): New functions.
3886         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3887         function.
3888         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3889         (gl_array_sortedlist_search_from_to): New function.
3890         (gl_array_list_implementation): Update.
3891         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3892         function.
3893         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3894         (gl_carray_sortedlist_search_from_to): New function.
3895         (gl_carray_list_implementation): Update.
3896         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3897         gl_linked_sortedlist_indexof_from_to): New functions.
3898         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3899         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3900         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3901         gl_tree_sortedlist_indexof_from_to): New functions.
3902         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3903         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3904         Update.
3905         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3906         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3907         Update.
3908
3909 2006-10-05  Bruno Haible  <bruno@clisp.org>
3910
3911         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3912         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3913         (struct gl_list_implementation): Add fields search_from_to,
3914         indexof_from_to. Remove fields search, indexof.
3915         (gl_list_search): Use the search_from_to method.
3916         (gl_list_search_from, gl_list_search_from_to): New functions.
3917         (gl_list_indexof): Use the indexof_from_to method.
3918         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3919         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3920         (gl_list_search_from, gl_list_search_from_to): New functions.
3921         (gl_list_indexof): Use the indexof_from_to method.
3922         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3923         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3924         gl_array_indexof. Add start_index, end_index arguments.
3925         (gl_array_search_from_to): Renamed from gl_array_search. Add
3926         start_index, end_index arguments.
3927         (gl_array_remove, gl_array_list_implementation): Update.
3928         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3929         gl_carray_indexof. Add start_index, end_index arguments.
3930         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3931         start_index, end_index arguments.
3932         (gl_carray_remove, gl_carray_list_implementation): Update.
3933         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3934         gl_linked_search. Add start_index, end_index arguments.
3935         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3936         start_index, end_index arguments.
3937         (gl_linked_remove): Update.
3938         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3939         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3940         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3941         field to 'size_t'.
3942         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3943         gl_tree_search. Add start_index, end_index arguments.
3944         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3945         start_index, end_index arguments.
3946         (gl_tree_remove): Update.
3947         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3948         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3949         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3950         function.
3951         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3952         gl_tree_search. Add start_index, end_index arguments.
3953         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3954         start_index, end_index arguments.
3955         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3956         Update.
3957         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3958
3959 2006-10-05  Bruno Haible  <bruno@clisp.org>
3960
3961         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3962
3963         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3964         fwriteerror_temp): New declarations.
3965         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3966         (descriptors): New variable.
3967         (cleanup): First, close the descriptors.
3968         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3969         fclose_temp, fwriteerror_temp): New functions.
3970
3971 2006-10-04  Jim Meyering  <jim@meyering.net>
3972
3973         * lib/fts.c (fts_open): Tiny comment change.
3974
3975 2006-10-04  Bruno Haible  <bruno@clisp.org>
3976
3977         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3978         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3979         gl_LOCK_BODY.
3980         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3981         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3982         gl_LOCK_EARLY_BODY.
3983         (gl_LOCK): Require gl_LOCK_BODY.
3984
3985 2006-10-04  Bruno Haible  <bruno@clisp.org>
3986
3987         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3988         (gl_oset_search_atleast): New declaration.
3989         (struct gl_oset_implementation): Add field 'search_atleast'.
3990         (gl_oset_search_atleast): New inline function.
3991         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3992         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3993         (gl_array_oset_implementation): Update.
3994         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3995         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3996         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3997
3998 2006-10-04  Bruno Haible  <bruno@clisp.org>
3999
4000         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4001
4002 2006-10-03  Bruno Haible  <bruno@clisp.org>
4003
4004         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4005         from gl_avltreehash_list_implementation.
4006
4007 2006-10-03  Bruno Haible  <bruno@clisp.org>
4008
4009         * lib/gl_oset.c (gl_oset_add): Fix return type.
4010
4011 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4012
4013         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4014
4015 2006-10-02  Eric Blake  <ebb9@byu.net>
4016
4017         * modules/strnlen (Depends-on): Add extensions.
4018
4019 2006-10-02  Eric Blake  <ebb9@byu.net>
4020
4021         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4022         definition in 2.60+.
4023
4024 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4025
4026         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4027         checks.
4028
4029 2006-10-02  Bruno Haible  <bruno@clisp.org>
4030
4031         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4032         to the AUTOMAKE_OPTIONS.
4033         Reported by Jim Meyering.
4034
4035 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4036
4037         Work around bug in Solaris 10 /proc file system:
4038         /proc/self/fd/NNN/.. isn't the parent directory of
4039         the directory whose file descriptor is NNN.  This needs to
4040         be worked around at run time, not compile time, since a
4041         program might be built on Solaris 8, where things work, and
4042         run on Solaris 10.
4043         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4044         to use the following interface instead:
4045         (OPENAT_BUFFER_SIZE): New macro.
4046         (openat_proc_name): New function.
4047         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4048         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4049         Likewise.
4050         * lib/openat-proc.c: New file.
4051         * modules/openat (Files): Add lib/openat-proc.c.
4052         (Depends-on): Add same-inode, stdbool.
4053         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4054
4055 2006-09-29  Bruno Haible  <bruno@clisp.org>
4056
4057         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4058         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4059         argument. Set stdout_closed before testing for ferror, not after.
4060         (fwriteerror, fwriteerror_no_ebadf): New functions.
4061
4062 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4063
4064         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4065
4066 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4067
4068         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4069         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4070
4071 2006-09-28  Jim Meyering  <jim@meyering.net>
4072
4073         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4074         Include <unistd.h>.
4075
4076 2006-09-28  Bruno Haible  <bruno@clisp.org>
4077
4078         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4079         * modules/linkedhash-list (Depends-on): Likewise.
4080         * modules/rbtreehash-list (Depends-on): Likewise.
4081
4082 2006-09-28  Bruno Haible  <bruno@clisp.org>
4083
4084         * lib/strndup.h: Simplify the redefinition of strndup.
4085         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4086         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4087
4088 2006-09-28  Bruno Haible  <bruno@clisp.org>
4089
4090         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4091         * lib/gl_linkedhash_list.c: Likewise.
4092         * lib/gl_rbtreehash_list.c: Likewise.
4093
4094 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4095
4096         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4097         getaddrinfo.
4098
4099         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4100         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4101         it causes <stdio_ext.h> to cause a compile-time error.
4102         Problem reported by Nelson H. F. Beebe.
4103         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4104         of HAVE_DECL___PENDING.
4105
4106         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4107         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4108         declaration.
4109
4110 2006-09-27  Jim Meyering  <jim@meyering.net>
4111
4112         This file could end up with a definition for a function
4113         named __strndup, rather than rpl_strndup on a system with
4114         incomplete weak_alias support.
4115         * lib/strndup.c (strndup): Rename from __strndup.
4116         Remove #defines that used to map __strndup to strndup.
4117         Don't use K&R prototypes.
4118         Remove LIBC-related code, since this file is not sync'd with glibc.
4119         * lib/strndup.h: Revamp, accordingly.
4120         * m4/strndup.m4: Modernize.
4121
4122 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4123
4124         * modules/savewd (Depends-on): Add 'raise'.
4125         * lib/savewd.c: Include <signal.h>, for 'raise'.
4126
4127 2006-09-26  Jim Meyering  <jim@meyering.net>
4128
4129         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4130         when we detect Darwin 8.7.0's acl_get_file bug.
4131         Rearrange to perform the new (below) run-test while $LIBS
4132         contains any acl-related library.  Set USE_ACL at the end.
4133         (gl_ACL_GET_FILE): New function.
4134
4135 2006-09-26  Eric Blake  <ebb9@byu.net>
4136
4137         * lib/verror.c: Include <config.h> unconditionally.
4138
4139 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4140
4141         * modules/clock-time (Maintainer): Add self.
4142         * modules/getlogin_r (Depends-on): Add extensions.
4143
4144 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4145
4146         * modules/clock-time: New module.
4147         * modules/nanosleep (Depends-on): Add clock-time.
4148         * modules/gethrxtime (Depends-on): Likewise.
4149         * modules/gettime (Depends-on): Likewise.
4150         * modules/settime (Depends-on): Likewise.
4151
4152         * modules/fts-lgpl: Depend on openat.
4153         * modules/mkancesdirs: Depend on savewd.
4154         * modules/mkdir-p: Likewise.
4155
4156 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4157
4158         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4159
4160         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4161         `gl_have_arbitrary_file_name_length_limit' to
4162         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4163         actually works between configure runs.
4164
4165 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4166             Bruno Haible  <bruno@clisp.org>
4167
4168         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4169
4170 2006-09-25  Jim Meyering  <jim@meyering.net>
4171
4172         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4173         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4174
4175 2006-09-25  Eric Blake  <ebb9@byu.net>
4176
4177         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4178         exec's in 2006-09-18 patch when shuffling fds.
4179
4180 2006-09-25  Bruno Haible  <bruno@clisp.org>
4181
4182         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4183         Reported by Jim Meyering.
4184
4185 2006-09-24  Jim Meyering  <jim@meyering.net>
4186
4187         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4188         compare a pointer against a literal "0".  That caused failures with
4189         at least HP-UX's hpcc.
4190
4191 2006-09-22  Simon Josefsson  <jas@extundo.com>
4192
4193         * modules/gc-sha1:
4194         * modules/gc-md4:
4195         * modules/gc-hmac-sha1:
4196         * modules/gc-hmac-md5:
4197         * modules/gc-des:
4198         * modules/gc-arcfour: Distribute more files.
4199
4200 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4201
4202         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4203         (gl_linked_iterator_from_to): Initialize struct completely.
4204         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4205         (gl_tree_iterator_from_to): Likewise
4206         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4207         * lib/gl_array_list.c [lint] (gl_array_iterator)
4208         (gl_array_iterator_from_to): Likewise.
4209         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4210         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4211         (gl_carray_iterator_from_to): Likewise.
4212
4213         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4214         * lib/md4.c (md4_process_block): Remove unused variable.
4215         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4216         parentheses for clarity.
4217
4218 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4219
4220         * modules/bison-i18n (Depends-on): Add gettext.
4221
4222 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4223
4224         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4225         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4226         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4227         also add missing comma that caused broken test.
4228         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4229         stdlib.h, for `abort'.
4230         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4231         variables.
4232         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4233         include unistd.h if present, for `rmdir'.
4234         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4235         variables.
4236         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4237         in the process include standard headers for prototypes.
4238         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4239         gets declared on GNU/Linux.
4240         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4241         unistd.h, for `rmdir'.
4242         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4243
4244         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4245         always true.
4246         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4247
4248         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4249
4250 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4251
4252         * gnulib-tool (func_version): Create output all at once.  This
4253         may help avoid triggering unnecessary SIGPIPEs, and at any
4254         rate it doesn't hurt.
4255
4256 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4257             Bruno Haible  <bruno@clisp.org>
4258
4259         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4260         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4261         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4262
4263         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4264         (gl_FUNC_VASPRINTF): Invoke it.
4265
4266 2006-09-22  Bruno Haible  <bruno@clisp.org>
4267
4268         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4269         getloadavg.c as first argument.
4270
4271 2006-09-22  Bruno Haible  <bruno@clisp.org>
4272
4273         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4274         at the beginning of the gl_INIT macro.
4275         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4276         gl_GETLOADAVG.
4277
4278 2006-09-22  Bruno Haible  <bruno@clisp.org>
4279
4280         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4281         module.
4282         Suggested by Ralf Wildenhues.
4283
4284 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4285
4286         Import this patch from libc:
4287
4288         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4289
4290         * lib/regex_internal.c (re_string_reconstruct): Handle
4291         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4292         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4293         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4294         re_string_context_at.
4295
4296         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4297         now requires it.
4298         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4299         gl_REGEX now does it for us.
4300         (gl_REGEX): Add test taken from
4301         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4302
4303         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4304         Check that large offsets work.  Modernize Autoconf usages.
4305         Prefer "yes" to mean a good thing rather than a bad.
4306         Don't put "#define mkstemp" in config.h, as this might interfere
4307         with standard system headers that "#define mkstemp mkstemp64".
4308
4309         * modules/mkstemp (Depends-on): Add extensions, so that
4310         mkstemp is visible on some platforms.
4311         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4312         (Include): Change to "mkstemp.h" from <stdlib.h>.
4313         (Files): Add mkstemp.h.
4314
4315         * lib/mkstemp.h: New file, since some standard headers
4316         #define mkstemp.
4317         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4318         Include "mkstemp.h".
4319         Make the _LIBC code resemble glibc original more,
4320         e.g., use K&R style.
4321         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4322         (mkstemp): Remove, since mkstemp.h does this for us.
4323         * lib/stdlib--.h: Include mkstemp.h.
4324
4325         Import this patch from libc:
4326
4327         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4328
4329         * lib/tempname.c (__gen_tempname): Change attempts_min
4330         into a macro.  Use preprocessor to decide how to initialize
4331         attempts [Coverity CID 67].
4332
4333 2006-09-20  Bruno Haible  <bruno@clisp.org>
4334
4335         * lib/mkdtemp.c: Import from libc.
4336         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4337                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4338                 attempts_min into a macro.  Use preprocessor to decide how to
4339                 initialize attempts [Coverity CID 67].
4340         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4341                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4342                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4343
4344 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4345
4346         * gnulib-tool (func_exit): New function, to allow to pass the
4347         exit status portably through the trap.  Use everywhere.
4348         (--help, --version): Signal a write error.
4349         (trap): catch SIGPIPE, for write errors.
4350         Exit at the end of the trap, with the correct exit status.
4351
4352 2006-09-19  Karl Berry  <karl@gnu.org>
4353
4354         * doc/gnulib.texi: note about the license texinfo files.
4355
4356 2006-09-19  Eric Blake  <ebb9@byu.net>
4357
4358         * gnulib-tool: Avoid space-tab.
4359
4360 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4361
4362         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4363         that prevented coreutils 6.1 from building.  Problem reported
4364         by Petter Reinholdtsen.
4365
4366 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4367
4368         * gnulib-tool (avoidlist): Fix typo that broke options like
4369         --avoid=lock that are used by coreutils bootstrap.
4370
4371 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4372
4373         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4374         more systematically.
4375
4376 2006-09-18  Jim Meyering  <jim@meyering.net>
4377
4378         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4379
4380 2006-09-18  Bruno Haible  <bruno@clisp.org>
4381
4382         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4383
4384 2006-09-18  Bruno Haible  <bruno@clisp.org>
4385
4386         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4387         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4388         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4389         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4390         * m4/gettext.m4: Require autoconf >= 2.52.
4391         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4392         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4393         of gl_cv_header_inttypes_h.
4394
4395 2006-09-18  Bruno Haible  <bruno@clisp.org>
4396
4397         * lib/javaversion.c: Include configmake.h.
4398
4399 2006-09-18  Bruno Haible  <bruno@clisp.org>
4400
4401         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4402         avoid that the while loops be executed in a subshell.
4403
4404 2006-09-18  Bruno Haible  <bruno@clisp.org>
4405
4406         * MODULES.html.sh (func_module): Break long lines.
4407         Suggested by Bruce Korb <bkorb@gnu.org>.
4408
4409 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4410
4411         Speed up by a factor of 1.12.
4412         * gnulib-tool (nl): New variable.
4413         (func_import): Rewrite include directive extraction to only read each
4414         directive once.
4415
4416 2006-09-17  Bruno Haible  <bruno@clisp.org>
4417
4418         * modules/javaversion (Makefile.am): Remove DEFS setting.
4419         (Depends-on): Add configmake, for PKGDATADIR definition.
4420
4421 2006-09-17  Bruno Haible  <bruno@clisp.org>
4422
4423         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4424
4425 2006-09-17  Bruno Haible  <bruno@clisp.org>
4426
4427         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4428         (func_modules_transitive_closure, func_modules_add_dummy,
4429         func_modules_to_filelist, func_import, func_create_testdir,
4430         func_create_megatestdir, ...): Use it wherever possible.
4431         Suggested by Ralf Wildenhues.
4432
4433 2006-09-16  Karl Berry  <karl@gnu.org>
4434
4435         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4436         to avoid sectioning errors.
4437         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4438         [ifinfo]: blank line after @center-ed titles.
4439         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4440         Spell FSF address consistently with others.
4441         (These changes approved by rms.)
4442
4443 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4444
4445         Speed up by a factor of 1.61.
4446         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4447         already checked module names again.
4448
4449 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4450
4451         Speed up by a factor of 1.13.
4452         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4453         for new_files, and the input to func_add_or_update.
4454
4455 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4456
4457         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4458         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4459
4460 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4461
4462         * modules/mkancesdirs (Depends-on): Add fcntl.
4463         * modules/savewd: New file.
4464         * MODULES.html.sh (File system functions): Add savewd.
4465
4466         * modules/configmake (Makefile.am): Add support for the
4467         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4468
4469 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4470
4471         * m4/savewd.m4: New file.
4472
4473 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4474
4475         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4476         (dirchownmod): New arg FD.  All callers changed.
4477         Use FD rather than opening the directory ourself, as opening is
4478         now the caller's responsibility.
4479         * lib/dirchownmod.h: Likewise.
4480         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4481         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4482         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4483         (test_dir): Remove.
4484         (mkancesdirs): Return length of prefix of FILE that has already
4485         been made, or -2 if there is a child doing the work.  Redo
4486         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4487         ".", and treat ".." specially since it might stray back into
4488         already-created areas.  Use a subprocess if necessary.  New arg
4489         WD; all users changed.  MAKE_DIR function should now return 1
4490         if it creates a directory that is not readable.  Return -2 if
4491         a child process is spun off.
4492         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4493         Adjust signature to match code.
4494         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4495         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4496         all users changed.
4497         * lib/savewd.c, lib/savewd.h: New files.
4498
4499 2006-09-15  Jim Meyering  <jim@meyering.net>
4500
4501         * modules/rename-dest-slash: New module.
4502         * MODULES.html.sh (posix_compat): Add it here.
4503
4504         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4505
4506 2006-09-15  Jim Meyering  <jim@meyering.net>
4507
4508         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4509         file.
4510
4511         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4512
4513 2006-09-15  Jim Meyering  <jim@meyering.net>
4514
4515         * lib/rename-dest-slash.c (has_trailing_slash): Use
4516         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4517         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4518         test before testing whether SRC is a directory.
4519         Suggestions from Bruno Haible.
4520
4521         Avoid a warning about an unused variable.
4522         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4523         into the #ifdef block where it's used.
4524
4525         * lib/rename-dest-slash.c: New file.
4526
4527 2006-09-14  Bruno Haible  <bruno@clisp.org>
4528
4529         * lib/allocsa.c: Include <config.h> unconditionally.
4530         * lib/asnprintf.c: Likewise.
4531         * lib/asprintf.c: Likewise.
4532         * lib/c-strcasecmp.c: Likewise.
4533         * lib/c-strcasestr.c: Likewise.
4534         * lib/c-strncasecmp.c: Likewise.
4535         * lib/c-strstr.c: Likewise.
4536         * lib/classpath.c: Likewise.
4537         * lib/clean-temp.c: Likewise.
4538         * lib/concatpath.c: Likewise.
4539         * lib/copy-file.c: Likewise.
4540         * lib/csharpcomp.c: Likewise.
4541         * lib/csharpexec.c: Likewise.
4542         * lib/execute.c: Likewise.
4543         * lib/fatal-signal.c: Likewise.
4544         * lib/findprog.c: Likewise.
4545         * lib/fwriteerror.c: Likewise.
4546         * lib/gl_array_list.c: Likewise.
4547         * lib/gl_array_oset.c: Likewise.
4548         * lib/gl_avltree_list.c: Likewise.
4549         * lib/gl_avltree_oset.c: Likewise.
4550         * lib/gl_avltreehash_list.c: Likewise.
4551         * lib/gl_carray_list.c: Likewise.
4552         * lib/gl_linked_list.c: Likewise.
4553         * lib/gl_linkedhash_list.c: Likewise.
4554         * lib/gl_list.c: Likewise.
4555         * lib/gl_oset.c: Likewise.
4556         * lib/gl_rbtree_list.c: Likewise.
4557         * lib/gl_rbtree_oset.c: Likewise.
4558         * lib/gl_rbtreehash_list.c: Likewise.
4559         * lib/imaxabs.c: Likewise.
4560         * lib/imaxdiv.c: Likewise.
4561         * lib/javacomp.c: Likewise.
4562         * lib/javaexec.c: Likewise.
4563         * lib/javaversion.c: Likewise.
4564         * lib/linebreak.c: Likewise.
4565         * lib/localcharset.c: Likewise.
4566         * lib/lock.c: Likewise.
4567         * lib/mbchar.c: Likewise.
4568         * lib/mbswidth.c: Likewise.
4569         * lib/mkdtemp.c: Likewise.
4570         * lib/pipe.c: Likewise.
4571         * lib/printf-args.c: Likewise.
4572         * lib/printf-parse.c: Likewise.
4573         * lib/progname.c: Likewise.
4574         * lib/progreloc.c: Likewise.
4575         * lib/readlink.c: Likewise.
4576         * lib/sh-quote.c: Likewise.
4577         * lib/stpcpy.c: Likewise.
4578         * lib/stpncpy.c: Likewise.
4579         * lib/strcasecmp.c: Likewise.
4580         * lib/strcasestr.c: Likewise.
4581         * lib/strcspn.c: Likewise.
4582         * lib/striconv.c: Likewise.
4583         * lib/strncasecmp.c: Likewise.
4584         * lib/strnlen1.c: Likewise.
4585         * lib/strstr.c: Likewise.
4586         * lib/strtok_r.c: Likewise.
4587         * lib/tls.c: Likewise.
4588         * lib/tmpdir.c: Likewise.
4589         * lib/unicodeio.c: Likewise.
4590         * lib/unsetenv.c: Likewise.
4591         * lib/vasnprintf.c: Likewise.
4592         * lib/vasprintf.c: Likewise.
4593         * lib/wait-process.c: Likewise.
4594         * lib/xallocsa.c: Likewise.
4595         * lib/xsetenv.c: Likewise.
4596         * lib/xstriconv.c: Likewise.
4597
4598 2006-09-13  Simon Josefsson  <jas@extundo.com>
4599
4600         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4601         that internally, suggested by Ralf Wildenhues
4602         <Ralf.Wildenhues@gmx.de>.
4603
4604 2006-09-13  Simon Josefsson  <jas@extundo.com>
4605
4606         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4607         @LIBOBJS@.
4608         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4609
4610 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4611
4612         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4613         longer worry about uses that don't define HAVE_CONFIG_H.
4614         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4615         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4616         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4617         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4618         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4619         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4620         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4621         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4622         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4623         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4624         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4625         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4626         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4627         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4628         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4629         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4630         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4631         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4632         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4633         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4634         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4635         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4636         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4637         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4638         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4639         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4640         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4641         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4642         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4643         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4644         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4645         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4646         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4647         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4648         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4649         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4650         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4651         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4652         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4653         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4654         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4655         Likewise.
4656
4657 2006-09-13  Eric Blake  <ebb9@byu.net>
4658
4659         * lib/getopt.c: Fix typo in last commit.
4660
4661 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4662
4663         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4664         dgettext.
4665
4666 2006-09-12  Jim Meyering  <jim@meyering.net>
4667
4668         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4669         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4670         Reported by Nelson H. F. Beebe.
4671
4672 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4673
4674         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4675         program_invocation_name and program_invocation_short_name are
4676         initialized.
4677         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4678         and program_invocation_short_name to argp.h, so they are visible
4679         to user programs.
4680         * lib/argp.h: Likewise
4681
4682 2006-09-10  Bruno Haible  <bruno@clisp.org>
4683
4684         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4685         m4/inttypes_h.m4, m4/uintmax_t.m4.
4686
4687 2006-09-10  Bruno Haible  <bruno@clisp.org>
4688
4689         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4690         gl_AC_TYPE_UINTMAX_T.
4691
4692 2006-09-10  Bruno Haible  <bruno@clisp.org>
4693
4694         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4695
4696 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4697
4698         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4699         convention.  Text proposed by Bruno Haible.
4700         (struct argp_option): Document the use of N_() wrappers.
4701
4702         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4703         '\v', and translate the two parts separately, instead of feeding
4704         the whole string to gettext.  This allows to exclude
4705         '\v' from the strings visible to the translator by writing doc
4706         strings as N_("..") "\v" N_("..").
4707
4708 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4709
4710         * config/srclist.txt: Undo latest change; the bug was fixed.
4711
4712 2006-09-09  Bruno Haible  <bruno@clisp.org>
4713
4714         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4715         assignments if building a library without libtool.
4716         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4717         in func_emit_lib_Makefile_am.
4718         (func_import): When building a static library libfoo.a, arrange to
4719         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4720         (func_create_testdir): Likewise.
4721         * modules/gc (configure.ac, Makefile.am): If building statically,
4722         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4723         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4724         * modules/striconv (configure.ac, Makefile.am): Likewise.
4725         Based on a suggestion by Ralf Wildenhues.
4726
4727 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4728
4729         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4730         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4731         Also:
4732
4733         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4734         Add year_2050_test to catch glibc bug 2821
4735         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4736
4737         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4738         Prefer #ifdef to #if.
4739
4740         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4741         Return from 'main' instead of calling 'exit'.
4742
4743 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4744
4745         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4746         returned the maximum time_t value rather than (time_t) -1.
4747         Problem originally reported by William Bardwell
4748         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4749
4750         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4751         Moved to here ...
4752         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4753         ... from here.
4754
4755 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4756
4757         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4758         2821 is fixed.
4759
4760 2006-09-08  Jim Meyering  <jim@meyering.net>
4761
4762         Don't make generated files read-only.  That would bother too many
4763         people.  However, do retain the ability to work when targets are
4764         read-only: remove the destination and temporary files before writing
4765         them (when generated via sed or echo), or by using the -f option for
4766         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4767         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4768         * modules/byteswap, modules/configmake, modules/fcntl:
4769         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4770         * modules/localcharset, modules/netinet_in, modules/poll:
4771         * modules/stdbool, modules/stdint, modules/sys_select:
4772         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4773
4774 2006-09-08  Jim Meyering  <jim@meyering.net>
4775
4776         Avoid new build failure on FreeBSD 6.0.
4777         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4778         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4779         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4780
4781 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4782
4783         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4784
4785 2006-09-07  Jim Meyering  <jim@meyering.net>
4786
4787         Fix global typo in last change: use chmod u-w, not chmod u-x.
4788         Spotted by Paul Eggert and Bruce Korb.
4789         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4790         * modules/byteswap, modules/configmake, modules/fcntl:
4791         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4792         * modules/localcharset, modules/netinet_in, modules/poll:
4793         * modules/stdbool, modules/stdint, modules/sys_select:
4794         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4795
4796 2006-09-06  Jim Meyering  <jim@meyering.net>
4797
4798         Make generated files be read-only.
4799         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4800         Ensure that each generated file is now read-only.
4801         * modules/argz: Likewise.
4802         * modules/arpa_inet: Likewise.
4803         * modules/byteswap: Likewise.
4804         * modules/configmake: Likewise.
4805         * modules/fcntl: Likewise.
4806         * modules/fnmatch: Likewise.
4807         * modules/getopt: Likewise.
4808         * modules/glob: Likewise.
4809         * modules/inttypes: Likewise.
4810         * modules/netinet_in: Likewise.
4811         * modules/poll: Likewise.
4812         * modules/stdbool: Likewise.
4813         * modules/stdint: Likewise.
4814         * modules/sys_select: Likewise.
4815         * modules/sys_socket: Likewise.
4816         * modules/sys_stat: Likewise.
4817         * modules/sysexits: Likewise.
4818         * modules/localcharset: Same as above, but continue using temporary
4819         file named "t-$@" (why different?) rather than the "$@-t" used
4820         everywhere else.
4821
4822         * modules/sysexits (Makefile.am): Replace literal occurrences
4823         of "sysexit.h" more readable, and more consistent, "$@".
4824
4825 2006-09-06  Bruno Haible  <bruno@clisp.org>
4826
4827         * modules/striconv: New file.
4828         * modules/xstriconv: New file.
4829         * MODULES.html.sh (Internationalization functions): Add striconv,
4830         xstriconv.
4831
4832 2006-09-06  Bruno Haible  <bruno@clisp.org>
4833
4834         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4835         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4836         not using libtool correctly.
4837
4838 2006-09-06  Bruno Haible  <bruno@clisp.org>
4839
4840         * lib/striconv.h: New file.
4841         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4842         iconvstring.c.
4843         * lib/xstriconv.h: New file.
4844         * lib/xstriconv.c: New file.
4845
4846 2006-09-06  Bruno Haible  <bruno@clisp.org>
4847
4848         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4849         lib_..._LDFLAGS.
4850
4851 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4852
4853         * lib/argz_.h: Sync from Libtool.
4854
4855         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4856                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4857
4858         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4859
4860 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4861
4862         * modules/trim: New file.
4863
4864 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4865
4866         * lib/trim.h: New file.
4867         * lib/trim.c: New file.
4868
4869 2006-09-05  Bruno Haible  <bruno@clisp.org>
4870
4871         * MODULES.html.sh (String handling): Add trim.
4872
4873 2006-09-04  Karl Berry  <karl@gnu.org>
4874
4875         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4876         until next release.
4877
4878 2006-09-03  Bruno Haible  <bruno@clisp.org>
4879
4880         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4881         correctly.
4882
4883 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4884
4885         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4886         not gl_GETLOADAVG.  Omit unneeded semicolons.
4887         Problems reported by Ralf Wildenhues in
4888         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4889         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4890         at the end, which is the usual gnulib style.
4891
4892         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4893         of doing all the work ourselves.
4894         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4895         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4896
4897 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4898
4899         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4900         Problem reported by Ralf Wildenhues in
4901         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4902
4903         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4904         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4905
4906 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4907
4908         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4909         yesterday's patch by changing test -n to test -z.
4910
4911 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4912
4913         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4914         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4915         the former is now obsolescent.
4916
4917         * modules/chdir-long (Depends-on): Add fcntl.
4918
4919 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4920
4921         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4922         obsolescent, and programs should use gnulib instead.
4923         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4924         but with prefixes changed.
4925
4926 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4927
4928         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4929         or stdbool.h, because they might not exist while configuring.
4930
4931         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4932         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4933         does that for us.
4934         (O_DIRECTORY): Remove.
4935
4936 2006-08-31  Eric Blake  <ebb9@byu.net>
4937
4938         * gnulib-tool: Don't let emacs change spaces to TAB.
4939
4940 2006-08-31  Bruno Haible  <bruno@clisp.org>
4941
4942         * gnulib-tool: When calling func_import more than once, do it in a
4943         subshell.
4944         Reported by Eric Blake <ebb9@byu.net>.
4945
4946 2006-08-31  Bruno Haible  <bruno@clisp.org>
4947
4948         * gnulib-tool (nl): Remove variable.
4949         (sed_transform_lib_file): Use more robust test for config-h module.
4950         (func_import): Fix typo in 2006-08-25 patch.
4951
4952 2006-08-31  Bruno Haible  <bruno@clisp.org>
4953
4954         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4955         specified, augment Makefile.am variables instead of assigning them.
4956
4957 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4958
4959         Work around a bug in both the Linux and SunOS 64-bit kernels:
4960         nanosleep mishandles sleeps for longer than 2**31 seconds.
4961         Problem reported by Frank v Waveren in
4962         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4963         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4964         Check for nanosleep bug.
4965         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4966
4967 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4968
4969         Work around a bug in both the Linux and SunOS 64-bit kernels:
4970         nanosleep mishandles sleeps for longer than 2**31 seconds.
4971         Problem reported by Frank v Waveren in
4972         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4973         * lib/nanosleep.c (BILLION): New constant.
4974         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4975         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4976         implementation.
4977
4978 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4979
4980         * modules/nanosleep (Depends-on): Add gettime.
4981
4982 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4983         and Simon Josefsson  <jas@extundo.com>
4984         and Oskar Liljeblad  <oskar@osk.mine.nu>
4985
4986         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4987         * gnulib-tool (func_import): New license type 'unmodifiable license
4988         text'.
4989         * modules/fdl: Use it.  Longer description.
4990         * module/gpl, module/lgpl: New files.
4991
4992 2006-08-30  Jim Meyering  <jim@meyering.net>
4993
4994         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4995         shadowing the parameter.
4996
4997 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4998
4999         Sync from Libtool:
5000
5001         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5002
5003         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5004         sharing with gnulib.  Report by Eric Blake.
5005
5006 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5007
5008         * modules/isapipe: New file.
5009         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5010
5011 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5012
5013         * modules/configmake (Makefile.am): Add a comment, and omit
5014         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5015         by Bruno Haible.
5016
5017 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5018
5019         * m4/isapipe.m4: New file.
5020
5021 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5022
5023         * lib/isapipe.c, lib/isapipe.h: New files.
5024
5025 2006-08-29  Jim Meyering  <jim@meyering.net>
5026
5027         * modules/configmake (Makefile.am): Make configmake.h depend on
5028         Makefile.  Otherwise, a stale configmake.h could hang around.
5029
5030 2006-08-29  Eric Blake  <ebb9@byu.net>
5031
5032         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5033         resolution of upstream bug 3044.
5034
5035 2006-08-29  Bruno Haible  <bruno@clisp.org>
5036
5037         * modules/localcharset (Depends-on): Add configmake.
5038         (Makefile.am): Remove setting of LIBDIR through DEFS.
5039
5040 2006-08-29  Bruno Haible  <bruno@clisp.org>
5041
5042         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5043         defined.
5044
5045 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5046
5047         * modules/fcntl: New file.
5048         * modules/chdir-safer (Depends-on): Add fcntl.
5049         * modules/fts: Likewise.
5050         * modules/mkdir-p: Likewise.
5051
5052         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5053         This undoes the most recent change, since we're now addressing the
5054         problem in a different way.
5055
5056         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5057         into output, since the output might be called Makefile.am even
5058         if $makefile_name is something different.
5059         (func_import): Use $makefile_am rather than
5060         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5061         empty.
5062
5063         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5064
5065 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5066
5067         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5068         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5069         recent change to stdint.m4, since we're now addressing the problem in a
5070         different way.
5071
5072 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5073
5074         * m4/fcntl_h.m4: New file.
5075
5076 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5077
5078         * lib/fcntl_.h: New file.
5079         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5080         the fcntl module.
5081         * lib/dirchownmod.c: Likewise.
5082         * lib/fts.c: Likewise.
5083
5084         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5085         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5086         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5087         just before including <inttypes.h>, to avoid circular inclusion.
5088
5089 2006-08-28  Jim Meyering  <jim@meyering.net>
5090
5091         * doc/visibility.texi: Actually read and correct the grammar of the
5092         sentence affected by yesterday's change.
5093
5094 2006-08-28  Eric Blake  <ebb9@byu.net>
5095
5096         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5097         needs wrapper.
5098
5099 2006-08-28  Eric Blake  <ebb9@byu.net>
5100
5101         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5102
5103 2006-08-28  Eric Blake  <ebb9@byu.net>
5104
5105         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5106
5107 2006-08-28  Bruno Haible  <bruno@clisp.org>
5108
5109         * modules/c-strstr: New file, from GNU gettext.
5110         * MODULES.html.sh (String handling): Add c-strstr.
5111
5112 2006-08-28  Bruno Haible  <bruno@clisp.org>
5113
5114         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5115         macros.
5116         Reported by Eric Blake.
5117
5118 2006-08-28  Bruno Haible  <bruno@clisp.org>
5119
5120         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5121         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5122         * lib/vasprintf.c: Include errno.h, limits.h.
5123         (EOVERFLOW): New fallback definition.
5124         (vasprintf): Test here whether the string length is > INT_MAX.
5125         * lib/vsnprintf.c: Include errno.h, limits.h.
5126         (EOVERFLOW): New fallback definition.
5127         (vsnprintf): Fix bug when generated string was too long for the buffer.
5128         Test here whether the string length is > INT_MAX.
5129
5130 2006-08-28  Bruno Haible  <bruno@clisp.org>
5131
5132         * lib/inttypes_.h (SCNX*): Remove definitions.
5133         Reported by Eric Blake.
5134
5135 2006-08-28  Bruno Haible  <bruno@clisp.org>
5136
5137         * lib/c-strstr.h: New file, from GNU gettext.
5138         * lib/c-strstr.c: New file, from GNU gettext.
5139
5140 2006-08-28  Bruno Haible  <bruno@clisp.org>
5141
5142         * gnulib-tool: Reorder some statements.
5143
5144 2006-08-28  Bruno Haible  <bruno@clisp.org>
5145
5146         * gnulib-tool: New option --makefile-name.
5147         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5148         $makefile_name.
5149         (func_import): Write $makefile_name to the cache file, and read it from
5150         there unless explicitly specified. Use $makefile_name as file name
5151         instead of Makefile.am. Adjust the recommendations accordingly.
5152
5153 2006-08-28  Bruno Haible  <bruno@clisp.org>
5154
5155         * gnulib-tool (func_verify_module): Check against misapplying patch.
5156
5157 2006-08-28  Bruno Haible  <bruno@clisp.org>
5158
5159         * gnulib-tool (func_relativize, func_relconcat): New functions.
5160         Give an error if --local-dir is given with --update.
5161         Remove trailing slashes from $local_gnulib_dir.
5162         (func_import): Store the relativized $local_gnulib_dir in
5163         gnulib-cache.m4, and read it from there if not specified explicitly.
5164
5165 2006-08-28  Bruno Haible  <bruno@clisp.org>
5166
5167         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5168         is the current directory. Respect also $local_gnulib_dir.
5169
5170 2006-08-28  Bruno Haible  <bruno@clisp.org>
5171             Simon Josefsson  <jas@extundo.com>
5172
5173         BeOS portability.
5174         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5175
5176 2006-08-27  Jim Meyering  <jim@meyering.net>
5177
5178         * doc/visibility.texi: Remove duplicate word: "pointer".
5179
5180 2006-08-26  Bruno Haible  <bruno@clisp.org>
5181
5182         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5183         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5184         (Makefile.am): Create inttypes.h from inttypes_.h.
5185         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5186
5187         * modules/imaxabs: New file.
5188
5189         * modules/imaxdiv: New file.
5190
5191 2006-08-26  Bruno Haible  <bruno@clisp.org>
5192
5193         * m4/inttypes.m4: New file.
5194         * m4/_inttypes_h.m4: Remove file.
5195         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5196         PRI_MACROS_BROKEN.
5197         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5198
5199         * m4/imaxabs.m4: New file.
5200
5201         * m4/imaxdiv.m4: New file.
5202
5203 2006-08-26  Bruno Haible  <bruno@clisp.org>
5204
5205         * lib/inttypes_.h: New file.
5206         * lib/inttypes.h: Remove file.
5207         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5208
5209         * lib/imaxabs.c: New file.
5210
5211         * lib/imaxdiv.c: New file.
5212
5213 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5214
5215         New config-h module, so that "make" output needn't be cluttered
5216         by -DHAVE_CONFIG_H.
5217         * MODULES.html.sh (Support for building libraries and executables):
5218         Add config-h.
5219         * modules/config-h: New file.
5220         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5221         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5222         the config-h module is used.
5223
5224         New configmake module, so that "make" output needn't be cluttered
5225         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5226         * MODULES.html.sh (Support for building libraries and executables):
5227         Add configmake.
5228         * modules/configmake: New file.
5229
5230 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5231
5232         * m4/config-h.m4: New file.
5233
5234 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5235
5236         * config/srclist.txt: Add elisp-comp.
5237
5238 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5239
5240         * MODULES.html.sh (Support for building libraries and executables):
5241         Add elisp-comp.
5242         * build-aux/elisp-comp: New file.
5243         * modules/elisp-comp: New file.
5244
5245 2006-08-24  Bruno Haible  <bruno@clisp.org>
5246
5247         * gnulib-tool (func_create_testdir): Use non-default values of
5248         sourcebase and m4base.
5249
5250 2006-08-24  Bruno Haible  <bruno@clisp.org>
5251
5252         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5253         HTML structure.
5254
5255 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5256
5257         * modules/openat (Depends-on): Add lchown.
5258
5259 2006-08-23  Bruno Haible  <bruno@clisp.org>
5260
5261         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5262         of gl_LOCK_EARLY instead of gl_LOCK.
5263
5264 2006-08-23  Bruno Haible  <bruno@clisp.org>
5265
5266         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5267         on OSF/1 to no.
5268         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5269
5270 2006-08-23  Bruno Haible  <bruno@clisp.org>
5271
5272         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5273         as unusable.
5274
5275         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5276         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5277         (gl_LOCK): New macro.
5278
5279 2006-08-22  Simon Josefsson  <jas@extundo.com>
5280
5281         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5282         to md5 module.
5283
5284 2006-08-22  Simon Josefsson  <jas@extundo.com>
5285
5286         * MODULES.html.sh: Add "Support for maintaining and release
5287         projects".
5288
5289         * build-aux/gnupload: New file, from coreutils.
5290
5291 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5292
5293         Avoid the need for AC_LIBSOURCES in m4 macros.
5294         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5295         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5296         * modules/check-version (EXTRA_DIST): Add check-version.h.
5297         * modules/crc (EXTRA_DIST): Add crc.h.
5298         * modules/des (EXTRA_DIST): Add des.h.
5299         * modules/gc (EXTRA_DIST): Add gc.h.
5300         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5301         * modules/getline (EXTRA_DIST): Add getline.h.
5302         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5303         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5304         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5305         * modules/md2 (EXTRA_DIST): Add md2.h.
5306         * modules/md4 (EXTRA_DIST): Add md4.h.
5307         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5308         * modules/read-file (EXTRA_DIST): Add read-file.h.
5309         * modules/readline (EXTRA_DIST): Add readline.h.
5310         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5311         rijndael-api-fst.h.
5312
5313 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5314
5315         * m4/rijndael.m4 (gl_ARCFOUR):
5316         * m4/arctwo.m4 (gl_ARCTWO):
5317         * m4/check-version.m4 (gl_CHECK_VERSION):
5318         * m4/crc.m4 (gl_CRC):
5319         * m4/des.m4 (gl_DES):
5320         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5321         * m4/gc.m4 (gl_GC):
5322         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5323         * m4/getline.m4 (gl_FUNC_GETLINE):
5324         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5325         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5326         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5327         * m4/md2.m4 (gl_MD2):
5328         * m4/md4.m4 (gl_MD4):
5329         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5330         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5331         * m4/readline.m4 (gl_FUNC_READLINE):
5332         * m4/rijndael.m4 (gl_RIJNDAEL):
5333         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5334         to get the necessary .h files and whatnot.
5335
5336 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5337
5338         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5339         gnulib rather than the other way around.
5340         * config/srclistvars.sh (COREUTILS): Remove.
5341
5342 2006-08-22  Jim Meyering  <jim@meyering.net>
5343
5344         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5345
5346         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5347
5348 2006-08-22  Eric Blake  <ebb9@byu.net>
5349
5350         * modules/regexprops-generic: New file.
5351         * MODULES.html.sh (Support for building documentation): List it.
5352
5353 2006-08-22  Eric Blake  <ebb9@byu.net>
5354
5355         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5356         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5357         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5358         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5359
5360 2006-08-22  Bruno Haible  <bruno@clisp.org>
5361
5362         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5363         and lib_LTLIBRARIES like the other lib_* variables.
5364
5365 2006-08-22  Bruno Haible  <bruno@clisp.org>
5366
5367         * build-aux/x-to-1.in: New file, from GNU gettext.
5368
5369 2006-08-22  Bruno Haible  <bruno@clisp.org>
5370
5371         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5372         <utmpx.h> exists.
5373
5374 2006-08-22  Bruno Haible  <bruno@clisp.org>
5375
5376         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5377         <utmpx.h> exists.
5378
5379 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5380
5381         BeOS portability.
5382         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5383         exist.
5384         Problem reported by Bruno Haible.
5385
5386 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5387
5388         Avoid the need for AC_LIBSOURCES in m4 macros.
5389         * modules/acl (EXTRA_DIST): Add acl.h.
5390         * modules/argmatch (Files): Add m4/argmatch.m4.
5391         (configure.ac): Add gl_ARGMATCH.
5392         (EXTRA_DIST): Renamed from lib_SOURCES, for
5393         consistency with the other modules.  Remove argmatch.c.
5394         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5395         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5396         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5397         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5398         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5399         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5400         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5401         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5402         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5403         * modules/closeout (EXTRA_DIST): Add closeout.h.
5404         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5405         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5406         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5407         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5408         dirname.h; remove basename.c and stripslash.c.
5409         * modules/exclude (EXTRA_DIST): Add exclude.h.
5410         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5411         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5412         * modules/file-type (EXTRA_DIST): Add file-type.h.
5413         * modules/filemode (EXTRA_DIST): Add filemode.h.
5414         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5415         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5416         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5417         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5418         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5419         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5420         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5421         * modules/getdate (EXTRA_DIST): Add getdate.c.
5422         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5423         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5424         * modules/getpass (EXTRA_DIST): Add getpass.h.
5425         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5426         * modules/group-member (EXTRA_DIST): Add group-member.h.
5427         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5428         * modules/hash (EXTRA_DIST): Add hash.h.
5429         * modules/human (EXTRA_DIST): Add human.h.
5430         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5431         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5432         * modules/lchown (EXTRA_DIST): Add lchown.h.
5433         * modules/long-options (EXTRA_DIST): Add long-options.h.
5434         * modules/lstat (EXTRA_DIST): Add lstat.h.
5435         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5436         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5437         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5438         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5439         * modules/memxor (EXTRA_DIST): Add memxor.h.
5440         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5441         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5442         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5443         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5444         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5445         * modules/physmem (EXTRA_DIST): Add physmem.h.
5446         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5447         * modules/posixver (EXTRA_DIST): Add posixver.h.
5448         * modules/quote (EXTRA_DIST): Add quote.h.
5449         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5450         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5451         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5452         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5453         regex_internal.h regexec.c.
5454         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5455         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5456         * modules/same (EXTRA_DIST): Add same.h.
5457         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5458         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5459         * modules/savedir (EXTRA_DIST): Add savedir.h.
5460         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5461         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5462         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5463         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5464         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5465         * modules/strdup (EXTRA_DIST): Add strdup.h.
5466         * modules/strftime (EXTRA_DIST): Add strftime.h.
5467         * modules/strndup (EXTRA_DIST): Add strndup.h.
5468         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5469         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5470         * modules/time_r (EXTRA_DIST): Add time_r.h.
5471         * modules/timespec (EXTRA_DIST): Add timespec.h.
5472         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5473         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5474         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5475         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5476         * modules/userspec (EXTRA_DIST): Add userspec.h.
5477         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5478         * modules/utimens (EXTRA_DIST): Add utimens.h.
5479         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5480         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5481         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5482         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5483         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5484         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5485         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5486         * modules/yesno (EXTRA_DIST): Add yesno.h.
5487
5488 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5489
5490         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5491
5492         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5493         * m4/dev-ino.m4, same-inode.m4: Remove.
5494
5495         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5496         * m4/acl.m4 (AC_FUNC_ACL):
5497         * m4/backupfile.m4 (gl_BACKUPFILE):
5498         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5499         * m4/canon-host.m4 (gl_CANON_HOST):
5500         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5501         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5502         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5503         * m4/cloexec.m4 (gl_CLOEXEC):
5504         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5505         * m4/closeout.m4 (gl_CLOSEOUT):
5506         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5507         * m4/dirname.m4 (gl_DIRNAME):
5508         * m4/exclude.m4 (gl_EXCLUDE):
5509         * m4/exitfail.m4 (gl_EXITFAIL):
5510         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5511         * m4/file-type.m4 (gl_FILE_TYPE):
5512         * m4/filemode.m4 (gl_FILEMODE):
5513         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5514         * m4/fpending.m4 (gl_FUNC_FPENDING):
5515         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5516         * m4/fts.m4 (gl_FUNC_FTS):
5517         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5518         * m4/getdate.m4 (gl_GETDATE):
5519         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5520         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5521         * m4/getpass.m4 (gl_FUNC_GETPASS):
5522         * m4/gettime.m4 (gl_GETTIME):
5523         * m4/getugroups.m4 (gl_GETUGROUPS):
5524         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5525         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5526         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5527         * m4/hash.m4 (gl_HASH):
5528         * m4/idcache.m4 (gl_IDCACHE):
5529         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5530         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5531         * m4/long-options.m4 (gl_LONG_OPTIONS):
5532         * m4/lstat.m4 (gl_FUNC_LSTAT):
5533         * m4/md5.m4 (gl_MD5):
5534         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5535         * m4/memcoll.m4 (gl_MEMCOLL):
5536         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5537         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5538         * m4/memxor.m4 (gl_MEMXOR):
5539         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5540         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5541         * m4/modechange.m4 (gl_MODECHANGE):
5542         * m4/mountlist.m4 (gl_MOUNTLIST):
5543         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5544         * m4/openat.m4 (gl_FUNC_OPENAT):
5545         * m4/pathmax.m4 (gl_PATHMAX):
5546         * m4/physmem.m4 (gl_PHYSMEM):
5547         * m4/posixtm.m4 (gl_POSIXTM):
5548         * m4/posixver.m4 (gl_POSIXVER):
5549         * m4/quote.m4 (gl_QUOTE):
5550         * m4/quotearg.m4 (gl_QUOTEARG):
5551         * m4/readtokens.m4 (gl_READTOKENS):
5552         * m4/readutmp.m4 (gl_READUTMP):
5553         * m4/regex.m4 (gl_REGEX):
5554         * m4/safe-read.m4 (gl_SAFE_READ):
5555         * m4/safe-write.m4 (gl_SAFE_WRITE):
5556         * m4/same.m4 (gl_SAME):
5557         * m4/save-cwd.m4 (gl_SAVE_CWD):
5558         * m4/savedir.m4 (gl_SAVEDIR):
5559         * m4/settime.m4 (gl_SETTIME):
5560         * m4/sha1.m4 (gl_SHA1):
5561         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5562         * m4/stat-macros.m4 (gl_STAT_MACROS):
5563         * m4/stat-time.m4 (gl_STAT_TIME):
5564         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5565         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5566         * m4/strdup.m4 (gl_FUNC_STRDUP):
5567         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5568         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5569         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5570         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5571         * m4/time_r.m4 (gl_TIME_R):
5572         * m4/timespec.m4 (gl_TIMESPEC):
5573         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5574         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5575         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5576         * m4/userspec.m4 (gl_USERSPEC):
5577         * m4/utimecmp.m4 (gl_UTIMECMP):
5578         * m4/utimens.m4 (gl_UTIMENS):
5579         * m4/xalloc.m4 (gl_XALLOC):
5580         * m4/xgetcwd.m4 (gl_XGETCWD):
5581         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5582         * m4/xreadlink.m4 (gl_XREADLINK):
5583         * m4/xstrtod.m4 (gl_XSTRTOD):
5584         * m4/yesno.m4 (gl_YESNO):
5585         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5586         to get the necessary .h files and whatnot.
5587
5588 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5589             Bruno Haible  <bruno@clisp.org>
5590
5591         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5592         /bin/sh understanding of '!' conditional negation.
5593
5594 2006-08-21  Jim Meyering  <jim@meyering.net>
5595
5596         * modules/openat (Depends-on): Really alphabetize.
5597
5598         * modules/acl (Depends-on): Add error and quote.
5599
5600         * check-module (find_included_lib_files): Add at-func.c to the
5601         ok-to-include-more-than-once white list.
5602
5603         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5604
5605 2006-08-21  Bruno Haible  <bruno@clisp.org>
5606
5607         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5608         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5609         Reported by Martin Lambers <marlam@marlam.de>.
5610
5611 2006-08-21  Bruno Haible  <bruno@clisp.org>
5612
5613         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5614         specify an installation location, don't emit a noinst_LIBRARIES or
5615         noinst_LTLIBRARIES assignment.
5616
5617 2006-08-21  Bruno Haible  <bruno@clisp.org>
5618
5619         BeOS portability.
5620         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5621         BeOS has mbrtowc() but no <wctype.h>.
5622
5623 2006-08-21  Bruno Haible  <bruno@clisp.org>
5624
5625         BeOS portability.
5626         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5627         exist.
5628
5629 2006-08-21  Bruno Haible  <bruno@clisp.org>
5630
5631         BeOS portability.
5632         * lib/mbchar.h: Include <wctype.h> only if it exists.
5633
5634 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5635
5636         Remove files that are no longer needed by their respective modules.
5637         * m4/obstack.m4: Remove.
5638         * m4/strerror_r.m4: Remove.
5639         * m4/uint32_t.m4: Remove.
5640         * m4/uintptr_t.m4: Remove.
5641         * m4/ullong_max.m4: Remove.
5642         * m4/xstrtoimax.m4: Remove.
5643         * m4/xstrtoumax.m4: Remove.
5644
5645         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5646         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5647         dependencies now capture this.
5648
5649         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5650         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5651         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5652         * m4/human.m4 (gl_HUMAN): Likewise.
5653         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5654         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5655
5656         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5657
5658         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5659         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5660         stdint.
5661         * m4/human.m4 (gl_HUMAN): Likewise.
5662         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5663         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5664         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5665         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5666         * m4/xstrtol (gl_XSTRTOL): Likewise.
5667
5668         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5669         AC_TYPE_LONG_LONG_INT.
5670         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5671         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5672         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5673         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5674
5675         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5676         on stdbool.
5677
5678         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5679         (gl_PREREQ_XSTRTOUL): Remove.
5680
5681         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5682
5683         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5684         mode.
5685
5686 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5687
5688         Add and change modules to make it easier for coreutils to use
5689         gnulib-tool.
5690         * modules/backupfile (Files): Remove m4/d-ino.m4.
5691         (Depends-on): Add d-ino.
5692         * modules/cycle-check (Depends-on): Add stdint.
5693         (lib_SOURCES): Add cycle-check.h.
5694         * modules/d-ino: New module.
5695         * modules/d-type: New module.
5696         * modules/error (Files): Remove m4/strerror_r.m4.
5697         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5698         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5699         m4/inttypes_h.m4, m4/uintmax_t.m4.
5700         (Depends-on): Add stdint.
5701         (lib_SOURCES): Add fsusage.h.
5702         * modules/getcwd (Files): Remove d-ino.m4.
5703         (Depends-on): Add d-ino.
5704         * modules/getndelim2 (Depends-on): Add stdint.
5705         * modules/glob (Files): Remove m4/d-type.m4.
5706         (Depends-on): Add d-type.
5707         * modules/host-os: New module.
5708         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5709         m4/inttypes_h.m4, m4/uintmax_t.m4.
5710         * Depends-on: Add stdint.
5711         (lib_SOURCES): Add human.h.
5712         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5713         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5714         m4/uintmax_t.m4, m4/ulonglong.m4.
5715         (Depends-on): Add stdint.
5716         (EXTRA_DIST): Add inttostr.h.
5717         * modules/lchmod: New module.
5718         * modules/link-follow: New module.
5719         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5720         (Depends-on): Add lchmod.
5721         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5722         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5723         (Depends-on): Add stdint.
5724         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5725         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5726         (Depends-on): Add stdint.
5727         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5728         * modules/perl: New module.
5729         * modules/regex (Depends-on): Add stdint.
5730         * modules/rmdir-errno: New module.
5731         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5732         m4/intmax_t.m4.
5733         (Depends-on): Add stdint.
5734         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5735         m4/uintmax_t.m4.
5736         (Depends-on): Add stdint.
5737         * modules/unlink-busy: New module.
5738         * modules/utimecmp (Depends-on): Add stdint.
5739         * modules/uptime: New module.
5740         * modules/winsz-ioctl: New module.
5741         * modules/winsz-termios: New module.
5742         * modules/xnanosleep (Depends-on): Add nanosleep.
5743         * modules/ullong_max: Remove.
5744         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5745         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5746         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5747         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5748         (Depends-on): Add inttypes.
5749         (lib_SOURCES): Add xstrtol.h.
5750         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5751         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5752         * MODULES.html.sh: Move 'assert' into the assert section.
5753         Move 'dummy' into the linking section.
5754         Remove ullong_max.
5755         Add section for compatibility checks for POSIX:2001 functions,
5756         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5757         winsz-ioctl, and winsz-termios into it.
5758         Add lchmod.
5759         Add top-level Misc section and put host-os, perl, and uptime
5760         into it.
5761
5762 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5763
5764         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5765         now assume the stdint module.  Do not include inttypes.h.
5766         * lib/fsusage.h: Likewise.
5767         * lib/getndelim2.c: Likewise.
5768         * lib/human.h: Likewise.
5769         * lib/inttostr.h: Likewise.
5770         * lib/obstack.c: Likewise.
5771         * lib/regex_internal.h: Likewise.
5772         * lib/tempname.c: Likewise.
5773         * lib/utimecmp.c: Likewise.
5774         * lib/xstrtol.h: Likewise.
5775
5776         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5777
5778         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5779         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5780         * lib/xtime.h: Likewise.
5781
5782 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5783
5784         * modules/openat (Files): Add lib/fchmodat.c.
5785         Fixes problem reported by Jay Youngman.
5786
5787 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5788
5789         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5790         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5791
5792 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5793             Bruno Haible  <bruno@clisp.org>
5794
5795         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5796         and is a script that invokes bison. Tighten the code. Add comments.
5797
5798 2006-08-18  Jim Meyering  <jim@meyering.net>
5799
5800         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5801         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5802         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5803         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5804
5805 2006-08-18  Bruno Haible  <bruno@clisp.org>
5806
5807         * modules/bison-i18n: New file.
5808         * MODULES.html.sh (Internationalization functions): Add it.
5809
5810 2006-08-18  Bruno Haible  <bruno@clisp.org>
5811
5812         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5813         sys/statvfs.h. When getmntinfo was found, check its declaration and
5814         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5815
5816 2006-08-18  Bruno Haible  <bruno@clisp.org>
5817
5818         * m4/bison-i18n.m4: New file, from bison.
5819
5820 2006-08-18  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5823         (ME_DUMMY): Treat "kernfs" as a dummy.
5824         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5825
5826 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5827
5828         Update from coreutils.
5829
5830         2006-08-15  Jim Meyering  <jim@meyering.net>
5831
5832         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5833
5834         2006-01-17  Jim Meyering  <jim@meyering.net>
5835
5836         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5837
5838         2006-01-11  Jim Meyering  <jim@meyering.net>
5839
5840         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5841         Check for the lchmod function.
5842
5843 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5844
5845         Update from coreutils.
5846
5847         * lib/__fpending.h: Add copyright notice.
5848         * lib/fprintftime.h: Likewise.
5849         * lib/savedir.c: Use (C) in copyright notice.
5850         * lib/savedir.h: Likewise.
5851
5852         2006-08-15  Jim Meyering  <jim@meyering.net>
5853
5854         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5855         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5856         in support of the EXPECTED_ERRNO macro.
5857         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5858         definitions.  Instead, define the appropriate symbols and include
5859         "at-func.c".
5860         * lib/mkdirat.c (mkdirat): Likewise.
5861         * lib/fchmodat.c (fchmodat): Likewise.
5862         (ENOSYS): Remove definition.
5863         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5864         it.  Don't include "unistd--.h" -- it wasn't ever used.
5865
5866         2006-01-17  Jim Meyering  <jim@meyering.net>
5867
5868         Rewrite fts.c not to change the current working directory,
5869         by using openat, fstatat, fdopendir, etc..
5870
5871         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5872         (HAVE_OPENAT_SUPPORT): Define.
5873         [_LIBC] (fchdir): Don't undef or define; no longer used.
5874         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5875         Now, this `function' always succeeds, and consumes its file descriptor
5876         parameter -- so callers must not close such FDs.  Update callers.
5877         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5878         (diropen): Add parameter, SP.  Adjust all callers.
5879         Implement using diropen_fd, rather than open.
5880         (fts_open): Initialize new member, fts_cwd_fd.
5881         Remove fts_rft-setting code.
5882         (fts_close): Close fts_cwd_fd, if necessary.
5883         (__opendir2): Define in terms of opendir or opendirat,
5884         depending on whether the FST_NOCHDIR flag is set.
5885         (fts_build): Since fts_safe_changedir consumes its FD, and since
5886         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5887         and close the dup'd file descriptor upon failure.
5888         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5889         (fts_safe_changedir): Tweak semantics to reflect that this function
5890         now calls cwd_advance_fd and hence consumes its FD argument.
5891         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5892         [struct FTS] (fts_rft): Remove now-unused member.
5893         [struct FTS] (fts_cycle.state): Improve comment.
5894
5895         * lib/openat.c (openat_needs_fchdir): New function.
5896         * lib/openat.h (openat_needs_fchdir): Declare it.
5897
5898 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5899
5900         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5901         Problem and fix reported by Pádraig Brady in
5902         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5903
5904 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5905
5906         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5907
5908 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5909
5910         * lib/memcoll.c (memcoll): Optimize for the common case where the
5911         arguments are bytewise equal.
5912
5913 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5914
5915         * doc/regexprops-generic.texi: Add a copyright notice.
5916
5917 2006-08-15  Bruno Haible  <bruno@clisp.org>
5918
5919         * modules/tmpdir (License): Change to LGPL.
5920
5921 2006-08-15  Bruno Haible  <bruno@clisp.org>
5922
5923         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5924         module.
5925
5926 2006-08-14  Simon Josefsson  <jas@extundo.com>
5927
5928         * config/srclist.txt: Add gnupload.
5929
5930 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5931
5932         Change copyright notice from LGPL 2 to GPL 2, since that's the
5933         standard form used in the gnulib repository.
5934         * tests/test-lock.c: Likewise.
5935         * tests/test-stdint.c: Likewise.
5936         * tests/test-tls.c: Likewise.
5937
5938         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5939         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5940         Add copyright notice.
5941
5942         * check-module: Add copyright notice.  Output a copyright
5943         notice if "--version" is specified.
5944         * modules/COPYING: New file.
5945         * tests/test-getaddrinfo.c: Add copyright notice.
5946         * tests/test-verify.c: Likewise.
5947
5948 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5949
5950         Change copyright notice from LGPL 2 to GPL 2, since that's the
5951         standard form used in the gnulib repository.
5952         * lib/lock.c: LGPL -> GPL.
5953         * lib/lock.h: Likewise.
5954         * lib/strnlen1.c: Likewise.
5955         * lib/strnlen1.h: Likewise.
5956         * lib/tls.c: Likewise.
5957         * lib/tls.h: Likewise.
5958         * lib/tmpdir.c: Likewise.
5959
5960         * lib/TODO: Remove; this belongs only in coreutils.
5961
5962 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5963
5964         Add copyright notices to long-enough files that lack them, since
5965         otherwise the files aren't clearly free.  Use the same notice that
5966         getdate.texi already uses.
5967         * doc/alloca-opt.texi: Add copyright notice.
5968         * doc/alloca.texi: Likewise.
5969         * doc/ctime.texi: Likewise.
5970         * doc/functions.texi: Likewise.
5971         * doc/gcd.texi: Likewise.
5972         * doc/gnulib-tool.texi: Likewise.
5973         * doc/inet_ntoa.texi: Likewise.
5974         * doc/visibility.texi: Likewise.
5975
5976         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5977         * doc/quote.texi: Add copyright notice.
5978
5979         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5980         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5981         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5982         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5983         is now obsolete, and give a pointer to the Sun list.
5984         Add copyright notice.
5985
5986 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5987
5988         * config/srclistvars.sh: Add copyright notice.
5989
5990 2006-08-14  Eric Blake  <ebb9@byu.net>
5991
5992         Import the following change from libc:
5993
5994         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5995
5996         Upstream bug 2997.
5997         * lib/misc/error.c: Add space between program name and message if file
5998         name is missing.
5999
6000 2006-08-12  Karl Berry  <karl@gnu.org>
6001
6002         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6003         remove, these originate in gnulib now.
6004
6005 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6006
6007         * doc/Makefile (standards.info standards.html standards.dvi):
6008         Also depend on make-stds.texi.
6009
6010 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6011
6012         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6013         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6014
6015         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6016         in wchar_t.  Problem reported by Eric Blake.
6017
6018         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6019         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6020         Also, help the compiler to keep LEN in a register.
6021
6022 2006-08-11  Eric Blake  <ebb9@byu.net>
6023
6024         * users.txt: Sort.  Add tar.
6025
6026 2006-08-11  Bruno Haible  <bruno@clisp.org>
6027
6028         * users.txt: New file.
6029
6030 2006-08-11  Bruno Haible  <bruno@clisp.org>
6031
6032         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6033         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6034
6035 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6036
6037         * modules/snprintf (Depends-on): Remove minmax.
6038         (Maintainer): Add self and Bruno.
6039
6040 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6041
6042         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6043         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6044         (EOVERFLOW): Define if the system does not.
6045         Do not include "minmax.h"; it wasn't used.
6046         (snprintf): Don't assume size_t promotes to an unsigned type.
6047         Fix bug when generated string was too long for the buffer: the
6048         buffer's contents are supposed to be the initial prefix of the
6049         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6050         exceeds INT_MAX; do the check ourselves.
6051
6052         Import the following changes from libc:
6053
6054         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6055
6056         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6057         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6058         set wc to the byte which couldn't be converted.
6059         (re_string_reconstruct): Don't clear valid_raw_len before calling
6060         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6061         tip_context using re_string_context_at.
6062
6063         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6064
6065         * lib/posix/regex.h: g++ still cannot handled [restrict].
6066
6067         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6068
6069         * lib/posix/regex.h: Remove special handling for VMS.
6070
6071 2006-08-10  Jim Meyering  <jim@meyering.net>
6072
6073         * modules/same-inode: New module.
6074         * modules/dev-ino: New module.
6075         * modules/cycle-check: Depend on these modules, rather than simply
6076         including their .h files.
6077         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6078         required via m4/cycle-check.m4.
6079         * modules/same: Depend on new same-inode module, rather than
6080         including same-inode.h.
6081         * modules/chdir-safer: New file.
6082
6083         * modules/chown (Depends-on): Add stat-macros.
6084
6085 2006-08-10  Jim Meyering  <jim@meyering.net>
6086
6087         * m4/cycle-check.m4: New file.
6088         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6089         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6090
6091 2006-08-10  Eric Blake  <ebb9@byu.net>
6092
6093         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6094         in from original proposal.
6095
6096 2006-08-10  Eric Blake  <ebb9@byu.net>
6097         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6098
6099         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6100         namespace.
6101
6102 2006-08-10  Bruno Haible  <bruno@clisp.org>
6103
6104         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6105         as well.
6106
6107 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6108
6109         Sync from coreutils.
6110
6111         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6112
6113         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6114         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6115
6116 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6117
6118         * modules/restrict: Remove; no longer needed now that we assume
6119         Autoconf 2.59 or later.
6120         * MODULES.html.sh: Remove 'restrict'.
6121         * modules/argp (Depends-on): Remove 'restrict'.
6122         * modules/base64 (Depends-on): Likewise.
6123         * modules/gc (Depends-on): Likewise.
6124         * modules/getaddrinfo (Depends-on): Likewise.
6125         * modules/glob (Depends-on): Likewise.
6126         * modules/inet_ntop (Depends-on): Likewise.
6127         * modules/inet_pton (Depends-on): Likewise.
6128         * modules/memxor (Depends-on): Likewise.
6129         * modules/regex (Depends-on): Likewise.
6130         * modules/strtok_r (Depends-on): Likewise.
6131         * modules/time_r (Depends-on): Likewise.
6132
6133 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6134
6135         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6136         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6137         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6138         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6139         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6140         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6141         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6142         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6143
6144         Merge from coreutils.
6145         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6146         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6147         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6148         * m4/time_r.m4 (gl_TIME_R): Likewise.
6149
6150 2006-08-09  Karl Berry  <karl@gnu.org>
6151
6152         * config/srclist.txt: no more gettext-tools, per Bruno.
6153
6154 2006-08-08  Eric Blake  <ebb9@byu.net>
6155
6156         * modules/verror: New module.
6157         * MODULES.html.sh: Document it.
6158
6159 2006-08-08  Eric Blake  <ebb9@byu.net>
6160
6161         * lib/verror.h, lib/verror.c: New files.
6162
6163 2006-08-08  Eric Blake  <ebb9@byu.net>
6164
6165         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6166         verror_at_line output complies with GNU Coding Standards even when
6167         file is NULL.
6168
6169 2006-08-07  Bruno Haible  <bruno@clisp.org>
6170
6171         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6172         versions of AIX.
6173         Reported by Ralf Wildenhues.
6174
6175 2006-08-07  Bruno Haible  <bruno@clisp.org>
6176
6177         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6178         in an AC_DEFUN. Needed so that the autoconf snippets can use
6179         AC_REQUIRE.
6180
6181 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6182
6183         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6184         Initialize pkgdata_DATA.
6185         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6186         overriding it.
6187
6188 2006-08-06  Eric Blake  <ebb9@byu.net>
6189
6190         * lib/error.h: Fold in some upstream changes from glibc.
6191         * lib/error.c: Likewise.
6192
6193 2006-08-04  Bruno Haible  <bruno@clisp.org>
6194
6195         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6196         Make the mostlyclean-local rule depend on mostlyclean-generic.
6197         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6198
6199 2006-07-31  Bruno Haible  <bruno@clisp.org>
6200
6201         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6202         <stdlib.h>, <string.h>.
6203
6204 2006-07-30  Bruno Haible  <bruno@clisp.org>
6205
6206         * modules/readlink (License): Change to LGPL.
6207
6208 2006-07-30  Bruno Haible  <bruno@clisp.org>
6209
6210         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6211         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6212         set PKGDATADIR to point to it.
6213
6214 2006-07-30  Bruno Haible  <bruno@clisp.org>
6215
6216         * modules/csharpexec (configure.ac): Comment out macro invocation.
6217         * modules/javaexec (configure.ac): Likewise.
6218         * modules/javacomp-script (configure.ac): Likewise.
6219
6220         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6221
6222 2006-07-30  Bruno Haible  <bruno@clisp.org>
6223
6224         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6225         linked-list.
6226
6227 2006-07-30  Bruno Haible  <bruno@clisp.org>
6228
6229         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6230
6231 2006-07-30  Bruno Haible  <bruno@clisp.org>
6232
6233         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6234         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6235         get removed.
6236
6237 2006-07-29  Bruno Haible  <bruno@clisp.org>
6238
6239         Make it possible for gnulib-tool to work with locally modified or
6240         augmented gnulib repositories.
6241         * gnulib-tool (func_usage): Document --local-dir option.
6242         (local_gnulib_dir): New variable.
6243         Handle --local-dir option.
6244         (func_lookup_file): New function.
6245         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6246         (func_get_description, func_get_filelist, func_get_description,
6247         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6248         func_get_automake_snippet, func_get_include_directive,
6249         func_get_license, func_get_maintainer): Use func_lookup_file.
6250         (func_import, func_create_testdir): Use func_lookup_file.
6251
6252 2006-07-29  Bruno Haible  <bruno@clisp.org>
6253
6254         * modules/setenv (Depends-on): Add unistd.
6255
6256 2006-07-29  Bruno Haible  <bruno@clisp.org>
6257
6258         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6259
6260 2006-07-29  Bruno Haible  <bruno@clisp.org>
6261
6262         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6263
6264 2006-07-29  Bruno Haible  <bruno@clisp.org>
6265
6266         * gnulib-tool (import, update): If there is no Makefile.am, look at
6267         aclocal.m4, instead of bailing out.
6268
6269 2006-07-29  Bruno Haible  <bruno@clisp.org>
6270
6271         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6272         Categorize the options by when they are useful.
6273
6274 2006-07-29  Bruno Haible  <bruno@clisp.org>
6275
6276         * gnulib-tool (func_usage): Document option --no-libtool.
6277         Handle option --no-libtool.
6278         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6279         for changed semantics of $libtool variable.
6280         (func_import): Likewise. If libtool is not used, show this through
6281         an option --no-libtool.
6282         (func_create_testdir): Update.
6283
6284 2006-07-29  Bruno Haible  <bruno@clisp.org>
6285
6286         * gnulib-tool (func_import): Extend error message about missing
6287         --doc-base.
6288
6289 2006-07-29  Bruno Haible  <bruno@clisp.org>
6290
6291         * gnulib-tool (func_import): Don't create the $docbase directory if
6292         there is no file to store there.
6293
6294 2006-07-29  Bruno Haible  <bruno@clisp.org>
6295
6296         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6297         relevant, look for configure.ac there, not in the current directory.
6298         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6299
6300 2006-07-29  Bruno Haible  <bruno@clisp.org>
6301
6302         * gnulib-tool (SORT): New variable.
6303         (func_usage): Undocument --assume-autoconf option.
6304         Remove --assume-autoconf option handling.
6305         (autoconf_minversion): Determine from the contents of configure.ac.
6306         (func_import): Remove autoconf_minversion handling.
6307         Suggested by Eric Blake.
6308
6309 2006-07-29  Bruno Haible  <bruno@clisp.org>
6310
6311         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6312
6313 2006-07-29  Bruno Haible  <bruno@clisp.org>
6314
6315         * config/srclist.txt (*setenv.[ch]): Remove rules.
6316
6317 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6318
6319         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6320
6321 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6322
6323         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6324         arpa/inet.h.
6325
6326 2006-07-28  Simon Josefsson  <jas@extundo.com>
6327
6328         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6329         * modules/inet_pton (Depends-on): Likewise.
6330
6331 2006-07-28  Simon Josefsson  <jas@extundo.com>
6332
6333         * m4/netinet_in_h.m4: New file.
6334
6335 2006-07-28  Simon Josefsson  <jas@extundo.com>
6336
6337         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6338         #include's.
6339
6340 2006-07-28  Simon Josefsson  <jas@extundo.com>
6341
6342         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6343         #include's.
6344
6345 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6346
6347         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6348         setgid on directories only if they set these bits.
6349         * lib/modechange.h: Remove obsolete comment about masks.
6350
6351 2006-07-28  Eric Blake  <ebb9@byu.net>
6352
6353         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6354         macro expansion.
6355
6356 2006-07-28  Bruno Haible  <bruno@clisp.org>
6357
6358         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6359
6360 2006-07-28  Bruno Haible  <bruno@clisp.org>
6361
6362         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6363
6364 2006-07-28  Bruno Haible  <bruno@clisp.org>
6365
6366         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6367         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6368         Define fallbacks.
6369         Avoids link error on FreeBSD 4.x.
6370         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6371
6372         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6373         encoding.
6374         * lib/mbswidth.c (iswcntrl): Likewise.
6375
6376 2006-07-27  Bruno Haible  <bruno@clisp.org>
6377
6378         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6379         test.
6380
6381 2006-07-27  Bruno Haible  <bruno@clisp.org>
6382
6383         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6384         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6385         defined.
6386
6387 2006-07-26  Eric Blake  <ebb9@byu.net>
6388
6389         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6390
6391 2006-07-26  Eric Blake  <ebb9@byu.net>
6392
6393         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6394         like mingw that lack mkstemp.
6395         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6396         avoid compilation warning on mingw.
6397
6398 2006-07-26  Bruno Haible  <bruno@clisp.org>
6399
6400         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6401         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6402         INT_FAST*_MIN, INTPTR_MIN.
6403
6404 2006-07-25  Bruno Haible  <bruno@clisp.org>
6405
6406         * modules/version-etc (Depends-on): Add stdarg.
6407
6408 2006-07-25  Bruno Haible  <bruno@clisp.org>
6409
6410         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6411         complex commands.
6412
6413 2006-07-25  Bruno Haible  <bruno@clisp.org>
6414
6415         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6416         defined in <stdarg.h> or config.h.
6417
6418 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6419
6420         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6421         (gl_STDIO_SAFER): Remove.
6422
6423 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6424
6425         * MODULES.html.sh (File stream based Input/Output):
6426         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6427         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6428         * modules/fopen-safer, modules/tmpfile-safer: New files.
6429         * modules/stdio-safer: Remove.
6430
6431 2006-07-24  Bruno Haible  <bruno@clisp.org>
6432
6433         * modules/tmpdir: New file.
6434         * MODULES.html.sh (File system functions): Add it.
6435
6436 2006-07-24  Bruno Haible  <bruno@clisp.org>
6437
6438         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6439         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6440
6441 2006-07-24  Bruno Haible  <bruno@clisp.org>
6442
6443         * modules/clean-temp: New file.
6444
6445 2006-07-24  Bruno Haible  <bruno@clisp.org>
6446
6447         * m4/tmpdir.m4: New file, from GNU gettext.
6448
6449 2006-07-24  Bruno Haible  <bruno@clisp.org>
6450
6451         * lib/tmpdir.h: New file, from GNU gettext.
6452         * lib/tmpdir.c: New file, from GNU gettext.
6453
6454 2006-07-24  Bruno Haible  <bruno@clisp.org>
6455
6456         * lib/clean-temp.h: New file, from GNU gettext.
6457         * lib/clean-temp.c: New file, from GNU gettext.
6458
6459 2006-07-23  Eric Blake  <ebb9@byu.net>
6460
6461         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6462         (Depends-on): Add binary-io.
6463
6464 2006-07-23  Eric Blake  <ebb9@byu.net>
6465
6466         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6467
6468 2006-07-23  Eric Blake  <ebb9@byu.net>
6469
6470         * lib/tmpfile-safer.c: New file.
6471         * lib/stdio-safer.h (fopen_safer): Add prototype.
6472         * lib/stdio--.h (tmpfile): Make safer.
6473
6474 2006-07-23  Bruno Haible  <bruno@clisp.org>
6475
6476         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6477         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6478         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6479         gl_linked_remove_at): Use it.
6480
6481 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6482         and Simon Josefsson <jas@extundo.com>
6483
6484         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6485
6486         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6487
6488 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6489
6490         * modules/close-stream: New file.
6491         * modules/closeout (Description): Make it clear that it exits
6492         with a diagnostic on error.
6493         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6494         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6495
6496 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6497
6498         * m4/close-stream.m4: New file.
6499
6500 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6501
6502         * lib/close-stream.c, lib/close-stream.h: New files.
6503
6504 2006-07-22  Bruno Haible  <bruno@clisp.org>
6505
6506         Merge from GNU gettext 0.15.
6507
6508         2006-05-01  Bruno Haible  <bruno@clisp.org>
6509
6510                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6511
6512         2006-07-22  Bruno Haible  <bruno@clisp.org>
6513
6514                 * modules/javaversion: New file.
6515                 * MODULES.html.sh (Java): Add javaversion.
6516
6517         2006-03-12  Bruno Haible  <bruno@clisp.org>
6518
6519                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6520
6521         2005-12-04  Bruno Haible  <bruno@clisp.org>
6522
6523                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6524                 (untested).
6525
6526         2006-06-21  Bruno Haible  <bruno@clisp.org>
6527
6528                 Avoid warnings from recent versions of mcs.
6529                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6530                 -o, -L, -r any more. Use options documented since mcs-1.0
6531                 instead. Similarly for -g.
6532
6533         2005-12-04  Bruno Haible  <bruno@clisp.org>
6534
6535                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6536                 .resources, not .resource.
6537
6538         2005-07-09  Bruno Haible  <bruno@clisp.org>
6539
6540                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6541                 add a .dll suffix.
6542                 Reported by Mark Junker <mjscod@gmx.de>.
6543
6544         2006-07-22  Bruno Haible  <bruno@clisp.org>
6545
6546                 * modules/gettext: Upgrade to gettext-0.15.
6547                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6548                 m4/visibility.m4.
6549                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6550
6551 2006-07-22  Bruno Haible  <bruno@clisp.org>
6552
6553         Merge from GNU gettext 0.15.
6554
6555         2006-03-25  Bruno Haible  <bruno@clisp.org>
6556
6557                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6558
6559         2006-07-21  Bruno Haible  <bruno@clisp.org>
6560
6561                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6562                 "1.1".
6563
6564         2006-05-09  Bruno Haible  <bruno@clisp.org>
6565
6566                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6567                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6568                 for the conftestver execution.
6569
6570         2006-05-01  Bruno Haible  <bruno@clisp.org>
6571
6572                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6573                 optional target-version argument. Verify that the compiler
6574                 groks source of the specified source-version, or add -source
6575                 option as necessary. Verify that the compiler produces
6576                 bytecode in the specified target-version, or add -target and
6577                 -source options as necessary. Make the result of the test
6578                 available as variable CONF_JAVAC. Also log error output in
6579                 config.log.
6580
6581         2006-03-11  Bruno Haible  <bruno@clisp.org>
6582
6583                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6584
6585         2006-05-09  Bruno Haible  <bruno@clisp.org>
6586
6587                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6588                 CLASSPATH_SEPARATOR to a semicolon.
6589
6590         2006-03-12  Bruno Haible  <bruno@clisp.org>
6591
6592                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6593                 available as variable CONF_JAVA, for subsequent autoconf
6594                 tests. Also log error output in config.log.
6595
6596         2006-07-19  Bruno Haible  <bruno@clisp.org>
6597
6598                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6599                 that getline works on glibc2 systems. Needed to avoid trouble
6600                 in relocatable.c.
6601                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6602
6603         2005-12-04  Bruno Haible  <bruno@clisp.org>
6604
6605                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6606                 launcher (untested).
6607
6608         2005-12-04  Bruno Haible  <bruno@clisp.org>
6609
6610                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6611
6612         2006-07-22  Bruno Haible  <bruno@clisp.org>
6613
6614                 * gettext.m4: Update from GNU gettext-0.15.
6615                 * nls.m4: Likewise.
6616                 * po.m4: Likewise.
6617                 * inttypes-pri.m4: Likewise.
6618                 * inttypes-h.m4: Renamed from inttypes.m4.
6619                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6620
6621 2006-07-22  Bruno Haible  <bruno@clisp.org>
6622
6623         Merge from GNU gettext 0.15.
6624
6625         2005-07-05  Bruno Haible  <bruno@clisp.org>
6626
6627                 * printf-args.c (printf_fetchargs): Work around broken
6628                 definition of wint_t on mingw.
6629
6630         2005-02-12  Bruno Haible  <bruno@clisp.org>
6631
6632                 * xallocsa.h: Add extern "C" for C++.
6633
6634         2006-05-17  Bruno Haible  <bruno@clisp.org>
6635
6636                 Cygwin portability.
6637                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6638
6639         2006-04-30  Bruno Haible  <bruno@clisp.org>
6640
6641                 * progreloc.c: Include <mach-o/dyld.h> if available.
6642                 (find_executable): Use _NSGetExecutablePath when possible.
6643
6644         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6645
6646                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6647                 function.
6648
6649         2005-12-29  Bruno Haible  <bruno@clisp.org>
6650
6651                 * progreloc.c (set_program_name_and_installdir): Fix
6652                 compilation error.
6653
6654         2005-12-04  Bruno Haible  <bruno@clisp.org>
6655
6656                 Cygwin portability.
6657                 * progreloc.c: Include <windows.h> also on Cygwin.
6658                 (find_executable): Add support for Cygwin.
6659                 (set_program_name_and_installdir): Handle also platforms with
6660                 nonempty EXEEXT.
6661
6662         2006-07-11  Bruno Haible  <bruno@clisp.org>
6663
6664                 * javacomp.c: Fix a comment.
6665                 Reported by Jim Meyering.
6666
6667         2006-04-30  Bruno Haible  <bruno@clisp.org>
6668
6669                 * javacomp.h (compile_java_class): Add source_version,
6670                 target_version arguments.
6671                 * javacomp.c: Rewritten to choose only a compiler that
6672                 respects the specified source_version and target_version.
6673
6674         2006-06-27  Bruno Haible  <bruno@clisp.org>
6675
6676                 Assume correct S_ISDIR macro.
6677                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6678
6679         2006-07-22  Bruno Haible  <bruno@clisp.org>
6680
6681                 * javaversion.h: New file, from GNU gettext.
6682                 * javaversion.c: New file, from GNU gettext.
6683                 * javaversion.java: New file, from GNU gettext.
6684                 * javaversion.class: New file, from GNU gettext.
6685
6686         2006-05-17  Bruno Haible  <bruno@clisp.org>
6687
6688                 Cygwin portability.
6689                 * javaexec.c (execute_java_class): Test for jview program
6690                 also on Cygwin.
6691
6692         2006-04-09  Bruno Haible  <bruno@clisp.org>
6693
6694                 * fatal-signal.c: Don't include string.h.
6695                 (at_fatal_signal): Use a copying loop instead of memcpy.
6696
6697         2005-12-04  Bruno Haible  <bruno@clisp.org>
6698
6699                 * csharpexec.c: Add support for 'clix' launcher (untested).
6700                 (execute_csharp_using_sscli): New function.
6701                 (execute_csharp_program): Call it.
6702
6703         2006-06-21  Bruno Haible  <bruno@clisp.org>
6704
6705                 Avoid warnings from recent versions of mcs.
6706                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6707                 -o, -L, -r any more. Use options documented since mcs-1.0
6708                 instead. Similarly for -g.
6709
6710         2005-07-09  Bruno Haible  <bruno@clisp.org>
6711
6712                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6713                 add a .dll suffix.
6714                 Reported by Mark Junker <mjscod@gmx.de>.
6715
6716         2006-06-17  Bruno Haible  <bruno@clisp.org>
6717
6718                 * config.charset: Update for NetBSD 3.0.
6719
6720         2006-05-17  Bruno Haible  <bruno@clisp.org>
6721
6722                 Cygwin portability.
6723                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6724
6725         2006-05-16  Bruno Haible  <bruno@clisp.org>
6726
6727                 * localcharset.c [CYGWIN]: Include <windows.h>.
6728                 (get_charset_aliases): For Cygwin, return the same CPxxx
6729                 aliases list as under WIN32.
6730                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6731                 the environment variables. Fall back to GetACP().
6732
6733         2006-04-05  Bruno Haible  <bruno@clisp.org>
6734
6735                 * config.charset: Update Juan Manuel Guerrero's address.
6736
6737         2005-02-12  Bruno Haible  <bruno@clisp.org>
6738
6739                 * allocsa.h: Add extern "C" for C++.
6740
6741         2005-02-10  Bruno Haible  <bruno@clisp.org>
6742
6743                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6744                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6745
6746         2006-07-22  Bruno Haible  <bruno@clisp.org>
6747
6748                 * gettext.h: Update to GNU gettext-0.15.
6749
6750 2006-07-22  Bruno Haible  <bruno@clisp.org>
6751
6752         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6753         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6754         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6755
6756 2006-07-21  Eric Blake  <ebb9@byu.net>
6757
6758         * modules/stdlib-safer: New file.
6759         * MODULES.html.sh (File stream based Input/Output): Add
6760         stdlib-safer.
6761
6762 2006-07-21  Eric Blake  <ebb9@byu.net>
6763
6764         * lib/stdlib-safer.h: New file from coreutils, required by
6765         stdlib--.h.
6766
6767 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6768
6769         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6770
6771 2006-07-20  Bruno Haible  <bruno@clisp.org>
6772
6773         * gnulib-tool: Recognize new option --assume-autoconf.
6774         (autoconf_minversion): New variable.
6775         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6776
6777 2006-07-20  Bruno Haible  <bruno@clisp.org>
6778
6779         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6780
6781 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6782
6783         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6784         Reindent and repaginate.
6785
6786 2006-07-19  Derek Price  <derek@ximbiot.com>
6787
6788         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6789         Correct grammar.
6790
6791 2006-07-17  Bruno Haible  <bruno@clisp.org>
6792
6793         * modules/list: New file.
6794         * modules/array-list: New file.
6795         * modules/carray-list, modules/carray-list-tests: New files.
6796         * modules/linked-list, modules/linked-list-tests: New files.
6797         * modules/avltree-list, modules/avltree-list-tests: New files.
6798         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6799         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6800         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6801         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6802         * modules/oset: New file.
6803         * modules/array-oset: New file.
6804         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6805         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6806         * tests/test-carray_list.c: New file.
6807         * tests/test-linked_list.c: New file.
6808         * tests/test-avltree_list.c: New file.
6809         * tests/test-rbtree_list.c: New file.
6810         * tests/test-linkedhash_list.c: New file.
6811         * tests/test-avltreehash_list.c: New file.
6812         * tests/test-rbtreehash_list.c: New file.
6813         * tests/test-avltree_oset.c: New file.
6814         * tests/test-rbtree_oset.c: New file.
6815         * MODULES.html.sh (Container data structures): New section.
6816
6817 2006-07-17  Bruno Haible  <bruno@clisp.org>
6818
6819         * m4/gl_list.m4: New file.
6820
6821 2006-07-17  Bruno Haible  <bruno@clisp.org>
6822
6823         * lib/gl_list.h: New file.
6824         * lib/gl_list.c: New file.
6825         * lib/gl_array_list.h: New file.
6826         * lib/gl_array_list.c: New file.
6827         * lib/gl_carray_list.h: New file.
6828         * lib/gl_carray_list.c: New file.
6829         * lib/gl_linked_list.h: New file.
6830         * lib/gl_linked_list.c: New file.
6831         * lib/gl_anylinked_list1.h: New file.
6832         * lib/gl_anylinked_list2.h: New file.
6833         * lib/gl_avltree_list.h: New file.
6834         * lib/gl_avltree_list.c: New file.
6835         * lib/gl_anyavltree_list1.h: New file.
6836         * lib/gl_anyavltree_list2.h: New file.
6837         * lib/gl_rbtree_list.h: New file.
6838         * lib/gl_rbtree_list.c: New file.
6839         * lib/gl_anyrbtree_list1.h: New file.
6840         * lib/gl_anyrbtree_list2.h: New file.
6841         * lib/gl_anytree_list1.h: New file.
6842         * lib/gl_anytree_list2.h: New file.
6843         * lib/gl_linkedhash_list.h: New file.
6844         * lib/gl_linkedhash_list.c: New file.
6845         * lib/gl_anyhash_list1.h: New file.
6846         * lib/gl_anyhash_list2.h: New file.
6847         * lib/gl_avltreehash_list.h: New file.
6848         * lib/gl_avltreehash_list.c: New file.
6849         * lib/gl_rbtreehash_list.h: New file.
6850         * lib/gl_rbtreehash_list.c: New file.
6851         * lib/gl_anytreehash_list1.h: New file.
6852         * lib/gl_anytreehash_list2.h: New file.
6853
6854         * lib/gl_oset.h: New file.
6855         * lib/gl_oset.c: New file.
6856         * lib/gl_array_oset.h: New file.
6857         * lib/gl_array_oset.c: New file.
6858         * lib/gl_avltree_oset.h: New file.
6859         * lib/gl_avltree_oset.c: New file.
6860         * lib/gl_rbtree_oset.h: New file.
6861         * lib/gl_rbtree_oset.c: New file.
6862         * lib/gl_anytree_oset.h: New file.
6863
6864 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6865
6866         * m4/mkancesdirs.m4: New file.
6867         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6868         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6869         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6870         it.
6871
6872 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6873
6874         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6875         * lib/mkancesdirs.h: New files.
6876         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6877         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6878         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6879         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6880         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6881         callers changed.  Revamp internals significantly, by not
6882         attempting to create directories that are temporarily more
6883         permissive than the final results.  Do not attempt to use
6884         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6885         This removes some race conditions, fixes some bugs, and simplifies
6886         things.  Use new dirchownmod function to do owner and mode changes.
6887         * lib/mkdir-p.h: Likewise.
6888         * lib/modechange.c (octal_to_mode): New function.
6889         (struct mode_change): New member mentioned.
6890         (make_node_op_equals): New arg mentioned.  All callers changed.
6891         (mode_compile): Keep track of which mode bits the user has explicitly
6892         mentioned.
6893         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6894         New arg PMODE_BITS, to keep track of which mode bits the user
6895         mentioned; it treats S_ISUID and S_ISGID speciall.
6896         All callers changed.
6897         * lib/modechange.h: Likewise.
6898
6899 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6900
6901         * MODULES.html.sh: Add mkancestors.
6902         * modules/mkancesdirs: New module.
6903         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6904         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6905         The chdir-safer and afs files are now orphans; I'll remove them
6906         unless someone speaks up.
6907         Add lib/dirchownmod.c, lib/dirchownmod.h.
6908         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6909         Add lchown, mkancesdirs.
6910         (Maintainer): Add self.
6911
6912 2006-07-15  Karl Berry  <karl@gnu.org>
6913
6914         * gnulib-tool: help message wording/arrangement.
6915
6916 2006-07-14  Simon Josefsson  <jas@extundo.com>
6917
6918         * doc/gnulib.texi (Libtool and Windows): New section.
6919
6920 2006-07-12  Simon Josefsson  <jas@extundo.com>
6921
6922         * modules/gendocs (License): Fix license, approved by Karl.
6923
6924 2006-07-12  Eric Blake  <ebb9@byu.net>
6925
6926         * MODULES.html.sh: Add gendocs.
6927
6928 2006-07-11  Eric Blake  <ebb9@byu.net>
6929
6930         * modules/fdl: New module, to install doc/fdl.texi.
6931         * MODULES.html.sh: Add new section for documentation modules.
6932         * gnulib-tool: Avoid space-tab.
6933         (--doc-base): New option, to manage files from doc.
6934
6935 2006-07-11  Eric Blake  <ebb9@byu.net>
6936
6937         * m4/absolute-header.m4: Fix comments to match recent change.
6938
6939 2006-07-11  Eric Blake  <ebb9@byu.net>
6940
6941         * gnulib-tool: List --doc-base before --tests-base.
6942
6943 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6944
6945         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6946
6947 2006-07-11  Bruno Haible  <bruno@clisp.org>
6948
6949         * README: Mention where to put documentation.
6950
6951 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6952
6953         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6954
6955 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6956
6957         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6958         to stdint.m4.
6959
6960 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6961
6962         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6963         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6964         "no/such/file/stdint.h" when there is no such file, so that
6965         the resulting C code can be parsed by dodgy compilers.
6966         Problems reported by Bob Proulx.
6967
6968 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6969
6970         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6971         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6972         macros into the GNU _D_EXACT_NAMLEN.
6973         * lib/savedir.c:  Likewise.
6974         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6975
6976 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6977         and Paul Eggert  <eggert@cs.ucla.edu>
6978
6979         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6980         * m4/savedir.m4:
6981         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6982         macros into the GNU _D_EXACT_NAMLEN.
6983
6984 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6985
6986         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6987         around the absolute name, to work around a problem with the HP-UX
6988         11.23 native C compiler, reported by Bob Proulx.
6989
6990 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * doc/maintain.texi, make-stds.texi: Sync from
6993         <http://savannah.gnu.org/projects/gnustandards>.
6994
6995 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6996
6997         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6998
6999 2006-07-09  Jim Meyering  <jim@meyering.net>
7000
7001         * m4/glob.m4: Remove a doubled word in a comment.
7002
7003 2006-07-09  Jim Meyering  <jim@meyering.net>
7004
7005         * lib/argp-pv.c: Remove a doubled word in a comment.
7006         * lib/check-version.c (check_version): Likewise.
7007         * lib/javacomp.c (compile_java_class): Likewise.
7008
7009 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7010
7011         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7012         for the benefit of people using Autoconf 2.60.  If you want to
7013         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7014         (or m4/onceonly.m4, if pre-2.57) manually.
7015
7016 2006-07-08  Jim Meyering  <jim@meyering.net>
7017
7018         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7019         comment.
7020         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7021         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7022         comment.
7023
7024 2006-07-08  Jim Meyering  <jim@meyering.net>
7025
7026         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7027
7028 2006-07-07  Simon Josefsson  <jas@extundo.com>
7029
7030         * tests/test-crc.c: Change expected crc value, the test vector
7031         were probably computed using the old broken crc.c?
7032
7033 2006-07-06  Simon Josefsson  <jas@extundo.com>
7034
7035         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7036         now the canonical place for the M4 file).
7037
7038         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7039         from the sys_socket dependency now.
7040
7041         * modules/inet_pton (Files): Ditto.
7042
7043         * modules/inet_ntop (Files): Ditto.
7044
7045 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7046
7047         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7048         not gl_PREREQ_GETUSERSHELL.
7049
7050 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7051
7052         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7053         with only one argument, for Autoconf 2.60.
7054         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7055         expand to nothing, so add a shell command to avoid syntax error.
7056         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7057
7058 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7059
7060         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7061
7062 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7063
7064         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7065         no longer needed.  Check for isblank decl.
7066         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7067         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7068         of existence.
7069
7070 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7071
7072         * lib/getloadavg.c: Use __VMS, not VMS.
7073         * lib/getopt.c: Likewise.
7074         * lib/getpagesize.h: Likewise.
7075         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7076         and probably does not work.
7077
7078 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7079
7080         * lib/.cppi-disable: Add wcwidth.
7081         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7082         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7083         (ISGRAPH): Remove.  All uses changed to isgraph.
7084         (FOLD) [!defined _LIBC]: Remove special case.
7085         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7086         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7087         HAVE_ISBLANK.
7088         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7089         case.
7090
7091 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7092
7093         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7094         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7095         brackets.  Other minor changes to suppress some compiler
7096         warnings.
7097
7098 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7099         and Paul Eggert  <eggert@cs.ucla.edu>
7100
7101         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7102         of invoking obsolescent AC_HEADER_DIRENT macro.
7103         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7104         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7105         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7106         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7107         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7108         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7109         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7110         * m4/readdir.m4: Remove; no longer needed.
7111
7112 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7113         and Paul Eggert  <eggert@cs.ucla.edu>
7114
7115         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7116         Don't worry about this obsolete case any more.
7117         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7118         directories.
7119         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7120         worry about this obsolete case any more.
7121         * lib/fts.c: Likewise.
7122         * lib/getcwd.c: Likewise.
7123         * lib/glob.h: Likewise.
7124         * lib/savedir.c: Likewise.
7125
7126 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7127
7128         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7129         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7130         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7131         needed.
7132         All uses removed.
7133         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7134         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7135         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7136         needed.
7137         * m4/getdate.m4 (gl_GETDATE): Likewise.
7138         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7139         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7140         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7141         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7142         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7143         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7144         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7145         needed.
7146
7147 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7148
7149         * lib/memcasecmp.c: Include <limits.h>.
7150         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7151         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7152         Don't assume isdigit succeeds only on '0' through '9'.
7153
7154 2006-07-05  Eric Blake  <ebb9@byu.net>
7155
7156         * modules/getaddrinfo (Depends-on): Add snprintf.
7157
7158 2006-07-05  Eric Blake  <ebb9@byu.net>
7159
7160         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7161         to avoid 'header present but could not be compiled' on cygwin.
7162
7163 2006-07-05  Eric Blake  <ebb9@byu.net>
7164
7165         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7166         missing from netdb.h.
7167         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7168
7169 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7170
7171         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7172         no longer needed.
7173         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7174         * m4/getdate.m4 (gl_GETDATE): Likewise.
7175         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7176         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7177         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7178         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7179         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7180
7181 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7182
7183         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7184         All uses of is_space replaced by isspace.
7185         * lib/exit.h: Don't talk about STDC_HEADERS.
7186         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7187         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7188         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7189         replaced by isprint etc.
7190         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7191         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7192         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7193         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7194         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7195         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7196
7197 2006-07-05  Bruno Haible  <bruno@clisp.org>
7198
7199         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7200         the function exists, before testing against AIX.
7201         Reported by Martin Lambers <marlam@marlam.de>.
7202
7203 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7204
7205         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7206         From Mark D. Baushke.
7207
7208 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7209
7210         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7211         to the absolute name, not just one, to bypass Sun C 5.8's
7212         "warning: #include of /usr/include/... may be non-portable".
7213
7214 2006-07-04  Eric Blake  <ebb9@byu.net>
7215
7216         * modules/dirname-tests: New test module.
7217         * tests/test-dirname.c: New file, replacing dirname.c
7218         TEST_DIRNAME section that was recently deleted.
7219
7220 2006-07-04  Bruno Haible  <bruno@clisp.org>
7221
7222         Assume ANSI C header files and <ctype.h> functions.
7223         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7224         (mbsnwidth): Use isprint, iscntrl instead.
7225
7226 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7227
7228         Merge from coreutils.
7229         * MODULES.html.sh: Add xstrtold.
7230         * modules/xstrtold: New file.
7231         * modules/cycle-check (Files): Add lib/same-inode.h.
7232         * modules/dirname (Files): Add m4/double-slash-root.m4.
7233         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7234         * modules/mkdir-p (Files): Add lib/same-inode.h.
7235         * modules/same (Files): Add lib/same-inode.h.
7236
7237 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7238
7239         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7240         This is to keep the terminology clean; POSIX talks about
7241         "absolute pathnames", not "full pathnames", but the GNU
7242         Coding Standards say to use "path" for something else;
7243         so use "absolute" to keep both sides happy.
7244         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7245         Set gl_absolute_header, not gl_full_header_path.
7246         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7247         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7248         All uses changed.
7249
7250         Merge from coreutils.
7251
7252         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7253
7254         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7255         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7256         want to require the building of c-strtod.o.
7257         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7258         needs -lm directly.
7259         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7260
7261         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7262
7263         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7264         --as-needed option if available.  Problem reported by Albert Chin in
7265         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7266         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7267         cc merely issues a bunch of annoying warnings for --as-needed
7268         (this problem was reported by Bob Proulx).  Also, try linking with
7269         -lm to detect a bug in binutils 2.16 (this problem was reported
7270         by Ralf Wildenhues).
7271
7272         2006-06-18  Jim Meyering  <jim@meyering.net>
7273
7274         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7275         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7276         macro.
7277         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7278         also check for glibc-2.4's abort-inducing bug.
7279
7280         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7281         Low-probability clean-up should be to use rmdir to get rid of
7282         the just-created directory, not unlink.
7283
7284         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7285         configure fail, and request a bug report to inform us about it.
7286         Add a comment that, barring reports to the contrary, in 2007 we'll
7287         assume ftruncate is universally available.
7288
7289         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7290
7291         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7292
7293         2006-03-12  Jim Meyering  <jim@meyering.net>
7294
7295         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7296         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7297         * m4/same.m4 (gl_SAME): Likewise.
7298         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7299
7300         2006-03-11  Eric Blake  <ebb9@byu.net>
7301
7302         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7303         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7304         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7305         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7306
7307 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7308
7309         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7310         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7311         reported by Mark D. Baushke, one in
7312         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7313
7314         Merge from coreutils.
7315
7316         * lib/.cppi-disable: Add stdint_.h.
7317         * lib/.cvsignore: Add stdint.h.
7318
7319         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7320
7321         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7322         both double and long double versions.
7323         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7324         * lib/xstrtold.c: New file.
7325         * lib/xstrtod.h (xstrtold): New decl.
7326
7327         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7328
7329         * lib/filemode.c (setst): Remove.
7330         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7331         (arguably) clearer, and the generated code is a bit smaller on my
7332         Debian GNU/Linux stable x86 host.
7333
7334         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7335
7336         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7337         Assume that filemode.h includes sys/types.h and sys/stat.h.
7338         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7339         (ftypelet): Reorder to put common cases first, for efficiency.
7340         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7341         to do 'M'.
7342         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7343         of 10, for compatibility with FreeBSD.  All callers changed.
7344         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7345         types that can't be deduced solely from st_mode.  First arg is now a
7346         const pointer.
7347         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7348         (strmode): Renamed from mode_string.
7349         (filemodestring): New decl.
7350         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7351         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7352         needed.
7353         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7354
7355         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7356
7357         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7358         fsusage.h now does that.  Include fsusage.h first, to test interface.
7359         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7360         at most one method (the old code could have generated decls that
7361         didn't conform to C89, not that this was ever exercised).
7362         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7363
7364         2006-03-19  Jim Meyering  <jim@meyering.net>
7365
7366         Work even in a chroot where d_ino values for entries in "/"
7367         don't match the stat.st_ino values for the same names.
7368         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7369         number, iterate through all entries again, using lstat instead.
7370         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7371         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7372
7373         * lib/getcwd.c (__getcwd): Clarify a comment.
7374         Use memcpy in place of a call to strcpy.
7375
7376         2006-03-12  Jim Meyering  <jim@meyering.net>
7377
7378         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7379         matches that of the current directory (which we're about to chdir ".."
7380         out of), then save the dev-ino of the parent, instead.
7381
7382         * lib/same-inode.h (SAME_INODE): New file/macro.
7383         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7384         Include "same-inode.h", instead.
7385         * lib/same.c: Likewise.
7386         * lib/cycle-check.h: Include "same-inode.h".
7387         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7388         * lib/cycle-check.c (SAME_INODE): Remove definition.
7389         * lib/root-dev-ino.h: Include "same-inode.h".
7390
7391         2006-03-11  Eric Blake  <ebb9@byu.net>
7392
7393         * lib/same.c (same_name): s/base_name/last_component/
7394         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7395         * lib/filenamecat.c (file_name_concat): Likewise.
7396
7397         2006-03-11  Eric Blake  <ebb9@byu.net>,
7398                     Paul Eggert  <eggert@cs.ucla.edu>
7399
7400         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7401         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7402         drive prefix.
7403         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7404         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7405         (last_component): New method.
7406         * lib/dirname.c (dir_len): Determine when drive letters need a
7407         subsequent slash.  Preserve // when it is special.
7408         (dir_name): Don't append dot when drive letter is absolute.
7409         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7410         * lib/basename.c (base_name): New semantics - malloc the result.
7411         Preserve // when it is special.  Preserve relative files that look
7412         like drive letters.
7413         (base_len): Preserve // when it is special.
7414         (last_component): New method, similar to old base_name semantics.
7415         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7416         base_name.  Strip redundant slashes from ///.
7417
7418 2006-07-03  Jim Meyering  <jim@meyering.net>
7419
7420         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7421         macro is used before the first cycle_check call.
7422
7423 2006-07-03  Eric Blake  <ebb9@byu.net>
7424
7425         * modules/dirname (Depends-on): Add xstrndup.
7426
7427 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7428
7429         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7430         test cases, so that config.log is a bit easier to follow.
7431
7432 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7433
7434         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7435         both are 64 bits, since this seems to be the tradition, and this
7436         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7437         we ever run into a host that prefers long long to long in this
7438         case, we'll need another configure-time test.  Problem reported by
7439         Jim Meyering.
7440
7441 2006-07-02  Eric Blake  <ebb9@byu.net>
7442
7443         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7444
7445 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7446
7447         * modules/inttypes (Depends-on): No longer depends on stdint.
7448         * modules/stdint (Description): Say more about assumptions.
7449         Say that the fast types might differ.  Say macros are used.
7450         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7451         (Makefile.am): Revise list of substituted symbols to match
7452         new stdint.m4.
7453         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7454         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7455         * tests/test-stdint.c (verify_same_types)
7456         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7457         the code conforms to C99/C89.
7458         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7459         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7460
7461 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7462
7463         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7464         but fix a bug, by requiring at least 64 bits.
7465         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7466         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7467         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7468         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7469
7470         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7471         changes.  Make 2.59 a prerequisite.  Check and substitute for
7472         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7473         inttypes.h.  Do not use special include files; just use the
7474         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7475         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7476         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7477         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7478         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7479         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7480         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7481         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7482         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7483         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7484         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7485         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7486         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7487         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7488         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7489         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7490         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7491         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7492         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7493         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7494         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7495         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7496         not check for things that C99 does not require, e.g., int8_t.  If
7497         a test isn't needed unless <stdint.h> isn't working, and is
7498         unlikely to be needed for any other reason, then don't do it
7499         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7500         size_t, since we assume C89 freestanding at least.  Do not check
7501         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7502         the right thing even if the types are not defined.  Instead use:
7503         (gl_STDINT_TYPE_PROPERTIES): New macro.
7504         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7505         testing whether <sys/types.h> clashes, as Autoconf does this for
7506         us now.  All uses removed.
7507         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7508         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7509         (gl_CHECK_TYPE_SAME):
7510         Remove; no longer needed.
7511         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7512         exists, since we'll return 0 anyway in that case.
7513         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7514
7515 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7516
7517         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7518         possible collision with system files.
7519         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7520         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7521         WCHAR_MIN and WCHAR_MAX in this case.
7522         (<stddef.h>): Do not include; no longer needed.
7523         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7524         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7525         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7526         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7527         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7528         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7529         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7530         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7531         !defined(__c99))]: Include in this case too, since it's harmless
7532         now.
7533         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7534         dangerous to do so.
7535         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7536         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7537         (_STDINT_MIN, _STDINT_MAX): New macros.
7538         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7539         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7540         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7541         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7542         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7543         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7544         macros, not typedefs; this simplifies things quite a bit.
7545         Use long int for all types narrower than int64_t.
7546         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7547         Define in terms of long long int or int64_t or long int,
7548         not int64_t or int32_t.  This saves some compile-time testing.
7549         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7550         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7551         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7552         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7553         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7554         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7555         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7556         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7557         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7558         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7559         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7560         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7561         undef any previous version and define our own version, for
7562         simplicity and consistency with the new macros for types.
7563         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7564         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7565         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7566         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7567         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7568         @WINT_T_SUFFIX@ to keep things simple here.
7569         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7570         Simplify by assuming typical 8/16/32/64 host, since we're
7571         already doing that elsewhere anyway.
7572         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7573         and assume long long int is 64 bits if available.  This
7574         speeds up 'configure'.
7575
7576 2006-07-01  Eric Blake  <ebb9@byu.net>
7577
7578         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7579         Reported by Andreas Buening.
7580
7581 2006-07-01  Eric Blake  <ebb9@byu.net>
7582
7583         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7584
7585 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7586
7587         * lib/getaddrinfo.c: fixed typo
7588
7589 2006-06-29  Jim Meyering  <jim@meyering.net>
7590
7591         * modules/strftime (Maintainer): Add my name, since with the
7592         FPRINTFTIME changes strftime.c has forked from glibc.
7593
7594 2006-06-29  Eric Blake  <ebb9@byu.net>
7595
7596         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7597
7598 2006-06-29  Eric Blake  <ebb9@byu.net>
7599
7600         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7601
7602 2006-06-29  Eric Blake  <ebb9@byu.net>
7603
7604         * lib/stat_.h: New file.
7605
7606 2006-06-29  Eric Blake  <ebb9@byu.net>
7607
7608         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7609         unused static function.
7610
7611 2006-06-29  Eric Blake  <ebb9@byu.net>
7612
7613         * doc/functions.texi (Function Portability): Document missing lstat
7614         on mingw.
7615
7616 2006-06-29  Eric Blake  <ebb9@byu.net>
7617
7618         * MODULES.html.sh: Add sys_stat.
7619         * modules/sys_stat: New module.
7620         * modules/mkstemp (Depends-on): Add sys_stat.
7621
7622 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7623
7624         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7625
7626 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7627
7628         * m4/c-bs-a.m4: Removed.
7629
7630 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7631
7632         * lib/strftime.c: Assume strftime() exists.
7633
7634 2006-06-29  Derek Price  <derek@ximbiot.com>
7635
7636         * modules/c-bs-a: Removed - \a is C89.
7637         * MODULES.html.sh: Remove c-bs-a.
7638
7639 2006-06-29  Bruno Haible  <bruno@clisp.org>
7640
7641         * modules/wcwidth (License): Change to LGPL.
7642
7643 2006-06-28  Simon Josefsson  <jas@extundo.com>
7644
7645         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7646         on _WIN32.
7647
7648         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7649         getnameinfo.
7650
7651 2006-06-28  Simon Josefsson  <jas@extundo.com>
7652
7653         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7654
7655 2006-06-28  Simon Josefsson  <jas@extundo.com>
7656
7657         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7658         functions there.  It will succeed on Windows XP, but on Windows
7659         2000 and (presumably) earlier, it will fail, and use the internal
7660         re-implementation.
7661         (use_win32_p): New function.
7662         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7663         Support AI_NUMERICSERV to disable getservbyname.
7664         (getnameinfo): New function, only supports
7665         NI_NUMERICHOST|NI_NUMERICSERV for now.
7666
7667         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7668         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7669         getnameinfo.
7670
7671 2006-06-28  Eric Blake  <ebb9@byu.net>
7672
7673         * modules/wcwidth: New file.
7674         * modules/mbchar (Depends-on): Add wcwidth.
7675         * modules/mbswidth (Depends-on): Add wcwidth.
7676         * MODULES.html.sh: Add wcwidth.
7677
7678 2006-06-28  Eric Blake  <ebb9@byu.net>
7679
7680         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7681         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7682
7683 2006-06-28  Eric Blake  <ebb9@byu.net>
7684
7685         * lib/xvasprintf.h: Fix comments.
7686
7687 2006-06-28  Eric Blake  <ebb9@byu.net>
7688
7689         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7690         * lib/mbswidth.c (wcwidth): Move from here...
7691         * lib/wcwidth.h: ...to this new file.
7692
7693 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7694
7695         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7696
7697         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7698         it's obsolete.
7699         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7700
7701 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7702
7703         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7704         Autoconf 2.60 says this stuff was obsolete.
7705
7706 2006-06-28  Bruno Haible  <bruno@clisp.org>
7707
7708         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7709
7710 2006-06-28  Bruno Haible  <bruno@clisp.org>
7711
7712         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7713         gt_TYPE_WCHAR_T.
7714
7715 2006-06-28  Bruno Haible  <bruno@clisp.org>
7716
7717         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7718         declaration for wcwidth.
7719         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7720
7721 2006-06-28  Bruno Haible  <bruno@clisp.org>
7722
7723         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7724         (mkdir): Define using _mkdir.
7725
7726 2006-06-28  Bruno Haible  <bruno@clisp.org>
7727
7728         * lib/getaddrinfo.h: Fix POSIX URL.
7729         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7730         _WIN32.
7731         (use_win32_p): Make static.
7732         (getaddrinfo): Reject service name if it is empty or does not consist
7733         solely of decimal digits, or if its value is > 65535.
7734         (getnameinfo): Remove useless casts.
7735
7736 2006-06-27  Simon Josefsson  <jas@extundo.com>
7737
7738         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7739         Eggert and Martin Lambers.
7740
7741 2006-06-27  Simon Josefsson  <jas@extundo.com>
7742
7743         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7744         Eggert and Martin Lambers.
7745
7746 2006-06-27  Bruno Haible  <bruno@clisp.org>
7747
7748         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7749         result to 0, not to empty.
7750         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7751
7752 2006-06-27  Bruno Haible  <bruno@clisp.org>
7753
7754         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7755
7756 2006-06-26  Simon Josefsson  <jas@extundo.com>
7757
7758         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7759         present.
7760
7761 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7762
7763         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7764         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7765         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7766
7767 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7768
7769         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7770
7771 2006-06-26  Bruno Haible  <bruno@clisp.org>
7772
7773         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7774
7775 2006-06-26  Bruno Haible  <bruno@clisp.org>
7776
7777         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7778
7779 2006-06-26  Bruno Haible  <bruno@clisp.org>
7780
7781         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7782         SGI C compiler in pre-C99 mode.
7783         Suggested by Mark D. Baushke and Larry Jones.
7784
7785 2006-06-26  Bruno Haible  <bruno@clisp.org>
7786
7787         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7788         WCHAR_MAX.
7789         Reported by Mark D. Baushke and Larry Jones.
7790
7791 2006-06-26  Bruno Haible  <bruno@clisp.org>
7792
7793         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7794         in pre-C99 mode.
7795         Suggested by Mark D. Baushke and Larry Jones.
7796
7797 2006-06-23  Simon Josefsson  <jas@extundo.com>
7798             Bruno Haible  <bruno@clisp.org>
7799
7800         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7801         Emit mostlyclean-local rule.
7802         (func_emit_tests_Makefile_am): Likewise.
7803         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7804
7805 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7806
7807         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7808
7809 2006-06-23  Bruno Haible  <bruno@clisp.org>
7810
7811         * tests/test-stdint.c: Update to match ISO C 99 Technical
7812         Corrigendum 1.
7813
7814 2006-06-23  Bruno Haible  <bruno@clisp.org>
7815
7816         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7817
7818 2006-06-23  Bruno Haible  <bruno@clisp.org>
7819
7820         * lib/stdint_.h: Treat IRIX like OpenBSD.
7821
7822 2006-06-23  Bruno Haible  <bruno@clisp.org>
7823
7824         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7825         ISO C 99 Technical Corrigendum 1.
7826
7827 2006-06-22  Simon Josefsson  <jas@extundo.com>
7828
7829         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7830         MinGW.
7831
7832 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7833
7834         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7835         needed.  Some compiler complained about some of them.  Problem reported
7836         by Larry Jones in
7837         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7838
7839 2006-06-21  Simon Josefsson  <jas@extundo.com>
7840
7841         * tests/test-getaddrinfo.c: New file.
7842
7843         * modules/getaddrinfo-tests: New file.
7844
7845         * MODULES.html.sh: Add inet_pton.
7846
7847         * modules/inet_pton: New file.
7848
7849 2006-06-21  Simon Josefsson  <jas@extundo.com>
7850
7851         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7852         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7853         of using the (limited) gnulib implementation on Windows XP.
7854
7855         * m4/inet_pton.m4: New file.
7856
7857 2006-06-21  Simon Josefsson  <jas@extundo.com>
7858
7859         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7860         variable.
7861
7862         * lib/socket_.h: Don't define WINVER.
7863
7864         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7865         slightly modified to work in gnulib.
7866
7867 2006-06-21  Simon Josefsson  <jas@extundo.com>
7868
7869         * doc/gnulib.texi (Windows sockets): Add.
7870
7871 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7872
7873         * lib/read-file.c (fread_file): Start with buffer allocation of
7874         0 bytes rather than 1 byte; this simplifies the code.
7875         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7876         code to free buffer and save/restore errno.
7877         (internal_read_file): Remove unused local.
7878
7879 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7880
7881         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7882         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7883         Problem reported by Denis Excoffier in
7884         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7885
7886 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7887
7888         * modules/sys_socket, modules/socklen: Include sys/types since
7889         FreeBSD 4.x's sys/socket.h needs it.
7890
7891 2006-06-19  Simon Josefsson  <jas@extundo.com>
7892
7893         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7894
7895 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7896
7897         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7898
7899 2006-06-19  Bruno Haible  <bruno@clisp.org>
7900
7901         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7902         and FULL_PATH_INTTYPES_H in angle brackets.
7903         Reported by Mark D. Baushke <mdb@gnu.org>.
7904
7905 2006-06-17  Eric Blake  <ebb9@byu.net>
7906
7907         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7908         errno.
7909
7910 2006-06-17  Bruno Haible  <bruno@clisp.org>
7911
7912         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7913         <sys/inttypes.h>.
7914
7915 2006-06-17  Bruno Haible  <bruno@clisp.org>
7916
7917         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7918         whether errno is declared. Assume <errno.h> declares errno.
7919
7920 2006-06-17  Bruno Haible  <bruno@clisp.org>
7921
7922         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7923
7924 2006-06-17  Bruno Haible  <bruno@clisp.org>
7925
7926         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7927         problem on Solaris 2.5.1.
7928
7929 2006-06-16  Eric Blake  <ebb9@byu.net>
7930
7931         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7932         * lib/unicodeio.c [!defined errno]: Likewise.
7933         * lib/strtol.c [!defined errno]: Likewise.
7934         * lib/strtod.c [!defined errno]: Likewise.
7935
7936 2006-06-15  Eric Blake  <ebb9@byu.net>
7937
7938         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7939
7940 2006-06-15  Eric Blake  <ebb9@byu.net>
7941
7942         * config/srclist.txt (ssize_t.m4): Lose sync.
7943
7944 2006-06-15  Bruno Haible  <bruno@clisp.org>
7945
7946         * modules/stdint (Files): Include m4/full-header-path.m4,
7947         m4/size_max.m4, m4/wchar_t.m4.
7948         (Makefile.am): Many more substitutions.
7949         * modules/stdint-tests: New file.
7950         * tests/test-stdint.c: New file.
7951
7952 2006-06-15  Bruno Haible  <bruno@clisp.org>
7953
7954         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7955         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7956         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7957         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7958         gl_CHECK_TYPE_SAME): New macros.
7959
7960 2006-06-15  Bruno Haible  <bruno@clisp.org>
7961
7962         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7963
7964 2006-06-15  Bruno Haible  <bruno@clisp.org>
7965
7966         * lib/stdint_.h: Rewritten to be fully auto-configured.
7967         Fixes bug on HP-UX/IA64.
7968
7969 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7970
7971         * lib/getdate.y (__attribute__): Don't define if already defined.
7972         Problem reported by Larry Jones.
7973         * lib/utimens.c (__attribute__): Likewise.
7974
7975 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7976
7977         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7978         reported by Andreas Schwab.
7979
7980 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7981             Bruno Haible  <bruno@clisp.org>
7982
7983         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7984         check for the declaration of strnlen and a run test that exposes the
7985         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7986         rpl_strndup.
7987
7988 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7989             Bruno Haible  <bruno@clisp.org>
7990
7991         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7992
7993 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7994
7995         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7996         compile test, for Tru64 4.0D.
7997
7998 2006-05-28  Karl Berry  <karl@gnu.org>
7999
8000         * config/srclist.txt (printf-args.c): lose sync.
8001
8002 2006-05-26  Martin Lambers  <marlam@marlam.de>
8003
8004         * lib/getpass.c: Updates the test for the native W32 API, and adds
8005         missing includes, thus fixing compilation warnings.
8006
8007 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8008
8009         * lib/exclude.c (exclude_fnmatch): New function.
8010         (excluded_file_name): Call exclude_fnmatch.
8011         * lib/exclude.h (excluded_file_name): New prototype
8012
8013 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8014
8015         * lib/tempname.c (small_open, large_open): New macros.
8016         (__open, __open64) [!_LIBC]: Remove.
8017         (__gen_tempname): Use small_open and large_open instead of __open
8018         and __open64.  This fixes a portability bug on HP-UX 11.11i
8019         reported by Simon Wing-Tang in
8020         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8021
8022 2006-05-24  Bruno Haible  <bruno@clisp.org>
8023
8024         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8025         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8026         Reported by Thorsten Maerz <torte@netztorte.de> via
8027         Aaron Stone <aaron@serendipity.cx>.
8028
8029 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8030
8031         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8032         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8033         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8034         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8035         not really conditional on the cache.
8036         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8037
8038 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8039
8040         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8041         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8042         (my_usleep): Don't mishandle maximum value.
8043
8044 2006-05-19  Jim Meyering  <jim@meyering.net>
8045
8046         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8047
8048 2006-05-17  Bruno Haible  <bruno@clisp.org>
8049
8050         Cygwin portability.
8051         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8052
8053 2006-05-17  Bruno Haible  <bruno@clisp.org>
8054
8055         * lib/stdint_.h: Fix recognition of Cygwin.
8056
8057 2006-05-15  Bruno Haible  <bruno@clisp.org>
8058
8059         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8060         on libtool patch by Ralf Wildenhues.
8061
8062 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8063
8064         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8065         test for C99 conformance; (bool) 0.5 is an integer constant
8066         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8067         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8068
8069 2006-05-11  Simon Josefsson  <jas@extundo.com>
8070
8071         * m4/xvasprintf.m4: Fix obvious typo.
8072
8073 2006-05-11  Jim Meyering  <jim@meyering.net>
8074
8075         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8076         James Lemley.
8077
8078 2006-05-10  Simon Josefsson  <jas@extundo.com>
8079
8080         * lib/md4.c: Typo fix, update copyright years.
8081         (K1, K2): Don't use L because it turn computations into 64-bit on
8082         64-bit platforms.
8083
8084 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8085
8086         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8087         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8088         unwanted sign propagation, e.g., on hosts with 64-bit int.
8089         There still are some problems with reeelly weird theoretical hosts
8090         (e.g., 33-bit int) but it's not worth worrying about now.
8091         * lib/sha1.c (rol): Likewise.
8092         (K1, K2, K3, K4): Remove unnecessary L suffix.
8093
8094 2006-05-10  Bruno Haible  <bruno@clisp.org>
8095
8096         * lib/des.c: Cast to avoid warnings.
8097
8098 2006-05-09  Bruno Haible  <bruno@clisp.org>
8099
8100         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8101         (Depends-on): Depend also on xsize, stdarg.
8102         (configure.ac): Add gl_XVASPRINTF.
8103
8104 2006-05-09  Bruno Haible  <bruno@clisp.org>
8105
8106         * m4/xvasprintf.m4: New file.
8107
8108 2006-05-09  Bruno Haible  <bruno@clisp.org>
8109
8110         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8111         (EOVERFLOW): Define fallback value.
8112         (xstrcat): New function.
8113         (xvasprintf): Recognize the special case of a string concatenation.
8114
8115 2006-05-08  Eric Blake  <ebb9@byu.net>
8116
8117         * gnulib-tool (func_version): Base copyright year on CVS date.
8118         (func_emit_copyright_notice): New function.
8119         (func_emit_lib_Makefile_am): Use it.
8120         (func_emit_tests_Makefile_am): Likewise.
8121         (func_import): Likewise.
8122
8123 2006-05-08  Bruno Haible  <bruno@clisp.org>
8124
8125         * modules/stdarg: New file.
8126         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8127
8128 2006-05-08  Bruno Haible  <bruno@clisp.org>
8129
8130         * m4/stdarg.m4: New file, from GNU gettext.
8131
8132 2006-05-08  Bruno Haible  <bruno@clisp.org>
8133
8134         * config/srclist.txt (build-aux/config.rpath): different from latest
8135         release.
8136
8137 2006-05-08  Bruno Haible  <bruno@clisp.org>
8138
8139         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8140
8141 2006-05-05  Jim Meyering  <jim@meyering.net>
8142
8143         * m4/warning.m4: New file, derived from bison's file by the same name.
8144
8145 2006-05-03  Bruno Haible  <bruno@clisp.org>
8146
8147         * lib/stdint_.h: Shorter URL.
8148         * lib/inttypes.h: Likewise.
8149
8150 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8151
8152         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8153
8154 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8155
8156         * lib/verify.h: Document the internals better.  Most of this change
8157         was written by Bruno Haible.
8158
8159 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8160
8161         * doc/verify.texi: New file, partly based on a proposal by
8162         Bruno Haible.
8163
8164 2006-05-02  Bruno Haible  <bruno@clisp.org>
8165
8166         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8167         test from here...
8168         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8169
8170 2006-04-29  Bruno Haible  <bruno@clisp.org>
8171
8172         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8173         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8174
8175 2006-04-29  Bruno Haible  <bruno@clisp.org>
8176
8177         * gnulib-tool: Make --update option actually work.
8178
8179 2006-04-29  Bruno Haible  <bruno@clisp.org>
8180
8181         * doc/gcd.texi: New file.
8182         * doc/gnulib.texi: Include it.
8183
8184 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8185
8186         * lib/getdate.y (get_date): When adding relative date, start with the
8187         initial time, not with the result of the first mktime call.
8188
8189 2006-04-25  Bruno Haible  <bruno@clisp.org>
8190
8191         * gnulib-tool (func_import): Output the include directives in three
8192         blocks, sorted separately.
8193         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8194
8195 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8196
8197         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8198         to define main with arguments, for C++.  Reported by Eric Blake.
8199         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8200         Prefer 'int main ()' to 'int main (void)', for C++.
8201         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8202         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8203         for 'main', for C99 and C++.
8204
8205 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8206
8207         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8208         Don't assume that exit status -1 is valid.
8209         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8210         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8211         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8212         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8213         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8214         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8215         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8216         functions can be used without declaring them, or that you can
8217         exit with status -1.
8218         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8219
8220 2006-04-24  Karl Berry  <karl@gnu.org>
8221
8222         * config/srclist.txt (longdouble.m4): sync lost.
8223
8224 2006-04-24  Eric Blake  <ebb9@byu.net>
8225
8226         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8227
8228 2006-04-24  Bruno Haible  <bruno@clisp.org>
8229
8230         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8231         poll() implementation in AIX.
8232         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8233
8234 2006-04-24  Bruno Haible  <bruno@clisp.org>
8235
8236         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8237         assigned exactly once.
8238
8239 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8240             Bruno Haible  <bruno@clisp.org>
8241
8242         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8243         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8244         for AM_CPPFLAGS.
8245
8246 2006-04-23  Bruno Haible  <bruno@clisp.org>
8247
8248         * modules/copy-file: Depend on unistd.
8249         * modules/execute: Likewise.
8250         * modules/fatal-signal: Likewise.
8251         * modules/findprog: Likewise.
8252         * modules/mkdtemp : Likewise.
8253         * modules/pipe: Likewise.
8254         * modules/wait-process: Likewise.
8255
8256 2006-04-23  Bruno Haible  <bruno@clisp.org>
8257
8258         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8259         condition was already detected.
8260         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8261
8262 2006-04-23  Bruno Haible  <bruno@clisp.org>
8263
8264         * lib/copy-file.c: Include <unistd.h> unconditionally.
8265         * lib/execute.c: Likewise.
8266         * lib/fatal-signal.c: Likewise.
8267         * lib/findprog.c: Likewise.
8268         * lib/mkdtemp.c: Likewise.
8269         * lib/pipe.h: Likewise.
8270         * lib/pipe.c: Likewise.
8271         * lib/wait-process.h: Likewise.
8272
8273 2006-04-23  Bruno Haible  <bruno@clisp.org>
8274
8275         * gnulib-tool (func_usage): Fix --import description. Document
8276         --update.
8277         (func_import): Create temporary file in a temporary directory, if
8278         --dry-run is specified. Silence errors from 'grep' when there are no
8279         m4 files in $m4dir.
8280         (func_create_testdir): Silence errors from 'grep' when there are no
8281         m4 files in $m4dir.
8282         Reported by Karl Berry <karl@freefriends.org>.
8283
8284 2006-04-20  Bruno Haible  <bruno@clisp.org>
8285
8286         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8287         one argument, so that the code will be portable to Autoconf 2.60.
8288         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8289         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8290         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8291
8292 2006-04-19  Derek Price  <derek@ximbiot.com>
8293             Eric Blake  <ebb9@byu.net>
8294
8295         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8296         rather than "/full/path.h".  Update comment to match.  Shorten &
8297         generalize m4_translit call via AS_TR_CPP.
8298
8299 2006-04-19  Derek Price  <derek@ximbiot.com>
8300             Eric Blake  <ebb9@byu.net>
8301
8302         * lib/inttypes.h: Correct grammar in comment.
8303
8304 2006-04-18  Derek Price  <derek@ximbiot.com>
8305             Paul Eggert  <eggert@cs.ucla.edu>
8306
8307         * modules/inttypes: New file.
8308         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8309
8310 2006-04-18  Derek Price  <derek@ximbiot.com>
8311             Paul Eggert  <eggert@cs.ucla.edu>
8312
8313         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8314         New files.
8315
8316 2006-04-18  Derek Price  <derek@ximbiot.com>
8317             Paul Eggert  <eggert@cs.ucla.edu>
8318
8319         * lib/inttypes.h: New file.
8320         * lib/strtoimax.c: Assume <inttypes.h>.
8321
8322 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8323
8324         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8325         isn't mounted.  Problem reported by Kir Kolyshkin.
8326
8327 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8328
8329         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8330         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8331         Derek R. Price.
8332         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8333         implementation.
8334
8335 2006-04-12  Eric Blake  <ebb9@byu.net>
8336
8337         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8338         is now done automatically by the corresponding Autoconf macro.
8339
8340 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8341
8342         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8343         time_r.h.
8344
8345 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8346
8347         Merge regex changes from libc, removing some of our
8348         POSIX-conformance changes that were rejected and redoing them in a
8349         less-intrusive way.
8350
8351         * lib/regcomp.c (re_compile_internal, init_dfa):
8352         Length arg is now size_t, not Idx.  All uses changed.
8353         (peek_token): Forward decl now says internal_function.
8354         (__re_error_msgid, __re_error_msgid_idx):
8355         Now static rather than extern with attribute_hidden.
8356         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8357         For some reason libc prefers K&R style defns for external functions.
8358         (regerror) [!defined _LIBC]: Likewise.
8359         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8360         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8361         (build_range_exp, build_collating_symbol):
8362         Use K&R-style defn.
8363         (re_compile_fastmap): Use '\0' to memset, not 0.
8364         (utf8_sb_map): Make the calculations more obvious.
8365         (init_dfa, parse_bracket_exp, build_charclass_op):
8366         Call calloc and cast result, as glibc does.
8367         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8368         (build_range_exp, build_collating_symbol):
8369         Now internal functions.
8370
8371         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8372
8373         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8374         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8375         Don't depend on VMS; depend on __VMS instead, for POSIX
8376         namespace cleanness.
8377         (regoff_t): Define to ssize_t, not long int.
8378
8379         Remove the REG_ macros named below.  Instead, make the old names
8380         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8381         __USE_GNU_REGEX.
8382         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8383         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8384         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8385         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8386         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8387         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8388         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8389         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8390         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8391         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8392         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8393         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8394         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8395         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8396         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8397         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8398         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8399         (REG_NREGS):
8400         Remove.  All uses replaced by the old RE_* names.
8401         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8402         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8403         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8404         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8405         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8406         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8407         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8408         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8409         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8410         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8411         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8412         Don't bother having these macros be independent of each others'
8413         values, since they no longer exist in the POSIX name space.
8414
8415         Rename the following member names back to their old names,
8416         unless !__USE_GNU_REGEX.  All uses changed back.
8417         (buffer): Renamed from re_buffer.
8418         (allocated): Renamed from re_allocated.
8419         (used): Renamed from re_used.
8420         (syntax): Renamed from re_syntax.
8421         (fastmap): Renamed from re_fastmap.
8422         (translate): Renamed from re_translate.
8423         (can_be_null): Renamed from re_can_be_null.
8424         (regs_allocated): Renamed from re_regs_allocated.
8425         (fastmap_accurate): Renamed from re_fastmap_accurate.
8426         (no_sub): Renamed from re_no_sub.
8427         (not_bol): Renamed from re_not_bol.
8428         (not_eol): Renamed from re_not_eol.
8429         (newline_anchor): Renamed from re_newline_anchor.
8430         (num_regs): Renamed from rm_num_regs.
8431         (start): Renamed from rm_start.
8432         (end): Renamed from rm_end.
8433
8434         (free_state): Move up a bit.
8435
8436         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8437         #define to be empty.
8438         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8439         when that is what is intended.
8440         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8441         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8442         (MAX): New macro.
8443         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8444         All uses changed back to re_malloc, etc.  It's now the caller's
8445         responsibility to check for overflow; all callers changed.
8446         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8447         (re_x2nrealloc): Remove.
8448         (free_state): Remove decl.
8449
8450         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8451         (re_set_registers, re_exec):
8452         Use K&R-style defn.
8453
8454         2006-01-31  Roland McGrath  <roland@redhat.com>
8455
8456         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8457         Reported by Mike Frysinger <vapier@gentoo.org>.
8458
8459         2006-01-15  Andreas Jaeger  <aj@suse.de>
8460
8461         [BZ #1950]
8462         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8463         build_wcs_upper_buffer change.
8464         (build_wcs_upper_buffer): Change return type.
8465
8466         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8467
8468         * lib/regex_internal.h: Include <stdint.h> if available.
8469
8470         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8471
8472         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8473
8474         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8475
8476         * lib/regcomp.c: Adjust for changed secondary hash function.
8477
8478         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8479
8480         * lib/regex.h: Pretty printing.
8481         Clean up namespace a bit.
8482
8483         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8484
8485         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8486         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8487
8488         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8489                     Ulrich Drepper  <drepper@redhat.com>
8490
8491         [BZ #1302]
8492         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8493         changed.
8494         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8495
8496         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8497
8498         [BZ #281]
8499         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8500         * lib/regcomp.c: Remove unnecessary uses of
8501         unsigned RE_TRANSLATE_TYPE.
8502         * lib/regex_internal.h: Likewise.
8503         * lib/regex_internal.c: Likewise.
8504         * lib/regexec.c: Likewise.
8505         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8506
8507         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8508
8509         * lib/regexec.c (find_recover_state): Remove unnecessary
8510         initialization.
8511         (transit_state_bkref): Make DFA a const pointer.
8512         (get_subexp): Likewise.
8513         (check_arrival): Likewise.
8514         (update_cur_sifted_state): Likewise.
8515         (re_search_internal): Likewise.
8516         (prune_impossible_nodes): Likewise.
8517         (acquire_init_state_context): Likewise.
8518         (proceed_next_node): Likewise.
8519         (set_regs): Likewise.
8520         (free_fail_stack_return): Likewise.
8521         (check_arrival_expand_ecl): Mark DFA parameter as const.
8522         (check_arrival_expand_ecl_sub): Likewise.
8523         (check_subexp_limits): Likewise.
8524         (sub_epsilon_src_nodes):  Likewise.
8525         (add_epsilon_src_nodes):  Likewise.
8526         (merge_state_array): Likewise.
8527         (update_regs): Likewise.
8528         (build_trtable): Likewise.
8529         (sift_states_backward): Mark MCTX parameter as const.
8530         (build_sifted_states): Likewise.
8531         (update_cur_sifted_state): Likewise.
8532         (sift_states_mkref): Likewise.
8533         (check_arrival_expand_ecl): Mark eclosure as const.
8534         (check_dst_limits_calc_pos_1): Likewise.
8535         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8536         pointer.
8537
8538         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8539
8540         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8541         (transit_state_sb): Likewise.
8542         (transit_state_mb): Likewise.
8543         (sift_states_iter_mb): Likewise.
8544         (check_arrival_add_next_nodes): Likewise.
8545         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8546         [_LIBC] (re_search_2_stub): Use mempcpy.
8547
8548         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8549         mbrtowc for very simple UTF-8 case.
8550
8551         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8552         a pointer-to-const.
8553         (re_acquire_state_context): Likewise.
8554         * lib/regex_internal.h: Adjust prototypes.
8555
8556         * lib/regex.c: Prevent using C++ compilers.
8557
8558         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8559         (re_acquire_state_context): Likewise.
8560
8561 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8562
8563         * modules/regex (Depends-on): Add ssize_t.
8564
8565 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8566
8567         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8568         translation table.
8569
8570 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8571
8572         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8573
8574 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8575             Bruno Haible  <bruno@clisp.org>
8576
8577         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8578         <sys/types.h> and <inttypes.h>.
8579
8580 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8581
8582         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8583         `__error_t_defined', so argp.h will not typedef the former.
8584
8585 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8586
8587         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8588         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8589         glibc names.  Even if glibc is changed to conform to POSIX, the
8590         traditional names will be available anyway, since regex depends on
8591         the extensions module.  Also, fix a longstanding typo in the
8592         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8593         reported by Emanuele Giaquinta.  Also, change sense of cached
8594         variable, so that the message makes sense.
8595
8596 2006-03-24  Simon Josefsson  <jas@extundo.com>
8597
8598         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8599         including some doc fixes.
8600         (base64_encode_alloc): Fix +1 bug on allocation failures.
8601
8602 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8603
8604         * lib/base64.c (base64_encode): Do not read past end of array with
8605         unsanitized input on systems with CHAR_BIT > 8.
8606
8607 2006-03-24  Eric Blake  <ebb9@byu.net>
8608
8609         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8610
8611 2006-03-22  Karl Berry  <karl@gnu.org>
8612
8613         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8614         * config/srclistvars.sh (COREUTILS): new var.
8615
8616 2006-03-17  Jim Meyering  <jim@meyering.net>
8617
8618         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8619         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8620
8621 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8622
8623         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8624         no longer needs it.  Instead, check that regoff_t is as least
8625         as wide as ptrdiff_t.
8626
8627         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8628         so that our regex.h stays compatible with the installed regex.
8629         This is helpful for installers who configure --without-included-regex.
8630         Problem reported by Emanuele Giaquinta.
8631
8632 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8633
8634         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8635         Typedef to long int, not to off_, as POSIX will likely change
8636         in that direction.
8637
8638 2006-03-15  Eric Blake  <ebb9@byu.net>
8639
8640         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8641
8642 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8643
8644         * lib/argp-help.c (validate_uparams): Fix typo
8645         * lib/argp-parse.c (argp_default_options): Consistently begin help
8646         messages with a lowercase letter.
8647
8648 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8649
8650         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8651         overrun buffers and shouldn't be used (much as gets shouldn't be
8652         used).
8653         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8654
8655 2006-03-08  Simon Josefsson  <jas@extundo.com>
8656
8657         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8658         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8659
8660 2006-03-08  Simon Josefsson  <jas@extundo.com>
8661
8662         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8663         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8664
8665 2006-03-08  Simon Josefsson  <jas@extundo.com>
8666
8667         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8668         signal that configure disabled the device.
8669
8670 2006-03-08  Simon Josefsson  <jas@extundo.com>
8671
8672         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8673         languages.
8674
8675 2006-03-07  Simon Josefsson  <jas@extundo.com>
8676
8677         * modules/getopt (Depends-on): Add unistd.
8678
8679         * modules/unistd: New file.
8680
8681 2006-03-07  Simon Josefsson  <jas@extundo.com>
8682
8683         * modules/gc-random: New file.
8684
8685 2006-03-07  Simon Josefsson  <jas@extundo.com>
8686
8687         * m4/unistd_h.m4: New file.
8688
8689 2006-03-07  Simon Josefsson  <jas@extundo.com>
8690
8691         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8692         test to be side-effect free by storing the result in the cache
8693         variable gl_cv_lib_readline, and moving the assignment of
8694         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8695         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8696
8697 2006-03-07  Simon Josefsson  <jas@extundo.com>
8698
8699         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8700         error on missing devices (the functions will return an error).
8701
8702         * m4/gc.m4: Move random stuff to gc-random.m4
8703
8704 2006-03-07  Simon Josefsson  <jas@extundo.com>
8705
8706         * lib/unistd_.h: New file.
8707
8708 2006-03-07  Simon Josefsson  <jas@extundo.com>
8709
8710         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8711
8712 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8713
8714         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8715         Problem reported by Juan Manuel Guerrero.
8716
8717 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8718
8719         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8720         the unistd module.
8721         * lib/getlogin_r.c: Likewise.
8722         * lib/getlogin_r.h: Likewise.
8723         * lib/glob.c: Likewise.
8724         * lib/pagealign_alloc.c: Likewise.
8725         * lib/unistd_.h: Remove; no longer needed.
8726
8727 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8728
8729         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8730         Add unistd.
8731         * modules/c-stack (Depends-on): Add unistd.
8732         * modules/getlogin_r: Likewise.
8733         * modules/glob: Likewise.
8734         * modules/pagealign_alloc: Likewise.
8735         * modules/unistd (Files): Remove lib/unistd_.h.
8736         (EXTRA_DIST): Remove.
8737         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8738         need unistd_.h.
8739         (MOSTLYCLEANFILES): Remove unistd.h-t.
8740
8741 2006-03-03  Simon Josefsson  <jas@extundo.com>
8742
8743         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8744
8745 2006-03-03  Simon Josefsson  <jas@extundo.com>
8746
8747         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8748         libidn and bison.
8749
8750 2006-03-03  Simon Josefsson  <jas@extundo.com>
8751
8752         * build-aux/maint.mk: Add indent target.
8753
8754 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8755
8756         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8757         our replacement poll.h in any case, to avoid a differing
8758         declaration from a system header.  Seen on AIX.
8759
8760 2006-03-01  Simon Josefsson  <jas@extundo.com>
8761
8762         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8763         <kasal@ucw.cz>.
8764
8765 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8766
8767         * modules/gettime (Depends-on): Add extensions module.
8768         * modules/nanosleep (Depends-on): Likewise.
8769         * modules/settime (Depends-on): Likewise.
8770
8771 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8772
8773         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8774         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8775         pedantically.
8776         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8777         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8778
8779         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8780         not "==".  Reported by Ralf Wildenhues.
8781
8782 2006-03-01  Karl Berry  <karl@gnu.org>
8783
8784         * doc/Copyright/request-*: new files, synced from gnuorg.
8785
8786 2006-03-01  Karl Berry  <karl@gnu.org>
8787
8788         * config/srclist.txt (Copyright/*): new entries.
8789
8790 2006-02-28  Simon Josefsson  <jas@extundo.com>
8791
8792         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8793
8794 2006-02-27  Simon Josefsson  <jas@extundo.com>
8795
8796         * lib/base64.h: Indent #define's.  From Jim Meyering
8797         <jim@meyering.net>.
8798
8799 2006-02-27  Jim Meyering  <jim@meyering.net>
8800
8801         Revert the change of 2006-02-24, so these files can continue
8802         to be sync'd from gettext.
8803         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8804         of `config.h'.
8805
8806 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8807
8808         * modules/intprops: New file.
8809         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8810         Add intprops.
8811         * modules/getloadavg (Files): Remove lib/intprops.h.
8812         (Depends-on): Add intprops.
8813         * modules/human: Likewise.
8814         * modules/inttostr: Likewise.
8815         * modules/openat: Likewise.
8816         * modules/sig2str: Likewise.
8817         * modules/userspec: Likewise.
8818         * modules/utimecmp: Likewise.
8819         * modules/xnanosleep: Likewise.
8820         * modules/xstrtol: Likewise.
8821
8822 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8823
8824         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8825         * modules/lock-tests (TESTS): Use $(EXEEXT).
8826         * modules/tls-tests: Likewise.
8827         * modules/argp-tests: Likewise.
8828         (check_PROGRAMS): New var, replacing...
8829         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8830
8831 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8832
8833         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8834         `config.h'.
8835
8836 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8837
8838         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8839
8840 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8841
8842         Sync from coreutils.
8843         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8844         gl_CHDIR_SAFER.
8845
8846 2006-02-22  Jim Meyering  <jim@meyering.net>
8847
8848         Sync from coreutils.
8849         * m4/chdir-safer.m4: New file.
8850
8851 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8852
8853         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8854         AT_FDCWD exceeds INT_MAX.
8855         * lib/openat.h (AT_FDCWD): Likewise.
8856
8857 2006-02-17  Eric Blake  <address@hidden>
8858
8859         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8860
8861 2006-02-16  Simon Josefsson  <jas@extundo.com>
8862
8863         * modules/getaddrinfo (Depends-on): Add sys_socket.
8864
8865 2006-02-15  Simon Josefsson  <jas@extundo.com>
8866
8867         * build-aux/maint.mk: Add dsyntax-check rule.
8868
8869 2006-02-15  Eric Blake  <ebb9@byu.net>
8870
8871         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8872         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8873         'present but cannot compile' warnings on cygwin.
8874         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8875         use ws2tcpip.h if sys/socket.h works.
8876         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8877         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8878
8879 2006-02-14  Simon Josefsson  <jas@extundo.com>
8880
8881         * modules/maintainer-makefile (Files): Rename.
8882
8883         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8884         and (the local) Makefile.cfg to maint-cfg.mk.
8885
8886         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8887         to the latter.
8888
8889         * modules/maintainer-makefile: New module.
8890
8891         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8892         severaly stripped to make it possible to build it up from scratch
8893         with reliable tests.
8894
8895         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8896         fixes to permit overriding the default actions when configure and
8897         makefile are not available.
8898
8899 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8900
8901         Sync from coreutils.
8902         * modules/lstat (Depends-on): Don't depend on xalloc.
8903         (License): Change from GPL to LGPL, since this is now simply a
8904         replacement for a libc function.
8905
8906 2006-02-14  Jim Meyering  <jim@meyering.net>
8907
8908         Sync from coreutils.
8909
8910         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8911         failure on deficient systems, and simplify gnulib lgpl dependencies.
8912         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8913         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8914
8915         * lib/xalloc-die.c: Remove unused definition of N_.
8916
8917 2006-02-14  Jim Meyering  <jim@meyering.net>
8918
8919         Sync from coreutils.
8920         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8921         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8922         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8923         double-quote uses of that variable, to accommodate the rare case in
8924         which getmntent is available in none of the libraries checked.  This
8925         happens at least on FreeBSD 5.0.
8926
8927 2006-02-13  Simon Josefsson  <jas@extundo.com>
8928
8929         * gnulib-tool (Usage): Fix --import, from
8930         karl@freefriends.org (Karl Berry).
8931
8932 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8933
8934         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8935
8936 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8937
8938         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8939         "autoupdate" on 2005-12-12.
8940
8941 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8942
8943         * modules/closeout (Depends-on): Remove atexit.
8944
8945 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8946
8947         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8948         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8949
8950 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8951
8952         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8953         __EXTENSIONS__ if this causes compilation to fail.  Problem
8954         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8955         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8956
8957 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8958
8959         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8960         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8961         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8962         All uses changed.
8963
8964 2006-01-26  Simon Josefsson  <jas@extundo.com>
8965
8966         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8967         prototype is visible on mingw32.
8968
8969         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8970         for mingw32.
8971
8972         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8973         mingw32).
8974
8975 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8976
8977         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8978         attempt to open for write; this always fails, at least on POSIX
8979         hosts.  This reinstates the 2006-01-09 change, which was
8980         inadvertently removed.
8981
8982 2006-01-26  Bruno Haible  <bruno@clisp.org>
8983
8984         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8985         Reported by Paul Eggert.
8986
8987 2006-01-26  Bruno Haible  <bruno@clisp.org>
8988             Paul Eggert  <eggert@cs.ucla.edu>
8989
8990         * lib/stdbool_.h (_Bool)
8991         [(! (defined __cplusplus || defined __BEOS__)
8992           && !defined __GNUC__
8993           && !(defined __HP_cc || defined __xlc__
8994                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8995                || defined __sgi))]:
8996         #define to signed char in these cases too; this simplifies
8997         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8998         etc., separately) and makes it more conservative.
8999
9000 2006-01-25  Simon Josefsson  <jas@extundo.com>
9001
9002         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9003         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9004         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9005
9006 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9007
9008         * lib/argp-namefrob.h: Bugfix. Remove stray #
9009
9010 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9011
9012         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9013         so that we test the test.
9014         Check for yet another HP-UX cc bug involving *bool |= bool.
9015
9016 2006-01-25  Karl Berry  <karl@gnu.org>
9017
9018         * config/srclist.txt (vasnprintf.c): sync lost.
9019
9020 2006-01-25  Jim Meyering  <jim@meyering.net>
9021
9022         Sync from the stable (b5) branch of coreutils:
9023
9024         * lib/fts.c (fts_children): Don't let close() clobber errno from
9025         failed fchdir().
9026
9027         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9028         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9029         a dangling symlink.  That can also happen at least for ELOOP.
9030         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9031         FYI, this bug predates the inclusion of fts.c in coreutils.
9032
9033         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9034         in their own block, so pre-c99 compilers don't object.
9035
9036         Avoid the double-free (first in fts_read, second in fts_close) that
9037         would occur when an `active' directory is made inaccessible (e.g.,
9038         via chmod a-x) during a traversal.
9039         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9040         before returning.  Reproduce this failure by
9041         mkdir -p a/b; cd a; chmod a-x . b
9042         Reported by Stavros Passas.
9043
9044 2006-01-25  Jim Meyering  <jim@meyering.net>
9045
9046         * lib/fileblocks.c: Remove more useless parentheses.
9047         * lib/readutmp.h: Likewise.
9048
9049 2006-01-25  Bruno Haible  <bruno@clisp.org>
9050
9051         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9052         warnings.
9053         Reported by Paul Eggert.
9054
9055 2006-01-25  Bruno Haible  <bruno@clisp.org>
9056
9057         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9058         rid of a trap command. For Solaris sh.
9059         Reported by Mark D. Baushke <mdb@gnu.org>.
9060
9061 2006-01-24  Simon Josefsson  <jas@extundo.com>
9062
9063         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9064         Bruno.
9065
9066 2006-01-24  Karl Berry  <karl@gnu.org>
9067
9068         * config/srclist.txt (argp-namefrob.h): sync lost.
9069
9070 2006-01-24  Jim Meyering  <jim@meyering.net>
9071
9072         * modules/openat (Files): Add lib/intprops.h.
9073         From Mark D. Baushke.
9074
9075 2006-01-24  Jim Meyering  <jim@meyering.net>
9076
9077         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9078         Reported by Mark D. Baushke.
9079
9080 2006-01-24  Jim Meyering  <jim@meyering.net>
9081
9082         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9083
9084 2006-01-24  Bruno Haible  <bruno@clisp.org>
9085
9086         * modules/strnlen (Maintainer): Change from glibc to all.
9087
9088 2006-01-24  Bruno Haible  <bruno@clisp.org>
9089
9090         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9091         Patch by Paul Eggert.
9092
9093 2006-01-24  Bruno Haible  <bruno@clisp.org>
9094
9095         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9096         already has it.
9097         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9098         2005-11-26.
9099
9100         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9101         'signed char' to avoid problems with the built-in _Bool type.
9102         Reported by Paul Eggert on 2005-11-26.
9103
9104 2006-01-24  Bruno Haible  <bruno@clisp.org>
9105
9106         * gnulib-tool (func_import): Avoid constructing complicated sed
9107         expressions inside backquote.
9108         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9109
9110 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9111
9112         These changes imported from libc.
9113         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9114         test and two separate function calls.
9115         * lib/strndup.c (__strndup): Add libc_hidden_def.
9116
9117 2006-01-23  Simon Josefsson  <jas@extundo.com>
9118
9119         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9120         Remove the test_*_SOURCES variable: automake infers it by default.
9121         * modules/tls-tests: Likewise.
9122
9123 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9124
9125         Work around porting bugs reported by Dieter in
9126         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9127         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9128         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9129         Include "getopt.h" first, to check interface.
9130         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9131         !HAVE_DECL_GETENV.
9132         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9133         (__strndup): Revert to K&R-style function dfns, the glibc style.
9134         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9135         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9136         Include strnlen.h first, to get prototype properly.
9137         (strnlen): Renamed from __strnlen.
9138         Remove weak alias.
9139
9140 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9141
9142         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9143
9144 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9145
9146         * config/srclist.txt: Adjust to reflect glibc reorganization.
9147         This affects only comments.
9148
9149 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9150
9151          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9152          Reported by Bruce Korb <bkorb@gnu.org>.
9153
9154 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9155
9156         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9157         to pacify gcc -Wswitch-default.
9158
9159 2006-01-22  Bruno Haible  <bruno@clisp.org>
9160
9161         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9162         temporary buffer for sprintf, take into account the precision also
9163         for 'd', 'i', 'u', 'o', 'x', 'X'.
9164
9165 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9166
9167         * modules/argp-tests: New module
9168         * tests/test-argp.c: New file
9169         * tests/test-argp-2.sh: New file
9170
9171 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9172
9173         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9174         (__argp_base_name): Removed
9175         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9176         typo.
9177         (__argp_base_name): Provide macro definition or extern declaration
9178         depending on the configuration
9179
9180 2006-01-20  Simon Josefsson  <jas@extundo.com>
9181
9182         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9183
9184 2006-01-20  Simon Josefsson  <jas@extundo.com>
9185
9186         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9187
9188 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9191         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9192         Suggested by Bruno Haible.
9193
9194 2006-01-20  Karl Berry  <karl@gnu.org>
9195
9196         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9197         until changes propagate, I guess.
9198
9199 2006-01-19  Simon Josefsson  <jas@extundo.com>
9200
9201         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9202
9203 2006-01-19  Simon Josefsson  <jas@extundo.com>
9204
9205         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9206
9207 2006-01-19  Simon Josefsson  <jas@extundo.com>
9208
9209         * gnulib-tool: Set check_PROGRAMS.
9210
9211         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9212         modules/des-tests, modules/gc-arcfour-tests,
9213         modules/gc-arctwo-tests, modules/gc-des-tests,
9214         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9215         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9216         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9217         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9218         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9219         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9220         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9221         test_*_SOURCES.
9222
9223 2006-01-18  Simon Josefsson  <jas@extundo.com>
9224
9225         * modules/socklen (Depends-on): Depend on sys_socket.
9226
9227 2006-01-18  Simon Josefsson  <jas@extundo.com>
9228
9229         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9230         modules/des-tests, modules/gc-arcfour-tests,
9231         modules/gc-arctwo-tests, modules/gc-des-tests,
9232         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9233         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9234         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9235         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9236         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9237         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9238         $(EXEEXT) to automake TESTS variable, for mingw32.
9239
9240 2006-01-17  Simon Josefsson  <jas@extundo.com>
9241
9242         * modules/socklen (Include): Need sys/socket.h.
9243
9244 2006-01-17  Bruno Haible  <bruno@clisp.org>
9245
9246         * modules/ssize_t (Include): Add <sys/types.h>.
9247
9248 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9249
9250         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9251         it's not portable and it doesn't work with cross-compiles.
9252         Problem reported by Bruno Haible.  Fix missing-$ typo in
9253         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9254         -zignore from being used with Sun's C compiler.
9255
9256 2006-01-12  Simon Josefsson  <jas@extundo.com>
9257
9258         * lib/base64.c: Fix warning, reported by Bruno Haible
9259         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9260
9261 2006-01-12  Bruno Haible  <bruno@clisp.org>
9262
9263         * modules/ldd: New file.
9264         * build-aux/ldd.sh.in: New file.
9265         * MODULES.html.sh (Support for building libraries and executables): Add
9266         ldd.
9267
9268 2006-01-12  Bruno Haible  <bruno@clisp.org>
9269
9270         * m4/ldd.m4: New file.
9271
9272 2006-01-12  Bruno Haible  <bruno@clisp.org>
9273
9274         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9275         endless loop while replacing $auxdir with build-aux.
9276
9277 2006-01-11  Simon Josefsson  <jas@extundo.com>
9278
9279         * lib/stdint_.h (SIZE_MAX): Add missing (.
9280
9281 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9282
9283         Sync from coreutils.
9284         * lib/md5.c: Fix commentary typos.
9285         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9286         * lib/md5.h (__attribute__): Remove; unused.
9287         * lib/sha1.c: Fix commentary to match md5 better.
9288         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9289         so that we don't need to worry about alignment.  All uses changed.
9290         This merges the 2005-10-28 md5 change into sha1.
9291
9292 2006-01-11  Jim Meyering  <jim@meyering.net>
9293
9294         Sync from coreutils.
9295         * lib/md5.c (OP): Fix spacing.
9296
9297 2006-01-11  Bruno Haible  <bruno@clisp.org>
9298
9299         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9300         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9301         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9302
9303 2006-01-11  Bruno Haible  <bruno@clisp.org>
9304
9305         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9306         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9307         the "early" section as well.
9308
9309 2006-01-11  Bruno Haible  <bruno@clisp.org>
9310
9311         Avoid "ar: no archive members specified" error on MacOS X.
9312         * gnulib-tool (func_modules_add_dummy): New function.
9313         (func_import, func_create_testdir): Invoke it.
9314
9315 2006-01-11  Bruno Haible  <bruno@clisp.org>
9316
9317         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9318         with $auxdir in AC_CONFIG_FILES statements.
9319
9320 2006-01-11  Bruno Haible  <bruno@clisp.org>
9321
9322         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9323         Initialize also noinst_HEADERS to empty.
9324
9325 2006-01-11  Bruno Haible  <bruno@clisp.org>
9326
9327         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9328         variables.
9329         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9330         autoreconf.
9331
9332 2006-01-11  Bruno Haible  <bruno@clisp.org>
9333
9334         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9335         overridable by the user.
9336         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9337
9338 2006-01-10  Simon Josefsson  <jas@extundo.com>
9339
9340         * modules/sys_socket: New file.
9341
9342 2006-01-10  Simon Josefsson  <jas@extundo.com>
9343
9344         * m4/sys_socket_h.m4: New file.
9345
9346 2006-01-10  Simon Josefsson  <jas@extundo.com>
9347
9348         * lib/socket_.h: New file.
9349
9350 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9351
9352         * modules/readutmp (Maintainer): Add myself.
9353
9354 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9355
9356         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9357         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9358         People who are still concerned with buggy memcmp implementations
9359         can invoke gl_FUNC_MEMCMP themselves.
9360
9361 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9362
9363         * lib/regex_internal.h (BITSET_WORD_BITS):
9364         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9365         preprocessor mishandles large unsigned values as if they were signed.
9366         Problem reported by Claudio Fontana in
9367         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9368
9369 2006-01-10  Jim Meyering  <jim@meyering.net>
9370
9371         Avoid the double-free (first in fts_read, second in fts_close) that
9372         would occur when an `active' directory is made inaccessible (e.g.,
9373         via chmod a-x) during a traversal.
9374         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9375         before returning.  Reproduce this failure by
9376         mkdir -p a/b; cd a; chmod a-x . b
9377         Reported by Stavros Passas.
9378
9379         Sync from coreutils.
9380         * lib/sha1.c: Tweak grammar in a comment.
9381
9382 2006-01-10  Jim Meyering  <jim@meyering.net>
9383
9384         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9385         Patch by Joerg Sonnenberger.
9386
9387 2006-01-10  Bruno Haible  <bruno@clisp.org>
9388
9389         * modules/readutmp: Depend on module free.
9390         * modules/strtok_r: Depend on module restrict.
9391
9392 2006-01-10  Bruno Haible  <bruno@clisp.org>
9393
9394         * modules/gettext (configure.ac): Add an invocation of
9395         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9396
9397 2006-01-10  Bruno Haible  <bruno@clisp.org>
9398
9399         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9400         Reported by Werner Lemberg <wl@gnu.org>.
9401
9402 2006-01-10  Bruno Haible  <bruno@clisp.org>
9403
9404         * lib/localcharset.c: Update from GNU gettext.
9405
9406 2006-01-10  Bruno Haible  <bruno@clisp.org>
9407
9408         * lib/argp.h (__const): Remove macro. Use const instead.
9409         * lib/argp-fmtstream.h (__const): Likewise.
9410         * lib/glob_.h (__const): Remove macro.
9411         * lib/glob-libc.h: Use const instead of __const.
9412
9413 2006-01-10  Bruno Haible  <bruno@clisp.org>
9414
9415         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9416         variable.
9417         Needed to avoid an automake error regarding the 'gettext' module.
9418
9419 2006-01-09  Simon Josefsson  <jas@extundo.com>
9420
9421         * modules/inet_ntop (Depends-on): Add restrict.
9422
9423 2006-01-09  Simon Josefsson  <jas@extundo.com>
9424
9425         * modules/gc-rijndael-tests (License): Put under LGPL.
9426
9427         * modules/gc-des-tests (License): Likewise.
9428
9429         * modules/gc-arcfour-tests (License): Likewise.
9430
9431         * modules/gc-arctwo-tests (License): Likewise.
9432
9433         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9434
9435         * modules/gc-hmac-sha1-tests (Files): Likewise.
9436
9437         * modules/gc-hmac-md5-tests (License): Likewise.
9438
9439         * modules/gc-sha1-tests (License): Likewise.
9440
9441         * modules/gc-md5-tests (License): Likewise.
9442
9443         * modules/gc-md4-tests (License): Likewise.
9444
9445         * modules/gc-md2-tests (License): Likewise.
9446
9447         * modules/gc-tests (License): Likewise.
9448
9449         * modules/des-tests (License): Likewise.
9450
9451         * modules/md4-tests (License): Likewise.
9452
9453         * modules/md2-tests (License): Likewise.
9454
9455 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9456
9457         Sync from coreutils:
9458
9459         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9460         * modules/lib-ignore: New file.
9461         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9462         chdir-safer.m4, lchmod.m4.
9463         * modules/openat: Add mkdirat.c, openat-priv.h.
9464
9465 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9466
9467         Sync from coreutils.
9468         * m4/lib-ignore.m4: New file.
9469         * m4/lchmod.m4: New file.
9470
9471 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9472
9473         Sync from coreutils.
9474         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9475         for write access: POSIX says that must fail.
9476         * lib/fts.c (diropen): Likewise.
9477         * lib/save-cwd.c (save_cwd): Likewise.
9478         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9479         well, for minor improvements on hosts that lack O_DIRECTORY.
9480         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9481         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9482         Fall back on chown if open failed with EACCES.
9483
9484         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9485         Report an error at compile-time if only a 1-second nominal clock
9486         resolution is found.
9487
9488         * lib/lchmod.h: New file.
9489         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9490         (make_dir_parents): Use lchown rather than chown, and
9491         lchmod rather than chmod.
9492
9493         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9494         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9495         "proc" reported by n0dalus.
9496
9497         * lib/mountlist.c: Include <limits.h>.
9498         (dev_from_mount_options)
9499         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9500         New function.  It no longer assumes "dev=" has the System V meaning
9501         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9502         (read_file_system_list)
9503         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9504         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9505         dev= in that case.
9506
9507         * lib/posixtm.h (PDS_PRE_2000): New macro.
9508         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9509         allow_century.  All usages changed.  Reject dates outside the range
9510         1969-1999 if PDS_PRE_2000 is used.
9511
9512 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9513
9514         Sync from coreutils.
9515         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9516         (Time of day items): Mention the possibility of leap seconds.
9517         Problem reported by Dr. David Alan Gilbert.
9518
9519 2006-01-09  Jim Meyering  <jim@meyering.net>
9520
9521         Sync from coreutils.
9522
9523         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9524
9525         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9526
9527         * lib/modechange.c (mode_compile): Reject an invalid mode string
9528         that starts with an octal digit.  From Andreas Gruenbacher.
9529
9530         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9531         and dup to open_safer and dup_safer, respectively.
9532         (openat_permissive): Fix typo in comment.
9533
9534         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9535         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9536         (_): Remove; no longer needed.
9537         (openat): Renamed from rpl_openat; no need for rpl_openat
9538         since openat.h renames openat for us.
9539         Replace most of the body with a call to openat_permissive,
9540         to avoid duplicate code.
9541         Port to (probably hypothetical) environments were mode_t is
9542         wider than int.
9543         (openat_permissive): Require mode arg, so that we can check
9544         types better.  Put it just after flags.  Change cwd failure
9545         indicator from pointer-to-bool to pointer-to-errno-value.
9546         All callers changed.
9547         Invoke openat_save_fail and/or openat_restore_fail if
9548         cwd_errno is null, so that openat can call us.
9549         (openat_permissive, fdopendir, fstatat, unlinkat):
9550         Simplify errno handling to avoid some duplicate code,
9551         as it's OK to set errno on success.
9552         * lib/openat.h: Revamp code so that function macros depend on
9553         __OPENAT_PREFIX only, not also on AT_FDCWD.
9554         (openat_ro): Remove.  Caller changed to use openat_permissive.
9555         (openat_permissive): Now a macro, if not a function.
9556         (openat_restore_fail, openat_save_fail): Now always functions,
9557         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9558
9559         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9560         and openat.c.
9561         * lib/mkdirat.c: Include openat-priv.h.
9562         Remove definitions of macros defined therein.
9563         * lib/openat.c: Likewise.
9564
9565         * lib/mkdirat.c (mkdirat): New file and function.
9566         * lib/openat.h (mkdirat): Declare.
9567
9568         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9569
9570         * lib/openat.h (openat_permissive): Declare.
9571         (openat_ro): Define.
9572
9573         * lib/openat.c (EXPECTED_ERRNO): New macro.
9574         (openat_permissive): New function -- used in remove.c rewrite.
9575         (all functions): Set errno just before returning, only if there
9576         was an actual failure.
9577         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9578
9579         Emulate openat-family functions using Linux's procfs, if possible.
9580         Idea and some code based on Ulrich Drepper's glibc changes.
9581
9582         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9583         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9584         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9585         before falling back on save_cwd and restore_cwd.
9586         (fdopendir, fstatat, unlinkat): Likewise.
9587
9588         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9589         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9590
9591         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9592         as second argument to va_arg.  Otherwise, some versions of gcc
9593         warn that `if this code is reached, the program will abort'.
9594
9595 2006-01-09  Jim Meyering  <jim@meyering.net>
9596
9597         Sync from coreutils.
9598         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9599         Require openat-priv.h.
9600
9601 2006-01-09  Bruno Haible  <bruno@clisp.org>
9602
9603         * modules/strnlen (Include): Use strnlen.h.
9604
9605 2006-01-09  Bruno Haible  <bruno@clisp.org>
9606
9607         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9608
9609 2006-01-09  Bruno Haible  <bruno@clisp.org>
9610
9611         * lib/sysexit_.h (EX_OK): New macro.
9612         Suggested by Martin Lambers <marlam@marlam.de>.
9613
9614 2006-01-09  Bruno Haible  <bruno@clisp.org>
9615
9616         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9617         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9618
9619 2006-01-09  Bruno Haible  <bruno@clisp.org>
9620
9621         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9622         numbers.
9623
9624 2006-01-09  Bruno Haible  <bruno@clisp.org>
9625
9626         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9627         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9628         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9629         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9630
9631 2006-01-09  Bruno Haible  <bruno@clisp.org>
9632
9633         * build-aux/javacomp.sh.in: New file, moved from lib/.
9634         * modules/javacomp-script (Files): Update.
9635         (configure.ac): Add AC_CONFIG_FILES invocation.
9636         (EXTRA_DIST): Remove variable.
9637
9638         * build-aux/javaexec.sh.in: New file, moved from lib/.
9639         * modules/javaexec (Files): Update.
9640         (configure.ac): Add AC_CONFIG_FILES invocation.
9641         (EXTRA_DIST): Remove javaexec.sh.in.
9642
9643         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9644         * modules/csharpcomp-script (Files): Update.
9645         (configure.ac): Add AC_CONFIG_FILES invocation.
9646         (EXTRA_DIST): Remove variable.
9647
9648         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9649         * modules/csharpexec (Files): Update.
9650         (configure.ac): Add AC_CONFIG_FILES invocation.
9651         (EXTRA_DIST): Remove csharpexec.sh.in.
9652
9653 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9654
9655         Sync from coreutils.
9656
9657         Add POSIX ACL support
9658         * lib/acl.h (copy_acl, set_acl): Add declarations.
9659         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9660         systems other than Linux.
9661         (chmod_or_fchmod): New function: use fchmod when possible,
9662         and chmod otherwise.
9663         (file_has_acl): Add a POSIX ACL implementation, with a
9664         Linux-specific subcase.
9665         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9666         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9667         acls are unsupported.
9668         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9669         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9670         are unsupported.
9671
9672 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9673
9674         Sync from coreutils.
9675         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9676
9677 2006-01-07  Bruno Haible  <bruno@clisp.org>
9678
9679         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9680         gl_EARLY.
9681
9682 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9683
9684         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9685         Problem reported for Mingw by Mark Junker.
9686
9687 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9688
9689         * README: Gnulib normally doesn't generate a tarball.
9690
9691 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9692
9693         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9694         long int, not int, for nanosecond counts, so that people who are
9695         used to POSIX struct timespec won't be surprised.  Reported by Jim
9696         Meyering.
9697
9698 2005-12-28  Bruno Haible  <bruno@clisp.org>
9699
9700         * build-aux/config.rpath: Update from GNU gettext.
9701
9702 2005-12-16  Jim Meyering  <jim@meyering.net>
9703
9704         * modules/fprintftime: New module.
9705         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9706
9707 2005-12-16  Jim Meyering  <jim@meyering.net>
9708
9709         * m4/fprintftime.m4: New file.
9710
9711 2005-12-16  Jim Meyering  <jim@meyering.net>
9712
9713         * lib/fprintftime.c, lib/fprintftime.h: New files.
9714
9715 2005-12-15  Simon Josefsson  <jas@extundo.com>
9716
9717         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9718         new m4/socklen.m4.
9719
9720 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9721
9722         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9723         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9724
9725 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9726
9727         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9728         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9729         struct uparams is valid. Fall back to the default values if it is
9730         not.
9731
9732 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9733
9734         * modules/argp (Files): Add argp-pin.c
9735         (Depends-on): dirname
9736         (lib_SOURCES): Add argp-pin.c
9737
9738 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9739
9740         * m4/argp.m4:  Check if program_invocation_name and
9741         program_invocation_short_name are declared and define appropriate
9742         macros if they are not.
9743
9744 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9745
9746         * lib/argp-help.c (__argp_base_name): New function
9747         (__argp_short_program_name): Rewrite using __argp_base_name
9748         * lib/argp-namefrob.h: Define program_invocation_name and
9749         program_invocation_short_name if requested
9750         (__argp_base_name): Add prototype
9751         * lib/argp-parse.c (argp_def): Use gettext wrappers
9752         (argp_default_parser): Use __argp_base_name
9753         * lib/argp-pin.c: New file. Defines program_invocation_name and
9754         program_invocation_short_name on systems that lack them.
9755
9756 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9757
9758         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9759         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9760         porting problem reported by Georg Schwarz in
9761         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9762
9763 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9764
9765         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9766         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9767         porting problem reported by Georg Schwarz in
9768         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9769
9770 2005-12-05  Bruno Haible  <bruno@clisp.org>
9771
9772         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9773         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9774         Reported by Mark Junker <mjscod@gmx.de>.
9775
9776 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9777
9778         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9779         Use implementation from Albert Chin, with some
9780         comments/corrections by Stepan Kasal and myself.
9781
9782 2005-12-02  Bruno Haible  <bruno@clisp.org>
9783
9784         * gnulib-tool (func_import): Accept GPLed build tool modules when
9785         --lgpl is given.
9786         * modules/csharpcomp-script: New file.
9787         * modules/csharpcomp: Depend on it.
9788         * modules/javacomp-script: New file.
9789         * modules/javacomp: Depend on it.
9790         Suggested by Simon Josefsson.
9791
9792 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9793
9794         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9795         statement, to work around an HP-UX 10.20 compiler bug reported by
9796         Peter O'Gorman.
9797
9798 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9799
9800         * modules/savedir (Depends-on): Add openat.
9801
9802 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9803
9804         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9805         (uintmax_t) [defined uintmax_t]: Do not declare.
9806         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9807         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9808         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9809         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9810         sake of portability to weird hosts that C allows (though we don't
9811         know of any practical examples).
9812
9813         * lib/savedir.h (fdsavedir): New decl.
9814         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9815         contains most of the former guts of savedir.
9816         (savedir): Use savedirstream.
9817         Include "openat.h".
9818
9819 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9820
9821         * modules/obstack (Files): Add m4/ulonglong.m4.
9822         Problem reported by Davide Angelocola.
9823
9824 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9825
9826         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9827         coreutils no longer futzes with rounding modes.
9828
9829 2005-11-14  Jim Meyering  <jim@meyering.net>
9830
9831         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9832         replacement of mkstemp.
9833
9834 2005-11-10  Simon Josefsson  <jas@extundo.com>
9835
9836         * lib/readline.c: Remove EOL.
9837
9838 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9839
9840         * modules/gethrxtime (Depends-on): Add gettime.
9841
9842 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9843
9844         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9845         or gettimeofday; no longer needed.
9846
9847 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9848
9849         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9850         time business.
9851         (gethrxtime) [! (HAVE_NANOUPTIME
9852         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9853         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9854         our own approximation.
9855
9856 2005-11-08  Eric Blake  <ebb9@byu.net>
9857
9858         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9859
9860 2005-11-08  Eric Blake  <ebb9@byu.net>
9861
9862         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9863
9864 2005-11-04  Bruno Haible  <bruno@clisp.org>
9865
9866         * gnulib-tool: Implement --update mode.
9867
9868 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9869
9870         Fix porting problem reported by Theodoros V. Kalamatianos.
9871         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9872         Don't assume that futimes failing means we must fail.
9873
9874 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9875
9876         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9877         variables to suggest the intended function of the PATH_MAX check.
9878
9879 2005-10-30  Kean Johnston  <jkj@sco.com>
9880
9881         Trivial changes to support SCO systems.
9882         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9883         as PATH_MAX.
9884         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9885         where __ptr is null when no I/O is pending.
9886
9887 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9888
9889         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9890         leave errno alone.  Problem reported by Dmitry V. Levin.
9891
9892 2005-10-28  Simon Josefsson  <jas@extundo.com>
9893
9894         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9895         Test more.
9896
9897         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9898
9899         * modules/md2, modules/md2-tests: New files.
9900
9901 2005-10-28  Simon Josefsson  <jas@extundo.com>
9902
9903         * m4/inet_ntop.m4: More tests.
9904
9905         * m4/gc-md2.m4, md2.m4: New file.
9906
9907 2005-10-28  Simon Josefsson  <jas@extundo.com>
9908
9909         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9910         "restrict" keywords, as per POSIX.  Protect the function
9911         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9912         Don't use K&R prototypes.  Check the sprintf return values.
9913         Re-define EAFNOSUPPORT if not present.  Indent.
9914
9915         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9916         suggested by Bruno Haible <bruno@clisp.org>.
9917
9918         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9919
9920         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9921
9922         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9923         libgcrypt).
9924
9925         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9926
9927         * lib/md2.h, lib/md2.c: New files.
9928
9929 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9932         errno alone.  Problem reported by Frederic Jolliton.
9933
9934 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9935
9936         * modules/verify (License): Change from GPL to LGPL.  This is a
9937         tiny module and there are apparently near-equivalents that are
9938         under the BSD license.
9939
9940 2005-10-24  Simon Josefsson  <jas@extundo.com>
9941
9942         * modules/sha1: Relicense to LGPL.
9943
9944 2005-10-24  Simon Josefsson  <jas@extundo.com>
9945
9946         * lib/md4.h: Shrink buffer size, now that we changed the type.
9947
9948 2005-10-23  Simon Josefsson  <jas@extundo.com>
9949
9950         * gnulib-tool (func_import): Fix --tests-base.
9951
9952 2005-10-22  Simon Josefsson  <jas@extundo.com>
9953
9954         * modules/arcfour (Depends-on): Need stdint.
9955
9956 2005-10-22  Simon Josefsson  <jas@extundo.com>
9957
9958         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9959         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9960
9961 2005-10-22  Simon Josefsson  <jas@extundo.com>
9962
9963         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9964         suggested by Bruno Haible <bruno@clisp.org>.
9965
9966 2005-10-22  Simon Josefsson  <jas@extundo.com>
9967
9968         * lib/crc.h: Include stddef.h, for size_t.
9969
9970 2005-10-22  Simon Josefsson  <jas@extundo.com>
9971
9972         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9973         arcfour_context struct (simplify test vector testing in GNU
9974         Shishi).
9975
9976 2005-10-21  Simon Josefsson  <jas@extundo.com>
9977
9978         * modules/des, modules/des-tests: New files.
9979
9980         * modules/gc-des, modules/gc-des-tests: New files.
9981
9982         * tests/test-des.c, tests/test-gc-des.c: New file.
9983
9984 2005-10-21  Simon Josefsson  <jas@extundo.com>
9985
9986         * modules/arctwo, modules/arctwo-tests: New files.
9987
9988         * tests/test-arctwo.c: New file.
9989
9990         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9991
9992         * tests/test-gc-arctwo.c: New file.
9993
9994 2005-10-21  Simon Josefsson  <jas@extundo.com>
9995
9996         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9997         Bruno Haible <bruno@clisp.org>.
9998
9999         * m4/gc-des.m4: New file.
10000
10001 2005-10-21  Simon Josefsson  <jas@extundo.com>
10002
10003         * m4/arctwo.m4: New file.
10004
10005         * m4/gc-arctwo.m4: New file.
10006
10007 2005-10-21  Simon Josefsson  <jas@extundo.com>
10008
10009         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10010         block.
10011
10012 2005-10-21  Simon Josefsson  <jas@extundo.com>
10013
10014         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10015         <bruno@clisp.org>.
10016
10017         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10018
10019         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10020         Bruno Haible <bruno@clisp.org>.
10021
10022         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10023         <bruno@clisp.org>.
10024
10025 2005-10-21  Simon Josefsson  <jas@extundo.com>
10026
10027         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10028
10029 2005-10-21  Simon Josefsson  <jas@extundo.com>
10030
10031         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10032
10033 2005-10-21  Simon Josefsson  <jas@extundo.com>
10034
10035         * lib/des.h, lib/des.c: New files.
10036
10037         * lib/gc-gnulib.c: Support DES.c
10038
10039 2005-10-21  Simon Josefsson  <jas@extundo.com>
10040
10041         * lib/arctwo.h, lib/arctwo.c: New files.
10042
10043         * lib/gc-gnulib.c: Support ARCTWO.
10044
10045 2005-10-21  Simon Josefsson  <jas@extundo.com>
10046
10047         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10048         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10049
10050 2005-10-21  Simon Josefsson  <jas@extundo.com>
10051
10052         * gnulib-tool (func_import, func_create_testdir): Define automake
10053         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10054         Makefile.am snippet),
10055         suggested by Bruno Haible <bruno@clisp.org>.
10056
10057         * modules/gc (Makefile.am): Use it.
10058
10059 2005-10-21  Bruno Haible  <bruno@clisp.org>
10060
10061         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10062         patch.
10063
10064 2005-10-19  Simon Josefsson  <jas@extundo.com>
10065
10066         * tests/test-gc-rijndael.c: New file.
10067
10068         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10069
10070 2005-10-19  Simon Josefsson  <jas@extundo.com>
10071
10072         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10073         interface too.
10074
10075 2005-10-19  Simon Josefsson  <jas@extundo.com>
10076
10077         * tests/test-gc-arcfour.c: New file.
10078
10079         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10080
10081 2005-10-19  Simon Josefsson  <jas@extundo.com>
10082
10083         * modules/gc-md4, modules/gc-md4-tests: New file.
10084
10085         * tests/test-gc-md4.c: New file.
10086
10087 2005-10-19  Simon Josefsson  <jas@extundo.com>
10088
10089         * m4/gc-md4.m4: New file.
10090
10091 2005-10-19  Simon Josefsson  <jas@extundo.com>
10092
10093         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10094         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10095         <kasal@ucw.cz>.
10096
10097 2005-10-19  Simon Josefsson  <jas@extundo.com>
10098
10099         * m4/gc-arcfour.m4: New file.
10100
10101         * m4/gc-rijndael.m4: New file.
10102
10103 2005-10-19  Simon Josefsson  <jas@extundo.com>
10104
10105         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10106
10107 2005-10-19  Simon Josefsson  <jas@extundo.com>
10108
10109         * lib/gc-gnulib.c: Support ARCFOUR.
10110
10111 2005-10-19  Simon Josefsson  <jas@extundo.com>
10112
10113         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10114         support.
10115
10116         * lib/gc.h: Add ECB enum type.
10117
10118         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10119
10120 2005-10-18  Simon Josefsson  <jas@extundo.com>
10121
10122         * tests/test-md5.c: New file.
10123
10124         * modules/md5-tests: New file.
10125
10126 2005-10-18  Simon Josefsson  <jas@extundo.com>
10127
10128         * tests/test-md4.c: New file.
10129
10130         * modules/md4, modules/md4-tests: New files.
10131
10132 2005-10-18  Simon Josefsson  <jas@extundo.com>
10133
10134         * m4/md4.m4: New file.
10135
10136 2005-10-18  Simon Josefsson  <jas@extundo.com>
10137
10138         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10139
10140 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10141
10142         * gnulib-tool (func_create_testdir): Omit the second check whether
10143         BUILT_SOURCES in nonempty.
10144
10145 2005-10-17  Simon Josefsson  <jas@extundo.com>
10146
10147         * tests/test-rijndael.c: New file.
10148
10149 2005-10-17  Simon Josefsson  <jas@extundo.com>
10150
10151         * modules/sha1: Depend on stdint instead of md5.
10152
10153         * modules/md5: Depend on stdint, remove uint32_t.
10154
10155 2005-10-17  Simon Josefsson  <jas@extundo.com>
10156
10157         * modules/gc-sha1-tests: New file.
10158
10159         * tests/test-gc-sha1.c: New file.
10160
10161 2005-10-17  Simon Josefsson  <jas@extundo.com>
10162
10163         * m4/md5.m4: Remove call to uint32_t.m4.
10164
10165 2005-10-17  Simon Josefsson  <jas@extundo.com>
10166
10167         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10168
10169         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10170         md5.h.
10171
10172         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10173
10174         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10175
10176 2005-10-17  Simon Josefsson  <jas@extundo.com>
10177
10178         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10179
10180 2005-10-17  Simon Josefsson  <jas@extundo.com>
10181
10182         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10183
10184 2005-10-17  Simon Josefsson  <jas@extundo.com>
10185
10186         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10187
10188         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10189
10190 2005-10-17  Bruno Haible  <bruno@clisp.org>
10191
10192         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10193         that it can also be used in a test.
10194
10195 2005-10-16  Bruno Haible  <bruno@clisp.org>
10196
10197         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10198         TESTS_ENVIRONMENT, so that individual tests can augment it.
10199
10200         * gnulib-tool (func_create_testdir): Use an intermediate target for
10201         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10202         macros, like $(ALLOCA_H), which cannot be passed through the command
10203         line.
10204
10205 2005-10-15  Simon Josefsson  <jas@extundo.com>
10206
10207         * modules/rijndael-tests: New file.
10208
10209         * modules/rijndael: New file.
10210
10211 2005-10-15  Simon Josefsson  <jas@extundo.com>
10212
10213         * m4/rijndael.m4: New file.
10214
10215 2005-10-15  Simon Josefsson  <jas@extundo.com>
10216
10217         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10218
10219         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10220
10221 2005-10-14  Simon Josefsson  <jas@extundo.com>
10222
10223         * tests/test-arcfour.c: New file.
10224
10225         * modules/arcfour, modules/arcfour-tests: New files.
10226
10227 2005-10-14  Simon Josefsson  <jas@extundo.com>
10228
10229         * m4/arcfour.m4: New file.
10230
10231 2005-10-14  Simon Josefsson  <jas@extundo.com>
10232
10233         * lib/arcfour.h, lib/arcfour.c: New files.
10234
10235 2005-10-14  Roland McGrath  <roland@redhat.com>
10236
10237         Import from libc.  [BZ #1331]
10238         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10239         macro argument.
10240         Reported by Matej Vela <vela@debian.org>.
10241
10242 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10243
10244         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10245         include <wchar.h>; no longer needed.
10246
10247 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10248
10249         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10250
10251 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10252         and  Ulrich Drepper  <drepper@redhat.com>
10253
10254         Import from libc.
10255         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10256         instead of inline stream orientation test and two separate
10257         function calls.  Pay no attention to USE_IN_LIBIO.
10258
10259 2005-10-13  Simon Josefsson  <jas@extundo.com>
10260
10261         * modules/gc-hmac-md5-tests: New file.
10262
10263         * tests/test-gc-hmac-sha1.c: New file.
10264
10265         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10266
10267         * modules/gc-hmac-md5-tests: New file.
10268
10269         * tests/test-gc-md5.c: New file.
10270
10271         * modules/gc-md5-tests: New file.
10272
10273 2005-10-13  Simon Josefsson  <jas@extundo.com>
10274
10275         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10276         Move memory allocation outside of loop.
10277
10278 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10279
10280         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10281         intermediate directory is in a read-only file system.  Problem
10282         reported by Eric Blake.
10283
10284 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10285
10286         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10287
10288 2005-10-12  Simon Josefsson  <jas@extundo.com>
10289
10290         * tests/test-hmac-sha1.c: New file.
10291
10292         * modules/hmac-sha1-tests: New file.
10293
10294         * modules/hmac-sha1: New file.
10295
10296 2005-10-12  Simon Josefsson  <jas@extundo.com>
10297
10298         * modules/gc-sha1: New file.
10299
10300 2005-10-12  Simon Josefsson  <jas@extundo.com>
10301
10302         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10303
10304         * tests/test-gc-pbkdf2-sha1.c: New file.
10305
10306 2005-10-12  Simon Josefsson  <jas@extundo.com>
10307
10308         * modules/gc-md5, modules/gc-hmac-md5: New files.
10309
10310         * modules/gc (Files): Remove md5, memxor and hmac files.
10311
10312 2005-10-12  Simon Josefsson  <jas@extundo.com>
10313
10314         * m4/gc-pbkdf2-sha1.m4: New file.
10315
10316         * m4/gc-hmac-sha1.m4: New file.
10317
10318         * m4/gc-sha1: New file.
10319
10320         * m4/hmac-sha1.m4: New file.
10321
10322 2005-10-12  Simon Josefsson  <jas@extundo.com>
10323
10324         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10325
10326         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10327
10328 2005-10-12  Simon Josefsson  <jas@extundo.com>
10329
10330         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10331         suggested by Bruno Haible <bruno@clisp.org>.
10332
10333 2005-10-12  Simon Josefsson  <jas@extundo.com>
10334
10335         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10336
10337 2005-10-12  Simon Josefsson  <jas@extundo.com>
10338
10339         * lib/gc-pbkdf2-sha1.c: New file.
10340
10341         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10342
10343 2005-10-12  Simon Josefsson  <jas@extundo.com>
10344
10345         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10346
10347         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10348
10349 2005-10-12  Simon Josefsson  <jas@extundo.com>
10350
10351         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10352         GC_USE_HMAC_MD5, respectively.
10353
10354         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10355         (gc_md5): Fix typo.
10356
10357         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10358
10359         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10360
10361         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10362
10363 2005-10-12  Bruno Haible  <bruno@clisp.org>
10364
10365         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10366         Reported by Stepan Kasal <kasal@ucw.cz>.
10367
10368 2005-10-11  Simon Josefsson  <jas@extundo.com>
10369
10370         * tests/test-crc.c: New file.
10371
10372         * modules/crc, modules/crc-tests: New files.
10373
10374 2005-10-11  Simon Josefsson  <jas@extundo.com>
10375
10376         * m4/crc.m4: New file.
10377
10378 2005-10-11  Simon Josefsson  <jas@extundo.com>
10379
10380         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10381
10382         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10383
10384         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10385
10386 2005-10-11  Simon Josefsson  <jas@extundo.com>
10387
10388         * lib/crc.h, lib/crc.c: New files.
10389
10390         * lib/gc.h (gc_hash_buffer): Add doc.
10391
10392 2005-10-11  Bruno Haible  <bruno@clisp.org>
10393
10394         * modules/c-strcasestr: New file.
10395         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10396
10397 2005-10-11  Bruno Haible  <bruno@clisp.org>
10398
10399         * modules/c-strcase: New file.
10400         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10401
10402 2005-10-11  Bruno Haible  <bruno@clisp.org>
10403
10404         * lib/strcasecmp.c: Include limits.h.
10405         (strcasecmp): Avoid integer overflow on exotic platforms.
10406         * lib/strncasecmp.c: Include limits.h.
10407         (strncasecmp): Avoid integer overflow on exotic platforms.
10408         Reported by Paul Eggert.
10409
10410 2005-10-11  Bruno Haible  <bruno@clisp.org>
10411
10412         * lib/c-strcasestr.h: New file, from GNU gettext.
10413         * lib/c-strcasestr.c: New file, from GNU gettext.
10414
10415 2005-10-11  Bruno Haible  <bruno@clisp.org>
10416
10417         * lib/c-strcase.h: New file, from GNU gettext.
10418         * lib/c-strcasecmp.c: New file, from GNU gettext.
10419         * lib/c-strncasecmp.c: New file, from GNU gettext.
10420
10421 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10422
10423         * modules/mempcpy (License): GPL -> LGPL.
10424         * modules/strchrnul (License): Likewise.
10425         * modules/sysexits (License): Likewise.
10426
10427 2005-10-08  Simon Josefsson  <jas@extundo.com>
10428
10429         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10430
10431 2005-10-07  Simon Josefsson  <jas@extundo.com>
10432
10433         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10434
10435 2005-10-06  Simon Josefsson  <jas@extundo.com>
10436
10437         * tests/test-hmac-md5.c: New file.
10438
10439         * modules/hmac-md5-tests: New file.
10440
10441         * modules/hmac-md5: New file.
10442
10443 2005-10-06  Simon Josefsson  <jas@extundo.com>
10444
10445         * m4/hmac-md5.m4: New file.
10446
10447         * m4/memxor.m4: Require gl_C_RESTRICT.
10448
10449 2005-10-06  Simon Josefsson  <jas@extundo.com>
10450
10451         * lib/memxor.c (memxor): Avoid casts and warnings.
10452
10453 2005-10-06  Simon Josefsson  <jas@extundo.com>
10454
10455         * lib/hmac-md5.c: New file.
10456
10457         * lib/hmac.h: New file.
10458
10459 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10460
10461         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10462         promotes to int, not unsigned int, to catch the AIX 5.3
10463         compiler bug.
10464
10465 2005-10-05  Simon Josefsson  <jas@extundo.com>
10466
10467         * modules/memxor: New file.
10468
10469         * modules/iconv (Files): Move config.rpath to havelib, it is used
10470         there.
10471
10472         * modules/havelib (Files): Add config.rpath.
10473
10474 2005-10-05  Simon Josefsson  <jas@extundo.com>
10475
10476         * m4/memxor.m4: New file.
10477
10478 2005-10-05  Simon Josefsson  <jas@extundo.com>
10479
10480         * lib/memxor.c (memxor): Fix compiler error.
10481
10482         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10483         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10484
10485         * lib/memxor.h, lib/memxor.c: New files.
10486
10487         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10488         we assume all systems have it, suggested by Jim Meyering
10489         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10490         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10491         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10492         same reasons.
10493
10494 2005-10-05  Simon Josefsson  <jas@extundo.com>
10495
10496         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10497
10498 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10499
10500         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10501         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10502         needed, since the source code now assumes these .h files.
10503
10504 2005-10-05  Derek Price  <derek@ximbiot.com>
10505
10506         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10507
10508 2005-10-05  Bruno Haible  <bruno@clisp.org>
10509
10510         * modules/stdint (License): Change to LGPL.
10511
10512 2005-10-04  Simon Josefsson  <jas@extundo.com>
10513
10514         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10515         D. Baushke" <mdb@gnu.org>.
10516
10517 2005-10-04  Bruno Haible  <bruno@clisp.org>
10518
10519         * lib/verify.h (verify_true): Provide alternative definition for C++.
10520
10521 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10522
10523         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10524         (SSIZE_MAX): New macro, if not already defined.
10525         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10526         than 2 GiB.
10527
10528 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10529
10530         Sync from coreutils.
10531         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10532         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10533         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10534         ULLONG_MAX doesn't work with 2.7.2.1.
10535
10536 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10537
10538         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10539         From Ben Pfaff.
10540
10541         * modules/exclude (Depends-on): Depend on verify.
10542         * modules/strtoimax (Depends-on): Likewise.
10543         * modules/utimecmp (Depends-on): Likewise.
10544
10545 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10546
10547         * lib/exclude.c: Include verify.h.
10548         (verify): Remove.  All callers changed to use verify.h's version.
10549         * lib/strtoimax.c: Likewise.
10550         * lib/utimecmp.c: Likewis.e
10551
10552         Sync from coreutils.
10553         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10554         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10555         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10556         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10557         bother returning ENOSYS if settimeofday or stime fails; just let
10558         them return whatever errno they want to return.
10559         * lib/utimens.c: Include unistd.h, for dup2.
10560         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10561         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10562
10563 2005-10-02  Jim Meyering  <jim@meyering.net>
10564
10565         Sync from coreutils.
10566         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10567         from glibc-2.2.5 that fails for read-only files.
10568
10569 2005-10-02  Jim Meyering  <jim@meyering.net>
10570
10571         Sync from coreutils.
10572         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10573         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10574         `#if HAVE_CONFIG_H'.
10575         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10576         Remove AT_FDCWD test.
10577         Do not consume the fd unless successful.
10578         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10579         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10580         block, so that we don't even try to compile it if settimeofday is
10581         available.  This works around a compilation failure on OSF1 V5.1,
10582         due to stime requiring a `long int*' while tv_sec is `int'.
10583
10584 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10585
10586         Sync from coreutils.
10587         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10588         against `yes', rather than just testing for nonempty.
10589
10590 2005-10-01  Simon Josefsson  <jas@extundo.com>
10591
10592         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10593         and Darwin.
10594
10595         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10596         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10597         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10598         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10599         Check if struct addrinfo is declared.
10600
10601 2005-10-01  Simon Josefsson  <jas@extundo.com>
10602
10603         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10604         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10605         AI_* and EAI_* definitions.  Protect function declarations.
10606
10607 2005-10-01  Jim Meyering  <jim@meyering.net>
10608
10609         Sync from coreutils.
10610
10611         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10612         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10613         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10614         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10615         in the inet and nsl libraries.  Required on Solaris 5.7.
10616
10617 2005-10-01  Jim Meyering  <jim@meyering.net>
10618
10619         Sync from coreutils.
10620         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10621         in the inet and nsl libraries.  Required on Solaris 5.7.
10622
10623 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10624
10625         * lib/getdelim.c (getdelim): Remove unused variables.
10626
10627 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10628
10629         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10630         so that the code works even with ancient cpp.  Portability problem
10631         with GCC 2.7.2.1 reported by Thomas M.Ott.
10632
10633 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10634
10635         * modules/regex (Depends-on): Add strcase.
10636
10637         * modules/gethostname (Licence): Change from GPL to LGPL, since
10638         gethostname.c is a trivial implementation of a standard library
10639         function.
10640         * modules/poll (License): Change from GPL to LGPL, since it's
10641         derived from LGPL code.
10642
10643 2005-09-27  Jim Meyering  <jim@meyering.net>
10644
10645         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10646         HAVE_CONFIG_H.
10647
10648         * lib/intprops.h (signed_type_or_expr__): Define.
10649         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10650         for unsigned types.
10651
10652 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10653
10654         * lib/verify.h (verify_expr): Remove, replacing with:
10655         (verify_true): New macro that returns true instead of void.
10656         (verify_type__): Remove.
10657         (verify): Use verify_true rather than verify_type__.
10658
10659 2005-09-26  Bruno Haible  <bruno@clisp.org>
10660
10661         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10662         is necessary.
10663         (lib_SOURCES): Remove mbchar.c.
10664         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10665         (Files): Add m4/mbrtowc.m4.
10666         * modules/mbiter: Likewise.
10667         * modules/mbuiter: Likewise.
10668
10669 2005-09-26  Bruno Haible  <bruno@clisp.org>
10670
10671         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10672         compile mbchar.c if they are not both present.
10673         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10674         * m4/mbiter.m4 (gl_MBITER): Likewise.
10675         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10676         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10677         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10678
10679 2005-09-25  Jim Meyering  <jim@meyering.net>
10680
10681         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10682         also uses socklen_t.
10683
10684 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10685
10686         * lib/utimens.c (ENOSYS): Define if not already defined.
10687         (futimens): Support having a null PATH if the file descriptor
10688         is nonnegative.
10689
10690         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10691         Remove.
10692         (__attribute): Define to empty unless GCC 3.1 or later.
10693         This works around a core dump on OpenBSD 3.4, which has GCC
10694         2.95.3, which dumps core when given __attribute__(()).  It also
10695         simplifies other tests, since we really don't want to bother with
10696         worrying about which ancient version of GCC supported what.
10697         Original problem reported by Yoann Vandoorselaere, with part of
10698         the fix suggested by Derek Price.
10699
10700 2005-09-24  Jim Meyering  <jim@meyering.net>
10701
10702         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10703         so we can once again use a positive bitfield width of 1 -- now we
10704         don't have to explain why we were using a bitfield width of 2.
10705
10706 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10707
10708         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10709         and similarly for the other external symbols.  Problem reported
10710         by James Gallager.
10711
10712         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10713         bug reported by Jim Meyering.
10714
10715         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10716         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10717         not needed, since socklen is a prerequisite module.
10718
10719 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10720
10721         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10722         Problem reported by Eric Blake.
10723         (getaddrinfo): Initialize se so that it's not garbage.
10724         Redo internal storage allocation so that it doesn't make unportable
10725         assumptions about alignment.
10726         Fix a memory leak.
10727
10728         * lib/utimens.c (futimens): Use futimesat if available.
10729         Prefer it to futimes since it doesn't have the futimes bug.
10730
10731         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10732         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10733         Instead, declare a function that returns a pointer to an array,
10734         and use verify_type__ to declare the size of the array.
10735         Problem and germ of a solution reported by Bruno Haible.
10736         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10737         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10738
10739 2005-09-23  Jim Meyering  <jim@meyering.net>
10740
10741         Sync from coreutils.
10742         Correct build failure (socklen_t not defined) on at least
10743         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10744         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10745
10746 2005-09-23  Jim Meyering  <jim@meyering.net>
10747
10748         * modules/getaddrinfo (Depends-on): Add socklen.
10749
10750 2005-09-23  Bruno Haible  <bruno@clisp.org>
10751
10752         * tests/test-verify.c: New file.
10753
10754 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10755
10756         Sync from coreutils.
10757
10758         * modules/argmatch (Depends-on): Add verify.
10759         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10760         unistd-safer.
10761         * modules/save-cwd (Depends-on): Likewise.
10762
10763         * modules/openat (Files): Add lib/openat-die.c.
10764         (Depends-on): Remove error, exitfail.
10765         Add dirname.
10766
10767         * modules/verify: New file.
10768         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10769         with "verify" module.
10770
10771 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10772
10773         Sync from coreutils.
10774
10775         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10776         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10777         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10778         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10779         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10780         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10781         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10782         Don't bother checking for string.h, stdlib.h, unistd.h.
10783         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10784         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10785         module's job.
10786         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10787         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10788
10789         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10790         (gl_GETDATE): Use it.
10791
10792         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10793
10794 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10795
10796         Sync from coreutils.
10797
10798         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10799         stat-time.h.
10800         * lib/argmatch.h: Include verify.h
10801         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10802         (ARGMATCH_ASSERT): Remove; unused.
10803         * lib/canonicalize.c: Assume STDC_HEADERS.
10804         * lib/exclude.c: Include "strcase.h".
10805         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10806         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10807         and stdio-safer.h.
10808         (getusershell): Call fopen, not fopen_safer.
10809         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10810         Do not include unistd-safer.h.
10811         (save_cwd): Don't call fd_safer; no longer needed
10812         now that we include fcntl--.h.
10813
10814         * lib/getdate.y (relative_time): New type.
10815         (RELATIVE_TIME_0): New constant.
10816         (parser_control): Use relative_time instead of doing it ourselves.
10817         (%union): Add new relative_time rel member.
10818         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10819         Now typeless.
10820         (relunit, relunit_snumber): Now of type rel.
10821         (zone, rel, relunit, get_date): Adjust to above changes.
10822
10823         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10824         Do not include unistd-safer.h.
10825         (getloadavg): Don't call fd_safer; no longer needed
10826         now that we include fcntl--.h.
10827
10828         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10829         (make_dir_parents): Treat ENOSYS like EEXIST.
10830
10831         Improve quality of diagnostics on restore_cwd failure.
10832         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10833         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10834         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10835         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10836         each time through the loop.  Do not diagnose restore_cwd failure;
10837         that is the caller's job (and perhaps the caller does not care).
10838
10839         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10840         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10841         If the file already exists but is not a directory, don't bother
10842         to try to make its parents.
10843         Close potential file descriptor leak if we can't chdir("/") (!).
10844         Don't always return true if chdir($PWD) fails; return true only
10845         if the requested action was done successfully (except for the
10846         chdir($PWD)).
10847         Don't log final directory unless we actually made it.
10848         Refactor to avoid duplicate code to fix up permissions.
10849         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10850
10851         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10852         to make it a bit faster and (I hope) clearer.
10853         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10854         Fix bug in formats like %2N.
10855
10856         * lib/verify.h: New file.
10857
10858 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10859
10860         Sync from coreutils.
10861         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10862
10863 2005-09-22  Jim Meyering  <jim@meyering.net>
10864
10865         Sync from coreutils.
10866
10867         * m4/lstat.m4 (gl_FUNC_LSTAT):
10868         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10869         Remove obsolete comment.
10870         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10871         * m4/xstrtod.m4: Likewise.
10872
10873         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10874
10875 2005-09-22  Jim Meyering  <jim@meyering.net>
10876
10877         Sync from coreutils.
10878
10879         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10880
10881         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10882         the .tm_year member, since otherwise gcc-4.0 would now warn about
10883         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10884
10885         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10886         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10887
10888         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10889         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10890         when run in a time zone for which daylight savings time is in effect
10891         for the starting date.
10892
10893         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10894         stop us from restricting permissions of just-created absolute-named
10895         directories.
10896         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10897         to restore initial working directory.
10898         * lib/mkdir-p.c (make_dir_parents): New parameter:
10899         different_working_dir, to tell caller if/when we change the working
10900         directory and are unable to return to the initial one.
10901         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10902         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10903         `return false'.  This fixes a bug introduced on 2004-07-30.
10904
10905         * lib/openat.c (fdopendir): Be sure to close the supplied
10906         file descriptor before returning.  This makes our replacement
10907         implementation a little closer to Solaris's, where fdopendir
10908         ties the file descriptor to the returned DIR* pointer.
10909         * lib/openat.c (unlinkat): New function.
10910         * lib/openat.h (unlinkat): Add prototype.
10911         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10912         (openat_restore_fail): Rename from openat_restore_die.
10913         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10914
10915         Provide an alternative to exiting immediately upon save_cwd or
10916         restore_cwd failure.  Now, an application can arrange e.g.,
10917         to perform a longjump in that case.
10918         * lib/openat.c: Include dirname.h.
10919         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10920         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10921         and openat_restore_die rather than calling error directly.
10922         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10923
10924         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10925         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10926         define.
10927
10928         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10929         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10930                             int utc, int nanoseconds);
10931         Background:
10932         date should not have to allocate a megabyte of virtual memory to
10933         handle a format argument like +%1048575T.  When implemented with
10934         strftime, it must allocate such a buffer, use strftime to fill it
10935         in, print it, then free it.
10936         With fprintftime, it simply prints everything and exits.
10937         With no need for memory allocation, that's one fewer way to fail.
10938         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10939         optional field width, not before, so we accept %9:z, not %:9z.
10940         (my_strftime): Be sure to use L_('x') for literals.
10941
10942         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10943         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10944         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10945         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10946         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10947         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10948         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10949         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10950         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10951         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10952         * lib/xgethostname.c, lib/xreadlink.c:
10953         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10954
10955         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10956         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10957         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10958         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10959         and don't include <sys/file.h>).
10960
10961 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10962
10963         Sync from coreutils.
10964
10965         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10966         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10967         [!LDAV_DONE]: Avoid unused variable warning.
10968
10969 2005-09-21  Bruno Haible  <bruno@clisp.org>
10970
10971         * lib/unicodeio.h (unicode_to_mb): New declaration.
10972
10973 2005-09-20  Derek Price  <derek@ximbiot.com>
10974
10975         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10976         getaddrinfo.h.
10977
10978 2005-09-20  Bruno Haible  <bruno@clisp.org>
10979
10980         * gnulib-tool: Remove trailing slashes from the values specified for
10981         --source-base, --m4-base, --tests-base, --aux-dir.
10982         Suggested by Simon Josefsson <jas@extundo.com>.
10983
10984 2005-09-20  Bruno Haible  <bruno@clisp.org>
10985
10986         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10987         func_modules_to_filelist, func_import, func_create_testdir): Make all
10988         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10989         change when gnulib-tool is invoked in a different locale.
10990
10991 2005-09-19  Simon Josefsson  <jas@extundo.com>
10992
10993         * m4/socklen.m4: Fix typo.
10994
10995 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10996
10997         Use a consistent style for including <config.h>.
10998         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10999         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11000         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11001         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11002         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11003         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11004         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11005         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11006         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11007         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11008         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11009         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11010         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11011         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11012         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11013         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11014         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11015         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11016         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11017         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11018         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11019         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11020         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11021         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11022         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11023         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11024         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11025         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11026         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11027         lib/xstrtoumax.c, lib/yesno.c:
11028         Standardize inclusion of config.h.
11029         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11030         lib/inttostr.h:  Removed inclusion of config.h from header files.
11031         * lib/inttostr.c:  Adjusted in-tree users.
11032         * lib/timespec.h: Remove superfluous warning to include config.h.
11033         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11034         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11035         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11036         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11037         config.h with HAVE_CONFIG_H.
11038
11039 2005-09-19  Jim Meyering  <jim@meyering.net>
11040
11041         * modules/pathmax (License): Change to LGPL.
11042
11043 2005-09-19  Derek Price  <derek@ximbiot.com>
11044
11045         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11046
11047 2005-09-19  Bruno Haible  <bruno@clisp.org>
11048
11049         * gnulib-tool (import): Provide default for --tests-base.
11050
11051 2005-09-19  Bruno Haible  <bruno@clisp.org>
11052
11053         * doc/quote.texi: New file, extracted from gnulib.texi.
11054         * doc/ctime.texi: New file, extracted from gnulib.texi.
11055         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11056         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11057         * doc/gnulib.texi: Include them.
11058
11059 2005-09-18  Bruno Haible  <bruno@clisp.org>
11060
11061         Portability fix.
11062         * gnulib-tool (func_readlink): New function.
11063         (func_ln_if_changed): Use it.
11064
11065 2005-09-18  Bruno Haible  <bruno@clisp.org>
11066
11067         * gnulib-tool: Support --with-tests also with --import.
11068         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11069         (func_import): Use variables $testsbase and $inctests. Emit a
11070         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11071         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11072         SUBDIRS += $testsdir.
11073         (func_create_testdir): Update.
11074
11075 2005-09-18  Bruno Haible  <bruno@clisp.org>
11076
11077         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11078         instead of $dry_run.
11079         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11080         (func_ln_if_changed): Don't handle dry-run here.
11081         (func_import): In dry-run mode, detect more precisely which actions
11082         would be performed, and don't use "...ing" verbs.
11083
11084 2005-09-18  Bruno Haible  <bruno@clisp.org>
11085
11086         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11087         (func_import): Use join on two temporary files instead of three nested
11088         loops, in order to determine which files are new or old.
11089
11090 2005-09-18  Bruno Haible  <bruno@clisp.org>
11091
11092         * gnulib-tool (func_import): Comment out code that spits out the
11093         new files with --dry-run.
11094
11095 2005-09-18  Bruno Haible  <bruno@clisp.org>
11096
11097         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11098
11099 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11100
11101         * lib/stat-time.h: New file.
11102         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11103         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11104         in a different way.
11105         (timespec_cmp): New function.
11106         * lib/utimecmp.c: Include stat-time.h.
11107         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11108         members exist, not on the obsolescent ST_MTIM_NSEC.
11109         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11110
11111 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11112
11113         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11114
11115 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11116
11117         * MODULES.html.sh (File system functions): Add stat-time.
11118         * modules/stat-time: New file.
11119         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11120         is now done in a different way, by the stat-time module.
11121         * modules/utimecmp (Depends-on): Add stat-time.
11122
11123 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11124
11125         * m4/st_mtim.m4: Remove.  Superseded by...
11126         * m4/stat-time.m4: New file.
11127         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11128         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11129
11130 2005-09-15  Derek Price  <derek@ximbiot.com>
11131
11132         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11133
11134 2005-09-15  Derek Price  <derek@ximbiot.com>
11135
11136         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11137         * lib/regex_internal.c: Ditto, using this...
11138         (__GNUC_PREREQ): ...new macro.
11139         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11140         using...
11141         (__GNUC_PREREQ): ...this new macro.
11142
11143         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11144
11145 2005-09-15  Derek Price  <derek@ximbiot.com>
11146             Paul Eggert  <eggert@cs.ucla.edu>
11147
11148         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11149         changes, consolidating in...
11150         * lib/regex_internal.h: ...this file.
11151
11152 2005-09-13  Jim Meyering  <jim@meyering.net>
11153
11154         * lib/canon-host.c: Filter through gnu indent and reword comments
11155         slightly.
11156         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11157
11158 2005-09-13  Derek Price  <derek@ximbiot.com>
11159
11160         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11161         failure.
11162         Reported by Jim Meyering  <jim@meyering.net>.
11163
11164 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11165
11166         * lib/base64.c: Typo.
11167         (base64_encode): Put b64str in initialized data section.
11168
11169 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11170
11171         Merge glibc and coreutils changes into gnulib, plus a few
11172         extra fixes.
11173         * lib/md5.c: Use #error rather than a string.
11174         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11175         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11176         (__attribute__): Define to empty for non recent-GCC.
11177         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11178         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11179         Renamed from their non-__ counterparts, with new macros replacing
11180         them if not _LIBC.  Add __THROW attribute.
11181         (rol): Remove.
11182         (struct md5_ctx): Align buffer if using GCC.
11183         * lib/sha1.h (struct sha1_ctx): Likewise.
11184         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11185         The old name was backwards.
11186         (NOTSWAP): Remove; not used.
11187         (rol): New macro, moved here from md5.h.
11188         (sha1_process_block): Remove a FIXME that doesn't make sense.
11189
11190 2005-09-12  Derek Price  <derek@ximbiot.com>
11191
11192         Return usable errors from canon-host.
11193         * lib/canon-host.h: New file.
11194         * lib/canon-host.c (canon_host): Wrap...
11195         (canon_host_r): ...this new function, which now relies exclusively on
11196         getaddrinfo.
11197         (ch_strerror): New function.
11198         (last_cherror): New global.
11199         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11200         interface.
11201         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11202         void *.
11203         (freeaddrinfo): Free ai->ai_canonname when set.
11204
11205 2005-09-12  Derek Price  <derek@ximbiot.com>
11206
11207         Make canon-host require getaddrinfo.
11208         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11209         AC_LIBSOURCE canon-host.h.  Call...
11210         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11211         gl_GETADDRINFO.
11212         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11213
11214 2005-09-12  Derek Price  <derek@ximbiot.com>
11215
11216         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11217         LGPL.
11218         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11219
11220 2005-09-12  Derek Price  <derek@ximbiot.com>
11221
11222         * lib/gai_strerror.c: Include config.h when available.  Include
11223         getaddrinfo.h before other headers to test interface.
11224         Reported by Larry Jones <lawrence.jones@ugs.com>.
11225
11226 2005-09-12  Derek Price  <derek@ximbiot.com>
11227             Paul Eggert  <eggert@cs.ucla.edu>
11228
11229         * modules/glob (Files): Add glob-libc.h.
11230
11231 2005-09-12  Derek Price  <derek@ximbiot.com>
11232             Paul Eggert  <eggert@cs.ucla.edu>
11233
11234         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11235         glob_.h, glob-libc.h.
11236         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11237
11238 2005-09-12  Derek Price  <derek@ximbiot.com>
11239             Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11242         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11243         protecting things that should be done only in gnulib contexts.
11244         * lib/glob_.h: New file, containing only the glob things needed for
11245         gnulib.
11246         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11247         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11248         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11249         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11250         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11251         and to respect the namespace rules better.
11252
11253 2005-09-08  Simon Josefsson  <jas@extundo.com>
11254
11255         * modules/socklen: New file.
11256
11257 2005-09-08  Simon Josefsson  <jas@extundo.com>
11258
11259         * m4/socklen.m4: New file.
11260
11261 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11262
11263         * modules/utimens (Files): Add m4/utimbuf.m4, since
11264         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11265         Reported by Sergey Poznyakoff.
11266
11267 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11268
11269         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11270         definitions, since that's the preferred style in glibc.
11271         Fix a minor spacing issue, and update copyright notice to match
11272         glibc's.
11273
11274 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11275
11276         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11277
11278 2005-09-06  Simon Josefsson  <jas@extundo.com>
11279
11280         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11281         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11282
11283 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11284
11285         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11286         warning.
11287
11288 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11289
11290         * config/srclist.txt: Add glibc bug 1302.
11291
11292 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11293
11294         Change bitset word type from unsigned int to unsigned long int,
11295         as this has better performance on typical 64-bit hosts.
11296         Port bitset code to hosts with unusual word sizes.
11297         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11298         (build_collating_symbol):
11299         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11300         argument is a bitset.  This is merely a style issue, but it makes
11301         it clearer that an entire array is expected.
11302         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11303         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11304         Port to the case where bitset_word is not the same as unsigned int.
11305         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11306         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11307         Likewise.
11308         * lib/regexec.c (check_dst_limits_calc_pos_1,
11309         check_subexp_matching_top):
11310         (build_trtable, group_nodes_into_DFAstates):
11311         Likewise.
11312         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11313         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11314         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11315         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11316         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11317         * lib/regcomp.c (optimize_subexps, lower_subexp):
11318         Work even if bitset_word has holes in its bitwise representation.
11319         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11320         * lib/regexec.c (check_dst_limits_calc_pos_1,
11321         check_subexp_matching_top):
11322         Likewise.
11323         * lib/regex_internal.c (re_string_reconstruct):
11324         Don't assume UCHAR_MAX == 255.
11325         * lib/regex_internal.h (bitset_set_all): Likewise.
11326         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11327         All uses changed.
11328         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11329         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11330         All uses changed.
11331         (BITSET_WORD_MAX): New macro.
11332         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11333         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11334         (bitset_empty, bitset_copy):
11335         Prefer sizeof (bitset) to multiplying it out ourselves.
11336         (bitset_not_merge): Remove; unused.
11337         (bitset_contain): Return bool, not unsigned int with one bit on.
11338         All callers changed.
11339         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11340         alignment than re_node_set; do this by defining a new internal
11341         type struct dests_alloc and using it to allocate memory.
11342
11343 2005-09-05  Bruno Haible  <bruno@clisp.org>
11344
11345         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11346         links.
11347
11348 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11349
11350         * modules/size_max (Makefile.am): Add size_max.h
11351
11352 2005-09-04  Derek Price  <derek@ximbiot.com>
11353
11354         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11355
11356 2005-09-03  Simon Josefsson  <jas@extundo.com>
11357
11358         * gnulib-tool: Fix typo.
11359
11360 2005-09-03  Simon Josefsson  <jas@extundo.com>
11361
11362         * config/srclist.txt: Add glibc bug 1293.
11363
11364 2005-09-03  Derek Price  <derek@ximbiot.com>
11365
11366         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11367         From Larry Jones <lawrence.jones@ugs.com>.
11368
11369 2005-09-02  Simon Josefsson  <jas@extundo.com>
11370
11371         * modules/socklen: New file.
11372
11373 2005-09-02  Simon Josefsson  <jas@extundo.com>
11374
11375         * modules/havelib: New module.
11376
11377         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11378         Use havelib.
11379
11380 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11381
11382         Check for arithmetic overflow when calculating sizes, to prevent
11383         some buffer-overflow issues.  These patches are conservative, in the
11384         sense that when I couldn't determine whether an overflow was possible,
11385         I inserted a run-time check.
11386         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11387         macros.
11388         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11389         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11390         (re_xnrealloc, re_x2nrealloc): New inline functions.
11391         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11392         parse_bracket_exp):
11393         (build_equiv_class, build_charclass): Check for arithmetic overflow
11394         in size expression calculations.
11395         * lib/regex_internal.c (re_string_realloc_buffers):
11396         (build_wcs_upper_buffer, re_node_set_add_intersect):
11397         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11398         (re_dfa_add_node, register_state): Likewise.
11399         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11400         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11401         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11402         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11403
11404 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11405
11406         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11407         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11408
11409 2005-09-02  Bruno Haible  <bruno@clisp.org>
11410
11411         Support for lib vs. lib64 distinction on biarch platforms.
11412         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11413         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11414         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11415
11416 2005-09-02  Bruno Haible  <bruno@clisp.org>
11417
11418         * gnulib-tool (import): In the other first-use case, provide defaults
11419         as well.
11420
11421 2005-09-02  Bruno Haible  <bruno@clisp.org>
11422
11423         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11424         patches not yet found in the latest gettext release.
11425
11426 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11427
11428         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11429         to avoid a collision with bits/local_lim.h in glibc.
11430         All uses changed.  Problem reported by Dmitry V. Levin in
11431         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11432
11433         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11434         bugs in int versus size_t comparisons.
11435         (re_string_context_at): Fix bug where the code assumed that
11436         Idx is signed.
11437
11438         Use bool where appropriate.
11439         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11440         All callers changed.
11441         (calc_eclosure_iter): Likewise, for ROOT arg.
11442         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11443         (build_charclass_op): Likewise, for NON_MATCH arg.
11444         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11445         (re_string_construct_common): Likewise, for ICASE arg.
11446         * lib/regexec.c (re_search_2_stub, re_search_stub):
11447         Likewise, for RET_LEN arg.
11448         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11449         (set_regs): Likewise, for FL_BACKTRACK arg.
11450         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11451         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11452         (calc_eclosure_iter, parse_bracket_exp):
11453         Use bool for internal variables that are booleans.
11454         * lib/regexec.c (re_search_internal, check_matching,
11455         proceed_next_node):
11456         (set_regs, build_sifted_states, sift_states_bkref):
11457         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11458         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11459         (find_collation_sequence_value):
11460         Likewise.
11461         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11462         (re_node_set_compare):
11463         Return bool, not int. All callers changed.
11464         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11465         (build_trtable, check_node_accept): Likewise.
11466         * lib/regex_internal.h: Include stdbool.h.
11467
11468         Fix bugs uncovered when converting to bool.
11469         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11470         failure instead of charging ahead blindly.
11471         * lib/regex_internal.c (register_state): Likewise.
11472         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11473         for freeing internal storage.
11474         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11475         bitset pieces used as boolean, to avoid undefined behavior
11476         on hosts that do int overflow checking.
11477
11478 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11479
11480         * config/srclist.txt: Add glibc bugs 1285-1287.
11481
11482 2005-09-01  Jim Meyering  <jim@meyering.net>
11483
11484         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11485         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11486         Require gl_STAT_MACROS, too.
11487
11488 2005-09-01  Bruno Haible  <bruno@clisp.org>
11489
11490         * gnulib-tool (import): In the first-use case, provide defaults.
11491
11492 2005-09-01  Bruno Haible  <bruno@clisp.org>
11493
11494         * gnulib-tool (func_import): Remove the .tmp files.
11495
11496 2005-09-01  Bruno Haible  <bruno@clisp.org>
11497
11498         * gnulib-tool (func_import): Fix handling of symbolic links.
11499
11500 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11501
11502         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11503         old glibc regex code mishandles strings longer than 2**31 bytes.
11504         This patch fixes this when the regex code is used in gnulib
11505         (i.e., outside glibc).
11506
11507         This patch should not affect the use of the regex code inside
11508         glibc.  No doubt this problem also needs to be handled for glibc
11509         as well, but the result will be an incompatible change to the
11510         glibc ABI, and the old ABI will have to be supported too.  That
11511         can be the the subject for another patch.
11512
11513         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11514         governing whether the rest of this patch is active.  By default,
11515         the macro is disabled and the patch has no effect.
11516         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11517         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11518         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11519         (re_match_2, re_set_registers): Use the new types.
11520         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11521         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11522         New macros.
11523         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11524         (re_string_context_at, bin_tree_t, re_dfastate_t):
11525         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11526         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11527         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11528         (re_string_char_size_at, re_string_wchar_at):
11529         (re_string_elem_size_at):
11530         Use the new types and macros to port to 64-bit hosts.
11531         Use unsigned types for internal values, so that the code
11532         mostly works even for arrays larger than SSIZE_MAX.
11533         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11534         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11535         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11536         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11537         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11538         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11539         (calc_inveclosure, parse_dup_op, build_range_exp):
11540         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11541         (fetch_number, create_token_tree, mark_opt_subexp):
11542         Likewise.
11543         * lib/regex_internal.c (re_string_construct_common,
11544         create_ci_newstate):
11545         (create_cd_newstate, re_string_allocate, re_string_construct):
11546         (re_string_realloc_buffers, build_wcs_upper_buffer):
11547         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11548         (re_string_reconstruct, re_string_peek_byte_case):
11549         (re_string_fetch_byte_case, re_string_context_at):
11550         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11551         (re_node_set_init_copy, re_node_set_add_intersect):
11552         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11553         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11554         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11555         (re_acquire_state, re_acquire_state_context, register_state):
11556         Likewise.
11557         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11558         search_cur_bkref_entry):
11559         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11560         (re_search_internal, re_search_2_stub, re_search_stub)
11561         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11562         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11563         (update_cur_sifted_state, check_dst_limits):
11564         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11565         (check_subexp_limits, sift_states_bkref, merge_state_array):
11566         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11567         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11568         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11569         (expand_bkref_cache, check_node_accept_bytes):
11570         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11571         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11572         (acquire_init_state_context, check_halt_node_context):
11573         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11574         (sift_states_backward, clean_state_log_if_needed):
11575         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11576         (find_recover_state, transit_state_sb, transit_state_mb):
11577         (transit_state_bkref, build_trtable, match_ctx_clean):
11578         Likewise.
11579         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11580         to work around an assumption that REG_MISSING is negative.
11581
11582         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11583         (seek_collating_symbol_entry) [defined _LIBC]:
11584         (lookup_collation_sequence_value) [defined _LIBC]:
11585         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11586         Use prototypes rather than old-style function definitions.
11587         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11588         (transit_state_sb) [0]:
11589         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11590
11591         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11592         rm_eo.
11593
11594         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11595         (optimize_subexps, lower_subexp):
11596         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11597         since the signed shift might overflow.  Use 1u<<31 instead.
11598         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11599         Likewise.
11600         * lib/regexec.c (check_dst_limits_calc_pos_1,
11601         check_subexp_matching_top): Likewise.
11602
11603         * lib/regcomp.c (optimize_subexps, lower_subexp):
11604         Use CHAR_BIT rather than 8, for clarity.
11605         * lib/regexec.c (check_dst_limits_calc_pos_1):
11606         (check_subexp_matching_top): Likewise.
11607         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11608         have to worry about portability issues when shifting it left.
11609         Remove no-longer-needed test for table_size > 0.
11610         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11611         in a word, as the resulting behavior is undefined.
11612         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11613         in one case, a <= should have been an <, and in another case the
11614         whole test was missing.
11615         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11616         the standard name CHAR_BIT.
11617         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11618         this is not true on one's complement and signed-magnitude hosts.
11619
11620         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11621         next_last_offset.
11622         (struct re_dfa_t): Remove unused member states_alloc.
11623         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11624
11625 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11626
11627         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11628         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11629         and large-file glibc and in 32-bit large-file Solaris.
11630
11631 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11632
11633         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11634         lengths fit in regoff_t; this isn't true if regoff_t is the same
11635         width as size_t.
11636         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11637         (= START + RANGE) instead of RANGE.  This avoids overflow
11638         problems when regoff_t is the same width as size_t.
11639         All callers changed.
11640         (re_search_2_stub): Check for overflow when adding the
11641         sizes of the two strings.
11642         (re_search_stub): Check for overflow when adding START
11643         to RANGE; if it occurs, substitute the extreme value.
11644
11645 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11646
11647         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11648
11649 2005-08-31  Jim Meyering  <jim@meyering.net>
11650
11651         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11652         a pointer-to-const.
11653         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11654         (register_state): Likewise.
11655         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11656         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11657         (group_nodes_into_DFAstates): Likewise.
11658
11659 2005-08-31  Jim Meyering  <jim@meyering.net>
11660
11661         * check-module: Add a FIXME comment.
11662
11663 2005-08-31  Eric Blake  <ebb9@byu.net>
11664
11665         * modules/unistd-safer (Files): Add unistd--.h.
11666         * modules/stdio-safer (Files): Add stdio--.h.
11667
11668 2005-08-31  Derek Price  <derek@ximbiot.com>
11669
11670         * lib/getdelim.c (getdelim): Return EOF on EOF.
11671         Reported by Larry Jones <lawrence.jones@ugs.com>.
11672
11673 2005-08-31  Bruno Haible  <bruno@clisp.org>
11674
11675         Avoid unnecessary diffs in the generated lib/Makefile.am.
11676         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11677         the generated files.
11678         (func_import): Don't set cmd.
11679
11680 2005-08-31  Bruno Haible  <bruno@clisp.org>
11681
11682         * lib/strstr.c: Include <stddef.h>, for NULL.
11683         * lib/strcasestr.c: Likewise.
11684         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11685
11686 2005-08-31  Bruno Haible  <bruno@clisp.org>
11687
11688         * gnulib-tool: New option --macro-prefix.
11689         (func_import): Use macro_prefix.
11690         (import): Handle option --macro-prefix.
11691
11692 2005-08-31  Bruno Haible  <bruno@clisp.org>
11693
11694         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11695         Also use new variables cached_lgpl, cached_libtool.
11696
11697 2005-08-31  Bruno Haible  <bruno@clisp.org>
11698
11699         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11700         always instantiating them.
11701
11702 2005-08-31  Bruno Haible  <bruno@clisp.org>
11703
11704         * gnulib-tool (func_import): Read the previous cached settings
11705         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11706         earlier added by gnulib but are now dropped. Warn when a gnulib file
11707         overwrites a non-gnulib file.
11708
11709 2005-08-31  Bruno Haible  <bruno@clisp.org>
11710
11711         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11712         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11713         projects that don't keep autogenerated files in CVS. Put into
11714         actioncmd only the specified modules, not the transitive closure.
11715
11716 2005-08-31  Bruno Haible  <bruno@clisp.org>
11717
11718         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11719         Create directories that shall be filled.
11720         (import): Don't look for gl_* macros in configure.ac. Recurse across
11721         all directories containing a gnulib-cache.m4 files, if meaningful.
11722
11723 2005-08-31  Bruno Haible  <bruno@clisp.org>
11724
11725         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11726         (import): Set seen_libtool when we see gl_LIBTOOL.
11727
11728 2005-08-31  Bruno Haible  <bruno@clisp.org>
11729
11730         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11731         declaration macro definitions from generated gnulib.m4.
11732
11733 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11734
11735         * lib/iconvme.h: Add prototype for iconv_alloc.
11736
11737 2005-08-29  Simon Josefsson  <jas@extundo.com>
11738
11739         * lib/iconvme.c: Fix errno.
11740
11741 2005-08-29  Bruno Haible  <bruno@clisp.org>
11742
11743         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11744         that it works when the directory contains spaces.
11745
11746 2005-08-29  Bruno Haible  <bruno@clisp.org>
11747
11748         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11749
11750 2005-08-29  Bruno Haible  <bruno@clisp.org>
11751
11752         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11753         Emit more advice.
11754
11755 2005-08-29  Bruno Haible  <bruno@clisp.org>
11756         and Stepan Kasal  <kasal@ucw.cz>
11757
11758         * check-module: If more parameters are given, check each of them
11759         separately; add more exceptions, as noted by Jim Meyering.
11760         (check_module): New procedure.
11761         (%exempt_header): Now contains all exceptions.
11762
11763 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11764
11765         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11766
11767 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11768
11769         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11770
11771 2005-08-28  Bruno Haible  <bruno@clisp.org>
11772
11773         * m4/gnulib-tool.m4: New file.
11774
11775 2005-08-27  Jim Meyering  <jim@meyering.net>
11776
11777         * modules/unistd-safer (Files): Add pipe-safer.c.
11778         * modules/fcntl-safer (Files): Add creat-safer.c.
11779
11780 2005-08-27  Jim Meyering  <jim@meyering.net>
11781
11782         * m4/stdlib-safer.m4: New file.  From coreutils.
11783         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11784         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11785         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11786         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11787         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11788
11789 2005-08-27  Jim Meyering  <jim@meyering.net>
11790
11791         * lib/fopen-safer.c: Merge minor changes from coreutils.
11792         * lib/dup-safer.c: Likewise.
11793         * lib/fd-safer.c: Likewise.
11794
11795         Merge from coreutils.
11796         * lib/stdio--.h: New file.
11797         * lib/stdlib--.h: New file.
11798         * lib/mkstemp-safer.c: New file.
11799
11800         GNU tar needs these.
11801         * lib/pipe-safer.c: New file.
11802         * lib/creat-safer.c: New file.
11803         * lib/fcntl--.h (creat): Define to creat_safer.
11804         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11805         * lib/unistd--.h (pipe): Define to pipe_safer.
11806         * lib/unistd-safer.h: Declare pipe_safer.
11807
11808 2005-08-26  Simon Josefsson  <jas@extundo.com>
11809
11810         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11811         Haible <bruno@clisp.org>.
11812
11813 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11814
11815         * lib/regex_internal.h: Remove all references to
11816         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11817         or better.
11818         (bitset_not, bitset_merge, bitset_not_merge):
11819         (bitset_mask, re_string_allocate, re_string_construct):
11820         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11821         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11822         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11823         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11824         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11825         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11826         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11827         (re_acquire_state_context):
11828         Remove unnecessary forward decls.
11829         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11830         Put __attribute at function definition,
11831         now that the function decl has been removed.
11832         * lib/regex_internal.c (re_string_peek_byte_case):
11833         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11834         Likewise.
11835
11836 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11837
11838         * m4/regex.m4: Add AC_PREREQ(2.50).
11839         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11840
11841 2005-08-25  Simon Josefsson  <jas@extundo.com>
11842
11843         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11844         __fsetlocking.
11845
11846 2005-08-25  Simon Josefsson  <jas@extundo.com>
11847
11848         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11849         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11850         GLIBC specific code.
11851
11852 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11853
11854         Make regex safe for g++.  This fixes one real bug (an "err"
11855         that should have been "*err").  g++ problem reported by
11856         Sam Steingold.
11857         * lib/regex_internal.h (re_calloc): New macro, consistent with
11858         re_malloc etc.  All callers of calloc changed to use re_calloc.
11859         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11860         not int.  All callers changed.
11861         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11862         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11863         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11864         (find_recover_state): Change "err" to "*err"; this fixes what
11865         appears to be a real bug.
11866         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11867         versus int.
11868
11869 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         * modules/regex (Depends-on): Add malloc, since the code
11872         assumes that !malloc(0) means failure.
11873
11874 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11875
11876         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11877
11878         alloca modernization/simplification for regex.
11879         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11880         needs to be at the start of the file, and can be moved into
11881         regex_internal.h and simplified.
11882         * lib/regex_internal.h: Include <alloca.h>.
11883         (__libc_use_alloca) [!defined _LIBC]: New macro.
11884         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11885         now works outside glibc.
11886
11887 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11888
11889         * config/srclist.txt: Add glibc bugs 1241, 1245.
11890
11891 2005-08-25  Jim Meyering  <jim@meyering.net>
11892
11893         * lib/open-safer.c: Include <config.h>.
11894         Otherwise, we'd lose LARGEFILE support in any file using
11895         e.g. "fcntl--.h"
11896
11897 2005-08-25  Bruno Haible  <bruno@clisp.org>
11898
11899         * m4/minmax.m4: Require autoconf 2.52.
11900         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11901         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11902         alternatives of translit over the alphabet.
11903         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11904
11905 2005-08-24  Simon Josefsson  <jas@extundo.com>
11906
11907         * tests/test-getpass.c: New file.
11908
11909 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11910
11911         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11912         for GNU regex features.
11913
11914 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11915
11916         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11917         * lib/regex.h (regerror): Likewise.
11918
11919         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11920         requires this.  (The code never needed it.)
11921
11922         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11923         All uses of recently-renamed identifiers changed to use the new,
11924         POSIX-compliant names.  The code will build and run just fine
11925         without these changes, but it's better to eat our own dog food
11926         and use the standard-conforming names.
11927
11928         * lib/regex.h: Fix a multitude of POSIX name space violations.
11929         These changes have an effect only for programs that define
11930         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11931         do not change anything for programs compiled in the normal way.
11932         Also, there is no effect on the ABI.
11933
11934         (_REGEX_SOURCE): New macro.
11935         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11936         defined and _GNU_SOURCE is not; this fixes a name space violation.
11937
11938         Rename the following macros to obey POSIX requirements.
11939         The old names are still visible as macros if _REGEX_SOURCE is defined.
11940         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11941         RE_BACKSLASH_ESCAPE_IN_LISTS.
11942         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11943         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11944         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11945         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11946         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11947         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11948         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11949         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11950         (REG_INTERVALS): renamed from RE_INTERVALS.
11951         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11952         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11953         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11954         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11955         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11956         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11957         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11958         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11959         RE_UNMATCHED_RIGHT_PAREN_ORD.
11960         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11961         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11962         (REG_DEBUG): renamed from RE_DEBUG.
11963         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11964         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11965         unusual, since we can't clash with the POSIX REG_ICASE.
11966         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11967         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11968         (REG_NO_SUB): renamed from RE_NO_SUB.
11969         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11970         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11971         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11972         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11973         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11974         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11975         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11976         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11977         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11978         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11979         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11980         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11981         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11982         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11983         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11984         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11985         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11986         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11987         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11988         (REG_FIXED): Renamed from REGS_FIXED.
11989         (REG_NREGS): Renamed from RE_NREGS.
11990
11991         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11992         of other REG_* macros, since POSIX says the user is allowed to
11993         #undef these macros selectively.
11994
11995         (reg_errcode_t): Update comment stating what other tables need
11996         to be consistent.
11997
11998         Rename the following enum values to obey POSIX requirements.
11999         The old names are still visible as macros.
12000         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12001         is not defined, since GNU is supposed to be a superset of POSIX as
12002         much as possible, and since we want reg_errcode_t to be a signed
12003         type for implementation consistency.
12004         (_REG_NOERROR): Renamed from REG_NOERROR.
12005         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12006         (_REG_BADPAT): Renamed from REG_BADPAT.
12007         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12008         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12009         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12010         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12011         (_REG_EBRACK): Renamed from REG_EBRACK.
12012         (_REG_EPAREN): Renamed from REG_EPAREN.
12013         (_REG_EBRACE): Renamed from REG_EBRACE.
12014         (_REG_BADBR): Renamed from REG_BADBR.
12015         (_REG_ERANGE): Renamed from REG_ERANGE.
12016         (_REG_ESPACE): Renamed from REG_ESPACE.
12017         (_REG_BADRPT): Renamed from REG_BADRPT.
12018         (_REG_EEND): Renamed from REG_EEND.
12019         (_REG_ESIZE): Renamed from REG_ESIZE.
12020         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12021         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12022         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12023         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12024         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12025
12026         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12027         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12028         changed.  But support the old name if the new one is not defined
12029         and if _REGEX_SOURCE.
12030
12031         Change the following member names in struct re_pattern_buffer.
12032         The old names are still supported if !_REGEX_SOURCE.
12033         The new names are always supported, regardless of _REGEX_SOURCE.
12034         (re_buffer): Renamed from buffer.
12035         (re_allocated): Renamed from allocated.
12036         (re_used): Renamed from used.
12037         (re_syntax): Renamed from syntax.
12038         (re_fastmap): Renamed from fastmap.
12039         (re_translate): Renamed from translate.
12040         (re_can_be_null): Renamed from can_be_null.
12041         (re_regs_allocated): Renamed from regs_allocated.
12042         (re_fastmap_accurate): Renamed from fastmap_accurate.
12043         (re_no_sub): Renamed from no_sub.
12044         (re_not_bol): Renamed from not_bol.
12045         (re_not_eol): Renamed from not_eol.
12046         (re_newline_anchor): Renamed from newline_anchor.
12047
12048         Change the following member names in struct re_registers.
12049         The old names are still supported if !_REGEX_SOURCE.
12050         The new names are always supported, regardless of _REGEX_SOURCE.
12051         (rm_num_regs): Renamed from num_regs.
12052         (rm_start): Renamed from start.
12053         (rm_end): Renamed from end.
12054
12055         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12056         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12057         Prepend __ to parameter names.
12058
12059         Undo yesterday's changes.
12060
12061 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12064         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12065         lib/regex.c.
12066
12067 2005-08-24  Jim Meyering  <jim@meyering.net>
12068
12069         Sync from coreutils.
12070         * m4/fcntl-safer.m4: New file.
12071
12072         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12073         and object files for this module.
12074
12075 2005-08-24  Jim Meyering  <jim@meyering.net>
12076
12077         Sync from coreutils.
12078         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12079
12080 2005-08-24  Jim Meyering  <jim@meyering.net>
12081
12082         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12083         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12084
12085 2005-08-24  Jim Meyering  <jim@meyering.net>
12086
12087         * modules/fcntl-safer: New module.
12088         * modules/fts (Depends-on): Add fcntl-safer.
12089         * MODULES.html.sh (File descriptor based Input/Output):
12090         Add fcntl-safer.
12091
12092 2005-08-24  Bruno Haible  <bruno@clisp.org>
12093
12094         Support for unit test modules.
12095         * modules/README: Mention tests modules.
12096         * modules/TEMPLATE-TESTS: New file.
12097         * gnulib-tool: New options --extract-tests-module, --with-tests and
12098         --tests-base (unused for the moment).
12099         (testsbase, inctests): New variables.
12100         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12101         (func_verify_module): Exclude TEMPLATE-TESTS.
12102         (func_verify_nontests_module, func_verify_tests_module): New functions.
12103         (func_get_dependencies): Add implicit dependency for tests modules.
12104         (func_get_tests_module): New function.
12105         (func_modules_transitive_closure): When --with-tests was specified,
12106         include the unit tests as well, unless explicitly avoided.
12107         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12108         (func_emit_tests_Makefile_am): New function.
12109         (func_create_testdir): When --with-tests was specified, emit a
12110         tests/ directory.
12111         * MODULES.html.sh (Future developments): Update.
12112
12113 2005-08-24  Bruno Haible  <bruno@clisp.org>
12114
12115         * modules/tls-tests: New file.
12116         * tests/test-tls.c: New file, from GNU gettext.
12117
12118 2005-08-24  Bruno Haible  <bruno@clisp.org>
12119
12120         * modules/lock-tests: New file.
12121         * tests/test-lock.c: New file, from GNU gettext.
12122
12123 2005-08-24  Bruno Haible  <bruno@clisp.org>
12124
12125         * lib/lock.h: Add multiple inclusion guard.
12126         * lib/tls.h: Add multiple inclusion guard.
12127
12128 2005-08-24  Bruno Haible  <bruno@clisp.org>
12129
12130         * gnulib-tool: Add support for the --aux-dir option to
12131         --create-testdir, --create-megatestdir, --test, --megatest.
12132         (func_create_testdir, func_create_megatestdir): Optionally emit a
12133         AC_CONFIG_AUX_DIR directive.
12134         (create-testdir, create-megatestdir, test, megatest): Provide a
12135         default value for $auxdir.
12136
12137 2005-08-24  Bruno Haible  <bruno@clisp.org>
12138
12139         * gnulib-tool (import): Use compound statement instead of subshell
12140         where possible.
12141
12142 2005-08-24  Bruno Haible  <bruno@clisp.org>
12143
12144         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12145
12146 2005-08-24  Bruno Haible  <bruno@clisp.org>
12147
12148         * gnulib-tool (func_version): Update.
12149
12150 2005-08-24  Bruno Haible  <bruno@clisp.org>
12151
12152         * gnulib-tool (func_import, func_create_testdir,
12153         func_create_megatestdir): Quote all autoconf macro arguments.
12154
12155 2005-08-24  Bruno Haible  <bruno@clisp.org>
12156
12157         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12158         option --force, because --force causes the aclocal.m4 of each
12159         subdirectory to be newer than the corresponding config.h.in.
12160
12161 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12162
12163         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12164         All contents moved to gl_REGEX.
12165         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12166         assume that it does.
12167
12168 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12169
12170         * lib/regex.h (REG_NOSYS)
12171         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12172         Define, since POSIX requires it as of 2001.
12173         (_REG_ENOSYS)
12174         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12175         New private symbol, used to keep the enum signed in all cases.
12176         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12177         Youngman in
12178         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12179
12180         * lib/regex_internal.c (re_string_skip_chars, register_state):
12181         (calc_state_hash):
12182         Remove forward decls; no longer needed now that we use prototypes.
12183         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12184         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12185         (clean_state_log_if_needed): Likewise.
12186
12187 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12188
12189         * config/srclist.txt: Add glibc bugs 1231-1233.
12190
12191 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12192
12193         Fix problems reported by Sam Steingold in
12194         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12195         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12196         assumed that reg_errcode_t is a signed type, which is not
12197         necessarily true if _XOPEN_SOURCE is not defined.
12198         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12199         since some compilers warn about it otherwise.
12200
12201 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12202
12203         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12204         (init_word_char, create_initial_state, duplicate_node_closure):
12205         (fetch_token, peek_token_bracket, build_range_exp):
12206         (build_collating_symbol): Remove forward decls; no longer needed
12207         now that we use prototypes.
12208
12209         * lib/regcomp.c:
12210         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12211         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12212         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12213         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12214         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12215         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12216         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12217         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12218         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12219         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12220         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12221         (build_charclass, build_charclass_op, fetch_number, create_tree):
12222         (create_token_tree, mark_opt_subexp, duplicate_tree):
12223         Use prototypes rather than old-style definitions.
12224
12225         * lib/regex_internal.c:
12226         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12227         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12228         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12229         (re_string_reconstruct, re_string_peek_byte_case):
12230         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12231         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12232         (re_node_set_init_copy, re_node_set_add_intersect):
12233         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12234         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12235         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12236         (re_acquire_state, re_acquire_state_context, register_state):
12237         (create_ci_newstate, create_cd_newstate, free_state):
12238         Likewise.
12239         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12240         re_search_2):
12241         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12242         (re_search_internal, prune_impossible_nodes):
12243         (acquire_init_state_context, check_matching, static):
12244         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12245         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12246         (update_regs, sift_states_backward, build_sifted_states):
12247         (clean_state_log_if_needed, merge_state_array):
12248         (update_cur_sifted_state, add_epsilon_src_nodes):
12249         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12250         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12251         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12252         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12253         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12254         (check_arrival, check_arrival_add_next_nodes):
12255         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12256         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12257         (check_node_accept_bytes, check_node_accept, extend_buffers):
12258         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12259         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12260         (sift_ctx_init):
12261         Likewise.
12262
12263         * lib/regex_internal.h:
12264         (re_string_allocate, re_string_construct, re_string_reconstruct):
12265         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12266         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12267         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12268         (re_string_context_at, re_string_peek_byte_case):
12269         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12270         is defined, since we now use prototypes always.
12271
12272         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12273         C89 or better.  All uses removed.
12274
12275 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12276
12277         * config/srclist.txt: Add glibc bugs 1220-1227.
12278
12279 2005-08-20  Jim Meyering  <jim@meyering.net>
12280
12281         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12282         of unused local, dfa.
12283
12284 2005-08-20  Bruno Haible  <bruno@clisp.org>
12285
12286         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12287
12288 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12289
12290         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12291         (re_node_set_insert_last, re_dfa_add_node):
12292         Rename local variables to avoid GCC shadowing warnings.
12293
12294 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12297         [defined lint]: Suppress bogus uninitialized-variable warnings.
12298
12299         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12300         and let the caller return REG_ESPACE if out of space.  This
12301         removes an uninitialied-variable warning with GCC 4.0.1, and also
12302         avoids taking the address of a local variable.  All callers
12303         changed.
12304
12305 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12306
12307         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12308         $LIBCSRC/posix/regexec.c.
12309         Add glibc bug 1217 for regcomp.c.
12310
12311 2005-08-19  Jim Meyering  <jim@meyering.net>
12312
12313         * lib/regexec.c (proceed_next_node): Redo local variables to
12314         avoid GCC shadowing warnings.
12315
12316 2005-08-18  Bruno Haible  <bruno@clisp.org>
12317
12318         * lib/strstr.c (strstr): Fix return value in multibyte case.
12319         * lib/strcasestr.c (strcasestr): Likewise.
12320
12321 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12322
12323         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12324
12325 2005-08-17  Jim Meyering  <jim@meyering.net>
12326
12327         Make the %s format (seconds since the epoch) work for a negative
12328         number and when used with a zero-padded field width, e.g. %015s.
12329
12330         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12331         label so that it precedes the code to set `digits'.  Otherwise,
12332         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12333         print `00-22'.  Now, it prints `-0022', as it should.
12334
12335 2005-08-17  Bruno Haible  <bruno@clisp.org>
12336
12337         * modules/strstr (Files): Add m4/mbrtowc.m4.
12338         (Depends-on): Add mbuiter.
12339
12340 2005-08-17  Bruno Haible  <bruno@clisp.org>
12341
12342         * modules/strcasestr: New file.
12343         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12344         strcasestr.
12345
12346 2005-08-17  Bruno Haible  <bruno@clisp.org>
12347
12348         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12349
12350 2005-08-17  Bruno Haible  <bruno@clisp.org>
12351
12352         * modules/mbuiter: New file.
12353         * MODULES.html.sh (Extended multibyte and wide character utilities):
12354         Add mbuiter.
12355
12356 2005-08-17  Bruno Haible  <bruno@clisp.org>
12357
12358         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12359         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12360
12361 2005-08-17  Bruno Haible  <bruno@clisp.org>
12362
12363         * m4/strcasestr.m4: New file.
12364
12365 2005-08-17  Bruno Haible  <bruno@clisp.org>
12366
12367         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12368         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12369
12370 2005-08-17  Bruno Haible  <bruno@clisp.org>
12371
12372         * lib/strcasestr.h: New file.
12373         * lib/strcasestr.c: New file.
12374
12375 2005-08-17  Bruno Haible  <bruno@clisp.org>
12376
12377         * lib/strcasecmp.c: Use mbuiter.h.
12378
12379 2005-08-17  Bruno Haible  <bruno@clisp.org>
12380
12381         * lib/mbuiter.h: New file.
12382
12383 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12384
12385         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12386         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12387         and gl_GETOPT are both invoked via different paths (as happens
12388         with GNU tar CVS because it uses both argp and getopt), the former
12389         wins.
12390
12391 2005-08-16  Bruno Haible  <bruno@clisp.org>
12392
12393         * modules/tls: New file.
12394         * MODULES.html.sh (Multithreading): Add tls.
12395
12396 2005-08-16  Bruno Haible  <bruno@clisp.org>
12397
12398         * modules/strnlen1: New file.
12399         * MODULES.html.sh (String handling): Add strnlen1.
12400
12401 2005-08-16  Bruno Haible  <bruno@clisp.org>
12402
12403         * modules/strcase (Files): Add m4/mbrtowc.m4.
12404         (Depends-on): Add strnlen1, mbchar.
12405
12406 2005-08-16  Bruno Haible  <bruno@clisp.org>
12407
12408         * modules/mbiter: New file.
12409         * MODULES.html.sh (Extended multibyte and wide character utilities):
12410         Add mbiter.
12411
12412 2005-08-16  Bruno Haible  <bruno@clisp.org>
12413
12414         * modules/mbfile: New file.
12415         * MODULES.html.sh (Extended multibyte and wide character utilities):
12416         Add mbfile.
12417
12418 2005-08-16  Bruno Haible  <bruno@clisp.org>
12419
12420         * modules/mbchar: New file.
12421         * MODULES.html.sh (Extended multibyte and wide character utilities):
12422         New section.
12423
12424 2005-08-16  Bruno Haible  <bruno@clisp.org>
12425
12426         * m4/tls.m4: New file, from GNU gettext.
12427
12428 2005-08-16  Bruno Haible  <bruno@clisp.org>
12429
12430         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12431         always.
12432         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12433
12434 2005-08-16  Bruno Haible  <bruno@clisp.org>
12435
12436         * m4/mbiter.m4: New file.
12437
12438 2005-08-16  Bruno Haible  <bruno@clisp.org>
12439
12440         * m4/mbfile.m4: New file.
12441
12442 2005-08-16  Bruno Haible  <bruno@clisp.org>
12443
12444         * m4/mbchar.m4: New file.
12445
12446 2005-08-16  Bruno Haible  <bruno@clisp.org>
12447
12448         * lib/tls.h: New file, from GNU gettext.
12449         * lib/tls.c: New file, from GNU gettext.
12450
12451 2005-08-16  Bruno Haible  <bruno@clisp.org>
12452
12453         * lib/strnlen1.h: New file.
12454         * lib/strnlen1.c: New file.
12455
12456 2005-08-16  Bruno Haible  <bruno@clisp.org>
12457
12458         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12459         (mbi_init): Update.
12460         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12461         NUL byte, not after it.
12462
12463 2005-08-16  Bruno Haible  <bruno@clisp.org>
12464
12465         * lib/strcase.h (strcasecmp): Add note in comments.
12466         * lib/strncasecmp.c: Use code from strcasecmp.c.
12467         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12468         (strcasecmp): Work correctly in multibyte locales.
12469
12470 2005-08-16  Bruno Haible  <bruno@clisp.org>
12471
12472         * lib/mbiter.h: New file.
12473
12474 2005-08-16  Bruno Haible  <bruno@clisp.org>
12475
12476         * lib/mbfile.h: New file.
12477
12478 2005-08-16  Bruno Haible  <bruno@clisp.org>
12479
12480         * lib/mbchar.h: New file.
12481         * lib/mbchar.c: New file.
12482
12483 2005-08-16  Bruno Haible  <bruno@clisp.org>
12484
12485         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12486         the valid ones. Makes the comparison operations transitive:
12487         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12488         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12489
12490 2005-08-15  Simon Josefsson  <jas@extundo.com>
12491
12492         * modules/ssize_t (License): Change to 'unlimited'.
12493
12494         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12495
12496 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12497
12498         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12499         Add comments for each pending glibc patch.
12500
12501 2005-08-15  Bruno Haible  <bruno@clisp.org>
12502
12503         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12504         __cplusplus is defined.
12505
12506 2005-08-14  Jim Meyering  <jim@meyering.net>
12507
12508         Sync from coreutils.
12509
12510         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12511         Use the hash-table-based cycle-detection code not just when
12512         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12513         Reported by James Youngman in
12514         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12515         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12516         FTS_TIGHT_CYCLE_CHECK.
12517         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12518         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12519         once again.
12520         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12521         * lib/fts.c (fd_safer): Remove decl.
12522         Include fcntl--.h rather than unistd-safer.h
12523         (fts_safe_changedir): Don't call fd_safer; no longer needed
12524         now that we include fcntl--.h.
12525
12526 2005-08-12  Simon Josefsson  <jas@extundo.com>
12527
12528         * modules/getndelim2: Use ssize_t module.
12529         * modules/getnline: Likewise.
12530         * modules/safe-read: Likewise.
12531         * modules/xreadlink: Likewise.
12532
12533         * modules/ssize_t: New file.
12534
12535 2005-08-12  Simon Josefsson  <jas@extundo.com>
12536
12537         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12538
12539 2005-08-12  Simon Josefsson  <jas@extundo.com>
12540
12541         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12542         ssize_t.
12543
12544 2005-08-12  Simon Josefsson  <jas@extundo.com>
12545
12546         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12547         readline, getdelim and check_version.
12548         (Support for systems lacking ISO C 99: Sizes of integer types):
12549         Add size_max.
12550
12551 2005-08-12  Bruno Haible  <bruno@clisp.org>
12552
12553         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12554
12555 2005-08-11  Simon Josefsson  <jas@extundo.com>
12556
12557         * modules/readline: New file.
12558
12559         * modules/strnlen (Files): Add strnlen.h.
12560
12561 2005-08-11  Simon Josefsson  <jas@extundo.com>
12562
12563         * m4/readline.m4: New file.
12564
12565 2005-08-11  Simon Josefsson  <jas@extundo.com>
12566
12567         * lib/readline.h, readline.c: New file.
12568
12569 2005-08-11  Simon Josefsson  <jas@extundo.com>
12570
12571         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12572         gl_AVOID.
12573
12574 2005-08-11  Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12577
12578 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12579
12580         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12581
12582 2005-08-10  Simon Josefsson  <jas@extundo.com>
12583
12584         * tests/test-iconvme.c: New file.
12585
12586 2005-08-10  Simon Josefsson  <jas@extundo.com>
12587
12588         * m4/strnlen.m4: New file.
12589
12590         * m4/strndup.m4: Don't check for strnlen declaration, done in
12591         strnlen.m4.
12592
12593 2005-08-10  Simon Josefsson  <jas@extundo.com>
12594
12595         * lib/strndup.c: Use strnlen.h.
12596
12597         * lib/strnlen.h: New file.
12598
12599 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12600
12601         * README: Typos.
12602
12603 2005-08-02  Simon Josefsson  <jas@extundo.com>
12604
12605         * modules/readline: New file.
12606
12607 2005-08-02  Simon Josefsson  <jas@extundo.com>
12608
12609         * modules/getdelim: New file.
12610
12611         * modules/getline: Rewrite, don't use getndelim2.
12612
12613 2005-08-02  Simon Josefsson  <jas@extundo.com>
12614
12615         * m4/getline.m4: Separate out getdelim stuff into separate module.
12616
12617         * m4/getdelim.m4: New file.
12618
12619 2005-08-02  Simon Josefsson  <jas@extundo.com>
12620
12621         * lib/getline.h, getline.c: Rewrite.
12622
12623         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12624
12625 2005-07-31  Bruno Haible  <bruno@clisp.org>
12626
12627         * lib/lock.h (gl_lock_initializer): New macro.
12628         (gl_lock_define_initialized): Use it.
12629         (gl_rwlock_initializer): New macro.
12630         (gl_rwlock_define_initialized): Use it.
12631         (gl_recursive_lock_initializer): New macro.
12632         (gl_recursive_lock_define_initialized): Use it.
12633
12634 2005-07-30  Karl Berry  <karl@gnu.org>
12635
12636         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12637         Report from Ben Pfaff, regarding getopt.
12638
12639 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12640
12641         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12642         normal way.
12643         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12644         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12645         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12646         (gl_GETOPT): Use the new macros.  Most of the implementation
12647         is moved to the new macros.  This is for programs like Emacs
12648         that don't want all the functionality of gl_GETOPT.
12649
12650 2005-07-26  Bruno Haible  <bruno@clisp.org>
12651
12652         * m4/lock.m4: Update from GNU gettext.
12653
12654 2005-07-26  Bruno Haible  <bruno@clisp.org>
12655
12656         * lib/lock.h: Update from GNU gettext.
12657         * lib/lock.c: Update from GNU gettext.
12658
12659 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12660
12661         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12662         obsolescent AC_TRY_RUN.  Include the default includes files, for
12663         'exit'.
12664
12665 2005-07-24  Bruno Haible  <bruno@clisp.org>
12666
12667         * modules/visibility: New file.
12668         * MODULES.html.sh (Misc): Add visibility.
12669
12670 2005-07-24  Bruno Haible  <bruno@clisp.org>
12671
12672         * m4/visibility.m4: New file.
12673
12674 2005-07-24  Bruno Haible  <bruno@clisp.org>
12675
12676         * doc/visibility.texi: New file.
12677
12678 2005-07-22  Bruno Haible  <bruno@clisp.org>
12679
12680         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12681         $(ALLOCA_H), redundant through BUILT_SOURCES.
12682         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12683         redundant through BUILT_SOURCES.
12684         * modules/byteswap (Makefile.am): Remove explicit dependency on
12685         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12686         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12687         $(FNMATCH_H), redundant through BUILT_SOURCES.
12688         * modules/getopt (Makefile.am): Remove explicit dependency on
12689         $(GETOPT_H), redundant through BUILT_SOURCES.
12690         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12691         redundant through BUILT_SOURCES.
12692         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12693         redundant through BUILT_SOURCES.
12694         * modules/stdbool (Makefile.am): Remove explicit dependency on
12695         $(STDBOOL_H), redundant through BUILT_SOURCES.
12696         * modules/stdint (Makefile.am): Remove explicit dependency on
12697         $(STDINT_H), redundant through BUILT_SOURCES.
12698         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12699         Remove explicit dependency on $(SYSEXITS_H).
12700         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12701
12702 2005-07-18  Simon Josefsson  <jas@extundo.com>
12703
12704         * lib/check-version.c (check_version): Accept identical versions too.
12705
12706 2005-07-18  Bruno Haible  <bruno@clisp.org>
12707
12708         * modules/lock: New file.
12709         * MODULES.html.sh (Multithreading): New section.
12710
12711 2005-07-18  Bruno Haible  <bruno@clisp.org>
12712
12713         * m4/lock.m4: New file, from GNU gettext.
12714
12715 2005-07-18  Bruno Haible  <bruno@clisp.org>
12716
12717         * lib/lock.h: New file, from GNU gettext.
12718         * lib/lock.c: New file, from GNU gettext.
12719
12720 2005-07-18  Bruno Haible  <bruno@clisp.org>
12721
12722         * lib/lock.h (gl_once_t): New type.
12723         (gl_once_define, gl_once): New macros.
12724         * lib/lock.c (fresh_once): New variable.
12725         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12726         functions.
12727
12728 2005-07-16  Simon Josefsson  <jas@extundo.com>
12729
12730         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12731         workaround, suggested by Bruno.
12732
12733 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12734
12735         * modules/xalloc (Depends-on): Add xalloc-die.
12736         * modules/xvasprintf (Depends-on): Add xalloc-die.
12737
12738 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12739
12740         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12741         with a minor change.
12742
12743 2005-07-15  Bruno Haible  <bruno@clisp.org>
12744
12745         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12746         When using lib/poll.c, define poll as rpl_poll.
12747
12748 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12749
12750         * modules/argp (Depends-on): Remove unlocked-io.
12751
12752 2005-07-14  Derek Price  <derek@ximbiot.com>
12753
12754         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12755         for glob symlink bug.
12756
12757 2005-07-14  Bruno Haible  <bruno@clisp.org>
12758
12759         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12760         Instead, test for *_unlocked function declarations directly.
12761
12762 2005-07-11  Simon Josefsson  <jas@extundo.com>
12763
12764         * modules/size_max: New file.
12765
12766         * modules/xsize: Depend on size_max module for size_max.m4.
12767
12768 2005-07-11  Simon Josefsson  <jas@extundo.com>
12769
12770         * lib/size_max.h: New file.
12771
12772 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12773
12774         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12775         copyright symbol and the year.
12776         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12777         (version_etc_va): Use parameterized copyright notice.
12778         Reword to conform to the current GNU coding standards.
12779
12780 2005-07-11  Karl Berry  <karl@gnu.org>
12781
12782         * doc/gnulib.texi (Quoting): new node.
12783         (Initial import): more info, from Patrice.
12784
12785 2005-07-11  Bruno Haible  <bruno@clisp.org>
12786
12787         * gnulib-tool (func_usage): Document option --avoid.
12788         (Command line options): Handle --avoid.
12789         (func_acceptable): New function.
12790         (func_modules_transitive_closure): Use it.
12791
12792 2005-07-11  Bruno Haible  <bruno@clisp.org>
12793
12794         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12795         Reported by Jim Meyering.
12796
12797 2005-07-10  Bruno Haible  <bruno@clisp.org>
12798
12799         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12800         Needed when size_t is smaller than 'unsigned int'.
12801         Reported by Paul Eggert.
12802
12803 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12804
12805         * modules/argp (Depends-on): Add unlocked-io
12806
12807 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12808
12809         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12810         block of defines.
12811
12812 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12813
12814         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12815         fix now.
12816
12817 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12818         and Paul Eggert  <eggert@cs.ucla.edu>
12819
12820         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12821         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12822
12823 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12824
12825         * modules/regex (Files): Add lib/regex_internal.c,
12826         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12827         (Depends-on): Add extensions.
12828         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12829
12830 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12831
12832         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12833         pathconf.
12834         * m4/same.m4 (gl_SAME): Likewise.
12835         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12836
12837         * m4/regex.m4: Adjust to new libc regex implementation.
12838         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12839         all the .c and .h parts of (the new) regex.
12840         Quote the m4 stuff better.
12841         Check for RE_ICASE bug of old gnulib.
12842         Check for REG_STARTEND of recent libc.
12843         Rename local variables from jm_* to gl_*.
12844         Quote operand of "test -f".
12845         Say "recent enough" version of libc, not "version 2".
12846         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12847         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12848         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12849         Remove check for btowc, isascii.
12850         Require AM_LANGINFO_CODESET.
12851
12852 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12853
12854         * lib/regex.c, regex.h: Sync from libc.
12855         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12856         * lib/regexec.c:
12857         New files, synced from libc, except that regex_internal.h
12858         currently has a small porting fix.
12859
12860 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12861
12862         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12863         regex_internal.c, regexec.c.
12864         Add regex_internal.h too, but as a comment, since the libc version
12865         is currently broken in gnulib mode.
12866
12867 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         Support programs like Emacs that use gnulib but not gettext.
12870         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12871         * modules/gettext-h: New file.
12872         * modules/gettext (Files): Remove lib/gettext.h.
12873         (Depends-on): Add gettext-h.
12874         (Makefile.am): Remove lib_SOURCES.
12875         * modules/argmatch, modules/c-stack, modules/closeout:
12876         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12877         * modules/execute, modules/file-type, modules/getaddrinfo:
12878         * modules/getopt, modules/human, modules/javacomp:
12879         * modules/javaexec, modules/mkdir-p, modules/obstack:
12880         * modules/openat, modules/pagealign_alloc, modules/pipe:
12881         * modules/quotearg, modules/regex, modules/rpmatch:
12882         * modules/unicodeio, modules/userspec, modules/version-etc:
12883         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12884         * modules/xsetenv:
12885         Depend on gettext-h, not gettext.
12886
12887 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12888
12889         * gnulib-tool (func_import): Add support for 'public domain' license.
12890         * modules/alloca, modules/atexit, modules/memmove:
12891         Now public domain, not GPL.
12892         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12893         * modules/realloc, modules/strerror, modules/strtod:
12894         Now LGPL, not GPL.
12895
12896 2005-07-05  Bruno Haible  <bruno@clisp.org>
12897
12898         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12899         autoconf CVS. Needed for mingw.
12900
12901 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12902
12903         Remove the dependency of the strftime module on the tzset module.
12904         * modules/strftime (Depends-on): Remove dependency on tzset.
12905
12906 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12907
12908         Remove the dependency of the strftime module on the tzset module.
12909         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12910         gl_FUNC_TZSET_CLOBBER.
12911
12912 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12913
12914         Remove the dependency of the strftime module on the tzset module.
12915         * lib/strftime.c (my_strftime)
12916         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12917         Copy the input structure, to work around some of the bug with
12918         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12919         Solaris releases, you should also use the tzset module, but we won't
12920         require it as a dependency any more since we don't want LGPLed code
12921         to depend on GPLed code.
12922
12923 2005-07-02  Jim Meyering  <jim@meyering.net>
12924
12925         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12926         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12927         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12928         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12929
12930 2005-07-02  Jim Meyering  <jim@meyering.net>
12931
12932         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12933
12934 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12935
12936         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12937         declares only 'struct timespec;' (!).
12938
12939 2005-07-01  Jim Meyering  <jim@meyering.net>
12940
12941         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12942         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12943         * lib/save-cwd.c, tempname.c:
12944         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12945         and don't include <sys/file.h>).
12946
12947 2005-06-29  Jim Meyering  <jim@meyering.net>
12948
12949         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12950         type name.  Use the variable name instead.
12951         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12952         Likewise.
12953
12954 2005-06-28  Simon Josefsson  <jas@extundo.com>
12955
12956         * modules/check-version (Files): Add check-version.m4.
12957
12958 2005-06-28  Simon Josefsson  <jas@extundo.com>
12959
12960         * m4/check-version.m4: New file, suggested by Jim Meyering
12961         <jim@meyering.net>.
12962
12963 2005-06-28  Simon Josefsson  <jas@extundo.com>
12964
12965         * lib/check-version.h, lib/check-version.c: New files.
12966
12967 2005-06-28  Simon Josefsson  <jas@extundo.com>
12968
12969         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12970         collision with global variable.  Better indentation.  Don't
12971         increment buffer pointer beyond buffer end.  Based on comments
12972         from Paul Eggert <eggert@cs.ucla.edu>.
12973
12974         * lib/base64.h: Indent.
12975
12976 2005-06-28  Simon Josefsson  <jas@extundo.com>
12977
12978         * doc/gnulib.texi (Library version handling): New section.
12979
12980 2005-06-28  Jim Meyering  <jim@meyering.net>
12981
12982         * check-module (find_included_lib_files): Hard-code another
12983         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12984         but modules/fts-lgpl (correctly) does not list those files.
12985
12986         * modules/canonicalize (Files): Add lib/pathmax.h.
12987
12988 2005-06-25  Simon Josefsson  <jas@extundo.com>
12989
12990         * modules/check-version: New file.
12991
12992 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12993
12994         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12995         initializer of struct addrinfo, as an indication that we don't
12996         care how many members the structure has.
12997
12998 2005-06-24  Derek Price  <derek@ximbiot.com>
12999         and Bruno Haible  <bruno@clisp.org>
13000
13001         Remove stat module & update lstat.
13002         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13003         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13004         * m4/stat.m4: Remove this file.
13005
13006 2005-06-24  Derek Price  <derek@ximbiot.com>
13007         and Bruno Haible  <bruno@clisp.org>
13008
13009         Remove stat module & update lstat.
13010         * lib/stat.c: Remove this file...
13011         (slash_aware_lstat): ...moving this content and its support...
13012         * lib/lstat.c (rpl_lstat): ...into here.
13013         * lib/lstat.h: New file.
13014
13015 2005-06-24  Derek Price  <derek@ximbiot.com>
13016         and Bruno Haible  <bruno@clisp.org>
13017
13018         Remove stat module & update lstat.
13019         * config/srclist.txt (libc sources): Remove stat.
13020
13021 2005-06-24  Derek Price  <derek@ximbiot.com>
13022         and Bruno Haible  <bruno@clisp.org>
13023
13024         Remove stat module & update lstat.
13025         * MODULES.html.sh (stat): Remove.
13026         * MODULES.html: Regenerated.
13027         * modules/lstat (Description): Correct function name.
13028         (Files): Add "lstat.h".
13029         (Depends-on): Remove stat, add xalloc, stat-macros.
13030         * modules/stat: Remove this file.
13031         (Include): Add "lstat.h", remove <sys/stat.h>.
13032
13033 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13034
13035         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13036         (ranged_convert): Don't save conversion in a temporary struct.
13037         This causes a warning with GCC 4.0.0, and anyway in the typical
13038         case it's not worth the extra 100 bytes or so of code.
13039         (ranged_convert, __mktime_internal): When calling a function via a
13040         pointer P, use P () rather than (*P) (), as we now assume C89 or
13041         better.
13042
13043 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13044
13045         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13046         "who -r" failed to give output.  Problem reported by Tim Waugh.
13047
13048         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13049         (xcalloc): Use it to avoid needless tests.
13050         Problem reported by Jim Meyering.
13051
13052 2005-06-20  Derek Price  <derek@ximbiot.com>
13053
13054         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13055         unnecessary for Autoconfs > 2.59c.
13056
13057 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13058
13059         * lib/argp.h (__option_is_short): Check upper limit of
13060         __key. Isprint() requires its argument to have the value
13061         of an unsigned char or EOF.
13062
13063 2005-06-16  Jim Meyering  <jim@meyering.net>
13064
13065         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13066         when either N or S is zero.
13067
13068 2005-06-16  Derek Price  <derek@ximbiot.com>
13069
13070         * m4/bison.m4: Declare YACC & YFLAGS precious.
13071
13072 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13073
13074         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13075         multibyte string or pattern, fall back on unibyte matching.
13076         Problem reported by James Youngman.
13077
13078 2005-06-08  Bruno Haible  <bruno@clisp.org>
13079
13080         * modules/csharpcomp: New file.
13081         * MODULES.html.sh (C#): Add csharpcomp.
13082
13083 2005-06-08  Bruno Haible  <bruno@clisp.org>
13084
13085         * m4/csharpcomp.m4: New file, from GNU gettext.
13086
13087 2005-06-08  Bruno Haible  <bruno@clisp.org>
13088
13089         * lib/csharpcomp.h: New file, from GNU gettext.
13090         * lib/csharpcomp.c: New file, from GNU gettext.
13091         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13092
13093 2005-06-08  Bruno Haible  <bruno@clisp.org>
13094
13095         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13096         warning on mingw.
13097
13098 2005-06-07  Derek Price  <derek@ximbiot.com>
13099
13100         Sync from CVS.
13101         * lib/glob_.h: Indent nested #ifdef.
13102
13103 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13104
13105         Sync from coreutils.
13106         Use "file name" when talking about file names, instead of "filename"
13107         or "path", as per the GNU coding standards.
13108         * lib/mkdir-p.c: Renamed from makepath.c.
13109         (make_dir_parents): Renamed from make_path.  All callers changed.
13110         * lib/mkdir-p.h: Likewise.  All includers changed.
13111         * lib/filenamecat.c: Renamed from path-concat.c.
13112         (file_name_concat): Renamed from path_concat.  All callers changed.
13113         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13114         * lib/filenamecat.h: Likewise.  All includers changed.
13115         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13116         in comments or local variable names.
13117         * lib/basename.c: Likewise.
13118         * lib/canonicalize.c, canonicalize.h: Likewise.
13119         * lib/dirname.c, dirname.h: Likewise.
13120         * lib/euidaccess.c: Likewise.
13121         * lib/exclude.c: Likewise
13122         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13123         * lib/fsusage.c, fsuage.h: Likewise.
13124         * lib/fts.c, fts_.h: Likewise.
13125         * lib/getcwd.c: Likewise.
13126         * lib/getloadavg.c: Likewise.
13127         * lib/mkstemp.c: Likewise.
13128         * lib/mountlist.c, mountlist.h: Likewise.
13129         * lib/openat.c, openat.h: Likewise.
13130         * lib/readlink-stub.c: Likewise.
13131         * lib/readutmp.c, readutmp.h: Likewise.
13132         * lib/rename.c: Likewise.
13133         * lib/rmdir.c: Likewise.
13134         * lib/same.c: Likewise.
13135         * lib/savedir.c: Likewise.
13136         * lib/stripslash.c: Likewise.
13137         * lib/tempname.c: Likewise.
13138         * lib/xreadlink.c: Likewise.
13139         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13140         All uses changed.
13141         * lib/exclude.h: Likewise.
13142
13143         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13144         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13145         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13146         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13147         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13148         files have been getting away with it for years (MORE/BSD 4.3
13149         is extinct now).
13150         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13151         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13152
13153         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13154         Define to 256, not 255, as per modern POSIX.
13155
13156 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13157
13158         Sync from coreutils.
13159         Use "file name" when talking about file names, instead of "filename"
13160         or "path", as per the GNU coding standards.
13161         * MODULES.html.sh: mkdir-p renamed from makepath.
13162         filenamecat renamed from path-concat.
13163         * modules/filenamecat: Renamed from modules/path-concat.
13164         (Files): filenamecat.h and filenamecat.c renamed from
13165         path-concat.h and path-concat.c.
13166         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13167         (Include): filenamecat.h, not path-concat.h.
13168         * modules/mkdir-p: Renamed from modules/makepath.
13169         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13170         makepath.c.
13171         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13172         (Include): mkdir-p.h, not makepath.h.
13173
13174 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13175
13176         Sync from coreutils.
13177         * m4/mkdir-p.m4: Renamed from makepath.m4.
13178         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13179         Rename files from makepath.c to mkdir-p.c, and from
13180         makepath.h to mkdir-p.h.
13181         * m4/filenamecat.m4: Renamed from path-concat.m4.
13182         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13183         Rename files from path-concat.c to filenamecat.c,
13184         and from path-concat.h to filenamecat.h.
13185         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13186         "file name" in local variables or comments.
13187         * m4/rename.m4: Likewise.
13188
13189 2005-06-01  Bruno Haible  <bruno@clisp.org>
13190
13191         * modules/csharpexec: New file.
13192         * MODULES.html.sh (C#): New section.
13193
13194 2005-06-01  Bruno Haible  <bruno@clisp.org>
13195
13196         * m4/csharp.m4: New file, from GNU gettext.
13197         * m4/csharpexec.m4: New file, from GNU gettext.
13198
13199 2005-06-01  Bruno Haible  <bruno@clisp.org>
13200
13201         * lib/csharpexec.h: New file, from GNU gettext.
13202         * lib/csharpexec.c: New file, from GNU gettext.
13203         * lib/csharpexec.sh.in: New file, from GNU gettext.
13204
13205 2005-05-31  Derek Price  <derek@ximbiot.com>
13206             Paul Eggert  <eggert@cs.ucla.edu>
13207
13208         Sync from cvs.
13209         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13210
13211 2005-05-31  Derek Price  <derek@ximbiot.com>
13212             Paul Eggert  <eggert@cs.ucla.edu>
13213
13214         Sync from cvs.
13215         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13216
13217 2005-05-29  Derek Price  <derek@ximbiot.com>
13218
13219         * config/srclist.txt (glob_.h, glob.c): Add these files.
13220
13221 2005-05-29  Derek Price  <derek@ximbiot.com>
13222
13223         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13224         * modules/glob: New file.
13225         * modules/getlogin_r: Add link to POSIX spec in description.
13226
13227 2005-05-29  Derek Price  <derek@ximbiot.com>
13228             Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         * m4/glob.m4: New file.
13231
13232 2005-05-29  Derek Price  <derek@ximbiot.com>
13233             Paul Eggert  <eggert@cs.ucla.edu>
13234
13235         * lib/glob_.h, lib/glob.c: New files.
13236
13237 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13238
13239         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13240         * modules/fts-lgpl (Depends-on): Remove gettext.
13241
13242 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13243
13244         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13245         and don't require gt_INTTYPES_PRI.
13246
13247 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13248
13249         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13250
13251         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13252         the configuration hassle isn't worth it.
13253         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13254         (LONGEST_MODIFIER, PRIuMAX): Remove.
13255
13256 2005-05-27  Bruno Haible  <bruno@clisp.org>
13257
13258         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13259
13260 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13263         _POSIX_PTHREAD_SEMANTICS for Solaris.
13264
13265 2005-05-25  Derek Price  <derek@ximbiot.com>
13266
13267         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13268
13269 2005-05-25  Derek Price  <derek@ximbiot.com>
13270             Paul Eggert  <eggert@cs.ucla.edu>
13271
13272         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13273         * lib/getlogin_r.c, getlogin_r.h: New files.
13274
13275 2005-05-25  Bruno Haible  <bruno@clisp.org>
13276             Derek Price  <derek@ximbiot.com>
13277
13278         * lib/getlogin_r.h: Simplify API documentation.
13279
13280 2005-05-23  Derek Price  <derek@ximbiot.com>
13281
13282         * modules/minmax (Files): Add m4/minmax.m4.
13283         (configure.ac): Add gl_MINMAX.
13284
13285 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13286
13287         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13288         so that unistd-safer.h (GPL'ed code) need not be included.
13289
13290 2005-05-22  Bruno Haible  <bruno@clisp.org>
13291
13292         * m4/minmax.m4: New file.
13293         Based on a patch by Derek Price <derek@ximbiot.com>.
13294
13295 2005-05-22  Bruno Haible  <bruno@clisp.org>
13296
13297         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13298         (INT64_MIN): Fix definition.
13299         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13300
13301         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13302         NEED_SIGNED_INT_TYPES.
13303
13304         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13305         HAVE_SYSTEM_INTTYPES.
13306
13307 2005-05-22  Bruno Haible  <bruno@clisp.org>
13308
13309         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13310         Also include <sys/param.h> if it defines MIN, MAX.
13311         Based on a patch by Derek Price <derek@ximbiot.com>.
13312
13313 2005-05-21  Jim Meyering  <jim@meyering.net>
13314
13315         * modules/fts (Files): Add m4/inttypes-pri.m4.
13316         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13317
13318 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13319
13320         New fts module.
13321         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13322         (setup_dir, free_dir): New functions.
13323         (enter_dir, leave_dir): Define trivial
13324         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13325         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13326         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13327         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13328         Move to fts-cycle.c.
13329         (fts_open): Use setup_dir.
13330         (fts_close): Use free_dir.
13331         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13332         This adds a label and some gotos, but the alternatives were messier.
13333         Check for memory allocation failure when entering a dir.
13334         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13335         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13336         (FTS): New member fts_cycle, that is a union that contains the
13337         old active_dir_ht and cycle_state.  All uses changed to mention
13338         fts_cycle.ht and fts_cycle.state.
13339         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13340         fts.c, with the following changes:
13341         (setup_dir, free_dir): New functions.
13342         (enter_dir): Now returns bool.  Return true if successful, false
13343         if memory exhausted.  All callers changed.
13344         Do not bother partly cleaning up on
13345         memory allocation failure; that is free_dir's job.
13346         However, free ad if hash_insert fails, to avoid memory leak.
13347         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13348         fts->fts_options to see which union member to use.
13349
13350 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13351
13352         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13353         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13354
13355 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13356
13357         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13358
13359 2005-05-20  Jim Meyering  <jim@meyering.net>
13360
13361         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13362         Now a macro, to pacify GCC.
13363
13364 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13365
13366         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13367         of -1.
13368
13369 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13370
13371         * lib/chown.c (rpl_chown): Return -1 on failure.
13372
13373 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13376         Don't check for stddef.h.
13377         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13378         don't use its results.
13379         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13380         since we include them unconditionally.  Don't require
13381         AM_STDBOOL_H, since stdbool is a prerequisite.
13382         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13383         since we assume C89 or better.
13384         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13385         as we don't use their results.
13386         Don't check for fchdir, memmove, memset, strrchr, as we use
13387         them unconditionally.
13388         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13389         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13390
13391 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13392
13393         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13394         Include <stddef.h> unconditionally, since we assume C89 now.
13395         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13396         * lib/fts.c: Include fts_.h first, to check interface.
13397         Do not include intprops.h; no longer needed.
13398         Include cycle-check.h and hash.h, since fts_.h no longer does.
13399         Remove unnecessary casts of closedir to void.
13400         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13401         decide whether to decrement nlinks.
13402         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13403         (FTS): Use struct hash_table * instead of Hash_table, so that
13404         we no longer need to include hash.h here.
13405
13406 2005-05-18  Jim Meyering  <jim@meyering.net>
13407
13408         * modules/dirfd (License): Change to LGPL.  Most of the code
13409         is already in the public domain.
13410
13411 2005-05-18  Jim Meyering  <jim@meyering.net>
13412
13413         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13414         Reported by Yoann Vandoorselaere.
13415
13416 2005-05-17  Jim Meyering  <jim@meyering.net>
13417
13418         * m4/fts.m4: New file, from coreutils.
13419
13420 2005-05-17  Jim Meyering  <jim@meyering.net>
13421
13422         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13423
13424 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13425
13426         Sync from coreutils.
13427         * m4/unlinkdir.m4: New file.
13428
13429 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13430
13431         Sync from coreutils.
13432         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13433         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13434         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13435         White space changes only.
13436         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13437         special.
13438         * lib/yesno.c: Include getline.h, not ctype.h.
13439         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13440         Use getline to remove arbitrary restriction on response length.
13441
13442 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13443
13444         * config/srclist-update: Spell out "Street" in FSF postal
13445         mail address; this is the style the FSF seems to prefer.
13446
13447         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13448         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13449         this updates FSF postal mail address.
13450
13451         Sync from coreutils.
13452         * modules/unlinkdir: New file.
13453         * modules/yesno (Depends-on): Add getline.
13454         * MODULES.html.sh (File system functions): Add unlinkdir.
13455
13456 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13457
13458         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13459         lib/strsep.h:
13460         Change the initial comment to refer to GPL, not LGPL.
13461         gnulib-tool will change it to LGPL as needed.
13462
13463         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13464         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13465         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13466         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13467         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13468         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13469         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13470         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13471         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13472         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13473         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13474         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13475         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13476         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13477         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13478         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13479         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13480         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13481         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13482         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13483         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13484         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13485         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13486         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13487         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13488         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13489         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13490         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13491         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13492         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13493         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13494         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13495         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13496         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13497         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13498         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13499         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13500         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13501         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13502         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13503         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13504         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13505         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13506         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13507         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13508         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13509         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13510         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13511         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13512         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13513         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13514         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13515         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13516         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13517         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13518         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13519         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13520         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13521         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13522         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13523         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13524         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13525         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13526         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13527         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13528         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13529         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13530         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13531         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13532         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13533         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13534         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13535         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13536         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13537         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13538         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13539         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13540         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13541         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13542         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13543         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13544         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13545         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13546         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13547         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13548         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13549         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13550         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13551         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13552         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13553         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13554         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13555         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13556         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13557         lib/yesno.c, lib/yesno.h:
13558         Update FSF postal mail address.
13559
13560 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13561
13562         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13563         tests/test-memmem.c, tests/test-stpncpy.c:
13564         Update FSF postal mail address.
13565
13566 2005-05-13  Bruno Haible  <bruno@clisp.org>
13567
13568         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13569         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13570         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13571         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13572         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13573         Add support for 64-bit integers in the MSVC compiler.
13574
13575 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13576
13577         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13578
13579 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13580
13581         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13582
13583 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13584
13585         * doc/getdate.texi (General date syntax): Don't say that date
13586         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13587         Problem reported by Nic Ferrier.
13588
13589 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13590
13591         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13592         specified in ai_socktype. Fix invalid ai_protocol
13593         check. ai_protocol is usually set to 0 or depending on
13594         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13595         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13596         ai_socktype / ai_protocol in the returned addrinfo structure.
13597
13598 2005-05-10  Simon Josefsson  <jas@extundo.com>
13599
13600         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13601         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13602
13603 2005-05-10  Karl Berry  <karl@gnu.org>
13604
13605         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13606         (from http://www.gnu.org/licenses).
13607         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13608         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13609         fdl.texi suffices.
13610
13611 2005-05-10  Karl Berry  <karl@gnu.org>
13612
13613         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13614         (COPYING.DOC): remove.
13615
13616         * config/srclist-update: new FSF address.
13617
13618 2005-05-10  Derek Price  <derek@ximbiot.com>
13619
13620         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13621         possible.
13622
13623 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13624             Bruno Haible  <bruno@clisp.org>
13625
13626         * modules/inet_ntop: New file.
13627         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13628         inet_ntop.
13629
13630 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13631             Bruno Haible  <bruno@clisp.org>
13632
13633         * m4/inet_ntop.m4: New file.
13634
13635 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13636             Bruno Haible  <bruno@clisp.org>
13637
13638         * lib/inet_ntop.h: New file.
13639         * lib/inet_ntop.c: New file, from glibc with modifications.
13640
13641 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13642
13643         * modules/time_r (License): Change to LGPL.
13644         * modules/extensions (License): Change to LGPL.  Actually,
13645         the license is more permissive than that, but currently gnulib-tool
13646         doesn't know how to handle more-permissive licenses.
13647
13648         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13649         Problem reported by Dave Love.
13650
13651 2005-05-08  Jim Meyering  <jim@meyering.net>
13652
13653         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13654         blank.
13655
13656 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13657
13658         * modules/argmatch (Depends-on): Add stdbool.
13659         * modules/backupfile (Depends-on): Likewise.
13660         * modules/chdir-long (Depends-on): Likewise.
13661         * modules/closeout (Depends-on): Likewise.
13662         * modules/cycle-check (Depends-on): Likewise.
13663         * modules/dirname (Depends-on): Likewise.
13664         * modules/fnmatch (Depends-on): Likewise.
13665         * modules/fsusage (Depends-on): Likewise.
13666         * modules/fwriteerror (Depends-on): Likewise.
13667         * modules/getcwd (Depends-on): Likewise.
13668         * modules/getloadavg (Depends-on): Likewise.
13669         * modules/hard-locale (Depends-on): Likewise.
13670         * modules/makepath (Depends-on): Likewise.
13671         * modules/mountlist (Depends-on): Likewise.
13672         * modules/nanosleep (Depends-on): Likewise.
13673         * modules/posixtm (Depends-on): Likewise.
13674         * modules/quotearg (Depends-on): Likewise.
13675         * modules/readtokens (Depends-on): Likewise.
13676         * modules/readtokens0 (Depends-on): Likewise.
13677         * modules/readutmp (Depends-on): Likewise.
13678         * modules/save-cwd (Depends-on): Likewise.
13679         * modules/strftime (Depends-on): Likewise.
13680         * modules/userspec (Depends-on): Likewise.
13681         * modules/utimecmp (Depends-on): Likewise.
13682         * modules/xgetcwd (Depends-on): Likewise.
13683         * modules/xnanosleep (Depends-on): Likewise.
13684         * modules/xstrtod (Depends-on): Likewise.
13685         * modules/yesno (Depends-on): Likewise.
13686
13687 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13688
13689         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13690         needless checks.
13691
13692 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13693
13694         Merge from coreutils.  Among other things,
13695         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13696         * lib/fd-safer.c: New file.
13697         * lib/fcntl-safer.h, open-safer.c: Remove.
13698         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13699         * lib/dup-safer.c: Include unistd-safer.h first.
13700         Don't include errno.h.
13701         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13702         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13703         * lib/file-type.c: Rely on file-type.h change.
13704         * lib/getloadavg.c: Include unistd-safer.h.
13705         (getloadavg): Use safer open.
13706         * lib/getusershell.c: Include "stdio-safer.h".
13707         (getusershell): Use safer fopen.
13708         * lib/long-options.c (long_options): Use NULL rather than 0.
13709         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13710         'free'.
13711         * lib/modechange.c: Likewise.
13712         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13713         (MODE_DONE): New constant.
13714         (struct mode_change): Remove 'next' member.
13715         (make_node_op_equals): New function; like the old one of the
13716         same name, except it allocates an array.
13717         (mode_compile, mode_create_from_ref): Use it.
13718         (mode_compile): Allocate result as an array, not a linked list.
13719         Parse octal string ourself, so that we catch mistakes like "+0".
13720         (mode_adjust): Arg is an array, not a linked list.
13721         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13722         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13723         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13724         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13725         Remove.  This is now stat-macros.h's job.
13726         (talloc): Remove.  All callers replaced by xalloc, so that
13727         our invokers don't have to worry about reporting memory failures.
13728         (make_node_op_equals): Remove.
13729         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13730         New constants.
13731         (struct mode_change): Moved here from modechange.h.
13732         (mode_append_entry): Remove.
13733         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13734         apps to have incorrect behavior.  Use simpler algorithm for head
13735         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13736         Detect more invalid usages rather than having somewhat-random behavior.
13737         Don't insert an "a=" action, as that leads to incorrect behavior.
13738         (mode_compile, mode_create_from_ref): Return NULL on error instead
13739         of an enum, since now there's only one way to have an error.  All
13740         callers changed.
13741         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13742         at the correct time.  Simplify calculation of "+u" and its ilk.
13743         Don't mishandle "+X".
13744         (mode_free): Remove "register" and localize decls.
13745         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13746         (struct mode_change): Move to modechange.c; callers don't
13747         need to see this stuff.
13748         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13749         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13750         (mode_change, mode_adjust): Reflect the new signatures noted above.
13751         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13752         that might redefine system include files.
13753         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13754         (my_usleep): Use NULL rather than (void *) 0.
13755         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13756         Use siginterrupt to specify that system calls should be interrupted.
13757         (rpl_nanosleep): Move initialization of suspended closer to call of
13758         my_usleep.
13759         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13760         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13761         (desirable_utmp_entry): New function.
13762         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13763         using x2nrealloc, to simplify logic.
13764         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13765         size calculation.  Do not assume utmp file is a regular file.
13766         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13767         (READ_UTMP_CHECK_PIDS): New constant.
13768         * lib/save-cwd.c: Include unistd-safer.h.
13769         (save_cwd): Use fd_safer.
13770         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13771         [!_LIBC] Include "stat-macros.h" instead.
13772         * lib/unistd-safer.h (fd_safer): New decl.
13773
13774 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13775
13776         * modules/getloadavg (Depends-on): Add unistd-safer.
13777         * modules/getusershell (Depends-on): Add stdio-safer.
13778         * modules/lstat (Depends-on): Remove xalloc.
13779         * modules/mkstemp (Depends-on): Add stat-macros.
13780         * modules/modechange (Depends-on): Remove xstrtol.
13781         Add stat-macros, xalloc.
13782         * modules/save-cwd (Depends-on): Add unistd-safer.
13783         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13784         * modules/unistd-safer (Files): Add lib/fd-safer.c
13785         (Makefile.am): Remove lib_SOURCES.
13786
13787         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13788         Remove fcntl-safer; unistd-safer supersedes it.
13789
13790 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13791
13792         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13793         AC_HEADER_STAT.
13794         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13795         (gl_PREREQ_CHOWN): Remove.
13796         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13797         it.  Don't require AC_HEADER_STAT.
13798         (gl_PREREQ_LSTAT): Remove.
13799         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13800         Don't require AC_HEADER_STAT.
13801         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13802         (gl_PREREQ_RMDIR): Remove.
13803         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13804         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13805         the stat-macros module a prerequisite.
13806         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13807         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13808         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13809         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13810         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13811         variable names.
13812         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13813         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13814         variable prefixes.
13815         * m4/fcntl-safer.m4: Remove.
13816         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13817         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13818         Invoke gl_PREREQ_FD_SAFER.
13819         (gl_PREREQ_FD_SAFER): New macro.
13820         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13821         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13822         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13823         Remove duplicate call to AC_LIBOBJ(readutmp).
13824         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13825
13826         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13827         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13828
13829 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13830
13831         * MODULES.html.sh (Misc): Add byteswap.
13832
13833 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13834
13835         * modules/getcwd (Depends-on): Add extensions.
13836         * modules/openat (Depends-on): Likewise.
13837
13838 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13839
13840         * modules/byteswap: New file.
13841
13842 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13843
13844         * m4/byteswap.m4: New file.
13845
13846 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13847
13848         * lib/byteswap_.h: New file.
13849
13850 2005-04-25  Karl Berry  <karl@gnu.org>
13851
13852         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13853
13854 2005-04-25  Albert Chin  <china@thewrittenword.com>
13855
13856         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13857         Toolkit C bug.
13858
13859 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13860
13861         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13862         (func_ln_if_changed) Remove forcibly for no error message
13863         in case file does not exist.
13864
13865 2005-04-19  Simon Josefsson  <jas@extundo.com>
13866
13867         * gnulib-tool (Options): Make --symlink mean --symbolic.
13868
13869 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13870
13871         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13872
13873 2005-04-16  Simon Josefsson  <jas@extundo.com>
13874
13875         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13876
13877 2005-04-15  Simon Josefsson  <jas@extundo.com>
13878
13879         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13880
13881 2005-04-15  Simon Josefsson  <jas@extundo.com>
13882
13883         * gnulib-tool: Rename --symlink to --symbolic.
13884
13885 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13886
13887         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13888         symbolic links to files instead of copying/moving.  Add --aux-dir,
13889         specifying directory relative --dir where auxiliary build tools
13890         are placed.
13891
13892 2005-04-14  Bruno Haible  <bruno@clisp.org>
13893
13894         * modules/allocsa (License): Change to LGPL.
13895         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13896
13897 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13898
13899         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13900         that "UTC +1 second" continues to work.  Problem reported
13901         by Dmitry V. Levin.
13902         (relunit_snumber): New rule.
13903         (relunit): Use it.
13904
13905 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13906
13907         * lib/getdate.y (universal_time_zone_table): New constant.
13908         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13909         universal_time_zone_table.
13910         (lookup_zone): Prefer universal_time_zone_table to
13911         local_time_zone_table, so that "GMT" time stamps are allowed in
13912         London during the summer.  Problem reported by Ian Abbott.
13913
13914 2005-04-12  Jim Meyering  <jim@meyering.net>
13915
13916         * lib/human.c (humblock): Set *options even when returning due to
13917         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13918         warning from gcc-4.
13919
13920 2005-04-09  Jim Meyering  <jim@meyering.net>
13921
13922         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13923         -Wuninitialized: initialize tm0.tm_year.
13924
13925 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13926
13927         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13928         count, since there's no maximum.  All uses changed.
13929         Add member dsts_seen.
13930         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13931         not being INT_MAX.
13932         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13933         Use pc_rels_seen to decide whther a date is absolute.
13934
13935         * lib/getdate.y (number): Don't overwrite year.
13936         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13937         check.
13938
13939 2005-04-02  Simon Josefsson  <jas@extundo.com>
13940
13941         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13942         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13943
13944 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13945
13946         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13947         where no absolute path name can be longer than PATH_MAX.
13948
13949 2005-03-27  Jim Meyering  <jim@meyering.net>
13950
13951         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13952
13953 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13954
13955         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13956         "one's complement" -> "ones' complement" in comment, as per Knuth.
13957         "value of type" -> "type or expression" in comment.
13958         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13959
13960 2005-03-26  Jim Meyering  <jim@meyering.net>
13961
13962         Comment nits.
13963         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13964         Correct typos: s/or/of/.
13965
13966 2005-03-26  Jim Meyering  <jim@meyering.net>
13967
13968         * modules/check-include-files: Move to ../ and rename to...
13969         * check-module: ...this.
13970
13971 2005-03-25  Jim Meyering  <jim@meyering.net>
13972
13973         * modules/xvasprintf (Files): Add xalloc.h.
13974
13975 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         * modules/gettext (Files): config/config.rpath ->
13978         build-aux/config.rpath
13979         * modules/iconv (Files): Likewise.
13980         Problem reported by Oskar Liljeblad.
13981
13982 2005-03-23  Jim Meyering  <jim@meyering.net>
13983
13984         * modules/check-include-files: New script to check for
13985         missing dependencies, multiple includes, etc.
13986
13987         * modules/c-strtold (Depends-on): Add xalloc.
13988         * modules/c-strtod (Depends-on): Add xalloc.
13989         * modules/hash (Depends-on): Add xalloc.
13990         (Files): Remove lib/xalloc.h.
13991
13992         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13993         * modules/userspec (Files): Add lib/inttostr.h.
13994
13995 2005-03-23  Jim Meyering  <jim@meyering.net>
13996
13997         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13998
13999 2005-03-22  Jim Meyering  <jim@meyering.net>
14000
14001         * modules/stat-macros: New module.
14002         * modules/canonicalize, modules/euidaccess, modules/file-type,
14003         * modules/filemode, modules/lchown, modules/makepath,
14004         * modules/rmdir, modules/stat: Depend on new stat-macros module
14005         rather than listing lib/stat-macros.h manually.
14006         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14007
14008 2005-03-22  Jim Meyering  <jim@meyering.net>
14009
14010         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14011
14012 2005-03-22  Bruno Haible  <bruno@clisp.org>
14013
14014         * config/srclist.txt: Replace target directory 'config' with
14015         'build-aux'.
14016         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14017         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14018         ../build-aux/.
14019
14020 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14021
14022         * modules/chdir-long (Depends-on): Add mempcpy.
14023
14024         * modules/acl, modules/backupfile, modules/c-strtod,
14025         modules/c-strtold, modules/canon-host, modules/canonicalize,
14026         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14027         modules/exclude, modules/exitfail, modules/file-type,
14028         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14029         modules/getdate, modules/getline, modules/getpagesize,
14030         modules/getpass, modules/getugroups, modules/group-member,
14031         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14032         modules/inttostr, modules/long-options, modules/makepath,
14033         modules/md5, modules/memcasecmp, modules/memcoll,
14034         modules/modechange, modules/mountlist, modules/path-concat,
14035         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14036         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14037         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14038         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14039         modules/strftime, modules/strndup, modules/strverscmp,
14040         modules/timespec, modules/unlocked-io, modules/userspec,
14041         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14042         modules/yesno:
14043         Remove lib_SOURCES line from Makefile.am section, as this is now
14044         done automatically by the corresponding Autoconf macro.
14045
14046 2005-03-21  Jim Meyering  <jim@meyering.net>
14047
14048         Changes imported from coreutils.
14049
14050         * lib/cycle-check.c: Don't include xalloc.h.
14051
14052         * lib/path-concat.c: Don't include assert.h.
14053         (path_concat): Remove assertion that would have triggered
14054         for ABASE starting with more than one slash.
14055         Reported by Andreas Schwab.
14056
14057         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14058         properly when ABASE is an absolute file name.
14059         Correct the description of this function.
14060         Include <assert.h>.
14061         Add an assertion and a test driver.
14062         This fixes a bug introduced on 2004-07-02.
14063         Andreas Schwab reported the resulting failure of cp --parents:
14064         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14065
14066 2005-03-21  Jim Meyering  <jim@meyering.net>
14067
14068         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14069         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14070
14071 2005-03-21  Jim Meyering  <jim@meyering.net>
14072         and  Paul Eggert  <eggert@cs.ucla.edu>
14073
14074         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14075         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14076         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14077         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14078         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14079         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14080         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14081         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14082         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14083         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14084         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14085         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14086         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14087         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14088         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14089         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14090         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14091         for these modules.
14092
14093 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14094
14095         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14096         (which shouldn't happen), generate nothing instead of returning 0
14097         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14098
14099 2005-03-16  Bruno Haible  <bruno@clisp.org>
14100
14101         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14102         HAVE_LONGLONG_64BIT.
14103
14104 2005-03-16  Bruno Haible  <bruno@clisp.org>
14105
14106         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14107         HAVE_LONGLONG_64BIT.
14108
14109 2005-03-16  Bruno Haible  <bruno@clisp.org>
14110
14111         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14112         HAVE_LONGLONG_64BIT.
14113
14114 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14117         reliably distinguish strftime failure from empty output on POSIX
14118         hosts.
14119
14120 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14121
14122         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14123         (iconv_string): Don't guess a size-zero buffer, as that might cause
14124         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14125         result would be 'too large', where 'too large' is (heuristically)
14126         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14127         overflow concerns.  This will prevent some unwanted malloc failures
14128         when the inputs are very large.
14129
14130 2005-03-15  Karl Berry  <karl@gnu.org>
14131
14132         * config/srclist.txt (config.rpath): from gettext.
14133         * config/config.rpath: update.
14134
14135 2005-03-15  Bruno Haible  <bruno@clisp.org>
14136
14137         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14138         to 'negate'.
14139
14140         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14141         variable.
14142
14143         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14144         results.
14145
14146 2005-03-14  Simon Josefsson  <jas@extundo.com>
14147
14148         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14149         <fx@gnu.org>.
14150
14151 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14152
14153         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14154         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14155         intprops.h.
14156         * lib/strtol.c: Likewise.
14157
14158 2005-03-14  Jim Meyering  <jim@meyering.net>
14159
14160         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14161         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14162         to be nonzero so that we (and caller) can detect the difference
14163         between a valid zero-length expansion and an error return, even
14164         when the underlying strftime fails before writing anything into
14165         that location.
14166
14167 2005-03-14  Bruno Haible  <bruno@clisp.org>
14168
14169         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14170         Update from GNU gettext 0.14.3.
14171
14172 2005-03-10  Jim Meyering  <jim@meyering.net>
14173
14174         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14175
14176 2005-03-10  Jim Meyering  <jim@meyering.net>
14177
14178         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14179         so that this module works on systems without fchdir.
14180
14181 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14182
14183         Factor int-properties macros into a single file, except for
14184         glibc-related files.
14185         * lib/intprops.h: New file.
14186         * lib/getloadavg.c: Include it instead of limits.h.
14187         (INT_STRLEN_BOUND): Remove.
14188         * lib/human.c: Include intprops.h.
14189         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14190         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14191         302/1000.
14192         * lib/inttostr.h: Include intprops.h instead of limits.h.
14193         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14194         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14195         for consistency with intprops.h.
14196         (time_t_is_integer, twos_complement_arithmetic): Use them.
14197         * lib/sig2str.h: Include <signal.h>, intprops.h.
14198         (INT_STRLEN_BOUND): Remove.
14199         * lib/strftime.c (TYPE_SIGNED): Remove.
14200         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14201         * lib/strtol.c: Adjust comments to match intprops.h.
14202         * lib/userspec.c: Include intprops.h.
14203         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14204         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14205         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14206         instead of rolling our own expressions.
14207         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14208
14209         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14210         instead of int.
14211         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14212         the right thing even if adding 1900 would overflow.  Similarly
14213         for tm_mon + 1 and tm_yday + 1.
14214         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14215         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14216         (DO_SIGNED_NUMBER): New macro.
14217         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14218
14219 2005-03-07  Bruno Haible  <bruno@clisp.org>
14220
14221         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14222
14223 2005-03-07  Bruno Haible  <bruno@clisp.org>
14224
14225         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14226
14227 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14228
14229         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14230         (func_import): Only replace files via --import when they have actually
14231         changed.
14232
14233 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14234
14235         * m4/mmap-anon.m4: New file.
14236         * m4/pagealign_alloc.m4: New file.
14237
14238 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14239             Bruno Haible  <bruno@clisp.org>
14240
14241         * modules/pagealign_alloc: New file.
14242         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14243
14244 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14245             Bruno Haible  <bruno@clisp.org>
14246
14247         * lib/pagealign_alloc.h: New file.
14248         * lib/pagealign_alloc.c: New file.
14249
14250 2005-03-03  Bruno Haible  <bruno@clisp.org>
14251
14252         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14253         Use an all-permissive copyright notice, recommended by RMS.
14254
14255 2005-03-02  Bruno Haible  <bruno@clisp.org>
14256
14257         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14258         of AIX, the replacement has to be done only after <string.h> is
14259         included, therefore not in config.h. stpncpy.h does the replacement,
14260         and stpncpy.c uses it.
14261
14262 2005-03-02  Bruno Haible  <bruno@clisp.org>
14263
14264         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14265         stpncpy.c uses it.
14266
14267 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14268
14269         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14270         The workaround isn't strictly needed for POSIX conformance, and
14271         it's too much of a pain to configure and maintain.  We'll ask
14272         people to fix their kernels instead.
14273         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14274         (NANOSLEEP_BUG_WORKAROUND): Remove.
14275         (xnanosleep): Remove the workaround.
14276
14277 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14280         Reported by Derek Price.
14281         (Include): Add "timespec.h".
14282
14283         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14284
14285 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14288         to detect nanosleep bug.
14289
14290 2005-03-01  Bruno Haible  <bruno@clisp.org>
14291
14292         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14293
14294 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14295
14296         * modules/gethrxtime: New file.
14297         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14298         (Depends-on): Add gethrxtime.
14299         (configure.ac): Add gl_XNANOSLEEP.
14300         (Makefile.am): Remove lib_SOURCES line.
14301
14302 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14303
14304         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14305         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14306
14307 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14310         * lib/timespec.h (gettime): Return void, since it always
14311         succeeds now.  All uses changed.
14312         * lib/gettime.c (gettime) Likewise.
14313         [HAVE_NANOTIME]: Prefer nanotime.
14314         Assume gettimeofday succeeds, as POSIX requires.
14315         Assime time () succeeds, since other code already does.
14316         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14317         (timespec_subtract): Remove.
14318         (NANOSLEEP_BUG_WORKAROUND): New constant.
14319         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14320         things considerably.  Use it only on GNU/Linux hosts, since the
14321         workaround shouldn't be needed elsewhere.
14322
14323 2005-02-24  Bruno Haible  <bruno@clisp.org>
14324
14325         * modules/gettext (Files): Add m4/glibc2.m4.
14326
14327 2005-02-24  Bruno Haible  <bruno@clisp.org>
14328
14329         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14330         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14331         * m4/progtest.m4:
14332         Update from GNU gettext 0.14.2.
14333         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14334
14335 2005-02-24  Bruno Haible  <bruno@clisp.org>
14336
14337         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14338         * lib/config.charset: Update from GNU gettext 0.14.2.
14339
14340 2005-02-24  Bruno Haible  <bruno@clisp.org>
14341
14342         * lib/gettext.h: Update from GNU gettext 0.14.2.
14343
14344 2005-02-23  Simon Josefsson  <jas@extundo.com>
14345
14346         * m4/iconvme.m4: New file.
14347
14348 2005-02-23  Jim Meyering  <jim@meyering.net>
14349
14350         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14351         change.
14352         Thanks to Bruno Haible for catching it.
14353
14354 2005-02-22  Simon Josefsson  <jas@extundo.com>
14355
14356         * modules/iconvme: New file.
14357
14358         * MODULES.html.sh: Add iconvme.
14359
14360 2005-02-22  Simon Josefsson  <jas@extundo.com>
14361
14362         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14363
14364 2005-02-22  Simon Josefsson  <jas@extundo.com>
14365
14366         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14367
14368 2005-02-22  Jim Meyering  <jim@meyering.net>
14369
14370         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14371         s/ifndef/ifdef/.
14372
14373 2005-02-20  Neil Conway  <neilc@samurai.com>
14374
14375         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14376         returned by OSX/Darwin if the specified buffer is not large
14377         enough for the hostname.
14378
14379 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14380
14381         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14382         pass it to _help, otherwise the latter coredumps trying to
14383         dereference state.root_argp.
14384
14385 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * modules/chdir-long (Depends-on): Add memrchr.
14388         * modules/memrchr (Files): Add lib/memrchr.h.
14389         (Include): "memrchr.h".
14390
14391 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14392
14393         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14394
14395 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14396
14397         * lib/memrchr.h: New file.
14398         * lib/chdir-long.c: Include it.
14399         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14400         Don't bother including stddef.h.
14401
14402 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14403
14404         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14405         inclusion.
14406         Include <sys/types.h>, for dev_t.
14407         (ME_DUMMY, ME_REMOTE): Move from here....
14408         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14409         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14410         Dmitry V. Levin.
14411         Include mountlist.h first, to test the interface.
14412
14413 2005-01-29  Bruno Haible  <bruno@clisp.org>
14414
14415         * lib/progname.c (program_name): Initialize.
14416         Needed when linking statically on MacOS X.
14417
14418 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14419
14420         Sync from coreutils.
14421         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14422         (Depends-on): Add c-strtod.
14423         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14424
14425 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         Sync from coreutils.
14428         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14429
14430         Remove files that are specific to coreutils.
14431         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14432
14433 2005-01-28  Bruno Haible  <bruno@clisp.org>
14434
14435         * modules/javacomp: New file.
14436         * MODULES.html.sh (Java): Add javacomp.
14437
14438 2005-01-28  Bruno Haible  <bruno@clisp.org>
14439
14440         * m4/javacomp.m4: New file, from GNU gettext.
14441
14442 2005-01-28  Bruno Haible  <bruno@clisp.org>
14443
14444         * lib/javacomp.sh.in: New file, from GNU gettext.
14445         * lib/javacomp.h: New file, from GNU gettext.
14446         * lib/javacomp.c: New file, from GNU gettext.
14447
14448 2005-01-26  Simon Josefsson  <jas@extundo.com>
14449
14450         * lib/gai_strerror.c: Use GPL in header.
14451
14452 2005-01-26  Bruno Haible  <bruno@clisp.org>
14453
14454         * modules/javaexec: New file.
14455         * MODULES.html.sh (Java): Add javaexec.
14456
14457 2005-01-26  Bruno Haible  <bruno@clisp.org>
14458
14459         * m4/javaexec.m4: New file, from GNU gettext.
14460
14461 2005-01-26  Bruno Haible  <bruno@clisp.org>
14462
14463         * lib/javaexec.sh.in: New file, from GNU gettext.
14464         * lib/javaexec.h: New file, from GNU gettext.
14465         * lib/javaexec.c: New file, from GNU gettext.
14466
14467 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14468
14469         * modules/lchown (Depends-on): Remove lchown.h
14470
14471 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14472
14473         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14474         must be defined if the header file was not found, in order
14475         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14476
14477 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14478
14479         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14480         initializers for struct pentry_state.
14481         (__argp_error): Check return value of __asprintf
14482         (__argp_failure): Translate error message
14483
14484         * lib/argp-parse.c: Removed braces around the expansion of N_()
14485
14486 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14487
14488         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14489         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14490         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14491         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14492         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14493         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14494         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14495         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14496         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14497         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14498         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14499         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14500         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14501         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14502         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14503         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14504         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14505         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14506         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14507         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14508         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14509         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14510         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14511         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14512         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14513         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14514         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14515         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14516         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14517         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14518         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14519         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14520         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14521         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14522         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14523         Use an all-permissive copyright notice, recommended by RMS.
14524
14525 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14526
14527         * modules/chdir-long (Depends-on): Remove mempcpy.
14528
14529 2005-01-21  Jim Meyering  <jim@meyering.net>
14530
14531         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14532         same value as for Solaris 9.
14533
14534         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14535         component length.  This included changing the parameter to be
14536         of type `char *' rather than `char const *'.
14537         * lib/chdir-long.h (chdir_long): Update prototype.
14538
14539         * lib/openat.c (fdopendir, fstatat): New functions.
14540         * lib/openat.h: Include headers required for use of DIR and struct
14541         stat.
14542         [AT_SYMLINK_NOFOLLOW]: Define.
14543         (fdopendir, fstatat): Add prototypes.
14544
14545 2005-01-21  Bruno Haible  <bruno@clisp.org>
14546
14547         * modules/classpath: New file.
14548         * MODULES.html.sh (Java): Add classpath.
14549
14550 2005-01-21  Bruno Haible  <bruno@clisp.org>
14551
14552         * lib/classpath.h: New file, from GNU gettext.
14553         * lib/classpath.c: New file, from GNU gettext.
14554
14555 2005-01-20  Simon Josefsson  <jas@extundo.com>
14556
14557         * modules/version-etc-fsf: New file.
14558
14559 2005-01-20  Simon Josefsson  <jas@extundo.com>
14560
14561         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14562         * lib/version-etc.c: Remove version_etc_copyright.
14563         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14564         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14565
14566 2005-01-20  Simon Josefsson  <jas@extundo.com>
14567
14568         * lib/base64.h (isbase64): Add.
14569
14570         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14571         using a unsigned prototype, don't inline.
14572         (base64_decode): Use it.
14573
14574 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14575
14576         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14577         it.
14578
14579 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * lib/save-cwd.c (save_cwd): Remove code to support the case
14582         where fchdir is missing or flaky.
14583
14584 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14585
14586         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14587
14588 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14591         AC_LIBSOURCES now does this.
14592         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14593         with new ullong_max module.
14594
14595 2005-01-19  Bruno Haible  <bruno@clisp.org>
14596
14597         * modules/sh-quote: New file.
14598         * MODULES.html.sh (Executing programs): Add sh-quote.
14599
14600 2005-01-19  Bruno Haible  <bruno@clisp.org>
14601
14602         * lib/sh-quote.h: New file, from GNU gettext.
14603         * lib/sh-quote.c: New file, from GNU gettext.
14604
14605 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14606
14607         Merge from coreutils.
14608         * m4/ullong_max.m4: New file.
14609         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14610         (gl_MACROS): Assume localeconv exists.
14611
14612 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         Merge changes from coreutils, as described below in several
14615         changelogs dated today.
14616
14617         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14618         (O_DIRECTORY): Remove; not needed here, since "." must be
14619         a directory.  All uses removed.
14620         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14621         universal on Suns, and we also need to test for IRIX.
14622         Revamp code to use 'if' rather than '#if'.
14623         Avoid unnecessary comparison of cwd->desc to 0.
14624
14625         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14626         for known valid error numbers rather than observed invalid ones.
14627
14628 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14629
14630         * modules/ullong_max: New file.
14631
14632         * modules/chdir-long, modules/openat: New files.
14633         * modules/save-cwd (Depends-on): Depend on chdir-long.
14634         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14635
14636 2005-01-18  Jim Meyering  <jim@meyering.net>
14637
14638         Merge from coreutils.
14639         * m4/chdir-long.m4, m4/openat.m4: New files.
14640         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14641         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14642         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14643         is sane and DOES follow symlinks.  Besides, testing 20 different
14644         systems found no broken chown implementations.
14645         Prompted by a change in rsync's copy of this macro.
14646         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14647
14648         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14649
14650         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14651         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14652         NULL-means-set-to-current-time semantics.
14653         Remove temporary file immediately, rather than waiting
14654         for configure's at-exit trap code to do it.
14655
14656 2005-01-18  Jim Meyering  <jim@meyering.net>
14657
14658         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14659
14660         * lib/utimens.c (futimens): Account for the fact that futimes
14661         can also fail with errno == ENOSYS or errno == ENOENT.
14662         Patch from Dmitry V. Levin.
14663
14664         Change the name of the robust chdir function from chdir to chdir_long.
14665         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14666         (restore_cwd): Use chdir_long, not chdir.
14667         * lib/chdir-long.c: Renamed from chdir.c.
14668         * lib/chdir-long.h: Renamed from chdir.h.
14669         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14670         Hurd.
14671
14672 2005-01-18  Bruno Haible  <bruno@clisp.org>
14673
14674         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14675         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14676         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14677         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14678         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14679         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14680         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14681         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14682         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14683         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14684         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14685         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14686         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14687         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14688         Use an all-permissive copyright notice, recommended by RMS.
14689
14690 2005-01-18  Bob Proulx  <bob@proulx.com>
14691
14692         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14693         simplify offsetof() macro construct to avoid compile failure with
14694         native HP-UX 11.0 ANSI C compiler.
14695
14696 2005-01-17  Bruno Haible  <bruno@clisp.org>
14697
14698         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14699         redundant because stpncpy.m4 takes care of it.
14700
14701 2005-01-17  Bruno Haible  <bruno@clisp.org>
14702
14703         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14704
14705 2005-01-17  Bruno Haible  <bruno@clisp.org>
14706
14707         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14708         used.
14709
14710 2005-01-17  Bruno Haible  <bruno@clisp.org>
14711
14712         * lib/fwriteerror.h (fwriteerror): Change specification to include
14713         fclose.
14714         * lib/fwriteerror.c: Include <stdbool.h>.
14715         (fwriteerror): At the end, close the file stream. Record whether
14716         stdout was already closed.
14717
14718 2005-01-17  Bruno Haible  <bruno@clisp.org>
14719
14720         * lib/execute.c (environ): Declare if needed.
14721         * lib/pipe.c (environ): Likewise.
14722         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14723
14724 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14725
14726         * modules/argp: Depend on vsnprintf
14727
14728 2005-01-10  Jim Meyering  <jim@meyering.net>
14729
14730         * modules/closeout (Depends-on): Add atexit.
14731
14732 2005-01-06  Bruno Haible  <bruno@clisp.org>
14733
14734         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14735
14736 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14737
14738         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14739         definitions to be after all include files, to avoid collisions.
14740         Problem reported by Bob Proulx.
14741
14742 2005-01-04  Jim Meyering  <jim@meyering.net>
14743
14744         Changes imported from coreutils.
14745         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14746         as the mkstemp template, use a temporary directory and an
14747         8.3-friendly template to avoid trouble on systems like DJGPP.
14748         Reported by Juan M. Guerrero via Stepan Kasal.
14749         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14750         close. Remove the temporary directory right away, rather than waiting
14751         for configure's at-exit trap code to do it.
14752         Suggestion from Stepan Kasal.
14753
14754 2005-01-01  Simon Josefsson  <jas@extundo.com>
14755
14756         * gnulib-tool: Print #include directives when --import'ing.
14757
14758 2004-12-28  Simon Josefsson  <jas@extundo.com>
14759
14760         * tests/test-base64.c: Include required header files.  Remove
14761         unused variables.
14762
14763 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14764
14765         * modules/error (Depends-on): Remove gettext.
14766
14767 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14768
14769         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14770         not needed.  This removes a dependency on the gettext module.
14771         [defined _LIBC]: Do not include <libintl.h>; not needed.
14772
14773 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14774
14775         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14776         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14777
14778 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14779
14780         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14781         HAVE_DECL_STRTOLD.
14782
14783 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * modules/getdate (Depends-on): Remove alloca-opt.
14786
14787 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14788
14789         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14790
14791 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14792
14793         * lib/argp-parse.c: Include <stddef.h>.
14794         (alignof, alignto): New macros.
14795         (parser_init): Don't assume that void * is aligned sufficiently
14796         for struct option.
14797
14798         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14799         need to extend the stack.
14800         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14801         large.
14802
14803 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14804
14805         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14806
14807 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14808
14809         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14810         (2004-10-24) change.  Apparently this was a false alarm.
14811
14812         * modules/getdate: Depend on alloca-opt, not alloca.
14813
14814 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14815
14816         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14817         Remove now-obsolete comment about AIX.
14818         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14819         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14820         (YYMAXDEPTH): New macro.
14821
14822 2004-12-18  Simon Josefsson  <jas@extundo.com>
14823
14824         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14825
14826 2004-12-18  Bruno Haible  <bruno@clisp.org>
14827
14828         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14829
14830 2004-12-18  Bruno Haible  <bruno@clisp.org>
14831
14832         * lib/fatal-signal.c (fatal_signals): Make non-const.
14833         (init_fatal_signals): New function.
14834         (uninstall_handlers, install_handlers): Ignore signals that were set to
14835         SIG_IGN.
14836         (at_fatal_signal): Call init_fatal_signals.
14837         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14838         SIG_IGN.
14839         Reported by Paul Eggert.
14840
14841 2004-12-18  Bruno Haible  <bruno@clisp.org>
14842
14843         * doc/alloca.texi: New file.
14844         * doc/alloca-opt.texi: New file.
14845
14846 2004-12-17  Jim Meyering  <jim@meyering.net>
14847
14848         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14849         Otherwise, install-sh could exit with improper exit status when
14850         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14851
14852 2004-12-16  Simon Josefsson  <jas@extundo.com>
14853
14854         * tests/test-base64.c: Add license.
14855
14856 2004-12-15  Stepan Kasal  <address@hidden>
14857
14858         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14859
14860 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14861
14862         * modules/getcwd (Files): Add m4/d-ino.m4.
14863         Suggested by Mark D. Baushke.
14864
14865 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14866
14867         * lib/getdate.y (textint): New member "negative".
14868         (time_zone_hhmm): New function.
14869         Expect 14 shift-reduce conflicts, not 13.
14870         (o_colon_minutes): New rule.
14871         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14872         (yylex): Set the "negative" member of signed numbers.
14873
14874 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14875
14876         * doc/getdate.texi (Time of day items, Time zone items):
14877         Describe new formats +00:00, UTC+00:00.
14878
14879 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14880
14881         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14882         spurious "-l"s.  Problem reported by Stepan Kasal.
14883
14884 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14885
14886         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14887         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14888
14889 2004-12-04  Simon Josefsson  <jas@extundo.com>
14890
14891         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14892         Vandoorselaere <yoann@prelude-ids.org>.
14893
14894 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14895
14896         Changes imported from coreutils.
14897         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14898         exist.
14899         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14900
14901 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14902
14903         Changes imported from coreutils.
14904         * lib/hard-locale.c: Assume <locale.h> exists.
14905         Include "strdup.h".
14906         (GLIBC_VERSION): New macro.
14907         (hard_locale): Assume setlocale exists.
14908         Rewrite to avoid #ifdef.
14909         Use strdup rather than malloc + strcpy.
14910         * lib/human.c: Assume <locale.h> exists.
14911         (human_readable): Assume localeconv exists.
14912
14913 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * modules/hard-locale (Depends-on): Add strdup.
14916
14917 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14918
14919         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14920         convert T2, not T.  (Imported from libc.)
14921
14922 2004-11-30  Simon Josefsson  <jas@extundo.com>
14923
14924         * modules/restrict (License): Change to LGPL.
14925
14926 2004-11-30  Simon Josefsson  <jas@extundo.com>
14927
14928         * m4/restrict.m4: Add copyright and copying conditions.
14929
14930 2004-11-30  Simon Josefsson  <jas@extundo.com>
14931
14932         * m4/base64.m4: New file.
14933
14934 2004-11-30  Simon Josefsson  <jas@extundo.com>
14935
14936         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14937         base64.
14938
14939         * tests/test-base64.c: New file.
14940
14941         * modules/base64: New file.
14942
14943 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14944
14945         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14946         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14947
14948         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14949
14950 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14951
14952         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14953         (__getcwd.c): Don't restore errno; glibc doesn't.
14954         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14955         first, falling back to our code only if its results look suspicious.
14956         Ensure that the resulting buffer is only as large as necessary.
14957
14958         * lib/readutmp.c: Include readutmp.h first.
14959         Include <errno.h>, since readutmp.h no longer does that.
14960         * lib/readutmp.h: Don't include <errno.h>,
14961         <sys/param.h>, <time.h>; not needed to establish interface.
14962         (errno): Remove decl.
14963         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14964         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14965         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14966
14967 2004-11-28  Simon Josefsson  <jas@extundo.com>
14968
14969         * lib/base64.h, base64.c: New file.
14970
14971 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14972
14973         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14974
14975 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14976
14977         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14978         (Depends-on): Remove pathmax, same.  Add mempcpy.
14979         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14980         (Makefile.am): Append getcwd.h to lib_SOURCES.
14981         (Include): Add getcwd.h.
14982         (Maintainer): Change from Jim Meyering to "all, glibc",
14983         since getdate now uses intended-for-glibc code.
14984         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14985         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14986
14987 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14988
14989         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14990         HP's ANSI C compiler.
14991         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14992         Declaring int functions causes warnings on some modern systems and
14993         shouldn't be needed to compile on ancient ones.
14994         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14995         defined.
14996
14997         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14998         with the following changes.
14999         (__set_errno): Parenthesize properly.
15000         Include <stdbool.h>.
15001         (MIN, MAX, MATCHING_INO): New macros.
15002         (__getcwd): Define with prototype, not K&R form.
15003         Use heuristics to allocate default buffer on stack if possible.
15004         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15005         behavior, and to avoid the PATH_MAX limit when computing
15006         ../../../../...
15007         Use MATCHING_INO to compare inode number to file.
15008         Check for arithmetic overflow in size calculations.
15009         Fix bug in reallocation of dot array that caused getcwd to fail
15010         on directories nested deeper than 75.
15011         Be more careful about saving errno on error.
15012         Do not use realloc; use only free+malloc, as this is a bit
15013         more flexible and avoids a needless copy operation.
15014         Do not inspect st_dev and st_ino for symbolic links; POSIX
15015         doesn't specify the latter.
15016         Check for closedir errors.
15017         Avoid needless casts.
15018         Use "#ifdef weak_alias" around weak_alias, to be like other
15019         glibc code.
15020         The following changes to getcwd.c have effect only when used in
15021         gnulib; they have no effect inside glibc proper.
15022         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15023         as alloca isn't used.
15024         (alloca, __alloca): Likewise.
15025         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15026         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15027         unconditionally, as gnulib assumes C89 or better.
15028         Do not include <sys/param.h>.
15029         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15030         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15031         better.
15032         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15033         Include <dirent.h> in a way that is compatible with modern Autoconf.
15034         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15035         New macros, if not already defined.
15036         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15037         Use "_LIBC", not "defined _LIBC", for consistency.
15038         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15039         a mempcpy module.
15040         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15041         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15042         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15043         credit only to Jim Meyering and adjust the copyright dates.
15044         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15045         <stdlib.h>, <unistd.h>, "pathmax.h".
15046         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15047         (INITIAL_BUFFER_SIZE): Remove.
15048         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15049
15050 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15051
15052         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15053         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15054         Use the _ONCE methods, for efficiency.
15055         Check for fcntl.h.  In test program, include <errno.h>
15056         and <fcntl.h> if available.  Remove old K&R cruft from
15057         test program.  Check for common errors in GNU/Linux,
15058         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15059         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15060         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15061         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15062         name accordingly.
15063         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15064         accommodate new getcwd.c.
15065         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15066         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15067         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15068         that's all we need now.
15069
15070 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15071
15072         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15073         argp-parse.c depends on getopt internals, that means we should
15074         always use our getopt, to be on the safe side.
15075         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15076         order not to spoil the result of an eventual previous invocation
15077         of gl_GETOPT_SUBSTITUTE.
15078
15079 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15080
15081         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15082         redefinition warnings. To avoid them, include the defines
15083         in `#if !defined __need_getopt ... #endif'. The only place
15084         where __getopt_argv_const is used is in definitions
15085         of getopt_long and getopt_long_only below, which are as well
15086         protected by `#ifndef __need_getopt'.
15087         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15088         __need_getopt after including <stdio.h> and <unistd.h> These
15089         headers might have defined it.
15090
15091 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15092
15093         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15094
15095 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15096
15097         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15098         (futimens): New function, which uses futimes if available.
15099         (futimens, utimens): Support timespec==NULL, with same semantics
15100         as utime and utimens.
15101         * lib/utimens.h (futimens): New decl.
15102
15103 2004-11-23  Jim Meyering  <jim@meyering.net>
15104
15105         * lib/getopt_.h: Remove trailing blanks.
15106
15107 2004-11-23  Jim Meyering  <jim@meyering.net>
15108
15109         * lib/__fpending.c: Add comment.
15110
15111 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15112
15113         * modules/canonicalize (Depends-on): Add xreadlink.
15114         Problem reported by James Youngman.
15115
15116 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15117
15118         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15119         New macros.
15120         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15121         optopt): Use them instead of invoking ## directly; otherwise, the
15122         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15123
15124 2004-11-19  Bruno Haible  <bruno@clisp.org>
15125
15126         * lib/strtok_r.c: Move comments from here...
15127         * lib/strtok_r.h: ... to here.
15128
15129 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15132         implementations that mishandle size_t overflow.
15133
15134 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15135
15136         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15137         might fail.  Problem reported by Yoann Vandoorselaere.
15138         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15139         implementations that mishandle size_t overflow.
15140
15141 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15142
15143         * modules/canon-host (Depends-on): Add strdup.
15144
15145 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15146
15147         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15148
15149 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15150
15151         * lib/canon-host.c: Include "strdup.h".
15152         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15153         Use strdup instead of malloc/strcpy to duplicate strings.
15154
15155         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15156         (human_space_before_unit): New constant.
15157         * lib/human.c (human_readable): Support it.
15158
15159         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15160         (xgetcwd): Set errno correctly when failing.
15161         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15162         the failure is actually due to a PATH_MAX problem.
15163
15164         Further getopt changes to make it more likely that glibc will
15165         buy the changes back.
15166         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15167         (getopt): Use it, so to preserve glibc semantic
15168         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15169         when compiling for libc.
15170         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15171         (getopt_long, getopt_long_only): Use it.
15172
15173         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15174         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15175         (getopt): Argv is now char * const *, as per standard.
15176         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15177         not char *__getopt_argv_const *.
15178         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15179         _getopt_long_only_r): Likewise.
15180         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15181         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15182         _getopt_long_r, _getopt_long_only_r): Likewise.
15183         * lib/getopt_.h (__getopt_argv_const): Remove.
15184         (getopt): Argv is now char * const *, as per standard.
15185
15186         * lib/getdate.y (tORDINAL): New token.
15187         (day, relunit): Allow it for relative times.
15188         (relative_time_table): Use tORDINAL for ordinals.
15189
15190 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15193         Document that "second" isn't allowed as an ordinal number.
15194
15195 2004-11-16  Jim Meyering  <jim@meyering.net>
15196
15197         * modules/closeout (Depends-on): Add fpending.
15198
15199 2004-11-15  Jim Meyering  <jim@meyering.net>
15200
15201         * lib/closeout.c: Include "__fpending.h" once again.
15202         Include <stdbool.h>.
15203         (close_stdout): Don't fail just because stdout was closed initially,
15204         since some programs don't write to stdout in the normal course of
15205         operation (other than --version and --help), and we don't want this
15206         function to make e.g. `touch file >&-' fail.
15207         But do fail if it was closed and someone has tried to write to it.
15208         E.g., `printf foo >&-' must fail.
15209
15210 2004-11-13  Jim Meyering  <jim@meyering.net>
15211
15212         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15213
15214 2004-11-12  Simon Josefsson  <jas@extundo.com>
15215
15216         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15217         small doc fix is still pending.
15218
15219 2004-11-11  Simon Josefsson  <jas@extundo.com>
15220
15221         * modules/strtok_r: New file.
15222
15223         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15224         strtok_r.
15225
15226 2004-11-11  Simon Josefsson  <jas@extundo.com>
15227
15228         * m4/strtok_r.m4: New file.
15229
15230         * m4/getopt.m4: Replace opterr.
15231
15232 2004-11-11  Simon Josefsson  <jas@extundo.com>
15233
15234         * lib/strtok_r.h, strtok_r.c: New file.
15235
15236 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15237
15238         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15239         of replacing opterr, getopt, etc.  This should handle the
15240         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15241
15242 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15243
15244         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15245         we can stop lying to compilers about the constness of argv when we
15246         are compiled outside glibc.
15247         (getopt, getopt_long, getopt_long_only): Use it.
15248         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15249         _getopt_internal, getopt): Likewise.
15250         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15251         _getopt_long_only_r): Likewise.
15252         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15253         _getopt_long_r, _getopt_long_only_r): Likewise.
15254
15255         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15256         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15257         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15258         the other external symbols.
15259         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15260         declaration, since the above renaming now works around collisions.
15261
15262 2004-11-11  Jim Meyering  <jim@meyering.net>
15263
15264         * lib/linebreak.c: Remove trailing blanks.
15265         * lib/alloca_.h: Likewise.
15266         * lib/acosl.c: Likewise.
15267         * lib/euidaccess.c: Likewise.
15268         * lib/allocsa.h: Likewise.
15269
15270 2004-11-10  Simon Josefsson  <jas@extundo.com>
15271
15272         * m4/getaddrinfo.m4: New file.
15273
15274 2004-11-10  Simon Josefsson  <jas@extundo.com>
15275
15276         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15277
15278 2004-11-10  Simon Josefsson  <jas@extundo.com>
15279
15280         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15281         getaddrinfo.
15282
15283         * modules/getaddrinfo: New file.
15284
15285 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15286
15287         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15288
15289 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15290
15291         * lib/mktime.c (SHR): New macro, which is a portable
15292         substitute for >> that should work even on Crays.
15293         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15294         Problem reported by Mark D. Baushke in
15295         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15296         * lib/getdate.y (SHR): Likewise.
15297         (tm_diff): Use it.
15298         * lib/strftime.c (SHR): Likewise.
15299         (tm_diff): Use it.
15300         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15301         quote_these_too, so that right shifts are well defined.  All uses
15302         changed.
15303
15304 2004-11-10  Jim Meyering  <jim@meyering.net>
15305
15306         Ensure that no close failure goes unreported.
15307         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15308         return early when it seems there's nothing to flush.
15309         Don't include __fpending.h.
15310
15311 2004-11-10  Jim Meyering  <jim@meyering.net>
15312
15313         * modules/closeout (Depends-on): Remove fpending.
15314
15315 2004-11-10  Jim Meyering  <jim@meyering.net>
15316
15317         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15318
15319 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15322         gl_FUNC_STRFTIME.
15323         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15324         and AC_REQUIRE when possible, to avoid duplicate checks.
15325         Check for <wchar.h>.
15326
15327 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15328
15329         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15330
15331 2004-11-09  Bruno Haible  <bruno@clisp.org>
15332
15333         * m4/sockpfaf.m4: New file.
15334
15335 2004-11-05  Bruno Haible  <bruno@clisp.org>
15336
15337         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15338         Reported by Mark D. Baushke <mdb@cvshome.org>.
15339
15340 2004-11-04  Bruno Haible  <bruno@clisp.org>
15341
15342         2004-09-11  Bruno Haible  <bruno@clisp.org>
15343                 * allocsa.valgrind: New file.
15344         2004-02-06  Bruno Haible  <bruno@clisp.org>
15345                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15346                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15347                 Reported by Christopher Seip <chris.seip@hp.com>.
15348
15349 2004-11-04  Bruno Haible  <bruno@clisp.org>
15350
15351         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15352         (Makefile.am): Distribute it.
15353
15354 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15355
15356         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15357         with errno == ERANGE if the buffer is too small.
15358         Problem reported by Mark D. Baushke.
15359
15360 2004-11-03  Albert Chin  <china@thewrittenword.com>
15361             Paul Eggert  <eggert@cs.ucla.edu>
15362
15363         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15364         equivalent, substitute $ac_type for equivalent type rather than
15365         blindly using uint32_t *always* which won't work if uint32_t is not
15366         available.  Define _UINT32_T to work around typedef of uint32_t if
15367         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15368         2.5.1.
15369
15370 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15371
15372         * m4/jm-macros.m4: Sync from coreutils.
15373         (gl_MACROS): Check for mbrlen, for pathchk.
15374         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15375
15376 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15377
15378         * lib/xreadlink.c (MAXSIZE): New macro.
15379         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15380         size does not exceed MAXSIZE.  Avoid cast.
15381         As suggested by Mark D. Baushke in
15382         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15383         if readlink fails with buffer size just under MAXSIZE, try again
15384         with MAXSIZE.
15385
15386 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15387
15388         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15389
15390 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15391         and  Paul Eggert  <eggert@cs.ucla.edu>
15392
15393         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15394         (get_date): Overparenthesize to avoid GCC warning.
15395
15396 2004-11-02  Bruno Haible  <bruno@clisp.org>
15397
15398         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15399         returns void.
15400
15401 2004-11-02  Bruno Haible  <bruno@clisp.org>
15402
15403         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15404         function returns void.
15405
15406 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15407
15408         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15409         fflush_unlocked, flockfile, funlockfile, funlockfile,
15410         fputs_unlocked, putc_unlocked.
15411
15412 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15415         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15416         already declared.
15417
15418 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15419
15420         * modules/getdate (Files): Add doc/getdate.texi.
15421         (Depends-on): Add setenv, xalloc.
15422
15423 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15424
15425         * lib/getdate.y: Add support for TZ="foo" within a date string.
15426         Fix some bugs near time_t boundaries.  Reject dates with
15427         out-of-range components, e.g., "Sept 31".
15428         Include <stdlib.h>, "setenv.h", "xalloc.h".
15429         (ISDIGIT_LOCALE): Remove; unused.
15430         Note that the TZ and time functions used here are not reentrant.
15431         (mktime_ok, get_tz): New functions.
15432         (TZBUFSIZE): New constant.
15433         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15434         This requires that we sometimes generate our own TZ="XXX..." setting.
15435
15436 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15437
15438         * doc/getdate.texi: New file, from coreutils with modifications for
15439         the new TZ parsing.
15440
15441 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15442
15443         * lib/mktime.c (not_equal_tm): Remove redundant check.
15444
15445 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15446
15447         * modules/regex (lib_SOURCES): Add regex.c.
15448         Reported by James Youngman in
15449         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15450
15451 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * lib/getdate.y: Use Bison 1.875 features, and some minor
15454         code cleanups.  This change does not affect semantics.
15455         Don't include <stdlib.h>; no longer needed.
15456         Don't include unlocked-io.h; only the "#if TEST" code uses
15457         stdio, and performance isn't crucial there.
15458         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15459         Bison 1.875 features as described below.
15460         All uses of "PC." replaced by "pc->".
15461         (YYSTYPE): Add a forward declaration.
15462         (yylex, yyerror): Use full prototypes in forward decls.
15463         Use "%pure-parser" rather than obsolescent "%pure_parser".
15464         Use %parse-param and %lex-param instead of obsolescent
15465         YYPARSE_PARAM and YYLEX_PARAM.
15466         (meridian_table, month_and_day_table, time_units_table,
15467         relative_time_table, time_zone_table, military_table,
15468         lookup_zone, lookup_word, get_date):
15469         Use NULL instead of 0 where appropriate.
15470         (to_hour): Avoid abort (), to avoid a dependency on
15471         stdlib.h.
15472         (yyerror, yylex): Now accepts parser_control * arg.
15473         (main) [TEST]: Use '\0' rather than 0 for char.
15474
15475 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15476
15477         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15478
15479 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15482         It's now the caller's responsibility to handle the case where
15483         !HAVE_GETPAGESIZE && !defined getpagesize.
15484
15485         * lib/mktime.c (leapyear): Arg is long int, not int.
15486
15487 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15488
15489         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15490
15491 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15492
15493         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15494         missing.  Problem reported by James Youngman.
15495
15496 2004-10-16  Simon Josefsson  <jas@extundo.com>
15497
15498         * gnulib-tool: Fix comments.  Fix parse problem.
15499         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15500
15501 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15502
15503         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15504         implementation of getopt_long.  Problem reported by Alexander Taler in:
15505         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15506
15507 2004-10-15  Bruno Haible  <bruno@clisp.org>
15508
15509         * gnulib-tool: Untabify. Initialize supplied_libname.
15510         (func_usage): More homogenous output.
15511         (func_modules_transitive_closure, func_modules_to_filelist,
15512         func_emit_lib_Makefile_am): New functions.
15513         (func_import): New function, extracted from big case statement. Use
15514         func_get_license, func_modules_transitive_closure,
15515         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15516         opt_lgpl. Don't use test -a, as it's not portable.
15517         (func_create_testdir): Use func_modules_transitive_closure,
15518         func_modules_to_filelist, func_emit_lib_Makefile_am.
15519
15520 2004-10-15  Bruno Haible  <bruno@clisp.org>
15521
15522         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15523
15524 2004-10-15  Bruno Haible  <bruno@clisp.org>
15525
15526         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15527         the portions belonging to each module.
15528         Suggested by Derek Robert Price <derek@ximbiot.com>.
15529
15530 2004-10-12  Simon Josefsson  <jas@extundo.com>
15531
15532         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15533         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15534         to real functions.
15535
15536 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15537
15538         * modules/vsnprintf: New file.
15539
15540 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15541
15542         * m4/vsnprintf.m4: New file.
15543
15544 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15545
15546         * lib/vsnprintf.h: New file.
15547         * lib/vsnprintf.c: New file.
15548
15549 2004-10-11  Bruno Haible  <bruno@clisp.org>
15550
15551         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15552         vsnprintf.
15553
15554 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15555
15556         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15557
15558 2004-10-07  Bruno Haible  <bruno@clisp.org>
15559
15560         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15561         fits into the provided buffer.
15562
15563 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15564
15565         * lib/diacrit.c, diacrit.h: Add GPL notice.
15566
15567         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15568         notice.
15569         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15570         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15571         This avoids a potential constant-folding bug.
15572
15573 2004-10-05  Bruno Haible  <bruno@clisp.org>
15574
15575         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15576         for the declaration of strsep.
15577
15578 2004-10-05  Bruno Haible  <bruno@clisp.org>
15579
15580         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15581
15582 2004-10-04  Simon Josefsson  <jas@extundo.com>
15583
15584         * modules/memmem: New file.
15585         * tests/test-memmem.c: New file.
15586         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15587
15588 2004-10-04  Simon Josefsson  <jas@extundo.com>
15589
15590         * m4/memmem.m4: New file.
15591
15592 2004-10-04  Simon Josefsson  <jas@extundo.com>
15593
15594         * lib/memmem.h: New file.
15595         * lib/memmem.c: New file, taken from glibc.
15596
15597 2004-10-04  Simon Josefsson  <jas@extundo.com>
15598
15599         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15600         '#ifdef USE_UNLOCKED_IO'.
15601
15602 2004-10-04  Simon Josefsson  <jas@extundo.com>
15603
15604         * config/srclist.txt: Add memmem from glibc.
15605
15606 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15607
15608         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15609
15610         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15611         modules/exclude, modules/getdate, modules/getline,
15612         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15613         modules/getusershell, modules/linebuffer, modules/md5,
15614         modules/mountlist, modules/posixtm, modules/readtokens,
15615         modules/readutmp, modules/regex, modules/sha1,
15616         modules/version-etc, modules/yesno:
15617         Remove dependency on unlocked-io.
15618
15619 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15620
15621         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15622
15623         * m4/unlocked-io.m4: Add copyright notice.
15624         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15625
15626 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15627
15628         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15629         * lib/xmalloc.c (xmemdup): Likewise.
15630         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15631         XFREE): Remove these long-obsolescent macros.
15632         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15633         * lib/xstrdup.c: Remove.
15634
15635         * lib/regex.c (re_comp): Cast gettext return value to char *,
15636         Problem reported by Martin Neitzel via Mark D. Baushke.
15637
15638 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15639
15640         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15641         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15642         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15643         regex.c, sha1.c, version-etc.c, yesno.c:
15644         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15645         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15646         the includer's responsibility.
15647
15648         Sync from coreutils.
15649
15650         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15651         points to the start of a string, as the C Standard says the
15652         resulting behavior is undefined.
15653
15654         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15655         simple -> simple_backups, numbered_existing ->
15656         numbered_existing_backups, numbered -> numbered_backups
15657         to avoid shadowing problems.  All uses changed.
15658         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15659         * lib/backupfile.c (check_extension, numbered_backup):
15660         Rename locals to avoid shadowing 'basename'.
15661         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15662         once.
15663
15664         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15665         * lib/.cvsignore: Add getopt.h.
15666
15667 2004-10-04  Bruno Haible  <bruno@clisp.org>
15668
15669         * modules/README: New file.
15670         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15671         not a module.
15672
15673 2004-10-02  Jim Meyering  <jim@meyering.net>
15674
15675         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15676
15677 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15678
15679         * modules/strsep: New file.
15680
15681 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15682
15683         * m4/strsep.m4: New file.
15684
15685 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15686
15687         * lib/strsep.h: New file.
15688         * lib/strsep.c: New file.
15689
15690 2004-10-01  Simon Josefsson  <jas@extundo.com>
15691
15692         * lib/snprintf.c (snprintf): Handle size==0.
15693
15694 2004-10-01  Simon Josefsson  <jas@extundo.com>
15695             Bruno Haible  <bruno@clisp.org>
15696
15697         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15698         (snprintf): Declare 'args'.
15699
15700 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15701
15702         * lib/snprintf.c: Remove comments as to why each header is needed.
15703
15704 2004-10-01  Bruno Haible  <bruno@clisp.org>
15705
15706         * MODULES.html.sh: Add strsep.
15707
15708 2004-09-30  Simon Josefsson  <jas@extundo.com>
15709
15710         * modules/snprintf: New file.
15711
15712 2004-09-30  Simon Josefsson  <jas@extundo.com>
15713
15714         * m4/snprintf.m4: New file.
15715
15716 2004-09-30  Simon Josefsson  <jas@extundo.com>
15717
15718         * lib/snprintf.h, lib/snprintf.c: New files.
15719
15720 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15721
15722         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15723         (hol_entry_help): Never translate an empty string.
15724         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15725         * lib/argp.h (OPTION_NO_TRANS): New option.
15726
15727 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15728
15729         * modules/argp (Maintainer): Replace Simon Josefsson
15730         by Sergey Poznyakoff.
15731
15732 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15733
15734         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15735         changes merged back into glibc.
15736
15737 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15738
15739         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15740
15741 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15742
15743         * lib/xvasprintf.c: Include xalloc.h.
15744         (xvasprintf): Use xalloc_die, not xmalloc_die.
15745
15746 2004-09-29  Bruno Haible  <bruno@clisp.org>
15747
15748         * modules/alloca-opt: New file, derived from modules/alloca.
15749         * modules/allocsa: Depend on alloca-opt instead of alloca.
15750         * modules/setenv: Likewise.
15751         * modules/vasnprintf: Likewise.
15752         * MODULES.html.sh: Add alloca-opt.
15753
15754 2004-09-28  Simon Josefsson  <jas@extundo.com>
15755
15756         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15757         LGPL, and to replace license template from GPL to LGPL.
15758
15759 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15760
15761         * modules/dummy: Change license to LGPL.
15762
15763 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15766
15767 2004-09-24  Simon Josefsson  <jas@extundo.com>
15768
15769         * modules/minmax (License): Change from GPL to LGPL.
15770
15771 2004-09-23  Simon Josefsson  <jas@extundo.com>
15772
15773         * gnulib-tool (--import): Typo.
15774
15775 2004-09-23  Simon Josefsson  <jas@extundo.com>
15776
15777         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15778
15779 2004-09-22  Bruno Haible  <bruno@clisp.org>
15780
15781         * modules/*: Add 'License' field.
15782         * gnulib-tool: Accept --extract-license option.
15783         (func_get_license): New function.
15784
15785 2004-09-21  Bruno Haible  <bruno@clisp.org>
15786
15787         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15788         Reported by Simon Josefsson.
15789
15790 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15793         gl_AC_TYPE_LONG_LONG.
15794
15795 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15796
15797         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15798
15799 2004-09-18  Simon Josefsson  <jas@extundo.com>
15800         and  Paul Eggert  <eggert@cs.ucla.edu>
15801
15802         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15803         calls with autoreconf.  Define GL_LIB.
15804
15805 2004-09-14  Karl Berry  <karl@gnu.org>
15806
15807         * config/srclist.txt: unsync setenv.c, sigh.
15808
15809 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15810
15811         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15812         Problem reported by Bruno Haible in:
15813         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15814
15815 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15816
15817         * config/srclist.txt: Comment out argp-pvh.c.
15818
15819 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15820
15821         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15822         in case some system header has #define'd it.  Problem reported by
15823         Soeren D. Schulze in
15824         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15825
15826 2004-09-09  Karl Berry  <karl@gnu.org>
15827
15828         * regex.[ch]: delete from the root.  These were supposed to be
15829                 synced with emacs cvs, but this has not happened for about
15830                 a year, and anyway nothing else uses emacs regex.[ch].
15831                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15832                 lib/regex[.ch] is untouched.
15833
15834 2004-09-09  Bruno Haible  <bruno@clisp.org>
15835
15836         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15837
15838 2004-09-09  Bruno Haible  <bruno@clisp.org>
15839
15840         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15841         modifications.
15842         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15843
15844 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15845
15846         * modules/xvasprintf: New file.
15847         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15848
15849 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15850
15851         * lib/xvasprintf.h: New file.
15852         * lib/xvasprintf.c: New file.
15853         * lib/xasprintf.c: New file.
15854
15855 2004-09-08  Bruno Haible  <bruno@clisp.org>
15856
15857         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15858
15859 2004-09-08  Bruno Haible  <bruno@clisp.org>
15860
15861         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15862         length is > INT_MAX.
15863         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15864         more.
15865
15866 2004-09-08  Bruno Haible  <bruno@clisp.org>
15867
15868         * lib/stdint_.h: New file, taken from GNU clisp.
15869
15870 2004-09-08  Bruno Haible  <bruno@clisp.org>
15871             Oskar Liljeblad  <oskar@osk.mine.nu>
15872
15873         * modules/stdint: New file.
15874         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15875
15876 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15877
15878         Import from coreutils.
15879         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15880         strings on unbounded length.  alloca's performance benefits aren't
15881         that important here.
15882         (V_STRDUP): Remove.
15883         (parse_with_separator): New function, with most of the internals
15884         of the old parse_user_spec.  Allow user to omit both user and group,
15885         for compatibility with FreeBSD.
15886         Clone only the user name, not the entire spec.
15887         Do not set *uid, *gid unless entirely successful.
15888         Avoid memory leak in some failing cases.
15889         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15890         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15891         (parse_user_spec): Rewrite to use parse_with_separator.
15892
15893 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15894
15895         * modules/userspec: Don't depend on alloca.
15896
15897 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15898
15899         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15900
15901 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15902
15903         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15904         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15905         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15906
15907 2004-08-16  Simon Josefsson  <jas@extundo.com>
15908
15909         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15910         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15911         Add --dry-run for --import.
15912         Let user provided command line parameters override configure.ac
15913         settings.
15914
15915 2004-08-12  Simon Josefsson  <jas@extundo.com>
15916
15917         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15918         as discussed with Paul Eggert in threads rooted at
15919         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15920         and
15921         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15922         Before, the test was empty, and relied on ELIDE_CODE in source
15923         code.)
15924         (gl_PREREQ_GETOPT): New macro.
15925         (gl_GETOPT): Use them.
15926
15927 2004-08-12  Simon Josefsson  <jas@extundo.com>
15928
15929         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15930         * lib/getopt_.h: Renamed from getopt.h.
15931
15932 2004-08-12  Simon Josefsson  <jas@extundo.com>
15933
15934         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15935         Change default library name from libfoo to libgnu.
15936         Now, if you have a configure.ac that says:
15937                 gl_SOURCE_BASE(gl)
15938                 gl_M4_BASE(gl/m4)
15939                 gl_MODULES(error getopt etcetera)
15940                 gl_INIT
15941         you can import all you need by running:
15942                 ../gnulib/gnulib-tool --import
15943
15944         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15945         (Makefile.am): Rewrite, use logic from argz.
15946         (Include): Use <getopt.h> instead of "getopt.h".
15947
15948 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15949
15950         * modules/argp (Files): Add m4/unlocked-io.m4.
15951         (Depends-on): Add extensions.
15952
15953 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15954
15955         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15956         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15957         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15958         Check for program_invocation_name, program_invocation_short_name,
15959         flockfile, funlockfile, features.h, _getopt_long_only_r.
15960
15961 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15962
15963         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15964         its complicated substitute.
15965         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15966         and program_invocation_name.
15967         (__argp_basename) [!_LIBC]: Remove; the only use was
15968         replaced by its body.
15969         (__argp_short_program_name): Change condition from
15970         !defined __argp_short_program_name to
15971         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15972         to match argp-namefrob.h.
15973         (__argp_failure): Don't assume strerror_r returns char *.
15974         * lib/argp-parse.c (N_): Define unconditionally.
15975         (argp_default_options): Fill out initializers with 0 to avoid
15976         gcc warnings.
15977
15978 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15979
15980         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15981         getopt1.c.
15982
15983 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15984
15985         Merge from coreutils.
15986
15987         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15988
15989         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15990         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15991
15992 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15993
15994         Merge from coreutils.
15995
15996         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15997         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15998         for Reliant Unix 5.43.
15999
16000         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16001         (union fooround): Use uintmax_t, not long int.
16002         The rest is a merge from libc:
16003         [defined _LIBC]: Include <shlib-compat.h>.
16004         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16005
16006         * lib/settime.c (settime): Recode to avoid warning with
16007         Sun Forte C 6U2.
16008
16009         * lib/strverscmp.c: Convert to UTF-8.
16010
16011 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16012
16013         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16014         m4/uintmax_t.m4.
16015
16016 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16017
16018         * modules/xalloc-die: New file.
16019         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16020
16021         * modules/md5 (Files): Add m4/uint32_t.m4.
16022         * modules/sha1: Renamed from modules/sha.
16023         (Files):
16024         Rename lib/sha.h to lib/sha1.h.
16025         Rename lib/sha.c to lib/sha1.c.
16026         Rename m4/sha.m4 to m4/sha1.m4.
16027         (lib_SOURCES): Likewise.
16028         (configure.ac): Rename gl_SHA to gl_SHA1.
16029         (Include): sha.h -> sha1.h.
16030
16031 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16032
16033         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16034         * m4/sha1.m4: Renamed from sha.m4.
16035         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16036
16037 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16038
16039         * lib/obstack.h (obstack_empty_p):
16040         Don't assume that chunk->contents is suitably aligned.
16041         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16042         Likewise. Problem reported by Benno in
16043         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16044
16045         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16046         readable.  This could be improved further but it'd take some work.
16047
16048 2004-08-08  Simon Josefsson  <jas@extundo.com>
16049
16050         * modules/xgethostname (Depends-on): Remove exit and error (not
16051         used).
16052
16053         * modules/getpass-gnu: Add getpass.h.
16054         (Depends-on): Add stdbool.
16055         * modules/getpass: Add getpass.h.
16056
16057 2004-08-08  Simon Josefsson  <jas@extundo.com>
16058
16059         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16060         Check getpass declaration.
16061
16062 2004-08-08  Simon Josefsson  <jas@extundo.com>
16063
16064         * lib/xgethostname.c: Don't include error.h (not used).
16065
16066         * lib/getpass.h: Add.
16067         * lib/getpass.c: Include getpass.h first.
16068
16069 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16070
16071         * lib/xalloc-die.c: New file.
16072         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16073         All uses removed.
16074         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16075         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16076         xalloc-die.c.
16077         (_, N_, xalloc_die): Move to xalloc-die.c.
16078         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16079         so that we needn't mess with xalloc_msg_memory_exhausted.
16080
16081         * lib/sha1.h: Renamed from sha.h.
16082         (SHA1_H): Renamed from _SHA_H.
16083         (sha1_ctx): Renamed from sha_ctx.
16084         (sha1_init_ctx): Renamed from sha_init_ctx.
16085         (sha1_process_block): Renamed from sha_process_block.
16086         (sha1_process_bytes): Renamed from sha_process_bytes.
16087         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16088         (sha1_read_ctx): Renamed from sha_read_ctx.
16089         (sha1_stream): Renamed from sha_stream.
16090         (sha1_buffer): Renamed from sha_buffer.
16091         * lib/sha1.c: Likewise; renamed from sha.c.
16092         Do not include <sys/types.h>.
16093         Include <stddef.h> rather than <stdlib.h>.
16094
16095 2004-08-08  Bruno Haible  <bruno@clisp.org>
16096
16097         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16098         FILESYSTEM_PREFIX_LEN.
16099         * lib/progreloc.c: Likewise.
16100         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16101
16102 2004-08-06  Simon Josefsson  <jas@extundo.com>
16103
16104         * modules/progname (Depends-on): Don't depend on stdbool.
16105
16106 2004-08-06  Simon Josefsson  <jas@extundo.com>
16107
16108         * modules/getsubopt: New file.
16109         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16110         getsubopt.
16111
16112 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16113
16114         More merge from coreutils.
16115
16116         * m4/utimens.m4, m4/utimecmp.m4: New files.
16117         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16118         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16119         prereq.m4, sha.m4: Import changes from coreutils.
16120
16121 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16122
16123         More merge from coreutils.
16124         * modules/raise, modules/readtokens0, modules/utimens:
16125         * modules/utimecmp, module/xnanosleep: New files.
16126         * modules/strftime: Add lib/strftime.h.
16127         Change include from <time.h> to "strftime.h".
16128         * modules/yesno: Add lib/yesno.h.
16129         * modules/backupfile: Remove lib/addext.c.
16130         * modules/euidaccess: Add stat-macros.h.
16131         * modules/canonicalize, modules/euidaccess,
16132         modules/filemode, modules/lchown, modules/makepath,
16133         modules/rmdir, modules/stat: Likewise.
16134
16135 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16136
16137         Merge from tar.
16138         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16139         SIZE_MAX is a valid preprocessor constant.
16140         (__argp_basename): Change from "#ifndef _LIBC"
16141         to "#ifndef __argp_short_program_name", so that
16142         we don't compile these functions for tar.
16143
16144         More merges from coreutils.
16145         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16146         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16147         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16148         * lib/addext.c: Remove; no longer needed.
16149         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16150         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16151         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16152         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16153         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16154         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16155         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16156         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16157         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16158         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16159         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16160         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16161         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16162         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16163         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16164         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16165         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16166         Import changes from coreutils.
16167
16168 2004-08-05  Simon Josefsson  <jas@extundo.com>
16169
16170         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16171
16172 2004-08-05  Simon Josefsson  <jas@extundo.com>
16173
16174         * m4/getsubopt.m4: New file.
16175
16176 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         Merge from coreutils.
16179
16180         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16181         * m4/getcwd-path-max.m4: New files.
16182
16183         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16184         FILESYSTEM_PREFIX_LEN ->
16185         FILE_SYSTEM_PREFIX_LEN.
16186         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16187         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16188         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16189         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16190
16191         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16192         prerequisite modules now handle the DOS stuff.
16193         Don't check for unistd.h.
16194
16195 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         Merge from coreutils.
16198
16199         * lib/.gdb-history: Remove; this doesn't belong here.
16200
16201         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16202         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16203         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16204         * lib/getcwd.c: New files.
16205
16206         * lib/dirname.h: Include <stdbool.h>.
16207         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16208         for consistency with POSIX terminology.  All uses changed.
16209         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16210         (strip_trailing_slashes): Use bool for booleans.
16211         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16212
16213         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16214         sometimes returns a positive errno value even when it succeeds.
16215         (print_errno_message) [!LIBC]: Fall back on strerror if
16216         __strerror_r fails.
16217
16218         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16219         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16220         (longest_relative_suffix): New function.
16221         (path_concat): Use it.  Assume first argument is not NULL.
16222         Port to DOS.  Omit redundant separators.
16223         Report an error instead of returning NULL.
16224         Use mempcpy instead of memcpy.
16225         (xpath_concat): Remove: not declared or used.
16226
16227         * lib/same.h: Include <stdbool.h>
16228         (same_name): Return bool, not int.
16229         * lib/same.c (same_name): Likewise.
16230         (errno): Don't declare; we assume C89 or better now.
16231
16232         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16233         if not already defined.
16234
16235         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16236         * lib/dup-safer.c (errno): Likewise.
16237
16238 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16239
16240         Merge from coreutils.
16241         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16242         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16243         * modules/path-concat: Don't depend on strdup.
16244
16245 2004-08-03  Simon Josefsson  <jas@extundo.com>
16246
16247         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16248         * lib/progname.h: Don't include stdbool.h.
16249
16250 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16251
16252         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16253         * MODULES.html.sh (func_all_modules): Remove fatal.
16254
16255 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16256
16257         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16258
16259 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16260
16261         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16262         working.
16263
16264 2004-08-02  Simon Josefsson  <jas@extundo.com>
16265
16266         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16267         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16268         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16269
16270 2004-08-01  Simon Josefsson  <jas@extundo.com>
16271
16272         * lib/xgetdomainname.c: Include stdlib.h, for free().
16273
16274 2004-07-19  Bruno Haible  <bruno@clisp.org>
16275
16276         * MODULES.html.sh (func_all_modules): Add dummy.
16277
16278 2004-07-16  Simon Josefsson  <jas@extundo.com>
16279
16280         * modules/dummy: New file.
16281
16282 2004-07-16  Simon Josefsson  <jas@extundo.com>
16283
16284         * lib/dummy.c: New file.
16285
16286 2004-07-16  Bruno Haible  <bruno@clisp.org>
16287
16288         * lib/backupfile.h: Add extern "C" for C++.
16289         * lib/closeout.h: Likewise.
16290         * lib/copy-file.h: Likewise.
16291         * lib/findprog.h: Likewise.
16292         * lib/full-write.h: Likewise.
16293         * lib/pathname.h: Likewise.
16294         * lib/progname.h: Likewise.
16295         * lib/stpcpy.h: Likewise.
16296         * lib/stpncpy.h: Likewise.
16297         * lib/strcase.h: Likewise.
16298         * lib/strstr.h: Likewise.
16299         * lib/xalloc.h: Likewise.
16300
16301         * lib/mbswidth.h: Add extern "C" for C++.
16302         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16303
16304 2004-07-13  Robert Millan  <robertmh@gnu.org>
16305
16306         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16307
16308 2004-07-09  Simon Josefsson  <jas@extundo.com>
16309
16310         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16311         failed without this.)
16312
16313 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16314
16315         * modules/chown (Files): Add lib/fchown-stub.c, since
16316         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16317
16318 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * lib/fchown-stub.c: New file.
16321
16322 2004-06-24  Jim Meyering  <jim@meyering.net>
16323
16324         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16325
16326 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         * modules/argz: Omit "#include".
16329
16330         * MODULES.html.sh (func_all_modules): Add calloc, to match
16331         2004-06-01 addition of calloc module.
16332
16333 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16334
16335         * m4/argz.m4: New file, which is autoupdated from libtool.
16336
16337 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16338
16339         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16340         libtool.
16341
16342 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         * config/srclist-update: Don't insist on "USA." before the
16345         close-comment, as libtool omits the period and puts the */ on a
16346         separate line.
16347         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16348         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16349
16350 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16351
16352         * modules/argz: New file.
16353         * MODULES.html.sh (func_all_modules): Add argz.
16354
16355 2004-06-12  Jim Meyering  <jim@meyering.net>
16356         and  Paul Eggert  <eggert@cs.ucla.edu>
16357
16358         * modules/hash (Files): Add lib/xalloc.h.
16359         * modules/pipe (Depends-on): Add wait-process.
16360         * modules/stat (Depends-on): Add xalloc.
16361         * modules/userspec (Files): Add lib/userspec.h.
16362         * modules/xstrto
16363
16364         Upgrade from gettext-0.13.
16365         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16366         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16367         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16368
16369 2004-06-10  Jim Meyering  <jim@meyering.net>
16370
16371         * lib/calloc.c: New file.
16372
16373 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16374
16375         * lib/getdate.y (yylex): Allow space between sign and number.
16376         Problem reported by Dan Jacobson.
16377
16378 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16379
16380         Merge from coreutils CVS.
16381
16382         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16383         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16384         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16385         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16386         xstrtol.m4: Fix copyright date and/or serial number.
16387
16388         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16389         See if we need an fchown replacement.
16390         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16391         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16392         and use the replacement function if we detect either defect.
16393
16394         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16395         gl_UTIMECMP.
16396
16397 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16398         and  Jim Meyering  <jim@meyering.net>
16399
16400         Merge from coreutils CVS.
16401
16402         * lib/stat-macros.h: New file, with contents from file-type.h
16403         and coreutils' system.h.
16404         * lib/file-type.c: Include "stat-macros.h".
16405         * lib/file-type.h (file_type): Move all macro definitions to new file,
16406         stat-macros.h.
16407
16408         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16409         Wrap old code with this conditional.
16410         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16411         function that does not dereference symlinks.
16412         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16413
16414         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16415         dependency problems.
16416         (xreadlink): Accept new arg SIZE, for efficiency.
16417         All decls and uses changed.
16418         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16419
16420         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16421         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16422
16423         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16424         sysexits.h.
16425
16426 2004-06-01  Jim Meyering  <jim@meyering.net>
16427
16428         * m4/calloc.m4: New file.
16429
16430 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16433         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16434         Also, fix a typo in a diagnostic.
16435
16436 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16437
16438         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16439         or AC_FUNC_REALLOC.
16440
16441 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16442
16443         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16444         macros to be defined.
16445         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16446         the allocator returns NULL because the requested size is zero.
16447
16448 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16449
16450         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16451         var.  Add comment explaining why libc still defines it.  This
16452         merges the following patch from glibc:
16453         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16454
16455 2004-05-20  Andreas Schwab  <schwab@suse.de>
16456
16457         * m4/free.m4: Replace free if it not known to work, not the other
16458         way round.
16459
16460 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16461
16462         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16463         present in glibc since revision 1.1 of this file.
16464         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16465         obstack_alignment_mask, obstack_alloc, obstack_base,
16466         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16467         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16468         obstack_grow0, obstack_init, obstack_int_grow,
16469         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16470         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16471         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16472         nonexistent functions.
16473
16474 2004-05-18  Karl Berry  <karl@gnu.org>
16475
16476         * config/srclist.txt: break link for vasnprintf.c.
16477
16478 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16479
16480         Port obstack to the AS/400, where pointers are 16 bytes wide and
16481         you cannot cast an integer to a valid pointer.  This patch is
16482         currently waiting to be integrated into glibc; see
16483         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16484
16485         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16486         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16487         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16488         (struct obstack): temp member is now a union of a pointer and
16489         an integer, instead of an integer.  All integer uses changed.
16490         This does not affect the physical layout of struct obstack,
16491         except on hosts (like the AS/400) where the size or alignment of
16492         void * is greater than that of ptrdiff_t.
16493         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16494         __STDC__)]: Store temporary in pointer member of union, not
16495         integer member.
16496         * lib/obstack.c: Include <stddef.h>, for offsetof.
16497         (struct fooalign): Remove; it doesn't need a name.
16498         (union fooround): Change double to long double, and add void *.
16499         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16500         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16501         not a macro.  Hence the values are always int; so remove all
16502         casts-to-int in uses.
16503
16504 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16505
16506         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16507         we can get this patch merged into glibc.
16508
16509 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16510             Paul Eggert  <eggert@cs.ucla.edu>
16511
16512         * m4/argp: Depend on alloca.
16513
16514 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16515             Paul Eggert  <eggert@cs.ucla.edu>
16516
16517         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16518         freecoding.
16519
16520 2004-05-17  Bruno Haible  <bruno@clisp.org>
16521
16522         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16523         precision that consists of a '.' followed by an empty digit string.
16524         Patch by Tor Lillqvist <tml@iki.fi>.
16525
16526 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16527
16528         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16529         for backward compatibility with older code.  We need our own
16530         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16531         it under some other name, and our alloca.h will define it.
16532
16533 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16534             Derek Price  <derek@ximbiot.com>
16535
16536         * lib/alloca.c: Include <alloca.h>, to get our interface.
16537         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16538         include <alloca.h> first.  Use C89 prototype for alloca; this
16539         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16540         Use #elif for simplicity, since we can assume C89 now.
16541         Don't try to source the system alloca.h since it will not be found
16542         and to prevent recursively including its replacement.
16543         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16544         * lib/regex.c: Likewise.
16545
16546 2004-05-16  Derek Price  <derek@ximbiot.com>
16547             Paul Eggert  <eggert@cs.ucla.edu>
16548
16549         getline cleanup.  This changes the getndelim2 API: both order of
16550         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16551         no delimiter).
16552
16553         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16554         interface does that.
16555         (getline): Always use getdelim, so that we don't have two
16556         copies of this code.
16557         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16558         if available.
16559         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16560         (GETNDELIM2_MAXIMUM): New macro.
16561         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16562         instead of the old practice of delim2==0.  All callers changed.
16563         Return -1 on overflow, instead of returning junk.
16564         Do not set *linesize unless allocation succeeds.
16565         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16566         that we include sys/types.h.
16567         * lib/getnline.h: Likewise.
16568         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16569         (getndelim2): Reorder arguments.
16570         * lib/getnline.c (getnline, getndelim):
16571         Don't discard the NMAX argument.
16572         (getnline): Invoke getndelim, to avoid code duplication.
16573         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16574         of (size_t) -1 by callers of the getnline family.
16575
16576 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16577
16578         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16579         Check for gettimeofday.
16580         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16581         Check for settimeofday, stime.
16582
16583 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16584
16585         * lib/nanosleep.c (suspended): Change its type from int to
16586         sig_atomic_t volatile.
16587         (first_call): Make it private to rpl_nanosleep, and have it
16588         be zero initially as that's a bit faster.
16589         (my_usleep): Round up fractional times instead of truncating them,
16590         as this is the usual meaning for 'sleep'.
16591
16592         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16593         doesn't work.
16594         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16595         (ENOSYS): Define if not defined.
16596         (settime): Fall back on stime if it exists and settimeofday fails.
16597         But don't bother with fallbacks if a method fails with errno == EPERM.
16598
16599 2004-05-11  Jim Meyering  <jim@meyering.net>
16600
16601         Prior to this change, the save_cwd caller required read access to the
16602         current directory on most systems (ones with the fchdir function).
16603
16604         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16605         fails, try write-only, and finally, resort to using xgetcwd.
16606
16607 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16608
16609         * lib/obstack.c, obstack.h: Import changes from libc.
16610
16611 2004-04-28  Bruno Haible  <bruno@clisp.org>
16612
16613         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16614         also implicitly appends .exe to executables.
16615         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16616         accepts Windows pathnames.
16617         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16618         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16619         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16620         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16621         Reported by Derek Robert Price <derek@ximbiot.com>.
16622
16623 2004-04-21  Karl Berry  <karl@gnu.org>
16624
16625         * config/srclist.txt (localcharset.c): break sync.
16626
16627 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16628
16629         * m4/host-os.m4: Add a copyright notice.
16630
16631 2004-04-20  Jim Meyering  <jim@meyering.net>
16632
16633         Change UTILS_ to gl_ in AC_DEFINE'd names.
16634         Change utils_- and jm_-prefixed variables, too.
16635         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16636         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16637         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16638
16639         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16640         Don't emit trailing blanks.
16641         Also rename jm_-prefixed variables to have gl_ prefix.
16642
16643         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16644         Also rename jm_-prefixed variables to have gl_ prefix.
16645
16646         * m4/jm-macros.m4: Reflect the renamings.
16647         * m4/prereq.m4: Likewise.
16648
16649 2004-04-20  Jim Meyering  <jim@meyering.net>
16650
16651         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16652         memory.
16653
16654 2004-04-20  Jim Meyering  <jim@meyering.net>
16655             Bruno Haible  <bruno@clisp.org>
16656
16657         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16658         memory when realloc fails.
16659
16660 2004-04-19  Jim Meyering  <jim@meyering.net>
16661
16662         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16663         now that readutmp.c may call `free (0)'.
16664
16665 2004-04-19  Bruno Haible  <bruno@clisp.org>
16666
16667         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16668         * m4/inttypes_h.m4: Likewise.
16669         * m4/stdint_h.m4: Likewise.
16670         * m4/intmax_t.m4: Likewise.
16671         * m4/uintmax_t.m4: Likewise.
16672
16673 2004-04-18  Jim Meyering  <jim@meyering.net>
16674
16675         * m4/prereq.m4: Don't forbid jm_ prefix.
16676
16677         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16678         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16679         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16680         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16681         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16682         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16683         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16684         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16685         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16686         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16687         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16688         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16689         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16690         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16691         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16692         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16693         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16694         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16695         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16696
16697 2004-04-18  Jim Meyering  <jim@meyering.net>
16698
16699         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16700         failure, don't leak memory and do call END_UTMP_ENT.
16701
16702 2004-04-16  Jim Meyering  <jim@meyering.net>
16703
16704         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16705         coreutils' stat program.
16706         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16707
16708 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16709
16710         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16711         C89.
16712         (CHAR_BIT): Remove, since we assume C89.
16713         Include <stdint.h> if available, as per current Autoconf CVS advice.
16714
16715 2004-03-31  Jim Meyering  <jim@meyering.net>
16716
16717         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16718         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16719         * m4/xalloc.m4: Likewise.
16720
16721 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16722
16723         Merge from coreutils.
16724
16725         * m4/inttostr.m4: New file.
16726         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16727         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16728         Require gl_CLOCK_TIME.
16729         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16730
16731 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16732
16733         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16734         not bool, to be more consistent with Unix conventions.
16735         Suggested by Bruno Haible.
16736
16737         Merge from coreutils.
16738
16739         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16740         * lib/umaxtostr.c: New files.
16741
16742         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16743         the usual <time.h> dance.
16744         (get_date): Change signature to support fractional time stamps.
16745         All callers changed.
16746         * lib/getdate.y: Include "getdate.h" first, as we can now
16747         assume C89 and don't need to worry about 'const'.
16748         Similarly, include "unlocked-io.h" near start, not in middle.
16749         Include <limits.h>.
16750         (textint.value): Use long int rather than int.
16751         (textint.digits): Use size_t rather than int.
16752         (BILLION, LOG10_BILLION): New constants.
16753         (parser_control): New member rel_ns.  Members day_ordinal,
16754         time_zone, month, day, hour, minutes, rel_year, rel_month,
16755         rel_day, rel_hour, rel_minutes, rel_seconds
16756         are now long int, not int.  Member seconds is now struct timespec,
16757         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16758         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16759         not int.
16760         (%union.intval): Now long int, not int.
16761         New member timespec.
16762         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16763         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16764         (spec): Now is a timespec or an item list.
16765         (timespec, items): New nonterminals.
16766         (time, rel, relunit, number, get_date):
16767         Add support for fractional seconds.
16768         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16769         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16770         (to_hour): First arg is now long int, not int.
16771         (to_year): Returns long int, not int.
16772         Don't treat year -70 like 70.
16773         (tm_diff): Returns long int, not int.
16774         (lookup_word): Use bool instead of int when appropriate.
16775         (yylex): Use size_t for count, not int.
16776         Detect overflow when parsing large integer constants.
16777         Add support for fractions.
16778         (get_date): Make pointers 'const' if possible.
16779         Use more-portable code to detect integer overflow.
16780         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16781         Don't use ctime; it's not reliable if the year has >4 digits.
16782
16783         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16784         This is for compatibility with BSD.
16785
16786         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16787         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16788         From coreutils' system.h.
16789
16790         * lib/userspec.c: Don't include "posixver.h".
16791         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16792         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16793         compatible extension.  Simplify code by removing a boolean int
16794         that was always nonzero if a string was nonnull.
16795
16796 2004-03-30  Jim Meyering  <jim@meyering.net>
16797
16798         Merge from coreutils.
16799
16800         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16801         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16802         on some systems one must include <grp.h> before it.
16803         Reported by Christian Krackowizer.
16804
16805 2004-03-30  Jim Meyering  <jim@meyering.net>
16806
16807         Merge from coreutils.
16808
16809         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16810
16811         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16812         an empty input stream.
16813
16814         * lib/readtokens.c: Include <stdbool.h>.
16815         (readtoken): Use `size_t' rather than int/long.
16816         All callers adjusted.
16817         Use `bool' rather than `int' where appropriate.
16818         Use memset rather than an explicit loop.
16819         Use x2nrealloc rather than xrealloc.
16820         Allow the use of `\0' as a delimiter.
16821         (readtokens): Likewise.
16822         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16823
16824 2004-03-30  Jim Meyering  <jim@meyering.net>
16825
16826         * m4/realloc.m4: Remove file, since now it does no more than
16827         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16828         the `configure.ac' section of module/realloc.
16829         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16830
16831 2004-03-30  Bruno Haible  <bruno@clisp.org>
16832
16833         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16834         nonnull.
16835
16836 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16837
16838         Merge changes to getloadavg.c from coreutils and Emacs.
16839
16840         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16841         Define to an expression, not to the empty string.
16842         Include cloexec.h and xalloc.h.
16843         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16844         Use set_cloexec_flag rather than rolling our own.
16845         * lib/cloexec.c, lib/cloexec.h: New files.
16846
16847 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16848
16849         * m4/cloexec.m4: New file.
16850
16851 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16852
16853         * lib/getopt.h: Sync with libc CVS.
16854
16855 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16856             Bruno Haible  <bruno@clisp.org>
16857
16858         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16859         mbswidth.
16860
16861 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16862             Bruno Haible  <bruno@clisp.org>
16863
16864         * lib/mbswidth.h: Include <wchar.h> only if
16865         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16866         <wchar.h>.
16867         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16868
16869 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16870
16871         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16872         Sync with libc CVS.
16873         * lib/getopt_int.h: New file, also synced from libc.
16874
16875 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16876
16877         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16878         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16879         Bring back getopt.c, getopt.h, getopt1.c.
16880
16881 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16882
16883         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16884         All uses changed.  Check for sa_sigaction member; this fixes
16885         a bug first reported by Jason Andrade in
16886         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16887
16888 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16889
16890         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16891         '#if' expressions.  Unlike the code it replaces, it does not
16892         depend on (defined _SC_PAGESIZE).  However, it does depend on
16893         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16894         first reported by Jason Andrade in
16895         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16896
16897 2004-02-25  Simon Josefsson  <jas@extundo.com>
16898
16899         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16900
16901 2004-02-25  Simon Josefsson  <jas@extundo.com>
16902
16903         * lib/strdup.h: New file.
16904         * lib/strdup.c: Include it.
16905         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16906         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16907
16908 2004-02-23  Karl Berry  <karl@gnu.org>
16909
16910         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16911         (from fencepost.gnu.org:/gd/gnuorg).
16912
16913 2004-02-23  Karl Berry  <karl@gnu.org>
16914
16915         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16916         * config/srclist.txt: add maintain/standards documents.
16917
16918 2004-02-18  Bruno Haible  <bruno@clisp.org>
16919
16920         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16921         Reported by Derek Robert Price <derek@ximbiot.com>.
16922
16923 2004-02-16  Karl Berry  <karl@gnu.org>
16924
16925         * config/mkinstalldirs, install-sh: update from automake.
16926
16927 2004-02-06  Karl Berry  <karl@gnu.org>
16928
16929         * m4/po.m4: update from gettext 0.14.1.
16930
16931 2004-02-06  Karl Berry  <karl@gnu.org>
16932
16933         * lib/config.charset: update from gettext 0.14.1.
16934
16935 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16936
16937         Add comments and code, prompted by suggestions from Bruno Haible
16938         for sh-quote.
16939         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16940         describing the enum quoting_style values.
16941         * lib/quotearg.c (quotearg_alloc): New function.
16942         (quotearg_buffer_restyled): Treat lone { and } as special.
16943         Treat = as special.  Work around bug with older shells
16944         that "see" a '\' that is really the 2nd byte of a multibyte char.
16945         Quote empty string with shell_quoting_style.
16946
16947 2004-02-03  Bruno Haible  <bruno@clisp.org>
16948
16949         * m4/pipe.m4: New file, from GNU gettext.
16950
16951 2004-02-03  Bruno Haible  <bruno@clisp.org>
16952
16953         * lib/pipe.h: New file, from GNU gettext.
16954         * lib/pipe.c: New file, from GNU gettext.
16955
16956 2004-01-27  Bruno Haible  <bruno@clisp.org>
16957
16958         * m4/execute.m4: New file, from GNU gettext.
16959
16960 2004-01-27  Bruno Haible  <bruno@clisp.org>
16961
16962         * lib/execute.h: New file, from GNU gettext.
16963         * lib/execute.c: New file, from GNU gettext.
16964         * lib/w32spawn.h: New file, from GNU gettext.
16965
16966 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16967
16968         Merge from diffutils.
16969
16970         * lib/file-type.c (file_type): Add typed memory objects.
16971         * lib/file-type.h (S_TYPEISTMO): New macro.
16972
16973         * lib/c-stack.h (c_stack_action): Remove argv argument.
16974         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16975         (die): Don't calculate message unless segv_action returns.
16976         (get_stack_location, min_address_from_argv, max_address_from_argv,
16977         volatile stack_base, volatile_stack_size): Remove.
16978         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16979         that every segmentation violation is a stack overflow.  (Ouch!)
16980         See Debian bug 136249 (still outstanding) for more info about why
16981         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16982
16983 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16984
16985         Exit-status fix from coreutils.
16986
16987         Use exit_failure consistently in place of EXIT_FAILURE,
16988         so that program exit statuses are consistent on failure.
16989
16990         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16991         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16992         * lib/argmatch.h: Comment fix to match the above.
16993         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16994         Now a macro referring to exit_failure, instead of a separate
16995         variable.  Include "exitfail.h" to get it.
16996         * lib/xstrtol.h: Include "exitfail.h".
16997         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16998
16999         * lib/long-options.c (parse_long_options): Use prototype
17000         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17001         for clarity.
17002
17003 2004-01-21  Jim Meyering  <jim@meyering.net>
17004
17005         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17006         so as not to conflict with a different-sized __mktime_internal
17007         function in GNU libc.
17008         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17009         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17010
17011 2004-01-20  Karl Berry  <karl@gnu.org>
17012
17013         * config/config.guess: update from config.
17014
17015         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17016
17017 2004-01-20  Bruno Haible  <bruno@clisp.org>
17018
17019         Safer stack allocation.
17020         * lib/setenv.c: Include allocsa.h.
17021         (alloca): Remove fallback definition.
17022         (freea): Remove macro.
17023         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17024         instead of freea.
17025
17026 2004-01-20  Bruno Haible  <bruno@clisp.org>
17027
17028         * m4/eealloc.m4: New file, from GNU gettext.
17029
17030 2004-01-20  Bruno Haible  <bruno@clisp.org>
17031
17032         * m4/allocsa.m4: New file, from GNU gettext.
17033
17034 2004-01-20  Bruno Haible  <bruno@clisp.org>
17035
17036         * lib/xallocsa.h: New file, from GNU gettext.
17037         * lib/xallocsa.c: New file, from GNU gettext.
17038
17039 2004-01-20  Bruno Haible  <bruno@clisp.org>
17040
17041         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17042
17043 2004-01-20  Bruno Haible  <bruno@clisp.org>
17044
17045         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17046         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17047         specially.
17048
17049 2004-01-20  Bruno Haible  <bruno@clisp.org>
17050
17051         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17052         patch.
17053
17054 2004-01-20  Bruno Haible  <bruno@clisp.org>
17055
17056         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17057
17058 2004-01-20  Bruno Haible  <bruno@clisp.org>
17059
17060         * lib/eealloc.h: New file.
17061
17062 2004-01-20  Bruno Haible  <bruno@clisp.org>
17063
17064         * lib/binary-io.h: Avoid warnings on Cygwin.
17065
17066 2004-01-20  Bruno Haible  <bruno@clisp.org>
17067
17068         * lib/allocsa.h: New file, from GNU gettext.
17069         * lib/allocsa.c: New file, from GNU gettext.
17070
17071 2004-01-18  Karl Berry  <karl@gnu.org>
17072
17073         * doc/gpl.texi, doc/lgpl.texi: new files.
17074
17075 2004-01-18  Karl Berry  <karl@gnu.org>
17076
17077         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17078         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17079
17080 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17081
17082         Merge from coreutils.
17083
17084         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17085         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17086         (gl_DEFAULT_POSIX2_VERSION): Move
17087         the documentation from 'configure' into 'config.hin',
17088         so that 'configure --help' isn't burdened by it and
17089         we don't have to worry about its formatting there.
17090         Reword the documentation so that it's more succinct
17091         and can be run together into a single paragraph.
17092         * m4/same.m4 (gl_SAME): Check for pathconf.
17093
17094 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17095
17096         Merge from coreutils.
17097
17098         * lib/posixver.c: Include posixver.h.
17099
17100         * lib/same.c: Include <stdbool.h>, <limits.h>.
17101         (_POSIX_NAME_MAX): Define if not defined.
17102         (MIN): New macro.
17103         (same_name): If file names are silently truncated, report
17104         that the file names are the same if they are the same after
17105         the silent truncation.
17106
17107         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17108         conversion function.
17109         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17110         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17111         longer needed.
17112
17113 2004-01-15  Jim Meyering  <jim@meyering.net>
17114
17115         Merge from coreutils.
17116
17117         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17118         if no library is required.
17119         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17120         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17121         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17122         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17123         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17124         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17125         value, $ac_cv_search_crypt, if it's "none required".
17126         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17127         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17128         not gl_FUNC_GETLOADAVG.
17129         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17130         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17131
17132 2004-01-15  Jim Meyering  <jim@meyering.net>
17133
17134         Merge from coreutils.
17135
17136         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17137         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17138         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17139
17140         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17141         optional configure-time default.
17142
17143         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17144
17145         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17146
17147 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17148
17149         Merge from coreutils.
17150
17151         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17152         value, $ac_cv_search_nanosleep, if it's "none required".
17153
17154 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17155
17156         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17157         with like-named macro in fnmatch.c.
17158         (EXT): Use an internal constant instead.
17159
17160         Merge fnmatch patches from glibc.
17161         * lib/fnmatch.c (mbsinit): Remove define.
17162         Add libc_hidden_ver (__fnmatch, fnmatch).
17163         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17164         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17165
17166 2004-01-14  Karl Berry  <karl@gnu.org>
17167
17168         * config/install-sh: update from automake.
17169
17170 2004-01-13  Karl Berry  <karl@gnu.org>
17171
17172         * config/install-sh: update from automake.
17173
17174 2004-01-09  Karl Berry  <karl@gnu.org>
17175
17176         * config/install-sh: update from automake.
17177
17178 2004-01-05  Karl Berry  <karl@gnu.org>
17179
17180         * config/config.{sub,guess}: update from config.
17181
17182 2003-12-31  Karl Berry  <karl@gnu.org>
17183
17184         * config/depcomp: update from automake.
17185
17186 2003-12-14  Karl Berry  <karl@gnu.org>
17187
17188         * lib/config.charset: update from gettext-runtime.
17189
17190 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17191
17192         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17193         Bug reported by Alfred M. Szmidt.
17194
17195 2003-12-03  Bruno Haible  <bruno@clisp.org>
17196
17197         * m4/gettext.m4: Upgrade from gettext-0.13.
17198         * m4/po.m4: Upgrade from gettext-0.13.
17199         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17200         * m4/intmax.m4: New file, from gettext-0.13.
17201         * m4/printf-posix.m4: New file, from gettext-0.13.
17202
17203 2003-11-29  Karl Berry  <karl@gnu.org>
17204
17205         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17206
17207 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17208             Bruno Haible  <bruno@clisp.org>
17209
17210         * lib/printf-parse.h: Don't include sys/types.h.
17211         (ARG_NONE): New macro.
17212         (char_directive): Change type of *arg_index fields to size_t.
17213         * lib/printf-parse.c: Don't include sys/types.h.
17214         (SSIZE_MAX): Remove macro.
17215         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17216         Remove unnecessary overflow check.
17217         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17218         fields.
17219
17220 2003-11-25  Bruno Haible  <bruno@clisp.org>
17221
17222         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17223
17224 2003-11-25  Bruno Haible  <bruno@clisp.org>
17225
17226         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17227         gt_TYPE_SSIZE_T.
17228
17229 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17230
17231         * modules/alloca: Remove dependency on xalloc.
17232
17233 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17234
17235         * lib/alloca.c: Remove dependency on xalloc module.
17236         (xalloc_die): Remove.
17237         (memory_full) [!defined emacs]: New macro.
17238         [!defined emacs]: Don't include xalloc.h.
17239         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17240         address arithmetic overflows.  Change datatypes a bit to avoid
17241         unnecessary casts.
17242
17243 2003-11-22  Jim Meyering  <jim@meyering.net>
17244
17245         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17246         s/size/size_t/.
17247
17248 2003-11-21  Karl Berry  <karl@gnu.org>
17249
17250         * config/config.{sub,guess}: update from config.
17251
17252 2003-11-18  Karl Berry  <karl@gnu.org>
17253
17254         * config/config.{sub,guess}: update from config.
17255
17256         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17257
17258 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17259
17260         * README: Mention that S+T cannot overflow if S is the size of
17261         an existing object and T is sufficiently small.
17262
17263 2003-11-17  Jim Meyering  <jim@meyering.net>
17264
17265         On systems without utime and without a utimes function capable of
17266         dealing with a NULL struct utimbuf* argument, this utime replacement
17267         could -- in unusual circumstances -- leak a file descriptor.
17268         * lib/utime.c: Include <unistd.h> and <errno.h>.
17269         (utime_null): Be sure to close `fd' and to preserve errno.
17270         Reported by Geoff Collyer via Arnold Robbins.
17271
17272 2003-11-17  Bruno Haible  <bruno@clisp.org>
17273
17274         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17275         (Depends-on): Add xsize.
17276
17277 2003-11-17  Bruno Haible  <bruno@clisp.org>
17278
17279         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17280
17281 2003-11-17  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/vasnprintf.c (alloca): Remove fallback definition.
17284         (freea): Remove definition.
17285         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17286         Reported by Paul Eggert.
17287
17288 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17289             Bruno Haible  <bruno@clisp.org>
17290
17291         Protect against address arithmetic overflow.
17292         * lib/printf-args.h: Include stddef.h.
17293         (arguments): Change type of field 'count' to size_t.
17294         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17295         'unsigned int' where appropriate.
17296         * lib/printf-parse.h: Include sys/types.h.
17297         (char_directive): Change type of *arg_index fields to ssize_t.
17298         (char_directives): Change type of fields 'count', max_*_length to
17299         size_t.
17300         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17301         (SSIZE_MAX): Define fallback value.
17302         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17303         instead of 'int' where appropriate. Check a_allocated, d_allocated
17304         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17305         * lib/vasnprintf.c: Include xsize.h.
17306         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17307         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17308         overflow. Avoid wraparound when converting a width or precision from
17309         decimal to binary.
17310
17311 2003-11-16  Bruno Haible  <bruno@clisp.org>
17312
17313         Update from GNU gettext.
17314         * lib/printf-parse.c: Generalize to it can be compiled for wide
17315         strings.
17316         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17317         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17318         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17319         SNPRINTF): New macros.
17320         Don't include <alloca.h> if the file is used inside libintl.
17321         (local_wcslen): New function, for Solaris 2.5.1.
17322         (VASNPRINTF): Use it instead of wcslen.
17323
17324 2003-11-16  Bruno Haible  <bruno@clisp.org>
17325
17326         * lib/xsize.h (xmax): New function.
17327         (xsum, xsum3, xsum4): Declare as "pure" functions.
17328
17329 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17330
17331         * modules/xalloc (Files): Undo latest change, since xalloc.h
17332         no longer needs SIZE_MAX or PTRDIFF_MAX.
17333
17334 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17335
17336         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17337         gl_PTRDIFF_MAX.
17338
17339 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17340
17341         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17342         "return", to pacify some unknown compiler.  Problem reported
17343         by Joerg Schilling.
17344
17345 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17346
17347         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17348         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17349         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17350         heuristic is just as accurate as far as we know, and it removes a
17351         dependency on size_max.m4 and ptrdiff_max.m4.
17352
17353 2003-11-11  Bruno Haible  <bruno@clisp.org>
17354
17355         * modules/xsize (Files): Add m4/size_max.m4.
17356         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17357
17358 2003-11-11  Bruno Haible  <bruno@clisp.org>
17359
17360         * m4/size_max.m4: New file.
17361         * m4/ptrdiff_max.m4: New file.
17362         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17363         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17364         (gl_XALLOC): Invoke it.
17365
17366 2003-11-11  Bruno Haible  <bruno@clisp.org>
17367
17368         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17369         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17370         defined.
17371
17372 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17373
17374         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17375         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17376         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17377         From Bruno Haible.
17378         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17379         not (size_t) -1, since it's defined here.
17380
17381 2003-11-09  Karl Berry  <karl@gnu.org>
17382
17383         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17384
17385 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17386
17387         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17388         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17389         Reject sizes of exactly SIZE_MAX bytes.
17390         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17391         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17392
17393 2003-11-05  Bruno Haible  <bruno@clisp.org>
17394
17395         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17396         SIZE_MAX defined in <limits.h> on Solaris.
17397
17398 2003-11-04  Jim Meyering  <jim@meyering.net>
17399
17400         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17401         variable names, rather than @VAR@.
17402         * modules/poll: Likewise.
17403
17404 2003-11-04  Bruno Haible  <bruno@clisp.org>
17405
17406         * modules/xsize: New file.
17407         * modules/linebreak: Depend on xsize.
17408         * MODULES.html.sh (func_all_modules): Add xsize.
17409
17410 2003-11-04  Bruno Haible  <bruno@clisp.org>
17411
17412         * m4/xsize.m4: New file.
17413
17414 2003-11-04  Bruno Haible  <bruno@clisp.org>
17415
17416         * lib/xsize.h: New file.
17417         * lib/linebreak.c: Include xsize.h.
17418         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17419         argument for overflow.
17420         Suggested by Paul Eggert.
17421
17422 2003-11-03  Karl Berry  <karl@gnu.org>
17423
17424         * config/config.{guess,sub}: update from config.
17425
17426 2003-11-03  Jim Meyering  <jim@meyering.net>
17427
17428         * modules/userspec (lib_SOURCES): Add userspec.h.
17429         (Include): Add "userspec.h".
17430         Improve description.
17431
17432 2003-11-03  Jim Meyering  <jim@meyering.net>
17433
17434         * lib/userspec.c: Include "userspec.h".
17435         * lib/userspec.h: New file.
17436
17437 2003-11-03  Bruno Haible  <bruno@clisp.org>
17438
17439         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17440
17441 2003-11-03  Bruno Haible  <bruno@clisp.org>
17442
17443         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17444         available, to avoid (extremely rare) race condition.
17445         Suggested by Paul Eggert.
17446
17447 2003-11-02  Karl Berry  <karl@gnu.org>
17448
17449         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17450
17451 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17452
17453         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17454         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17455         (read_filesystem_list): Set and use me_type_malloced.
17456         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17457         whatever the type happens to be), for brevity and consistency.
17458         Check for size calculation overflow on Alphas running OSF/1.
17459
17460 2003-10-31  Jim Meyering  <jim@meyering.net>
17461
17462         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17463
17464         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17465
17466 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17467             Bruno Haible  <bruno@clisp.org>
17468
17469         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17470         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17471
17472 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17473
17474         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17475         netbsd*-gnu*.  Suggested by Robert Millan.
17476
17477 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17478
17479         * modules/group-member: Depend on stdbool.
17480
17481 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17482
17483         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17484
17485 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17486
17487         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17488         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17489         after the 'gnu' in these cases.  This fixes some bugs in the
17490         previous change, and is based on suggestions by Robert Millan.
17491
17492 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17493
17494         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17495         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17496         no longer needed.
17497         * lib/quotearg.c (quotearg_n_options): Use it.
17498         * lib/group-member.c: Include <stdbool.h>.
17499         (free_group_info): Arg is now const *; don't free arg.
17500         (get_group_info): Now returns bool and accepts struct group_info *,
17501         rather than returning a malloc'ed struct group_info *.
17502         All uses changed.  Check for overflow in internal size calculation.
17503
17504         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17505         rather than xmalloc/xrealloc.
17506         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17507         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17508         conformance bug: the old code used a pointer after freeing the
17509         storage that it addressed.
17510         * lib/hash.c (hash_initialize): Simplify the code by using
17511         xalloc_oversized rather than doing it by hand.
17512         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17513         the buffer preserved.  Use free and xmalloc instead.
17514         * lib/quotearg.c (quotearg_n_options): Likewise.
17515         Use a simpler test for size overflow.  Don't use xalloc_oversized
17516         because unsigned int might be wider than size_t (!); this suggests
17517         that we should switch from unsigned int to size_t for slot numbers.
17518
17519 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17520
17521         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17522         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17523         NetBSD kernels.  Requested by Richard Stallman.
17524
17525 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17526
17527         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17528         to allocate the returned structure.  Do not allocate a subarray,
17529         as x2nrealloc will do that.
17530         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17531         instead of xnrealloc.
17532         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17533
17534 2003-10-27  Bruno Haible  <bruno@clisp.org>
17535
17536         * lib/stdbool_.h: Better support for BeOS.
17537
17538 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17539
17540         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17541         now uses inline.
17542
17543 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17544
17545         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17546         callers that want to do their own size-overflow checking.  Include
17547         <stdbool.h>, since xalloc_oversized returns bool.
17548         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17549         to use xalloc_oversized.
17550
17551         Add two functions x2realloc, x2nrealloc, for programs that grow
17552         arrays dynamically by doubling their sizes.
17553         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17554         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17555         New functions.
17556
17557         Port to C99 semantics for 'inline' of external functions.
17558         Bug reported by Bruno Haible.
17559         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17560         with the old contents of xnmalloc.
17561         (xnmalloc, xmalloc): Use it.
17562         (xnrealloc_inline): New static inline function,
17563         with the old contents of xnrealloc.
17564         (xnrealloc, xrealloc): Use it.
17565
17566         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17567         that.
17568
17569 2003-10-26  Karl Berry  <karl@gnu.org>
17570
17571         * config/srclist.txt (COPYING.DOC): no longer available from
17572         /gd/gnuorg; don't know where the ultimate source is.
17573
17574 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17575
17576         Fix several address-calculation bugs in the hash modules,
17577         plus some minor code cleanup.
17578
17579         * lib/hash.h: Include <stdbool.h>, for bool.
17580         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17581         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17582         hash_get_n_entries, hash_get_max_bucket_length,
17583         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17584         hash_rehash): Use size_t rather than unsigned.
17585         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17586         hash_get_n_buckets_used, hash_get_n_entries,
17587         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17588         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17589         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17590         Likewise.
17591         (SIZE_MAX): Define if not defined.
17592         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17593         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17594         hash_print):
17595         Use const * when possible.
17596         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17597         (check_tuning): Fix bug: if tuning parameters were very close to
17598         0 or 1, rounding errors could have caused subscript violations.
17599         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17600         (hash_initialize): Add 'fail:' label
17601         to free table and return NULL, and use it to simplify code.
17602         Use calloc rather than clearing the storage ourself.
17603         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17604         buffer size calculations.
17605         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17606         Include <stddef.h>, for size_t.
17607         * lib/hash-pjw.c (hash_pjw): Likewise.
17608         Switch to method described by Bruno Haible.
17609         Include <limits.h>, for CHAR_BIT.
17610         (SIZE_BITS): New macro.
17611
17612 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17613
17614         * m4/getline.m4 (AM_FUNC_GETLINE):
17615         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17616         hosts.  Problem reported by Derek Robert Price in
17617         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17618         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17619         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17620
17621 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17622
17623         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17624         ceiling the allocation at NMAX bytes rather than silently
17625         discarding input bytes before NMAX is reached.  This makes
17626         a difference only if NMAX exceeds SIZE_MAX / 2.
17627
17628         * lib/obstack.c: Merge from glibc.
17629         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17630         Add libc_hidden_def (_obstack_newchunk).
17631         (_obstack_free) [! defined _LIBC]: Remove.
17632         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17633         a clone of the function body.
17634         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17635         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17636
17637         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17638         glibc.
17639         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17640         arg to memcpy.
17641
17642         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17643         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17644         Don't use lvalue casts, as GCC plans to remove support for them
17645         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17646         was also present in the non-GCC version, indicating that this
17647         code had always been buggy and had never been widely used.
17648         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17649         Use the fast variant of each macro, rather than copying the
17650         definiens of the fast variant; that way, we'll be more likely to
17651         catch future bugs in the fast variants.
17652
17653 2003-10-20  Bruno Haible  <bruno@clisp.org>
17654
17655         * modules/wait-process: New file.
17656         * MODULES.html.sh (func_all_modules): Add wait-process.
17657
17658 2003-10-20  Bruno Haible  <bruno@clisp.org>
17659
17660         * m4/wait-process.m4: New file.
17661
17662 2003-10-20  Bruno Haible  <bruno@clisp.org>
17663
17664         * lib/wait-process.h: New file, from GNU gettext.
17665         * lib/wait-process.c: New file, from GNU gettext.
17666
17667 2003-10-19  Jim Meyering  <jim@meyering.net>
17668
17669         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17670         HPUX 10.20.
17671
17672 2003-10-18  Karl Berry  <karl@gnu.org>
17673
17674         * config/config.guess: update from config.
17675
17676 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17677
17678         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17679         (getgroups): First arg is int, not size_t.
17680         Don't let 'free' mangle errno.
17681
17682 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17683
17684         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17685
17686 2003-10-16  Karl Berry  <karl@gnu.org>
17687
17688         * config/config.{guess,sub}: update from config.
17689
17690 2003-10-16  Jim Meyering  <jim@meyering.net>
17691
17692         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17693         memcpy.
17694
17695 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17696
17697         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17698         (SIZE_MAX): Remove.
17699         (new_exclude, add_exclude_file): Initial size no longer needs to
17700         be a power of 2.
17701         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17702         our own address arithmetic overflow checking.
17703
17704         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17705         (fnmatch): Do not alloca more than 2000 wide characters;
17706         instead, use malloc for large buffers.
17707         Check for address arithmetic overflow, and return -1
17708         with errno set to ENOMEM in that case.
17709         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17710         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17711         instead, return -1.  Check for address arithmetic overflow.
17712
17713 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17714
17715         Handle invalid suffixes and overflow independently, so that
17716         callers can treat them independently as needed.  Fix some bugs in
17717         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17718         suffix for a human-readable blocksize.  The major caller-visible
17719         change is the addition of a new
17720         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17721         that both overflow and suffix chars were found.
17722
17723         * lib/human.c (humblock): Don't check separately for invalid suffix
17724         char; that is xstrtoumax's job (now that its bug is fixed).
17725         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17726         INTMAX_MAX]: New macros.
17727         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17728         TYPE_MAXIMUM): New macros.
17729         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17730         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17731         if overflow occurs, as it's what __strtol does and it's more useful
17732         in practice.
17733         (__xstrtol): If __strtol reports some error other than ERANGE,
17734         reflect it to the caller as LONGINT_INVALID.  If it reports
17735         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17736         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17737         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17738         value.
17739         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17740         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17741         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17742         [defined UINTMAX_MAX]: New macros.
17743
17744 2003-10-14  Bruno Haible  <bruno@clisp.org>
17745
17746         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17747
17748 2003-10-14  Bruno Haible  <bruno@clisp.org>
17749
17750         * m4/sig_atomic_t: New file, from GNU gettext.
17751         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17752
17753 2003-10-14  Bruno Haible  <bruno@clisp.org>
17754
17755         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17756         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17757         Also use volatile where needed.
17758
17759 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17760
17761         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17762         Change maintainer from Bruno Haible to 'all'.
17763
17764 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17765
17766         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17767
17768 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17769
17770         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17771         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17772         and define in terms of the other primitives.
17773         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17774         (SIZE_MAX): Define if not already defined.
17775         (array_size_overflow): New function.
17776         (xalloc_die): Abort instead of exiting if 'error' returns.
17777         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17778         (xmalloc, xrealloc): Use them.
17779         (xcalloc): Check for address arithmetic overflow.
17780         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17781         a bit faster than strcpy.
17782
17783 2003-10-10  Simon Josefsson  <jas@extundo.com>
17784
17785         * modules/argp (Depends-on): Add restrict and strcase.
17786
17787 2003-10-10  Simon Josefsson  <jas@extundo.com>
17788
17789         * m4/argp.m4: Add AC_C_INLINE.
17790
17791 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17792
17793         Merge getpass from libc, plus a few fixes.
17794
17795         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17796         Include <stdbool.h>.
17797         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17798         __fsetlocking to empty.
17799         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17800         do include <bits/libc-lock.h>.
17801         Do not include <fcntl.h>; not needed.
17802         [_LIBC]: Include <wchar.h>.
17803         (NOTCANCEL_MODE): New macro.
17804         (flockfile, funlockfile) [_LIBC]: New macros.
17805         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17806         [!_LIBC]: New macros.
17807         (call_fclose): New function.
17808         (getpass): Use it.  Save tty stream separately; this simplifies the
17809         code and makes it more reliable if stdin happens to equal stdout.
17810         Invoke __fsetlocking on tty.
17811         Handle thread cancellation if needed.
17812         Namespace cleanup (use __tcgetattr, __getline).
17813         Use bool for Booleans.
17814         [USE_IN_LIBIO]: Handle wide streams.
17815         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17816         stream might go where.
17817
17818         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17819         doesn't have to include <stdio.h> before us.
17820         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17821         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17822         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17823         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17824         if not declared, so that we can use getpass.c code from libc without
17825         rewriting it.
17826         (flockfile, ftrylockfile, funlockfile): New macros.
17827
17828 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17829
17830         * modules/getpass: Depend on stdbool.
17831
17832 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17833
17834         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17835
17836 2003-10-07  Karl Berry  <karl@gnu.org>
17837
17838         * config/config.{guess,sub}: update from config.
17839
17840 2003-10-06  Jim Meyering  <jim@meyering.net>
17841             Bruno Haible  <bruno@clisp.org>
17842
17843         This lets translators provide better translations for the
17844         "Written by ..." part of --version output.
17845         * lib/version-etc.h: Include stdarg.h.
17846         (version_etc_copyright): Declare as readonly.
17847         (version_etc): Make this function variadic with a NULL-terminated list
17848         of author name strings.
17849         (version_etc_va): New declaration.
17850         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17851         (version_etc_copyright): Declare as readonly.
17852         (version_etc_va): New function. Provide a different translatable string
17853         for each possible number of authors < 10. Abbreviate when there are 10
17854         authors or more.
17855         (version_etc): Make this function variadic. Call version_etc_va.
17856         Suggestion from Gary V. Vaughan.
17857
17858         * lib/long-options.h (parse_long_options): Change prototype: the
17859         authors string is moved to the end and becomes variadic.
17860         * lib/long-options.c: Include stdarg.h.
17861         (parse_long_options): Make this function variadic, too.
17862         Call version_etc_va, not version_etc.
17863
17864 2003-10-06  Bruno Haible  <bruno@clisp.org>
17865
17866         * modules/version-etc-2: Remove file.
17867         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17868
17869 2003-10-06  Bruno Haible  <bruno@clisp.org>
17870
17871         * modules/fatal-signal: New file.
17872         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17873
17874 2003-10-06  Bruno Haible  <bruno@clisp.org>
17875
17876         * m4/fatal-signal.m4: New file.
17877         * m4/signalblocking.m4: New file, from GNU gettext.
17878
17879 2003-10-06  Bruno Haible  <bruno@clisp.org>
17880
17881         * lib/version-etc-2.h: Remove file.
17882         * lib/version-etc-2.c: Remove file.
17883
17884 2003-10-06  Bruno Haible  <bruno@clisp.org>
17885
17886         * lib/fatal-signal.h: New file, from GNU gettext.
17887         * lib/fatal-signal.c: New file, from GNU gettext.
17888
17889 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17890
17891         * README: Rework advice for preventing empty .o files.
17892         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17893         not <sys/types.h>.
17894
17895 2003-10-04  Karl Berry  <karl@gnu.org>
17896
17897         * lib/argp*: update from libc.
17898
17899 2003-10-04  Karl Berry  <karl@gnu.org>
17900
17901         * config/config.{guess,sub}: update from config.
17902
17903 2003-10-02  Bruno Haible  <bruno@clisp.org>
17904
17905         * modules/lchown (Include): Add lchown.h.
17906         * modules/time_r (Include): Use "..." syntax.
17907         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17908
17909 2003-10-01  Simon Josefsson  <jas@extundo.com>
17910
17911         * MODULES.html.sh (func_all_modules): Move gethostname from section
17912         'based on' to section 'lacking' POSIX:2001.
17913
17914 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17915
17916         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17917         to output mode on the same stream.
17918
17919 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17920
17921         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17922         Fix arg typo in previous patch.
17923
17924 2003-09-28  Jim Meyering  <jim@meyering.net>
17925
17926         * lib/error.c: Correct cpp indentation.
17927
17928 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17929
17930         * modules/free: New file.
17931
17932 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17933
17934         * m4/free.m4: New file.
17935
17936 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17937
17938         * lib/minmax.h (MIN, MAX)
17939         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17940         Omit the special code that used __typeof__, since we worry that
17941         it could be more trouble than it's worth.  See:
17942         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17943         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17944
17945         * lib/free.c: New file.
17946
17947 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17948
17949         Trivial fixes to Makefile.am parts of module listings.
17950         * modules/strstr: Append strstr.h to lib_SOURCES.
17951         * modules/strcase: Likewise, for strcase.h.
17952
17953 2003-09-27  Karl Berry  <karl@gnu.org>
17954
17955         * config/mkinstalldirs: update from automake.
17956
17957 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17958
17959         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17960         (error_tail): Do not loop, reallocating temporary buffer, since
17961         the output cannot contain more wide characters than the input
17962         contains bytes, the size must be big enough already.  This avoids
17963         one potential size overflow calculation.  Check for size overflow
17964         when calculating temporary buffer size.  Free temporary buffer
17965         when done, if it was allocated with malloc; this plugs a memory
17966         leak.  Remove casts from void * to pointers, that are no longer
17967         needed now that we're assuming C89 or better.
17968
17969         Merge error changes from glibc.
17970
17971         * lib/error.c, error.h: Update copyright notice header to match glibc.
17972         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17973         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17974         Disable cancellation while printing error.
17975         * lib/error.h: Prepend __ to parameter names.
17976
17977 2003-09-26  Jim Meyering  <jim@meyering.net>
17978
17979         * lib/error.c (error_tail): Move some declarations
17980         into inner scope where the local variables are used.
17981
17982 2003-09-26  Bruno Haible  <bruno@clisp.org>
17983
17984         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17985         stpncpy().
17986         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17987
17988 2003-09-26  Bruno Haible  <bruno@clisp.org>
17989
17990         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17991         (stpncpy): Define as alias for gnu_stpncpy.
17992         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17993
17994 2003-09-25  Simon Josefsson  <jas@extundo.com>
17995
17996         * lib/xgetdomainname.h: New file.
17997         * lib/xgetdomainname.c: New file.
17998
17999 2003-09-25  Simon Josefsson  <jas@extundo.com>
18000             Bruno Haible  <bruno@clisp.org>
18001
18002         * modules/getdomainname: New file.
18003         * modules/xgetdomainname: New file.
18004         * MODULES.html.sh (func_all_modules): Add getdomainname,
18005         xgetdomainname.
18006
18007 2003-09-25  Simon Josefsson  <jas@extundo.com>
18008             Bruno Haible  <bruno@clisp.org>
18009
18010         * m4/getdomainname.m4: New file.
18011
18012 2003-09-25  Simon Josefsson  <jas@extundo.com>
18013             Bruno Haible  <bruno@clisp.org>
18014
18015         * lib/getdomainname.h: New file.
18016         * lib/getdomainname.c: New file.
18017
18018 2003-09-25  Karl Berry  <karl@gnu.org>
18019
18020         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18021
18022 2003-09-25  Karl Berry  <karl@gnu.org>
18023
18024         * config/install-sh: update from automake.
18025
18026 2003-09-25  Bruno Haible  <bruno@clisp.org>
18027
18028         * modules/version-etc-2: New file, from modules/version-etc with
18029         modifications.
18030         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18031
18032 2003-09-25  Bruno Haible  <bruno@clisp.org>
18033
18034         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18035         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18036
18037 2003-09-24  Simon Josefsson  <jas@extundo.com>
18038
18039         * modules/xgethostname: Add xgethostname.h.
18040
18041 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18042
18043         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18044         the buffer associated with the argument.  Bug reported by
18045         Simon Josefsson.
18046
18047 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18048
18049         * README: Document assumptions that 'int' is at least 32 bits
18050         wide, that integer arithmetic is 2's complement without overflow,
18051         that there are no holes in integer values, that adding sizes of
18052         two nonoverlapping objects can't overflow, and that all-bits-zero
18053         yields scalar zero.  Fix spelling and capitalization typos.
18054
18055 2003-09-19  Karl Berry  <karl@gnu.org>
18056
18057         * lib/argp.h: update from libc.
18058
18059 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18060
18061         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18062         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18063         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18064
18065 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18066
18067         * gnulib-tool: Use "test -h", not "test -L", for portability
18068         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18069         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18070         (sed_extract_prog): Issue s commands one-by-one, rather than
18071         using \| in one s command.
18072
18073 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18074
18075         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18076         input error, instead of returning NULL the next time we are called
18077         (and therefore losing track of errno).
18078
18079 2003-09-16  Bruno Haible  <bruno@clisp.org>
18080
18081         * gnulib-tool (func_create_testdir): Warn about duplicated
18082         dependencies.
18083
18084 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18085
18086         * modules/argmatch, modules/fatal, modules/obstack,
18087         modules/xalloc, modules/xgethostname: Sort dependencies by
18088         importance, not alphabetically.
18089
18090 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18091
18092         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18093         fails, so that the caller gets the proper errno.
18094
18095         * lib/readutmp.c (read_utmp): Likewise.
18096         Check for fstat error.  Close stream and free storage
18097         when failing.
18098
18099 2003-09-14  Karl Berry  <karl@gnu.org>
18100
18101         * config/srclist.txt (strdup.c): disable for c89 changes.
18102
18103 2003-09-14  Jim Meyering  <jim@meyering.net>
18104
18105         * lib/getloadavg.c: Correct cpp indentation.
18106         * lib/strdup.c: Likewise.
18107         * lib/vasnprintf.c: Likewise.
18108
18109 2003-09-14  Bruno Haible  <bruno@clisp.org>
18110
18111         * modules/fwriteerror: New file.
18112         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18113
18114 2003-09-14  Bruno Haible  <bruno@clisp.org>
18115
18116         * lib/fwriteerror.h: New file.
18117         * lib/fwriteerror.c: New file.
18118
18119 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18120
18121         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18122         modules/xgethostname, modules/xalloc: Depend on exit.
18123
18124 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18125
18126         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18127
18128         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18129         and AC_MINIX, too, so that their extensions are available.
18130
18131         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18132         This macro has been superseded by gl_BACKUPFILE.
18133
18134         More patches to assume C89 or better.
18135
18136         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18137
18138         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18139         unconditionally.
18140         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18141         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18142         Include <string.h>, <stdlib.h> unconditionally.
18143         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18144         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18145         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18146         headers or for string.h.
18147         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18148         or strtoul.
18149
18150         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18151         headers.
18152         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18153         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18154         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18155         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18156         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18157         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18158         memcpy, memset.
18159         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18160         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18161         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18162         strtol.
18163         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18164         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18165         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18166         strtoul.
18167
18168 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18169
18170         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18171         * lib/obstack.c [!defined _LIBC]: Likewise.
18172         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18173         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18174         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18175
18176         More changes to assume C89 or better.
18177
18178         * lib/error.c (error_tail): Assume vprintf.
18179
18180         * lib/argmatch.c (getenv): Remove decl.
18181         * lib/progreloc.c (get_full_program_name): Define via prototype.
18182         * lib/setenv.c (clearenv): Likewise.
18183         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18184         needed.
18185         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18186         (malloc, memcpy): Remove decls.
18187         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18188         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18189         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18190         (memcpy): Remove macro.
18191         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18192         (__P): Remove.  All uses removed.
18193         (PTR): Remove.  All uses changed to void *.
18194         (CHAR_BIT, NULL): Remove.
18195         (spaces, zeros, memset_space, memset_zero)
18196         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18197         Remove.
18198         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18199         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18200         Define with prototype.
18201         Remove now-unnecessary prototype decl.
18202         (extra_args_spec): Assume ANSI C.  All uses changed.
18203         (extra_args_spec_iso): Remove.
18204         (my_strftime, emacs_strftimeu): Define via prototype.
18205         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18206         unconditionally.
18207         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18208         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18209         (strtoul, strtol): Remove decls.
18210         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18211         LONG_MAX): Remove.
18212         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18213         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18214         (LOCALE_PARAM_PROTO): New macro.
18215         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18216         (INTERNAL (strtol), strtol): Define with a prototype.
18217         (PARAMS): Remove.  All uses removed.
18218         * lib/tempname.c: Include <string.h> unconditionally.
18219         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18220         * lib/xgethostname.c (main): Define with a prototype.
18221         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18222         Include <stdlib.h> unconditionally.
18223         (calloc, malloc, realloc, free): Remove decls.
18224         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18225         Include <stdlib.h> unconditionally.  Sort include file names.
18226         (strtod): Remove.
18227         (xstrtod): Define with a prototype.
18228         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18229         (strtol, strtoul): Remove decls.
18230
18231 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18232
18233         More patches to assume C89 or better.
18234         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18235         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18236         string.h, memchr, STDC_HEADERS.
18237
18238 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18239
18240         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18241         Include <stdlib.h>, <string.h> unconditionally.
18242         Remove now-unnecessary cast to char *.
18243         * lib/strnlen.c: Include <string.h> unconditionally.
18244         * lib/yesno.c (yesno): Define with a prototype.
18245
18246 2003-09-11  Bruno Haible  <bruno@clisp.org>
18247
18248         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18249
18250 2003-09-10  Jim Meyering  <jim@meyering.net>
18251
18252         * lib/error.c: Correct indentation of cpp directives.
18253
18254 2003-09-10  Bruno Haible  <bruno@clisp.org>
18255
18256         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18257         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18258         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18259         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18260         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18261         <stdlib.h> and <string.h> checks.
18262         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18263         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18264
18265 2003-09-10  Bruno Haible  <bruno@clisp.org>
18266
18267         * lib/strcspn.c: Include <string.h> unconditionally.
18268         * lib/strpbrk.c: Include <string.h> unconditionally.
18269         * lib/strstr.c: Include <string.h> unconditionally.
18270         * lib/unicodeio.c: Include <string.h> unconditionally.
18271         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18272         * lib/unsetenv.c: Likewise.
18273         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18274         * lib/yesno.c: Include <stdlib.h> unconditionally.
18275         (rpmatch): Add prototype.
18276
18277 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18278
18279         More patches to assume C89 or better.
18280         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18281         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18282         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18283         or for string.h.
18284         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18285         stdlib.h.
18286         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18287         C headers.
18288         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18289         string.h.
18290         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18291         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18292         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18293         or for string.h.
18294         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18295         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18296         C headers.
18297         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18298         memcpy.
18299         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18300         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18301         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18302         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18303         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18304         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18305         string.h, free.
18306         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18307         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18308         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18309         C headers, or for string.h.
18310         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18311         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18312         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18313         headers, memory.h, stdlib.h, string.h, strings.h.
18314         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18315         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18316         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18317         strchr.
18318         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18319         headers, memory.h, string.h.
18320         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18321         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18322         free.
18323         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18324         headers.
18325         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18326         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18327         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18328         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18329         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18330
18331 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18332
18333         More K&R removal.
18334
18335         * lib/acosl.c (main): Use a prototype.
18336         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18337         tanl.c: Likewise.
18338
18339         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18340
18341         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18342         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18343         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18344         with a prototype.
18345         * lib/getopt.c (const): Remove macro.
18346         Include <string.h> unconditionally.
18347         (my_index): Remove; all uses changed to strchr.
18348         (strlen): Remove decl.
18349         (exchange): Remove forward decl; no longer needed.
18350         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18351         Define with prototype.
18352         * lib/getopt1.c (const): Remove macro.
18353         (getopt_long, getopt_long_only, main): Define with prototype.
18354
18355         * lib/getugroups.c: Include <string.h> unconditionally.
18356
18357         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18358         (getusershell, setusershell, endusershell, readname, main):
18359         Define with prototypes.
18360
18361         * lib/group-member.c: Include group-member.h first.
18362         Include <stdlib.h> unconditionally.
18363
18364         * lib/hard-locale.c: Include hard-locale.h first.
18365         Include <stdlib.h>, <string.h> unconditionally.
18366
18367         * lib/hash.c (free, malloc): Remove decls.
18368         Include <stdlib.h> unconditionally.
18369
18370         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18371         (getenv): Do not declare.
18372
18373         * lib/idcache.c: Include <string.h> unconditionally.
18374
18375         * lib/long-options.c: Include long-options.h first, to test interface.
18376         Include <stdlib.h> unconditionally.
18377
18378         * lib/makepath.c: Include makepath.h first, to test interface.
18379         Include <stdlib.h> and <string.h> unconditionally.
18380
18381         * lib/linebuffer.c: Include <stdlib.h>.
18382         (free): Remove decl.
18383
18384         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18385         stddef.h. rpl_malloc returns void *, not char *.
18386         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18387         prototype.
18388
18389         * lib/md5.h: Include <limits.h> unconditionally.
18390         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18391         (__P): Remove; all uses removed.
18392         * lib/md5.c: Include "md5.h" first.
18393         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18394         md5_buffer, md5_process_bytes, md5_process_block):
18395         Define with prototypes.
18396         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18397         * lib/sha.c: Include "sha.h" first.
18398         Include <stdlib.h>, <string.h> unconditionally.
18399
18400         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18401         * lib/memcmp.c (__ptr_t): Likewise.
18402         * lib/memrchr.c (__ptr_t): Likewise.
18403         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18404         Include <string.h> unconditionally.
18405         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18406         * lib/memchr.c: Include <stdlib.h> unconditionally.
18407         * lib/memchr.c (LONG_MAX): Remove.
18408         * lib/memrchr.c (LONG_MAX): Likewise.
18409         * lib/memchr.c (__memchr): Define via a prototype.
18410         * lib/memrchr.c (__memrchr): Likewise.
18411         * lib/memcmp.c (__P): Remove, and remove all uses.
18412         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18413         Remove forward decls; no longer needed.
18414         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18415         Use types required by C89 in prototype.
18416
18417         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18418         * lib/savedir.c: Likewise.
18419         * lib/mkdir.c (free): Remove decl.
18420         * lib/rmdir.c (rmdir): Define with a prototype.
18421         * lib/savedir.c: Include savedir.h first, to test interface.
18422
18423         * lib/mktime.c (STDC_HEADERS): Remove.
18424         Include <stdlib.h>, <string.h> unconditionally.
18425
18426         * lib/modechange.c: Include <stdlib.h> unconditionally.
18427         (malloc): Remove decl.
18428
18429         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18430         (free): Remove decl.
18431
18432         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18433         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18434         (This type really should be intptr_t, but that's a C99ism.)
18435         (_obstack_memcpy): Remove: all uses changed to memcpy.
18436         Include <string.h> unconditionally.
18437         (struct obstack): Assume __STDC__ for types of members
18438         chunkfun, freefun, extra_arg.
18439         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18440         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18441         obstack_begin, obstack_specify_allocation,
18442         obstack_specify_allocation_with_arg, obstack_chunkfun,
18443         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18444         Remove unprototyped decls and the macros that use them.
18445         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18446         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18447         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18448         (defined __STDC__ && __STDC__)]:
18449         Remove nonprototyped code.
18450         Include <stdlib.h> unconditionally.
18451         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18452         _obstack_allocated_p, _obstack_free, obstack_free,
18453         _obstack_memory_used, print_and_abort):
18454         Define using prototypes.
18455         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18456         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18457         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18458         obstack_next_free, obstack_object_size, obstack_room) [0]:
18459         Remove unused, unprototyped code.
18460
18461         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18462
18463         * lib/physmem.c (physmem_total, physmem_available, main): Define
18464         with prototypes.
18465
18466         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18467         (main): Define with a prototype.
18468
18469         * lib/posixver.c (getenv): Remove decl.
18470
18471         * lib/putenv.c (malloc): Returns void *, not char *.
18472         Include <string.h> unconditionally.
18473         (strchr, memcpy, NULL): Do not define.
18474
18475         * lib/readtokens.c: Include readtokens.h first, to test interface.
18476         Include <stdlib.h>, <string.h> unconditionally.
18477         (init_tokenbuffer): Define with a prototype.
18478
18479         * lib/regex.c (PARAMS): Remove.  All uses removed.
18480         All uses of _RE_ARGS removed, too.
18481         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18482         unconditionally.
18483         (bzero): Assume memset exists.
18484         (memcmp, memcpy, NULL): Remove.
18485         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18486         char, or assignments to local vars of type signed char.
18487         (init_syntax_once, PREFIX(extract_number_and_incr),
18488         PREFIX(print_partial_compiled_pattern),
18489         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18490         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18491         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18492         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18493         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18494         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18495         wcs_compile_range, byte_compile_range, truncate_wchar,
18496         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18497         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18498         count_mbs_length, wcs_re_match_2_internal,
18499         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18500         PREFIX(alt_match_null_string_p),
18501         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18502         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18503         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18504         now-unnecessary declaration, if any.
18505         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18506         regcomp, regexec):
18507         Remove now-unnecessary casts among pointer types.
18508         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18509
18510         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18511         (free): Remove decl.
18512
18513         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18514
18515         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18516         (free): Remove decl.
18517
18518         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18519         * lib/xgetcwd.c: Likewise.
18520
18521         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18522         (free): Remove decl.
18523
18524         * lib/strchrnul.c (strchrnul): Define with a prototype.
18525         Fix bug: c_in was not converted to char before searching.
18526
18527         The following changes are not K&R related:
18528
18529         * lib/group-member.h: Include <sys/types.h>, so that this file is
18530         self-contained.
18531         * lib/makepath.h: Likewise.
18532
18533         * lib/getusershell.c (readname, default_index, line_size, readname):
18534         Use size_t, not int, for sizes.
18535         (readname): If the size overflows, report an error instead of
18536         looping forever.
18537
18538 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18539
18540         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18541         libc.
18542
18543 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18544
18545         * README: New section: portability guidelines.
18546
18547 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18548
18549         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18550         C89 spec.
18551
18552 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18553
18554         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18555
18556 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18557
18558         Assume C89 or better; remove K&R cruft.
18559         A few of these changes were first proposed by Derek Robert Price
18560         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18561
18562         * lib/addext.c: Include <string.h> unconditionally.
18563         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18564         Don't declare getenv or malloc.
18565
18566         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18567         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18568         (NULL): Remove.
18569         (find_stack_direction, alloca): Use prototypes.
18570
18571         * lib/atexit.c (atexit): Define using a prototype.
18572
18573         * lib/basename.c, dirname.c, stripslash.c:
18574         Include <string.h> unconditionally.
18575
18576         * lib/bcopy.c: Include <stddef.h>.
18577         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18578
18579         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18580
18581         * lib/error.h (error, error_at_line, error_print_progname)
18582         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18583         * lib/error.c: Include error.h first, to check interface.
18584         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18585         (VA_START): Remove; all uses changeed to va_start.
18586         (exit, strerror): Remove decls.
18587         (error_print_progname): Prototype uncondionally.
18588         Don't include <errno.h>; no longer needed.
18589         (private_strerror): Remove.
18590         (error_tail): Always define.
18591         (error, error_at_line): Assume C89 or better; always use prototypes.
18592         * lib/fatal.c: Include "fatal.h" first, to test interface.
18593         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18594         (VA_START): Remove; all uses changed to va_start.
18595         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18596         this case.
18597         (exit): Remove decl.
18598         (fatal): Prototype unconditionally.  Assume va_start works.
18599         Abort at end, to pacify gcc.
18600
18601         * lib/euidaccess.c (main): Define with a prototype.
18602
18603         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18604
18605         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18606
18607         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18608         prototypes.
18609         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18610         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18611         (getenv): Remove decl.
18612         (fnmatch): Define using a prototype.
18613         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18614         (FCT): Define using a prototype.
18615
18616         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18617
18618         * lib/gethostname.c: Include <stddef.h>.
18619         (gethostname): Define with prototype.  Length is size_t, not int.
18620
18621 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18622
18623         Assume C89 or better; remove K&R cruft.
18624         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18625         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18626         string.h, getenv, malloc.
18627         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18628         headers.
18629         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18630         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18631         do not check for strerror.
18632         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18633         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18634         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18635         do not check for doprnt or vprintf.
18636         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18637         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18638
18639 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18640
18641         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18642         getversion.c should have been removed then, but was accidentally
18643         preserved.
18644
18645         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18646         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18647
18648 2003-09-08  Karl Berry  <karl@gnu.org>
18649
18650         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18651                 config, forget about prep.
18652
18653         * config/depcomp, missing: update from automake.
18654
18655 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18656
18657         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18658         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18659
18660 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18661
18662         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18663         copy_tm_result.  Bug reported by Simon Josefsson in
18664         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18665
18666 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18667
18668         * m4/time_r.m4: New file.
18669         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18670         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18671         is. Check for timegm declaration.
18672         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18673         Do not check for gmtime_r.
18674         Replace mktime if __mktime_internal does not exist and if mktime
18675         hasn't been replaced already.
18676
18677 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18678
18679         * lib/time_r.c, lib/time_r.h: New files.
18680
18681         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18682         __localtime_r.
18683         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18684         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18685
18686         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18687         __gmtime_r.
18688         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18689         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18690         Include <time_r.h>.
18691
18692         * lib/timegm.c: Switch to glibc implementation, with the following
18693         changes:
18694         [defined HAVE_CONFIG_H]: Include <config.h>.
18695         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18696         (__mktime_internal) [!defined _LIBC]: New decl.
18697         (__gmtime_r) [!defined _LIBC]: New macro and function.
18698         (timegm): Use a prototype, since gnulib assumes C89.
18699         Do not bother declaring tmp to be const, as it's not really usefu.
18700         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18701         (timegm): Declare only if HAVE_DECL_TIMEGM.
18702
18703 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18704
18705         * MODULES.html.sh (func_all_modules): Add time_r.
18706         * modules/time_r: New file.
18707         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18708         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18709
18710 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18711
18712         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18713         Bug reported by Lute Kamstra in
18714         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18715
18716         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18717         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18718         course with correspondingly smaller numbers for tomorrow and
18719         yesterday.  From Tadayoshi Funaba.  Originally installed into
18720         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18721         coreutils merge?).
18722
18723 2003-08-31  Simon Josefsson  <jas@extundo.com>
18724
18725         * modules/timegm: New file.
18726         * MODULES.html.sh (func_all_modules): Add timegm.
18727
18728 2003-08-31  Simon Josefsson  <jas@extundo.com>
18729
18730         * m4/timegm.m4: New file.
18731
18732 2003-08-31  Simon Josefsson  <jas@extundo.com>
18733
18734         * lib/timegm.h: New file.
18735         * lib/timegm.c: New file.  Based on
18736         wget-1.8.2/src/http.c:mktime_from_utc.
18737
18738 2003-08-31  Karl Berry  <karl@gnu.org>
18739
18740         * lib/argp.h: update from libc.
18741
18742 2003-08-28  Bruno Haible  <bruno@clisp.org>
18743
18744         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18745         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18746         followed by '#define fnmatch fnmatch_posix' gives an error.
18747
18748 2003-08-28  Bruno Haible  <bruno@clisp.org>
18749
18750         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18751         warning on QNX, which defines O_BINARY to 000000.
18752
18753 2003-08-27  Jim Meyering  <jim@meyering.net>
18754
18755         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18756         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18757         would fail after 32.  Reported by Danny Levinson.  Details here:
18758         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18759
18760 2003-08-24  Bruno Haible  <bruno@clisp.org>
18761
18762         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18763         MSVC7 <stdio.h> is included later.
18764
18765 2003-08-22  Simon Josefsson  <jas@extundo.com>
18766
18767         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18768
18769 2003-08-20  Karl Berry  <karl@gnu.org>
18770
18771         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18772
18773 2003-08-20  Bruno Haible  <bruno@clisp.org>
18774
18775         * modules/progname: New file.
18776         * MODULES.html.sh (func_all_modules): Add progname.
18777
18778 2003-08-20  Bruno Haible  <bruno@clisp.org>
18779
18780         * lib/progname.h: New file, from GNU gettext.
18781         * lib/progname.c: New file, from GNU gettext.
18782         * lib/progreloc.c: New file, from GNU gettext.
18783
18784 2003-08-19  Jim Meyering  <jim@meyering.net>
18785
18786         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18787         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18788
18789 2003-08-19  Bruno Haible  <bruno@clisp.org>
18790
18791         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18792         more.
18793
18794 2003-08-19  Bruno Haible  <bruno@clisp.org>
18795
18796         * lib/xstrdup.c: Assume <string.h> exists.
18797
18798 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18799
18800         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18801         in makefile rules.
18802
18803 2003-08-18  Jim Meyering  <jim@meyering.net>
18804
18805         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18806         * m4/lib-ld.m4: Likewise.
18807
18808 2003-08-18  Jim Meyering  <jim@meyering.net>
18809
18810         * lib/setenv.h: Indent nested cpp directive.
18811         * lib/vasnprintf.c: Remove trailing blanks.
18812
18813 2003-08-17  Simon Josefsson  <jas@extundo.com>
18814
18815         * modules/xstrndup: New file.
18816         * MODULES.html.sh (func_all_modules): Add xstrndup.
18817
18818 2003-08-17  Simon Josefsson  <jas@extundo.com>
18819
18820         * modules/argp: Fix autoconf macro name. Add more dependencies.
18821
18822 2003-08-17  Simon Josefsson  <jas@extundo.com>
18823
18824         * m4/xstrndup.m4: New file.
18825
18826 2003-08-17  Simon Josefsson  <jas@extundo.com>
18827
18828         * m4/argp.m4: New file.
18829
18830 2003-08-17  Simon Josefsson  <jas@extundo.com>
18831             Bruno Haible  <bruno@clisp.org>
18832
18833         * lib/xstrndup.h: New file.
18834         * lib/xstrndup.c: New file.
18835
18836 2003-08-17  Bruno Haible  <bruno@clisp.org>
18837
18838         * modules/strndup (Files, Include): Add lib/strndup.h.
18839
18840 2003-08-17  Bruno Haible  <bruno@clisp.org>
18841
18842         * modules/euidaccess (Files): Add lib/euidaccess.h.
18843
18844 2003-08-17  Bruno Haible  <bruno@clisp.org>
18845
18846         * lib/strndup.h: New file.
18847
18848 2003-08-17  Bruno Haible  <bruno@clisp.org>
18849
18850         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18851         like AC_GNU_SOURCE.
18852         * modules/extensions (configure.ac): Comment out the invocation of
18853         gl_USE_SYSTEM_EXTENSIONS.
18854
18855 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18856
18857         Merges from coreutils, etc.
18858         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18859         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18860         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18861         fixing a typo.
18862         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18863         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18864
18865 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18866
18867         Document merge from coreutils.
18868         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18869         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18870         * modules/utime: Add m4/utimes-null.m4.
18871
18872 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18873
18874         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18875         space, undoing this 2003-08-12 change:
18876         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18877
18878 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18879
18880         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18881         strtoul.c from libc, undoing this 2003-08-12 change:
18882         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18883
18884 2003-08-16  Jim Meyering  <jim@meyering.net>
18885
18886         Merges from coreutils.
18887         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18888         prefix.  Adjust cache variables similarly.  Create 500 rather than
18889         just 300 files, to exercise bug on Darwin6.5, too.
18890         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18891         $missing_dir.
18892         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18893         AM_SYS_POSIX_TERMIOS.
18894         Reported by mkc@mathdogs.com.
18895         Also change use of $am_cv_sys_posix_termios
18896         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18897         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18898         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18899         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18900         in /proc/mounts until it finds one with matching device number.  This
18901         is unnecessary when the FILE argument *is* a mount point.  No stat call
18902         is necessary in that case.  So, disable the statvfs-testing code on
18903         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18904         as RedHat bug# 84846.
18905         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18906         to 1MB, so as not to render systems with no stack size limit (e.g.,
18907         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18908         Include <unistd.h>.  On some systems,
18909         it is required for the definition of _SC_PAGESIZE.
18910
18911 2003-08-16  Jim Meyering  <jim@meyering.net>
18912
18913         Merge from coreutils.
18914         * lib/xstrtoimax.c: #else #if -> #elif.
18915         * lib/xstrtoumax.c: Likewise.
18916
18917 2003-08-16  Jim Meyering  <jim@meyering.net>
18918
18919         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18920         * m4/utimes.m4: Removed.
18921         * m4/utimes-null.m4: Renamed from utimes.m4.
18922
18923         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18924         to 1MB, so as not to render systems with no stack size limit (e.g.,
18925         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18926         Include <unistd.h>.  On some systems,
18927         it is required for the definition of _SC_PAGESIZE.
18928
18929 2003-08-16  Jim Meyering  <jim@meyering.net>
18930         and Paul Eggert  <eggert@cs.ucla.edu>
18931
18932         Merges from coreutils, etc.
18933
18934         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18935         using the latest version from cvs.  This avoids problems with #line
18936         directives using a vendor (Sun) compiler.
18937         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18938         Don't set GETGROUPS_LIB here; now it's
18939         done via getgroups.m4's wrapper function.
18940         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18941         rather than just in sh-util/configure.in, so that the
18942         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18943         same.
18944         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18945         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18946         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18947         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18948         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18949         Remove code that is now done by the newly-required macros.
18950         Append $(EXEEXT) to DF_PROG.
18951         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18952         Do not invoke or require the following here,
18953         since prereq.m4 or some gnulib .m4 now does this for us:
18954         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18955         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18956         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18957         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18958         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18959         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18960         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18961         AC_FUNC_OBSTACK.
18962         Do not replace the following functions, as this is now the job
18963         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18964         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18965         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18966         atexit getpass, strdup, getpagesize.
18967         Replace 'raise'.
18968         Do not check for the following functions, as this is now the job
18969         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18970         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18971         setregid.
18972         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18973         Check for sys/sysctl.h.
18974         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18975         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18976         of checking for ssize_t ourselves.
18977
18978         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18979         Require every macro that gnulib/modules/* suggests for us.
18980         (jm_PREREQ_ADDEXT): New macro.
18981         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18982         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18983
18984         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18985         (gl_PHYSMEM): Use it.
18986         Also check for `table' function.
18987         Check for new headers and functions.
18988         Add check for sys/sysmp.h.
18989         With suggestions from Kaveh Ghazi.
18990         Ignore headers that are present but cannot be compiled.  This
18991         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18992         C 5.4.
18993
18994 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18995
18996         Document merge from coreutils.
18997         * modules/userspec: Depend on posixver.
18998         * modules/strftime: Depend on tzset.
18999
19000 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19001
19002         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19003         rather than tab, after '#' in shell-script copyright notices.
19004         Suggested by Bruno Haible.
19005
19006 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19007
19008         * config/srclist-update: Use three spaces, rather than tab, after '#'
19009         in shell-script copyright notices.  Suggested by Bruno Haible.
19010         Remove unnecessary parenthesization in regular expression.
19011
19012 2003-08-15  Jim Meyering  <jim@meyering.net>
19013
19014         Merge from coreutils.
19015         * lib/xgethostname.c: Include <stdlib.h>.
19016         (xghostname): Don't exit for anything other than memory-related
19017         failure; just return NULL.
19018         * lib/userspec.c: Include "posixver.h".
19019         (parse_user_spec): Accept `.' as a separator only
19020         in pre-POSIX-200112 mode.
19021         * lib/strtoimax.c: Use #elif rather than #else #if.
19022         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19023         Remove function, now that we can rely on a working tzset function.
19024         [!_LIBC]: Ensure that the required autoconf test has been run.
19025         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19026         Use underlying_strftime for %r.
19027         * lib/sha.c: Merge in some clean-up and optimization changes from
19028         glibc.
19029         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19030         Ensure that it is a multiple of 64.
19031         Rearrange loop exit tests so as to avoid performing an
19032         additional fread after encountering an error or EOF.
19033         * lib/realloc.c: Update copyright date.
19034
19035 2003-08-15  Jim Meyering  <jim@meyering.net>
19036         and Paul Eggert  <eggert@twinsun.com>
19037
19038         Merge from coreutils.
19039         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19040         member but strut utmpx does not.  Needed for AIX 4.3.3.
19041         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19042
19043 2003-08-15  Jim Meyering  <jim@meyering.net>
19044         and Paul Eggert  <eggert@cs.ucla.edu>
19045
19046         Merges from coreutils, etc.
19047         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19048         Require gl_FUNC_TZSET_CLOBBER.
19049         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19050         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19051         members.
19052
19053 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19054
19055         Help the merge from coreutils.
19056         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19057         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19058         * m4/tzset.m4: Use it too.
19059
19060 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19061
19062         * modules/tzset: New file.
19063
19064 2003-08-14  Jim Meyering  <jim@meyering.net>
19065
19066         Merges from coreutils.
19067         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19068         variable names, rather than @FNMATCH_H@.
19069         * modules/alloca: Likewise for $(ALLOCA_H).
19070
19071         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19072         the three copies of the literal target, `fnmatch.h'.
19073         * modules/alloca (alloca.h): Likewise.
19074
19075 2003-08-14  Jim Meyering  <jim@meyering.net>
19076
19077         Merge from coreutils.
19078         * m4/tzset.m4: New file.
19079         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19080         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19081         otherwise, AIX 5.1 systems would end up using the latter.
19082         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19083         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19084         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19085         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19086
19087 2003-08-14  Jim Meyering  <jim@meyering.net>
19088
19089         Merge from coreutils.
19090         * lib/obstack.h: Whitespace changes.
19091         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19092         and xcalloc return values.
19093         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19094         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19095         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19096         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19097         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19098         error from mntctl.
19099         Use mntctl's return value to drive the entry-processing loop, since
19100         we can't rely on the value of the vmt_length member in the last
19101         entry.  On some systems doing so could result in exhausting
19102         virtual memory.  Based in part on a patch from Mike Jetzer.
19103
19104 2003-08-14  Jim Meyering  <jim@meyering.net>
19105         and Paul Eggert  <eggert@twinsun.com>
19106
19107         Merges from coreutils, plus other fixes.
19108         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19109         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19110         for credits and details.  Thanks to Kaveh Ghazi for helping
19111         to keep these files in sync.
19112         (ARRAY_SIZE): Define it.
19113         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19114         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19115         (memcasecmp): Don't assume size_t fits in unsigned int.
19116         Remove casts and duplicate code.
19117         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19118         (memcpy): Remove definition.
19119         Merge in some clean-up and optimization changes from glibc.
19120         [BLOCKSIZE]: Move definition to top of file.
19121         Ensure that it is a multiple of 64.
19122         Rearrange loop exit tests so as to avoid performing an
19123         additional fread after encountering an error or EOF.
19124         * lib/md5.h (md5_uintptr): Define.
19125         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19126         return to the initial working directory.  Preserve errno
19127         for caller.
19128         * lib/idcache.c: Include "xalloc.h".
19129         (xmalloc, xrealloc): Remove decls.
19130         (getuser): Remove casts no longer required in C89.
19131         * lib/human.c: Include stdio.h, for sprintf.
19132         * lib/group-member.c: Include "xalloc.h".
19133         (xmalloc, xrealloc): Remove decls.
19134         (get_group_info): Remove casts no longer required in C89.
19135         * lib/getusershell.c (readname): Remove casts no longer required in
19136         C89.
19137         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19138         * lib/getline.c: Whitespace fix, from coreutils.
19139
19140 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19141
19142         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19143         Check for isascii.
19144
19145         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19146         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19147         Undo previous (whitespace-only) change.
19148
19149 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19150
19151         * lib/exclude.c: Include <ctype.h>
19152         (IN_CTYPE_DOMAIN): New macro.
19153         (is_space): New fn.
19154         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19155         and empty lines.
19156
19157         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19158         Undo previous (whitespace-only) change.
19159
19160 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19161
19162         * config/srclist-update: Change update back to the old behavior,
19163         leaving whitespace alone.  Use one 'sed' command rather than a
19164         pipeline.
19165         (fixlicense): Now a variable, not a function.
19166         (remove_trailing_blanks): Remove.
19167         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19168         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19169         Undo previous (whitespace-only) change.
19170
19171 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19172
19173         Merge from coreutils.
19174         * modules/euidaccess: Add lib_SOURCES, include for new
19175         file euidaccess.h
19176
19177 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19178
19179         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19180         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19181         Normalize leading white space and remove trailing white space.
19182
19183         Merge from coreutils
19184         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19185
19186         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19187         0.12.1.  These files are now being upgraded automatically by
19188         ../config/srclist-update.
19189
19190 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19191
19192         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19193         Normalize leading white space and remove trailing white space.
19194         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19195         notice, as per ../config/srclist-update.
19196
19197         Merge from coreutils.
19198         * lib/euidaccess.h: New file.
19199         * lib/euidaccess.c: Include it.
19200         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19201         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19202         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19203
19204 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19205
19206         * config/srclist-update: Add copyright notice.
19207         (remove_id_lines, remove_trailing_blanks): New constants.
19208         (fixfile): Use them to normalize spacing a bit in copied files.
19209         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19210         Normalize leading white space and remove trailing white space.
19211
19212         * config/texinfo.tex: Sync with texinfo.
19213
19214         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19215         strtoul.c from libc, to merge coreutils whitespace changes.
19216
19217         * config/srclist.txt: Get the following m4 files from gettext:
19218         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19219         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19220         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19221         wint_t.m4.
19222
19223 2003-08-12  Karl Berry  <karl@gnu.org>
19224
19225         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19226         been made.
19227
19228 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19229
19230         * modules/gnu-source, m4/gnu-source.m4:
19231         Remove; we're assuming Autoconf 2.54 or later now.
19232         Suggested by Bruno Haible.
19233         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19234
19235 2003-08-11  Bruno Haible  <bruno@clisp.org>
19236
19237         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19238
19239 2003-08-11  Bruno Haible  <bruno@clisp.org>
19240
19241         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19242         (vasnprintf): Use it instead of wcslen.
19243
19244 2003-08-11  Bruno Haible  <bruno@clisp.org>
19245
19246         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19247         value to ensure that _Bool promotes to int. Use #define for _Bool when
19248         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19249
19250 2003-08-10  Karl Berry  <karl@gnu.org>
19251
19252         * lib/regex.h: update from libc (whitespace fix).
19253
19254 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19255
19256         Merge some files from coreutils.  These changes were
19257         originally made by Jim Meyering.
19258         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19259         many older Unixes require this.
19260         * lib/alloca.c (alloca): Remove cast to argument of free;
19261         no longer needed in C89.
19262         * lib/alloca_.h, regex.h: Fix white space to match
19263         what GNU indent does.
19264
19265 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19266
19267         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19268         apparently Emacs's Unicode mode got confused before my 2003-08-05
19269         checkin.
19270
19271 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19272
19273         * m4/extensions.m4: New file.
19274         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19275         Require gl_USE_SYSTEM_EXTENSIONS.
19276         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19277         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19278
19279 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19280
19281         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19282         * modules/extensions, modules/gnu-source: New files.
19283         * modules/timespec, modules/unlocked-io: Depend on extensions.
19284
19285 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19286
19287         * modules/restrict: New file.
19288         * MODULES.html.sh (func_all_modules): Add restrict.
19289         * modules/regex: Depend on restrict.
19290
19291 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19292
19293         * m4/restrict.m4: New file.
19294         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19295
19296 2003-08-07  Bruno Haible  <bruno@clisp.org>
19297
19298         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19299         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19300
19301 2003-08-07  Bruno Haible  <bruno@clisp.org>
19302
19303         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19304         makes the module 'getndelim2' compatible with the module 'getline'.
19305
19306 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19307
19308         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19309         byte with "\201" to avoid glitches when editing that source file
19310         with multi-gnome-terminal.
19311
19312 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19313
19314         * lib/bumpalloc.h: Remove.
19315
19316 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19317
19318         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19319         * modules/bumpalloc: Remove.
19320
19321 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19322
19323         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19324         GNU coding style.
19325
19326         Merge from coreutils.
19327         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19328         1. From glibc.
19329         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19330         from Karl Berry, implemented by Jim Meyering.
19331         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19332         from Dmitry V. Levin.
19333         Remove anachronistic cast of xrealloc.
19334         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19335         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19336         type. Otherwise, it wouldn't compile with at least /bin/cc on
19337         ymp-cray-unicos9.0.2.X.
19338         Combine two mostly-identical uses of alloca into one.
19339         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19340
19341 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19342
19343         [From Emacs.]
19344
19345         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19346         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19347         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19348         obsolete NLIST_NAME_UNION.
19349         [__GNU__]: Undef BSD and FSCALE.
19350         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19351
19352 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19353
19354         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19355         an enum type, so that it's guaranteed to promote to int.  See:
19356         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19357
19358 2003-08-03  Karl Berry  <karl@gnu.org>
19359
19360         * config/depcomp: update from automake.
19361
19362 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19363
19364         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19365         (strerror): Don't assume that a printable int fits in 14 bytes.
19366
19367 2003-07-31  Bruno Haible  <bruno@clisp.org>
19368
19369         * modules/getpass-gnu: New file.
19370         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19371
19372 2003-07-31  Bruno Haible  <bruno@clisp.org>
19373
19374         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19375
19376 2003-07-24  Karl Berry  <karl@gnu.org>
19377
19378         * config/missing: update from automake.
19379
19380 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19381             Bruno Haible  <bruno@clisp.org>
19382
19383         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19384         * lib/getline.c (getline, getdelim): Likewise.
19385         Remove _GNU_SOURCE define; now it's defined in config.h through
19386         m4/getline.m4.
19387
19388 2003-07-23  Karl Berry  <karl@gnu.org>
19389
19390         * config/config.sub: update from prep.
19391
19392 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19393
19394         * modules/xalloc (Depends-on): Add exitfail.
19395         * modules/xmemcoll: Likewise.
19396
19397 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19398
19399         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19400         over-parenthesization in macros.
19401
19402         Sync with coreutils.
19403
19404         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19405         required by C99.
19406
19407         Use `exit_failure' for xalloc and xmemcoll instead of their own
19408         private exit-failure variables.
19409         * lib/xalloc.h (xalloc_exit_failure): Remove.
19410         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19411         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19412         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19413         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19414         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19415
19416 2003-07-20  Jim Meyering  <jim@meyering.net>
19417
19418         * modules/closeout (Depends-on): Add exitfail.
19419         Suggestion from Bruno Haible.
19420
19421 2003-07-19  Karl Berry  <karl@gnu.org>
19422
19423         * config/config.sub: update from prep.
19424
19425 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19426
19427         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19428         Remove.
19429         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19430         to test that it can stand by itself.  Include "exitfail.h".
19431         Clients should set exit_failure instead.
19432         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19433
19434 2003-07-18  Bruno Haible  <bruno@clisp.org>
19435
19436         * modules/getndelim2: New file.
19437         * modules/getline: Share files with module getndelim2.
19438         * modules/getnline: Depend on getndelim2 instead of sharing files with
19439         it. Add getnline.c to lib_SOURCES.
19440         * MODULES.html.sh (func_all_modules): Add getndelim2.
19441
19442 2003-07-18  Bruno Haible  <bruno@clisp.org>
19443
19444         * m4/getndelim2.m4: New file.
19445         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19446         invoke gl_PREREQ_GETNDELIM2.
19447         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19448         gl_PREREQ_GETNDELIM2.
19449         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19450         gl_GETNDELIM2.
19451
19452 2003-07-18  Bruno Haible  <bruno@clisp.org>
19453
19454         * lib/getndelim2.h: New file.
19455         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19456         getndelim2.h.
19457         (getndelim2): Make non-static. Change return type to ssize_t.
19458         * lib/getline.h: Change argument names.
19459         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19460         * lib/getnline.c: Include getndelim2.h.
19461
19462 2003-07-18  Andreas Schwab  <schwab@suse.de>
19463
19464         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19465
19466 2003-07-17  Karl Berry  <karl@gnu.org>
19467
19468         * config/config.sub: update from prep.
19469
19470 2003-07-17  Bruno Haible  <bruno@clisp.org>
19471
19472         * modules/getnline: New file.
19473         * modules/getline: Add lib/getndelim2.c to source file list.
19474         * MODULES.html.sh (func_all_modules): Add getnline.
19475
19476 2003-07-17  Bruno Haible  <bruno@clisp.org>
19477
19478         * m4/getnline.m4: New file.
19479
19480 2003-07-17  Bruno Haible  <bruno@clisp.org>
19481
19482         * m4/Makefile.am.in: Remove file.
19483         * m4/Makefile.am: Remove file.
19484         * m4/Makefile.in: Remove file.
19485
19486 2003-07-17  Bruno Haible  <bruno@clisp.org>
19487
19488         * lib/getnline.h: New file.
19489         * lib/getnline.c: New file.
19490         * lib/getndelim2.c: New file, extracted from getline.c.
19491         (getndelim2): Renamed from getdelim2, with added nmax argument.
19492         * lib/getline.c: Include getndelim2.c.
19493         (getdelim2): Moved out to getndelim2.c.
19494         (getline, getdelim): Update.
19495
19496 2003-07-17  Bruno Haible  <bruno@clisp.org>
19497
19498         * lib/Makefile.am: Remove file.
19499         * lib/Makefile.in: Remove file.
19500
19501 2003-07-17  Bruno Haible  <bruno@clisp.org>
19502
19503         * configure.in: Remove file.
19504         * Makefile.in: Remove file.
19505
19506 2003-07-17  Bruno Haible  <bruno@clisp.org>
19507
19508         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19509
19510 2003-07-16  Karl Berry  <karl@gnu.org>
19511
19512         * config/srclist-update: was running fixlicense twice, which caused
19513                 texinfo.tex to be nullified for some reason.  Simplify,
19514                 $gplsrc is no longer needed as far as I can see?
19515
19516 2003-07-16  Jim Meyering  <jim@meyering.net>
19517
19518         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19519
19520 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19521
19522         * config/srclist.txt: Get the following files from gettext-runtime/intl
19523         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19524         ref-del.sin.  From Bruno Haible.
19525         * config/srclist-update (fixfile): Change grep pattern again, since the
19526         previous fix didn't work (there was another trailing $).  Use
19527         '[$]' to escape the $s.
19528
19529 2003-07-15  Karl Berry  <karl@gnu.org>
19530
19531         * lib/vasnprintf.c: update from gettext.
19532
19533 2003-07-15  Karl Berry  <karl@gnu.org>
19534
19535         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19536         gets expanded when surrounded by '$'.
19537
19538 2003-07-15  Jim Meyering  <jim@meyering.net>
19539
19540         * modules/save-cwd: Don't depend on error.  From Derek Price.
19541
19542 2003-07-15  Jim Meyering  <jim@meyering.net>
19543
19544         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19545
19546 2003-07-14  Simon Josefsson  <jas@extundo.com>
19547
19548         * modules/mempcpy: New file.
19549         * MODULES.html.sh (func_all_modules): Add mempcpy.
19550
19551 2003-07-14  Simon Josefsson  <jas@extundo.com>
19552
19553         * m4/mempcpy.m4: New file.
19554
19555 2003-07-14  Simon Josefsson  <jas@extundo.com>
19556
19557         * lib/mempcpy.h: New file.
19558         * lib/mempcpy.c: New file.
19559
19560 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19561
19562         * modules/getdate, modules/posixtm: Depend on mktime.
19563
19564 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19565
19566         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19567         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19568         unicodeio.c, unicodeio.h, unlocked-io.h:
19569         Switch from LGPL to GPL.
19570
19571 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19572
19573         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19574         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19575         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19576         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19577         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19578         updated automatically by ../config/srclist-update.  This changes
19579         their license from LPGL to GPL.
19580
19581 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19582
19583         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19584         assumed to refer to the root of the most recent stable gettext version.
19585         * config/srclistvars.sh: Add defaults for eggert.
19586         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19587         Match "This program" as well as "The program".  This is needed
19588         for gettext.
19589
19590 2003-07-14  Jim Meyering  <jim@meyering.net>
19591
19592         Don't emit diagnostics.  Let callers do that.
19593         * lib/save-cwd.c: Don't include "error.h".
19594         (save_cwd): Don't call error.  Ensure that errno is valid
19595         when returning nonzero.
19596
19597         * lib/save-cwd.h (restore_cwd): Update prototype.
19598         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19599         Simplify.  Don't call error upon failure.  Let callers do that.
19600         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19601         when auditing is enabled.  But don't bother updating the #if.
19602
19603 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19604
19605         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19606         it breaks C++ compilation.
19607         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19608
19609 2003-07-10  Simon Josefsson  <jas@extundo.com>
19610
19611         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19612
19613 2003-07-10  Jim Meyering  <jim@meyering.net>
19614
19615         * m4/clock_time.m4: Remove trailing blank.
19616         * m4/intmax_t.m4: Likewise.
19617
19618 2003-07-10  Jim Meyering  <jim@meyering.net>
19619
19620         * lib/vasnprintf.c: Remove trailing blanks.
19621         Make cpp indentation consistent.
19622
19623 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19624
19625         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19626         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19627         Switch from LGPL to GPL.
19628
19629 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19630
19631         * config/srclist.txt: Sort sublists.  Add
19632         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19633         that differ from gnulib for one reason or another; we'd like this list
19634         to be smaller but for now let's document what we have.
19635
19636 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19637
19638         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19639         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19640         and sweeter "eval x=$x".
19641         * config/srclist.txt: Get lib/argp* from glibc.
19642
19643 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19644
19645         * lib/mktime.c: Fix some boundary cases and remove need for floating
19646         point.
19647
19648         Issue a compile-time diagnostic if time_t is floating point, or if
19649         two's complement arithmetic is not in effect, or if arithmetic
19650         right shift does not propagate the sign.  These assumptions were
19651         all in the original code but they weren't checked.
19652
19653         (TIME_T_MIDPOINT, verify): New macros.
19654         (__isleap): Remove; it has integer overflow problems.
19655         (leapyear): New function, without those problems.
19656         (ydhms_tm_diff): Remove; splitting into two parts.
19657         (ydhms_diff): New function, containing the arithmetic part of
19658         the old ydhms_tm_diff function.  Issue a compile-time
19659         diagnostic if we are not using C99 integer division.
19660         Avoid casts when possible.
19661         (guess_time_tm): New function, containing the checking part of
19662         the old ydhms_tm_diff function.  Return the new value, rather than
19663         the difference between it and the old.  Accept a new argument T
19664         so that *T specifies the old value.  Check for overflow in the result.
19665
19666         (__mktime_internal): Use a time_t offset, not a long int offset.
19667         This undoes the 2003-06-04 change, which is no longer needed now
19668         that we have better overflow checking.
19669         (localtime_offset): Likewise.
19670
19671         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19672         and long are 64-bit but int is only 32-bit.
19673         (ydhms_diff): Use long int to store year1 and yday1.
19674         Issue a compile-time diagnostic if long int is not wide enough.
19675
19676         (__mktime_internal): Use long int to store adjusted year and yday.
19677         Use plain C rather than preprocessor commands, if that doesn't
19678         affect efficiency.
19679         Check for overflow (and try to repair) after each probe
19680         rather than checking only at the very end.  This avoids some bugs
19681         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19682         does not equal GMT offset at maximum time).
19683         Use integer to check for overflow rather than floating point; this
19684         is more portable to non-IEEE hosts, and is a tad faster.
19685         When we detect that we are oscillating between two values,
19686         don't check whether tm_isdst has the requested value, since
19687         we already know the answer.  When tm_isdst has the wrong value,
19688         use a different heuristic to find the right one, based on the
19689         extreme values actually observed in practice in tz2003a,
19690         rather than the (overly optimistic) "previous 3 calendar quarters".
19691
19692         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19693         "T const" to accommodate glibc style.
19694         (check_result): Use less-confusing report format.  "long" -> "long int.
19695         (main): Likewise.
19696         Don't loop if the iteration overflows time_t.
19697         Allow a negative step in the iteration.
19698
19699 2003-07-06  Karl Berry  <karl@gnu.org>
19700
19701         * config/depcomp: update from automake.
19702         * config/config.sub: update from prep.
19703
19704 2003-07-03  Karl Berry  <karl@gnu.org>
19705
19706         * config/config.guess: update from prep.
19707
19708 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19709
19710         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19711         xreadlink.c now includes it unconditionally.
19712
19713 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19714
19715         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19716         having it depend on HAVE_SYS_TYPES_H.
19717
19718 2003-07-01  Bruno Haible  <bruno@clisp.org>
19719
19720         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19721         <sys/types.h> should be sufficient.
19722         Reported by Paul Eggert.
19723
19724 2003-06-26  Karl Berry  <karl@gnu.org>
19725
19726         * config/depcomp: update from automake.
19727
19728 2003-06-26  Bruno Haible  <bruno@clisp.org>
19729
19730         * modules/human: Depend on module stdbool.
19731
19732 2003-06-25  Bruno Haible  <bruno@clisp.org>
19733
19734         * modules/readlink: New file.
19735         * modules/xreadlink: Depend on it.
19736         * MODULES.html.sh (func_all_modules): Add readlink.
19737
19738 2003-06-25  Bruno Haible  <bruno@clisp.org>
19739
19740         * m4/readlink.m4: New file.
19741
19742 2003-06-25  Bruno Haible  <bruno@clisp.org>
19743
19744         * lib/readlink.c: New file.
19745
19746 2003-06-22  Karl Berry  <karl@gnu.org>
19747
19748         * config/srclist.txt: update mkinstalldirs from automake.
19749         * config/mkinstalldirs: update.
19750
19751 2003-06-22  Bruno Haible  <bruno@clisp.org>
19752
19753         Portability to mingw32.
19754         * m4/ssize_t.m4: New file, from GNU gettext.
19755         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19756         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19757
19758 2003-06-22  Bruno Haible  <bruno@clisp.org>
19759
19760         * modules/safe-read: Add m4/ssize_t.m4.
19761         * modules/xreadlink: Add m4/ssize_t.m4.
19762
19763 2003-06-20  Bruno Haible  <bruno@clisp.org>
19764
19765         Assume C89, so PARAMS isn't needed.
19766         * lib/unicodeio.h (PARAMS): Remove.
19767         * lib/unicodeio.c: Don't use PARAMS.
19768
19769 2003-06-18  Karl Berry  <karl@gnu.org>
19770
19771         * config/config.{guess,sub}: update from prep.
19772
19773 2003-06-18  Jim Meyering  <jim@meyering.net>
19774
19775         Merge changes from coreutils.
19776         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19777         Remove explicit declarations of xmalloc and realloc.
19778         Include xalloc.h.
19779         (read_utmp): Remove anachronistic cast of xmalloc.
19780
19781 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19782
19783         Assume C89, so PARAMS isn't needed.
19784         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19785         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19786         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19787         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19788         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19789         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19790         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19791         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19792         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19793         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19794         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19795         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19796         no longer needed. Anyway, config.h should always be included before any
19797         other file.
19798
19799 2003-06-11  Simon Josefsson  <jas@extundo.com>
19800
19801         * modules/sysexits: New file.
19802         * MODULES.html.sh (func_all_modules): Add sysexits.
19803
19804 2003-06-11  Simon Josefsson  <jas@extundo.com>
19805
19806         * lib/sysexit_.h: New file.
19807
19808 2003-06-11  Derek Price  <derek@ximbiot.com>
19809
19810         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19811         necessary.
19812
19813 2003-06-11  Bruno Haible  <bruno@clisp.org>
19814
19815         * m4/sysexits.m4: New file.
19816
19817 2003-06-10  Simon Josefsson  <jas@extundo.com>
19818
19819         * lib/argp.h: New file, from glibc.
19820         * lib/argp-ba.c: New file, from glibc.
19821         * lib/argp-eexst.c: New file, from glibc.
19822         * lib/argp-fmtstream.c: New file, from glibc.
19823         * lib/argp-fmtstream.h: New file, from glibc.
19824         * lib/argp-fs-xinl.c: New file, from glibc.
19825         * lib/argp-help.c: New file, from glibc.
19826         * lib/argp-namefrob.h: New file, from glibc.
19827         * lib/argp-parse.c: New file, from glibc.
19828         * lib/argp-pv.c: New file, from glibc.
19829         * lib/argp-pvh.c: New file, from glibc.
19830         * lib/argp-xinl.c: New file, from glibc.
19831
19832 2003-06-10  Simon Josefsson  <jas@extundo.com>
19833
19834         * modules/strchrnul: New file.
19835
19836 2003-06-10  Simon Josefsson  <jas@extundo.com>
19837
19838         * modules/argp: New file.
19839
19840 2003-06-10  Simon Josefsson  <jas@extundo.com>
19841
19842         * m4/strchrnul.m4: New file.
19843
19844 2003-06-10  Simon Josefsson  <jas@extundo.com>
19845
19846         * lib/strchrnul.h: New file.
19847         * lib/strchrnul.c: New file.
19848
19849 2003-06-10  Bruno Haible  <bruno@clisp.org>
19850
19851         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19852
19853 2003-06-07  Karl Berry  <karl@gnu.org>
19854
19855         * config/config.{guess,sub}: update from prep.
19856
19857 2003-06-07  Jim Meyering  <jim@meyering.net>
19858
19859         * modules/strtod: Use $(...) notation, not @...@ for
19860         AC_REPLACE'd variables.
19861         * modules/localcharset: Likewise.
19862
19863 2003-06-07  Jim Meyering  <jim@meyering.net>
19864
19865         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19866         in place of my name in the copyright comment.
19867         Remove definition and uses of __P.
19868
19869         From coreutils.
19870         * lib/stat.c: Don't declare xmalloc explicitly.
19871         Instead, include "xalloc.h".
19872         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19873         xrealloc, and xcalloc return values.
19874         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19875         Improve comment.
19876         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19877
19878 2003-06-07  Bruno Haible  <bruno@clisp.org>
19879
19880         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19881         avoid AC_CONFIG_LINKS.
19882         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19883         fnmatch.h, to avoid AC_CONFIG_LINKS.
19884         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19885
19886 2003-06-07  Bruno Haible  <bruno@clisp.org>
19887
19888         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19889         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19890         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19891         directory.
19892         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19893         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19894         directory.
19895
19896 2003-06-06  Jim Meyering  <jim@meyering.net>
19897
19898         Merge from coreutils.
19899         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19900         Consolidate declarations and initializations of *_base* locals.
19901
19902         Merge from coreutils.
19903         This avoids a core dump on systems without GNU putenv,
19904         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19905         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19906         (unsetenv): New static function, from GNU libc.
19907         (rpl_putenv): Use it.
19908
19909         * lib/modechange.c: Remove trailing blanks.
19910
19911         Merge from coreutils.
19912         * lib/fsusage.c: Remove declaration of statfs.
19913         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19914
19915         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19916
19917 2003-06-06  Jim Meyering  <jim@meyering.net>
19918
19919         * lib/stdbool_.h: Renamed from stdbool.h.in.
19920
19921 2003-06-06  Jim Meyering  <jim@meyering.net>
19922             Bruno Haible  <bruno@clisp.org>
19923
19924         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19925         Adjust Makefile.am snippet not to redirect directly to target.
19926         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19927
19928 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19929
19930         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19931         mismatch, look in future quarters as well as past.  This fixes a
19932         bug when processing fall-backwards gaps immediately after a long
19933         period of daylight-saving time.
19934
19935         * lib/mktime.c: Assume freestanding C89 or better.
19936         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19937         (__P): Remove; not used.
19938         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19939         (mktime, not_equal_tm, print_tm, check_result,
19940         main): Use prototypes.  Use const * where appropriate.
19941         (main): Fix typo in testing code that uncovered by above changes.
19942         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19943
19944 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19945
19946         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19947         locale.h, localeconv.  This merges changes from coreutils.
19948
19949         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19950         It can be removed after the next Autoconf is released.
19951         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19952         needed.
19953
19954 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19955
19956         * lib/mktime.c: Fix Debian bug 177940
19957         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19958         (localtime_offset): Now long int, not time_t, because we want it
19959         to be guaranteed to be signed.  All uses changed.
19960         (__mktime_internal): If overflow would occur when adding offset,
19961         don't add it.
19962
19963         Merge 'human' changes from coreutils.  Rewrite to support
19964         locale-specific notations like thousands separators.
19965         * lib/human.c: Simplify authorship notice.
19966         Include human.h immediately after config.h.
19967         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19968         <limits.h>: Do not include, since human.h does.
19969         (SIZE_MAX, UINTMAX_MAX): New macros.
19970         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19971         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19972         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19973         (power_letter): Renamed from suffixes.
19974         (generate_suffix_backwards): Remove.
19975         (adjust_value): Now takes int style (because of human.h changes)
19976         and long double value (for greater precision on some platforms).
19977         (group_number): New function.
19978         (human_readable): Use it.  Use integer options, not enum.
19979         Put the options before the sizes in the arg list.
19980         Support all the new options.
19981         The old human_readable function has been removed;
19982         use inttostr.h instead.
19983         (human_readable, default_block_size, humblock):
19984         Use uintmax_t, not int, for block sizes.
19985         (human_readable_inexact, block_size_types): Remove.
19986         (block_size_opts): New constant.
19987         (human_options): Renamed from human_block_size, with new signature
19988         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19989         * lib/human.h: Add copyright and authorship notice.
19990         Include <limits.h> and <stdbool.h> unconditionally.
19991         (PARAMS): Remove.  All uses removed.
19992         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19993         (enum human_inexact_style): Remove tag; now a nameless enum.
19994         (human_floor, human_ceiling, human_round_to_even): Now have
19995         values 2, 0, 1 rather than -1, 1, 0.
19996         (human_group_digits, human_suppress_point_zero, human_autoscale,
19997         human_base_1024, human_SI, human_B): New constants.
19998         (human_readable_inexact, human_block_size): Remove.
19999         (human_readable): Size args are now uintmax_t, not int.
20000         (human_options): New decl.
20001
20002         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20003         unnecessary now that we assume C89 or better.  This change
20004         imported from coreutils.
20005
20006         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20007         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20008         in the 2003-05-30 sync from glibc.
20009
20010         .h files should stand alone, but we shouldn't include <sys/types.h>
20011         if we can get away with just <stddef.h>.
20012
20013         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20014         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20015         rather than <sys/types.h>, as we merely need size_t.
20016         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20017         to get size_t.
20018         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20019         Include <stdio.h>, to get FILE.
20020         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20021         memcasecmp.h has included <stddef.h> and all we need is size_t.
20022         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20023         our interface, instead of including <sys/types.h>
20024
20025 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20026
20027         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20028         now, as glibc mktime is buggy on non-glibc systems.
20029
20030 2003-06-03  Karl Berry  <karl@gnu.org>
20031
20032         * config/config.sub: update from prep.
20033
20034 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20035
20036         [from coreutils]
20037         Fix some minor time-related bugs with POSIX time arguments.
20038         Some valid time stamps were being rejected (notably -1, and
20039         time stamps before 1900 on 64-bit hosts).  And some invalid
20040         time stamps were being accepted, e.g. September 31.
20041
20042         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20043         that we can return (time_t) -1 successfully.
20044         * lib/posixtm.c: Likewise.
20045         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20046         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20047         (t): Remove static var.
20048         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20049         of static var.  All uses changed.
20050         (year): Do not reject years before 1900; they can occur with
20051         64-bit time_t.
20052         (posix_time_parse): Do not check for out-of-range components;
20053         that is now the caller's responsibility, since our checks were
20054         only approximations.
20055         (posixtime): Use mktime to check for out-of-range components,
20056         since it knows them exactly.
20057         If mktime returns (time_t) -1, check whether an error actually occurred
20058         by invoking localtime on -1.
20059         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20060         posixtime failures better.
20061         Improve the test data (in comments only).
20062
20063 2003-06-02  Karl Berry  <karl@gnu.org>
20064
20065         * config/mkinstalldirs (version): new variable.
20066         (--version): new option.
20067         (usage): improve message.
20068
20069 2003-05-30  Karl Berry  <karl@gnu.org>
20070
20071         * lib/mktime.c: update from libc.
20072
20073 2003-05-30  Bruno Haible  <bruno@clisp.org>
20074
20075         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20076         * config/config.rpath: Upgrade to gettext-0.12.1.
20077
20078 2003-05-30  Bruno Haible  <bruno@clisp.org>
20079
20080         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20081         * m4/nls.m4: New file, from gettext-0.12.1.
20082         * m4/po.m4: New file, from gettext-0.12.1.
20083         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20084
20085 2003-05-30  Bruno Haible  <bruno@clisp.org>
20086
20087         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20088         * lib/localcharset.h: Likewise.
20089         * lib/localcharset.c: Likewise.
20090
20091 2003-05-29  Karl Berry  <karl@gnu.org>
20092
20093         * config/config.rpath: update from gettext.
20094
20095 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20096
20097         Assume the headers required for C89 freestanding compilers.
20098         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20099         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20100         * m4/human.m4 (gl_HUMAN): Likewise.
20101         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20102         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20103         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20104         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20105         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20106         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20107
20108 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20109
20110         Assume the headers required for C89 freestanding compilers.
20111         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20112         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20113         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20114         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20115         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20116         define, since <limits.h> is guaranteed to do that.
20117         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20118         * lib/exclude.c: Include <stdbool.h> unconditionally.
20119         * lib/tempname.c: Include <stddef.h> unconditionally.
20120         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20121         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20122         <stddef.h> does that.
20123         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20124         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20125         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20126         needed.
20127         * lib/xstrtol.c: Likewise.
20128         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20129         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20130
20131         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20132         warnings on some platforms.
20133
20134         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20135         arbitrarily.
20136
20137 2003-05-26  Jim Meyering  <jim@meyering.net>
20138
20139         Merge in a change from coreutils:
20140         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20141         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20142         that condition, rather than `-1' which is slightly misleading.
20143         Change the name of the cache variable to have the gl_ prefix.
20144         Prompted by a patch from Richard Dawe for DJGPP.
20145
20146 2003-05-24  Karl Berry  <karl@gnu.org>
20147
20148         * config/config.guess: update from prep.
20149
20150 2003-05-22  Karl Berry  <karl@gnu.org>
20151
20152         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20153
20154 2003-05-20  Karl Berry  <karl@gnu.org>
20155
20156         * config/config.guess: update from prep.
20157
20158 2003-05-18  Karl Berry  <karl@gnu.org>
20159
20160         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20161         might actually be set by the user.
20162
20163         * config/depcomp, install-sh, mdate-sh: update from automake.
20164
20165 2003-05-17  Bruno Haible  <bruno@clisp.org>
20166
20167         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20168         invalid expansion for AC_EGREP_CPP.
20169         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20170         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20171         Suggested by Akim Demaille <akim@epita.fr> in
20172         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20173
20174 2003-05-12  Jim Meyering  <jim@meyering.net>
20175
20176         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20177         the space-padded-by-default conversion specifiers, %e, %k, %l.
20178
20179 2003-05-12  Bruno Haible  <bruno@clisp.org>
20180
20181         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20182         the string is longer than 4 KB.
20183
20184 2003-05-11  Karl Berry  <karl@gnu.org>
20185
20186         * config/config.{guess,sub}: update from prep.
20187
20188 2003-05-09  Bruno Haible  <bruno@clisp.org>
20189
20190         * modules/error: Add m4/strerror_r.m4 to file list.
20191
20192 2003-05-03  Bruno Haible  <bruno@clisp.org>
20193
20194         Upgrade to Unicode-4.0.
20195         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20196         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20197         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20198         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20199         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20200         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20201         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20202         Change width of U+E0100..U+E01EF from 1 to 0.
20203
20204 2003-04-25  Jim Meyering  <jim@meyering.net>
20205
20206         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20207         of type size_t, not int.
20208
20209 2003-04-25  Bruno Haible  <bruno@clisp.org>
20210
20211         * lib/copy-file.c: Include <stddef.h>, for size_t.
20212
20213 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20214
20215         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20216         code which expansion is under static control.  Patch imported from
20217         Akim Demaille's patch to Bison; see
20218         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20219
20220 2003-04-14  Bruno Haible  <bruno@clisp.org>
20221
20222         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20223
20224 2003-04-11  Jim Meyering  <jim@meyering.net>
20225
20226         Merge changes from Coreutils.
20227
20228         2003-03-22  Jim Meyering  <jim@meyering.net>
20229
20230         * lib/strftime.c (widen): Cast alloca return value to proper type.
20231
20232         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20233
20234         From GNU libc.
20235         * lib/strftime.c (my_strftime): Handle very large width
20236         specifications for numeric values correctly.  Improve checks for
20237         overflow.
20238
20239         2003-01-19  Jim Meyering  <jim@meyering.net>
20240
20241         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20242         definitions.
20243         (nl_get_alt_digit) [! defined my_strftime]: Define.
20244         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20245         _nl_get_alt_digit and _nl_get_walt_digit.
20246
20247         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20248         libc. These changes have no effect outside of _LIBC.
20249
20250 2003-04-10  Bruno Haible  <bruno@clisp.org>
20251
20252         * modules/findprog: New file.
20253         * MODULES.html.sh (func_all_modules): Add it.
20254
20255 2003-04-10  Bruno Haible  <bruno@clisp.org>
20256
20257         * m4/findprog.m4: New file.
20258         * m4/eaccess.m4: New file.
20259
20260 2003-04-10  Bruno Haible  <bruno@clisp.org>
20261
20262         * lib/findprog.h: New file, from GNU gettext.
20263         * lib/findprog.c: New file, from GNU gettext.
20264
20265 2003-04-05  Jim Meyering  <jim@meyering.net>
20266
20267         Merge changes from Coreutils.
20268
20269         * lib/exclude.h (PARAMS): Remove definition and uses.
20270         * lib/exclude.c: Remove uses of `PARAMS'.
20271
20272         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20273         Add test-cases for DOS filenames. Declare program_name.
20274         (main): Set up program_name.  Patch by Rich Dawe.
20275
20276         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20277         error from mntctl.
20278         Use mntctl's return value to drive the entry-processing loop, since
20279         we can't rely on the value of the vmt_length member in the last
20280         entry.  On some systems doing so could result in exhausting
20281         virtual memory.  Based in part on a patch from Mike Jetzer.
20282
20283 2003-04-04  Bruno Haible  <bruno@clisp.org>
20284
20285         * modules/linebreak: New file.
20286         * MODULES.html.sh (func_all_modules): Add it.
20287
20288 2003-04-04  Bruno Haible  <bruno@clisp.org>
20289
20290         * m4/linebreak.m4: New file.
20291
20292 2003-04-04  Bruno Haible  <bruno@clisp.org>
20293
20294         * lib/linebreak.h: New file, from GNU gettext.
20295         * lib/linebreak.c: New file, from GNU gettext with slight
20296         modifications.
20297         * lib/lbrkprop.h: New file, from GNU gettext.
20298
20299 2003-04-03  Bruno Haible  <bruno@clisp.org>
20300
20301         * modules/utf8-ucs4: New file.
20302         * modules/utf16-ucs4: New file.
20303         * modules/ucs4-utf8: New file.
20304         * modules/ucs4-utf16: New file.
20305         * MODULES.html.sh (func_all_modules): Add them.
20306
20307 2003-04-03  Bruno Haible  <bruno@clisp.org>
20308
20309         * m4/utf-ucs4.m4: New file.
20310         * m4/ucs4-utf.m4: New file.
20311
20312 2003-04-03  Bruno Haible  <bruno@clisp.org>
20313
20314         * lib/utf8-ucs4.h: New file, from GNU gettext.
20315         * lib/utf16-ucs4.h: New file, from GNU gettext.
20316         * lib/ucs4-utf8.h: New file, from GNU gettext.
20317         * lib/ucs4-utf16.h: New file, from GNU gettext.
20318
20319 2003-04-02  Bruno Haible  <bruno@clisp.org>
20320
20321         * modules/binary-io: New file.
20322         * MODULES.html.sh (func_all_modules): Add it.
20323
20324 2003-04-02  Bruno Haible  <bruno@clisp.org>
20325
20326         * lib/binary-io.h: New file, from GNU gettext.
20327
20328 2003-04-01  Bruno Haible  <bruno@clisp.org>
20329
20330         * modules/pathname: New file.
20331         * MODULES.html.sh (func_all_modules): Add it.
20332
20333 2003-04-01  Bruno Haible  <bruno@clisp.org>
20334
20335         * lib/pathname.h: New file, from GNU gettext.
20336         * lib/concatpath.c: New file, from GNU gettext.
20337
20338 2003-03-30  Bruno Haible  <bruno@clisp.org>
20339
20340         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20341
20342 2003-03-30  Bruno Haible  <bruno@clisp.org>
20343
20344         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20345         function chown() doesn't exist.
20346
20347 2003-03-28  Bruno Haible  <bruno@clisp.org>
20348
20349         * modules/copy-file: New file.
20350         * MODULES.html.sh (func_all_modules): Add it.
20351
20352 2003-03-28  Bruno Haible  <bruno@clisp.org>
20353
20354         * m4/copy-file.m4: New file.
20355
20356 2003-03-28  Bruno Haible  <bruno@clisp.org>
20357
20358         * lib/copy-file.h: New file, from GNU gettext.
20359         * lib/copy-file.c: New file, from GNU gettext.
20360
20361 2003-03-18  Jim Meyering  <jim@meyering.net>
20362
20363         * lib/quote.c (quote_n): Fix typo in comment.
20364
20365 2003-03-18  Bruno Haible  <bruno@clisp.org>
20366
20367         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20368         checking.
20369         * m4/onceonly_2_57.m4: Likewise.
20370
20371 2003-03-17  Bruno Haible  <bruno@clisp.org>
20372
20373         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20374         (m4_quote): Remove macro.
20375         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20376
20377 2003-03-14  Jim Meyering  <jim@meyering.net>
20378
20379         Merge changes from Coreutils.
20380         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20381         to be const, in order to avoid warnings.
20382         (obstack_room): Likewise.
20383         (obstack_empty_p): Likewise.
20384
20385 2003-03-14  Bruno Haible  <bruno@clisp.org>
20386
20387         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20388         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20389
20390 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20391
20392         Merge changes from Bison.
20393         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20394         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20395         when compiling Bison 1.875's `bitset bset = obstack_alloc
20396         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20397         * lib/hash.c: Include <stdbool.h> unconditionally.
20398
20399 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20400
20401         * m4/onceonly.m4 (m4_quote): New macro.
20402         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20403         Quote AC_FOREACH variable-expansions properly.
20404
20405 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20406
20407         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20408
20409 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20410
20411         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20412         Reported by Bruce Becker; see:
20413         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20414
20415 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20416             Bruno Haible  <bruno@clisp.org>
20417
20418         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20419         Reported by John Hughes, see
20420         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20421
20422 2003-02-20  Bruno Haible  <bruno@clisp.org>
20423
20424         * MODULES.html.sh (func_all_modules): Add poll.
20425
20426 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20427
20428         * modules/poll: New file.
20429
20430 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20431
20432         * lib/poll_.h: New file.
20433         * lib/poll.c: New file.
20434
20435 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20436
20437         * m4/poll.m4: New file.
20438
20439 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20440
20441         * modules/mathl: New file.
20442
20443 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20444
20445         * lib/mathl.h: New file.
20446         * lib/acosl.c: New file.
20447         * lib/asinl.c: New file.
20448         * lib/atanl.c: New file.
20449         * lib/ceill.c: New file.
20450         * lib/cosl.c: New file.
20451         * lib/expl.c: New file.
20452         * lib/floorl.c: New file.
20453         * lib/frexpl.c: New file.
20454         * lib/ldexpl.c: New file.
20455         * lib/logl.c: New file.
20456         * lib/sincosl.c: New file.
20457         * lib/sinl.c: New file.
20458         * lib/sqrtl.c: New file.
20459         * lib/tanl.c: New file.
20460         * lib/trigl.c: New file.
20461         * lib/trigl.h: New file.
20462
20463 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20464
20465         * m4/mathl.m4: New file.
20466
20467 2003-02-18  Bruno Haible  <bruno@clisp.org>
20468
20469         * MODULES.html.sh (func_all_modules): Add mathl.
20470
20471 2003-02-17  Bruno Haible  <bruno@clisp.org>
20472
20473         * modules/mkdtemp: New module.
20474         * MODULES.html.sh (func_all_modules): Add it.
20475
20476 2003-02-17  Bruno Haible  <bruno@clisp.org>
20477
20478         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20479
20480 2003-02-17  Bruno Haible  <bruno@clisp.org>
20481
20482         * lib/mkdtemp.h: New file, from GNU gettext.
20483         * lib/mkdtemp.c: New file, from GNU gettext.
20484
20485 2003-02-02  Jim Meyering  <jim@meyering.net>
20486
20487         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20488         e.g. glibc-2.2.93.
20489
20490 2003-01-31  Bruno Haible  <bruno@clisp.org>
20491
20492         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20493         'rpl_rename'.
20494         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20495         'rpl_strnlen'.
20496         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20497         'rpl_strtod'.
20498         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20499         'rpl_utime'.
20500
20501 2003-01-31  Bruno Haible  <bruno@clisp.org>
20502
20503         * lib/rename.c: #undef rename before defining rpl_rename.
20504         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20505
20506 2003-01-30  Bruno Haible  <bruno@clisp.org>
20507
20508         * modules/vasnprintf, modules/vasprintf: New modules.
20509         * MODULES.html.sh (func_all_modules): Add them.
20510
20511 2003-01-30  Bruno Haible  <bruno@clisp.org>
20512
20513         * m4/signed.m4: New file, from GNU gettext.
20514         * m4/longdouble.m4: New file, from GNU gettext.
20515         * m4/wchar_t.m4: New file, from GNU gettext.
20516         * m4/wint_t.m4: New file, from GNU gettext.
20517         * m4/vasnprintf.m4: New file.
20518         * m4/vasprintf.m4: New file.
20519
20520 2003-01-30  Bruno Haible  <bruno@clisp.org>
20521
20522         * lib/printf-args.h: New file, from GNU gettext.
20523         * lib/printf-args.c: New file, from GNU gettext.
20524         * lib/printf-parse.h: New file, from GNU gettext.
20525         * lib/printf-parse.c: New file, from GNU gettext.
20526         * lib/vasnprintf.h: New file, from GNU gettext.
20527         * lib/vasnprintf.c: New file, from GNU gettext.
20528         * lib/asnprintf.c: New file, from GNU gettext.
20529         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20530         * lib/vasprintf.c: New file, from GNU gettext.
20531         * lib/asprintf.c: New file, from GNU gettext.
20532
20533 2003-01-29  Bruno Haible  <bruno@clisp.org>
20534
20535         * modules/stpncpy: New module.
20536         * MODULES.html.sh (func_all_modules): Add it.
20537
20538 2003-01-29  Bruno Haible  <bruno@clisp.org>
20539
20540         * m4/stpncpy.m4: New file.
20541
20542 2003-01-29  Bruno Haible  <bruno@clisp.org>
20543
20544         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20545         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20546
20547 2003-01-28  Bruno Haible  <bruno@clisp.org>
20548
20549         * modules/c-ctype: New module.
20550         * MODULES.html.sh (func_all_modules): Add it.
20551
20552 2003-01-28  Bruno Haible  <bruno@clisp.org>
20553
20554         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20555         Paul Eggert.
20556         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20557         Paul Eggert.
20558
20559 2003-01-27  Bruno Haible  <bruno@clisp.org>
20560
20561         * modules/xsetenv: New module.
20562         * MODULES.html.sh (func_all_modules): Add it.
20563
20564 2003-01-27  Bruno Haible  <bruno@clisp.org>
20565
20566         * lib/xsetenv.h: New file, from GNU gettext.
20567         * lib/xsetenv.c: New file, from GNU gettext.
20568
20569 2003-01-23  Jim Meyering  <jim@meyering.net>
20570
20571         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20572         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20573
20574 2003-01-23  Bruno Haible  <bruno@clisp.org>
20575
20576         * modules/minmax: New module.
20577         * MODULES.html.sh (func_all_modules): Add it.
20578
20579 2003-01-23  Bruno Haible  <bruno@clisp.org>
20580
20581         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20582         Eggert.
20583
20584 2003-01-22  Bruno Haible  <bruno@clisp.org>
20585
20586         * modules/exit: New module.
20587         * MODULES.html.sh (func_all_modules): Add it.
20588
20589 2003-01-22  Bruno Haible  <bruno@clisp.org>
20590
20591         * lib/exit.h: New file, from GNU gettext.
20592
20593 2003-01-19  Bruno Haible  <bruno@clisp.org>
20594
20595         * gnulib-tool: Recognize option --extract-maintainer.
20596         (func_get_maintainer): New function.
20597         * modules/*: Add Maintainer entry.
20598
20599 2003-01-16  Jim Meyering  <jim@meyering.net>
20600
20601         * m4/regex.m4: The `regex' struct is both input and output.
20602         Initialize it before each use.  Patch by Tim Waugh.
20603
20604 2003-01-16  Bruno Haible  <bruno@clisp.org>
20605
20606         * MODULES.html.sh: Add a table of contents. Add the module name as
20607         leftmost column. Add hyperlinks.
20608
20609 2003-01-15  Bruno Haible  <bruno@clisp.org>
20610
20611         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20612
20613 2003-01-15  Bruno Haible  <bruno@clisp.org>
20614
20615         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20616         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20617         suffix.
20618
20619 2003-01-15  Bruno Haible  <bruno@clisp.org>
20620
20621         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20622
20623 2003-01-15  Bruno Haible  <bruno@clisp.org>
20624
20625         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20626         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20627
20628 2003-01-14  Jim Meyering  <jim@meyering.net>
20629
20630         * lib/same.c (same_name): Tweak a comment.
20631
20632 2003-01-14  Bruno Haible  <bruno@clisp.org>
20633
20634         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20635         when a string comparison is sufficient.
20636
20637 2003-01-14  Bruno Haible  <bruno@clisp.org>
20638
20639         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20640         'unsigned int'.
20641
20642 2003-01-14  Bruno Haible  <bruno@clisp.org>
20643
20644         * lib/hash-pjw.c: Add comment about low quality of this function.
20645
20646 2003-01-13  Bruno Haible  <bruno@clisp.org>
20647
20648         * modules/stpcpy: Distribute lib/stpcpy.h.
20649         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20650
20651 2003-01-13  Bruno Haible  <bruno@clisp.org>
20652
20653         * modules/*: Add a description.
20654         * modules/strpbrk: Fix Makefile.am snippet.
20655         * modules/strtoimax: Fix dependencies.
20656         * modules/strtoumax: Likewise.
20657
20658 2003-01-13  Bruno Haible  <bruno@clisp.org>
20659
20660         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20661         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20662         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20663
20664 2003-01-13  Bruno Haible  <bruno@clisp.org>
20665
20666         * gnulib-tool (func_create_testdir): Store config/* files in the main
20667         directory.
20668         * config.rpath: Move to ...
20669         * config/config.rpath: ... here.
20670         * modules/gettext: Contains config/config.rpath, not config.rpath.
20671         * modules/iconv: Likewise.
20672
20673 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20674
20675         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20676         to avoid collisions with libcurses and libreadline.
20677
20678         * m4/getstr.m4: Remove.
20679         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20680
20681 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20682
20683         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20684         to avoid collisions with libcurses and libreadline.
20685
20686         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20687         * lib/getstr.h, getstr.c: Remove.
20688         * lib/getline.c: Include "getline.h", to check interface.
20689         Move body of old getstr.c here: this defines MIN_CHUNK and
20690         declares getdelim2, which is renamed from getstr.
20691         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20692
20693         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20694         All uses changed.
20695         * lib/linebuffer.h: Likewise.
20696         (readline): Remove backward-compatibility macro.
20697
20698 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20699
20700         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20701         to avoid collisions with libcurses and libreadline.
20702         * getstr: Remove.
20703         * MODULES.html.sh: Remove getstr.
20704         * modules/getline: Depend on unlocked-io, not getstr.
20705
20706 2003-01-12  Jim Meyering  <jim@meyering.net>
20707
20708         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20709
20710 2003-01-10  Bruno Haible  <bruno@clisp.org>
20711
20712         * modules/alloca: Change Makefile.am requirements. Simplify Include
20713         requirements. Add lib/alloca_.h to file list.
20714
20715 2003-01-10  Bruno Haible  <bruno@clisp.org>
20716
20717         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20718
20719 2003-01-10  Bruno Haible  <bruno@clisp.org>
20720
20721         * lib/alloca_.h: New file.
20722         * lib/getdate.y: Unconditionally include alloca.h.
20723         * lib/makepath.c: Likewise.
20724         * lib/setenv.c: Likewise.
20725         * lib/userspec.c: Likewise.
20726
20727 2003-01-09  Karl Berry  <karl@gnu.org>
20728
20729         * MODULES.html.sh: include `dirname $0` in PATH, to find
20730         gnulib-tool.
20731
20732 2003-01-09  Bruno Haible  <bruno@clisp.org>
20733
20734         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20735         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20736
20737 2003-01-09  Bruno Haible  <bruno@clisp.org>
20738
20739         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20740
20741 2003-01-09  Bruno Haible  <bruno@clisp.org>
20742
20743         * lib/stdbool.h.in: New file.
20744
20745 2003-01-09  Bruno Haible  <bruno@clisp.org>
20746
20747         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20748         * MODULES.html.sh: Likewise.
20749
20750 2003-01-08  Jim Meyering  <jim@meyering.net>
20751
20752         * lib/full-write.c: Undefine and define-away `const' after inclusion
20753         of errno.h, not before.  Suggestion from Bruno Haible.
20754
20755 2003-01-08  Bruno Haible  <bruno@clisp.org>
20756
20757         * modules/full-read: Depend on full-write.
20758
20759 2003-01-08  Bruno Haible  <bruno@clisp.org>
20760
20761         * lib/safe-read.c: Include specification header first, to ensure its
20762         selfcontainedness.
20763         * lib/full-write.c: Likewise.
20764
20765 2003-01-07  Jim Meyering  <jim@meyering.net>
20766
20767         * lib/full-write.c: Rework so that it may serve to define full_read,
20768         too.
20769         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20770
20771 2003-01-07  Bruno Haible  <bruno@clisp.org>
20772
20773         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20774         <inttypes.h>.
20775         * lib/xstrtol.h: Likewise.
20776         * lib/xstrtoimax.c: Likewise.
20777         * lib/xstrtoumax.c: Likewise.
20778         * lib/human.h: Likewise.
20779
20780         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20781         on systems that have <inttypes.h> but not <stdint.h>.
20782
20783 2003-01-07  Bruno Haible  <bruno@clisp.org>
20784
20785         * MODULES.html.sh: Add copyright notice.
20786         (missed_files): Omit CVS directory entries.
20787         (func_module): Make it work with sed-3.02.
20788         * MODULES.txt: Remove file.
20789
20790 2003-01-06  Jim Meyering  <jim@meyering.net>
20791
20792         * lib/version-etc.c: Update year in translatable copyright string.
20793
20794 2003-01-03  Karl Berry  <karl@gnu.org>
20795
20796         * config/config.{guess,sub}: update from prep.
20797
20798 2003-01-02  Karl Berry  <karl@gnu.org>
20799
20800         * doc/COPYING.DOC: belatedly updated to 1.2.
20801
20802 2003-01-01  Karl Berry  <karl@gnu.org>
20803
20804         * gnulib-tool (func_verify_module): report module name $module in
20805         error message, not $1.
20806         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20807         be created, only if it doesn't exist.
20808         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20809
20810 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20811
20812         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20813
20814 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20815
20816         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20817         memcmp if strcoll doesn't work.
20818
20819 2002-12-31  Bruno Haible  <bruno@clisp.org>
20820
20821         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20822         nonempty.
20823
20824 2002-12-31  Bruno Haible  <bruno@clisp.org>
20825
20826         * lib/memcoll.c (STRCOLL): New macro.
20827         (memcoll): Use it.
20828
20829 2002-12-31  Bruno Haible  <bruno@clisp.org>
20830
20831         * lib/localcharset.h: New file.
20832         * lib/localcharset.c: Include it.
20833         * lib/unicodeio.c: Likewise.
20834
20835 2002-12-31  Bruno Haible  <bruno@clisp.org>
20836
20837         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20838         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20839
20840 2002-12-31  Bruno Haible  <bruno@clisp.org>
20841
20842         * lib/getline.h: Include <stddef.h>, for size_t.
20843
20844         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20845         * lib/unicodeio.c: Don't include <stddef.h>.
20846
20847 2002-12-31  Bruno Haible  <bruno@clisp.org>
20848
20849         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20850         HAVE_TM_ZONE.
20851
20852 2002-12-24  Karl Berry  <karl@gnu.org>
20853
20854         * config/config.guess: update from prep.
20855
20856 2002-12-24  Bruno Haible  <bruno@clisp.org>
20857
20858         General infrasructure.
20859         * m4/README: Rewritten.
20860         * m4/onceonly.m4: New file.
20861         * m4/onceonly_2_57.m4: New file.
20862
20863         Module atexit.
20864         * m4/atexit.m4: New file.
20865
20866         Module strtod.
20867         * m4/strtod.m4: New file.
20868
20869         Module strtol.
20870         * m4/strtol.m4: New file.
20871
20872         Module strtoul.
20873         * m4/strtoul.m4: New file.
20874
20875         Module memchr.
20876         * m4/memchr.m4: New file.
20877
20878         Module memcmp.
20879         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20880         (jm_FUNC_MEMCMP): Invoke it.
20881
20882         Module memcpy.
20883         * m4/memcpy.m4: New file.
20884
20885         Module memmove.
20886         * m4/memmove.m4: New file.
20887
20888         Module memset.
20889         * m4/memset.m4: New file.
20890
20891         Module strcspn.
20892         * m4/strcspn.m4: New file.
20893
20894         Module strpbrk.
20895         * m4/strpbrk.m4: New file.
20896
20897         Module strstr.
20898         * m4/strstr.m4: New file.
20899
20900         Module strerror.
20901         * m4/strerror.m4: New file.
20902
20903         Module mktime.
20904         * m4/mktime.m4: Renamed from jm-mktime.m4.
20905         (gl_PREREQ_MKTIME): New macro.
20906         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20907
20908         Module malloc.
20909         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20910         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20911         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20912
20913         Module realloc.
20914         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20915         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20916         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20917
20918         Module strftime.
20919         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20920         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20921         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20922         gl_TM_GMTOFF.
20923         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20924
20925         Module xalloc.
20926         * m4/xalloc.m4: New file.
20927
20928         Module alloca.
20929         * m4/alloca.m4: New file.
20930
20931         Module putenv.
20932         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20933         (jm_FUNC_PUTENV): Invoke it.
20934
20935         Module setenv.
20936         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20937         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20938         when invoked twice.
20939         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20940         gt_FUNC_SETENV.
20941
20942         Module memrchr.
20943         * m4/memrchr.m4: New file.
20944
20945         Module stpcpy.
20946         * m4/stpcpy.m4: New file.
20947
20948         Module strcase.
20949         * m4/strcase.m4: New file.
20950
20951         Module strdup.
20952         * m4/strdup.m4: New file.
20953
20954         Module strnlen.
20955         * m4/strnlen.m4: New file.
20956
20957         Module strndup.
20958         * m4/strndup.m4: New file.
20959
20960         Module xstrtod.
20961         * m4/xstrtod.m4: New file.
20962
20963         Module xstrtol.
20964         * m4/xstrtol.m4: New file.
20965
20966         Module getdate.
20967         * m4/getdate.m4: New file.
20968
20969         Module unlocked-io.
20970         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20971         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20972         * m4/jm-glibc-io.m4n: Remove file.
20973
20974         Module long-options.
20975         * m4/long-options.m4: New file.
20976
20977         Module md5.
20978         * m4/md5.m4: New file.
20979
20980         Module sha.
20981         * m4/sha.m4: New file.
20982
20983         Module getstr.
20984         * m4/getstr.m4: New file.
20985
20986         Module getline.
20987         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20988         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20989         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20990         simply getline. Infoke gl_PREREQ_GETLINE.
20991
20992         Module obstack.
20993         * m4/obstack.m4: New file.
20994
20995         Module hash.
20996         * m4/hash.m4: New file.
20997
20998         Module readtokens.
20999         * m4/readtokens.m4: New file.
21000
21001         Module strverscmp.
21002         * m4/strverscmp.m4: New file.
21003
21004         Module stdbool.
21005         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21006         OSF/1.
21007
21008         Module strtoll.
21009         * m4/strtoll.m4: New file.
21010
21011         Module strtoull.
21012         * m4/strtoull.m4: New file.
21013
21014         Module strtoimax.
21015         * m4/strtoimax.m4: New file.
21016
21017         Module strtoumax.
21018         * m4/strtoumax.m4: New file.
21019
21020         Module xstrtoimax.
21021         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21022         jm_AC_PREREQ_XSTRTOIMAX.
21023         Moved the strtol prerequisites to strtol.m4.
21024         Moved the strtoll prerequisites to strtoll.m4.
21025         Moved the strtoimax prerequisites to strtoimax.m4.
21026
21027         Module xstrtoumax.
21028         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21029         jm_AC_PREREQ_XSTRTOUMAX.
21030         Moved the strtoul prerequisites to strtoul.m4.
21031         Moved the strtoull prerequisites to strtoull.m4.
21032         Moved the strtoumax prerequisites to strtoumax.m4.
21033
21034         Module chown.
21035         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21036         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21037
21038         Module dup2.
21039         * m4/dup2.m4: New file.
21040
21041         Module ftruncate.
21042         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21043         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21044
21045         Module getgroups.
21046         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21047         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21048
21049         Module gettimeofday.
21050         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21051         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21052         gl_PREREQ_GETTIMEOFDAY.
21053
21054         Module mkdir.
21055         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21056         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21057
21058         Module mkstemp.
21059         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21060         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21061         jm_AC_TYPE_UINTMAX_T.
21062         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21063
21064         Module stat.
21065         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21066         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21067
21068         Module lstat.
21069         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21070         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21071
21072         Module timespec.
21073         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21074         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21075         * m4/st_mtim.m4: Indentation.
21076
21077         Module nanosleep.
21078         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21079         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21080         gl_PREREQ_NANOSLEEP.
21081
21082         Module regex.
21083         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21084         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21085         (gl_REGEX): New macro.
21086
21087         Module rename.
21088         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21089         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21090
21091         Module rmdir.
21092         * m4/rmdir.m4: New file.
21093
21094         Module utime.
21095         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21096         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21097         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21098
21099         Module dirname.
21100         * m4/dirname.m4: New file.
21101
21102         Module getopt.
21103         * m4/getopt.m4: New file.
21104
21105         Module unistd-safer.
21106         * m4/unistd-safer.m4: New file.
21107
21108         Module fnmatch.
21109         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21110         declaration.
21111         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21112         (gl_FUNC_FNMATCH_POSIX): New macro.
21113         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21114         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21115         simply fnmatch.
21116
21117         Module exclude.
21118         * m4/exclude.m4: New file.
21119
21120         Module human.
21121         * m4/human.m4: New file.
21122
21123         Module acl.
21124         * m4/acl.m4: Nop.
21125
21126         Module backupfile.
21127         * m4/backupfile.m4: New file.
21128         * m4/d-ino.m4: Indentation.
21129
21130         Module fsusage.
21131         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21132         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21133         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21134
21135         Module dirfd.
21136         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21137         requirements.
21138
21139         Module euidaccess.
21140         * m4/euidaccess.m4: New file.
21141
21142         Module file-type.
21143         * m4/file-type.m4: New file.
21144
21145         Module fileblocks.
21146         * m4/fileblocks.m4: New file.
21147
21148         Module filemode.
21149         * m4/filemode.m4: New file.
21150
21151         Module isdir.
21152         * m4/isdir.m4: New file.
21153
21154         Module lchown.
21155         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21156         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21157
21158         Module makepath.
21159         * m4/makepath.m4: New file.
21160
21161         Module modechange.
21162         * m4/modechange.m4: New file.
21163
21164         Module mountlist.
21165         * m4/mountlist.m4: New file.
21166         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21167         Indentation.
21168
21169         Module path-concat.
21170         * m4/path-concat.m4: New file.
21171
21172         Module pathmax.
21173         * m4/pathmax.m4: New file.
21174
21175         Module same.
21176         * m4/same.m4: New file.
21177
21178         Module save-cwd.
21179         * m4/save-cwd.m4: New file.
21180
21181         Module savedir.
21182         * m4/savedir.m4: New file.
21183
21184         Module xgetcwd.
21185         * m4/xgetcwd.m4: New file.
21186         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21187
21188         Module xreadlink.
21189         * m4/xreadlink.m4: New file.
21190
21191         Module safe-read.
21192         * m4/safe-read.m4: New file.
21193
21194         Module safe-write.
21195         * m4/safe-write.m4: New file.
21196
21197         Module closeout.
21198         * m4/closeout.m4: New file.
21199
21200         Module stdio-safer.
21201         * m4/stdio-safer.m4: New file.
21202
21203         Module getpass.
21204         * m4/getpass.m4: New file.
21205
21206         Module getugroups.
21207         * m4/getugroups.m4: New file.
21208
21209         Module group-member.
21210         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21211         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21212
21213         Module idcache.
21214         * m4/idcache.m4: New file.
21215
21216         Module userspec.
21217         * m4/userspec.m4: New file.
21218
21219         Module gettime.
21220         * m4/clock_time.m4: New file.
21221         * m4/gettime.m4: New file.
21222
21223         Module settime.
21224         * m4/settime.m4: New file.
21225
21226         Module posixtm.
21227         * m4/posixtm.m4: New file.
21228
21229         Module gethostname.
21230         * m4/gethostname.m4: New file.
21231
21232         Module canon-host.
21233         * m4/canon-host.m4: New file.
21234
21235         Module gettext.
21236         * m4/codeset.m4: New file, from gettext-0.11.5.
21237         * m4/gettext.m4: New file, from gettext-0.11.5.
21238         * m4/glibc21.m4: New file, from gettext-0.11.5.
21239         * m4/iconv.m4: New file, from gettext-0.11.5.
21240         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21241         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21242         * m4/inttypes.m4: New file, from gettext-0.11.5.
21243         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21244         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21245         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21246         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21247         * m4/lib-link.m4: New file, from gettext-0.11.5.
21248         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21249         * m4/progtest.m4: New file, from gettext-0.11.5.
21250         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21251         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21252         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21253
21254         Module localcharset.
21255         * m4/localcharset.m4: New file.
21256
21257         Module hard-locale.
21258         * m4/hard-locale.m4: New file.
21259
21260         Module mbswidth.
21261         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21262         onceonly macros.
21263         * m4/mbrtowc.m4: Add comment.
21264
21265         Module memcasecmp.
21266         * m4/memcasecmp.m4: New file.
21267
21268         Module memcoll.
21269         * m4/memcoll.m4: New file.
21270
21271         Module unicodeio.
21272         * m4/unicodeio.m4: New file.
21273
21274         Module rpmatch.
21275         * m4/rpmatch.m4: New file.
21276
21277         Module yesno.
21278         * m4/yesno.m4: New file.
21279
21280         Module exitfail.
21281         * m4/exitfail.m4: New file.
21282
21283         Module c-stack.
21284         * m4/c-stack.m4 (gl_C_STACK): New macro.
21285         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21286
21287         Module error.
21288         * m4/error.m4 (gl_ERROR): New macro.
21289         (jm_PREREQ_ERROR): Use onceonly macros.
21290
21291         Module fatal.
21292         * m4/fatal.m4: New file.
21293
21294         Module getloadavg.
21295         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21296         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21297
21298         Module getpagesize.
21299         * m4/getpagesize.m4: New file.
21300
21301         Module getusershell.
21302         * m4/getusershell.m4: New file.
21303
21304         Module physmem.
21305         * m4/physmem.m4: New file.
21306
21307         Module posixver.
21308         * m4/posixver.m4: New file.
21309
21310         Module quotearg.
21311         * m4/quotearg.m4: New file.
21312
21313         Module quote.
21314         * m4/quote.m4: New file.
21315
21316         Module readutmp.
21317         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21318
21319         Module sig2str.
21320         * m4/sig2str.m4: New file.
21321
21322         Other.
21323         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21324         ulonglong.m4.
21325         * m4/intmax_t.m4: New file.
21326         * m4/d-type.m4: Indentation.
21327         * m4/jm-macros.m4: Update.
21328         * m4/prereq.m4 (jm_PREREQ): Update.
21329         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21330         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21331         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21332         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21333         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21334         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21335         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21336         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21337         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21338         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21339         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21340         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21341         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21342         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21343         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21344         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21345         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21346         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21347         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21348
21349 2002-12-24  Bruno Haible  <bruno@clisp.org>
21350
21351         * MODULES.txt: Update according to m4/ changes.
21352
21353         Module gettext.
21354         * config.rpath: New file, from gettext-0.11.5.
21355
21356         * modules/*: New module descriptions.
21357         * gnulib-tool: New file.
21358         * MODULES.html.sh: New file.
21359
21360 2002-12-21  Karl Berry  <karl@gnu.org>
21361
21362         * doc/fdl.texi: update to version 1.2.
21363
21364 2002-12-19  Karl Berry  <karl@gnu.org>
21365
21366         * config/config.guess: update from prep.
21367
21368 2002-12-18  Bruno Haible  <bruno@clisp.org>
21369
21370         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21371         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21372
21373 2002-12-17  Bruno Haible  <bruno@clisp.org>
21374
21375         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21376         stdlib.h, string.h.
21377
21378 2002-12-17  Bruno Haible  <bruno@clisp.org>
21379
21380         * lib/canon-host.c (strdup): Remove unused declaration.
21381
21382         * lib/fsusage.c: Include full_read.h.
21383         (get_fs_usage): Use full_read instead of safe_read.
21384
21385         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21386
21387 2002-12-12  Karl Berry  <karl@gnu.org>
21388
21389         * config/config.guess: update from prep.
21390
21391 2002-12-11  Bruno Haible  <bruno@clisp.org>
21392
21393         * m4/setenv.m4: New file, from gettext-0.11.5.
21394
21395 2002-12-11  Bruno Haible  <bruno@clisp.org>
21396
21397         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21398         not unsetenv().
21399         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21400         modifications:
21401
21402         2002-12-11  Bruno Haible  <bruno@clisp.org>
21403
21404                 * setenv.c (alloca): Fall back to malloc.
21405                 (freea): New macro.
21406                 (setenv): Use freea() to free memory allocated with alloca().
21407
21408         2002-11-13  Bruno Haible  <bruno@clisp.org>
21409
21410                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21411                 function declarations.
21412                 * unsetenv.c (unsetenv): Likewise.
21413
21414         2002-03-04  Bruno Haible  <bruno@clisp.org>
21415
21416                 Portability to AIX 4.3.3.
21417                 * unsetenv.c: New file, extracted from setenv.c.
21418                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21419
21420         2001-12-20  Bruno Haible  <bruno@clisp.org>
21421
21422                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21423                 use malloc instead. For SunOS 4.
21424
21425         2001-12-11  Bruno Haible  <bruno@clisp.org>
21426
21427                 * setenv.c: Declare alloca.
21428                 (compar_fn_t): New typedef.
21429                 (KNOWN_VALUE, STORE_VALUE): Use it.
21430
21431         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21432         setenv.h.
21433
21434 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21435
21436         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21437         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21438         Choose values that are less likely to collide with system fnmatch
21439         options.
21440         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21441         defined (e.g., a pure POSIX system).
21442         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21443         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21444
21445 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21446
21447         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21448         a pain in practice to deal with generated m4 files.  This change
21449         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21450
21451         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21452         and jm-glibc-io.m4, as they are no longer a special case.
21453         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21454         kludge and the auto-generation stuff.  Check only whether the
21455         functions are declared, not whether they exist, since older hosts
21456         that don't declare the functions can't use the optimization anyway.
21457
21458 2002-12-06  Jim Meyering  <jim@meyering.net>
21459
21460         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21461
21462         Merge in changes from libc's misc/error.c, in preparation
21463         for the merge of gnulib's changes back into libc.
21464
21465         * lib/error.c (_): Define only if not already defined.
21466         Move definition to follow all #include directives.
21467         Include unlocked-io.h only if !_LIBC.
21468         [_LIBC]: Include <libio/libioP.h>.
21469         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21470         (fflush): Tweak definition to use INTUSE.
21471         (putc): Define.
21472
21473 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21474
21475         * lib/alloca.c [defined emacs]: Include "lisp.h".
21476         (xalloc_die) [defined emacs]: New macro.
21477         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21478         [! defined emacs]: Include <xalloc.h>.
21479         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21480         (pointer): Typedef to POINTER_TYPE *.
21481         (malloc): Remove decl; we now always use xmalloc.
21482         (alloca): Use old-style definition, since Emacs needs this.
21483         Check for arithmetic overflow when computing combined size.
21484
21485 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21486
21487         Do not generate unlocked-io.h automatically, since it's easier to
21488         maintain it by hand.
21489
21490         * lib/unlocked-io.h: New file, from GNU diffutils,
21491         but with proper copyright notice and attribution.
21492         * lib/gen-uio: Remove.
21493         * lib/Makefile.am: Add copyright notice.
21494         (libfetish_a_SOURCES): Add unlocked-io.h.
21495         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21496         (DISTCLEANFILES, io_functions): Remove macros.
21497         (EXTRA_DIST): Remove gen_uio.
21498         (unlocked-io.h): Remove rule.
21499
21500 2002-12-04  Jim Meyering  <jim@meyering.net>
21501
21502         Reflect the fact that stat.c and lstat.c are no longer generated.
21503         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21504         (DISTCLEANFILES): Likewise.
21505         (EXTRA_DIST): Likewise.
21506         (all_local): Don't depend on stat.c or lstat.c.
21507         (stat.c, lstat.c): Remove rules.
21508         (EXTRA_DIST): Remove xstat.in.
21509
21510         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21511         * lib/stat.c: New file.  Contents mostly from xstat.in.
21512         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21513         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21514
21515         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21516         too.
21517         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21518
21519 2002-12-03  Jim Meyering  <jim@meyering.net>
21520
21521         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21522         but not semantics, to minimize the differences between these two files.
21523         (safe_read): Change comment to mention SAFE_READ_ERROR.
21524
21525         * lib/safe-read.c (IS_EINTR): Define.
21526         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21527
21528 2002-12-02  Jim Meyering  <jim@meyering.net>
21529
21530         * lib/safe-read.c (EINTR): Define.
21531         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21532         (INT_MAX): Provide fallback.
21533         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21534
21535         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21536
21537 2002-12-02  Bruno Haible  <bruno@clisp.org>
21538
21539         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21540         Define, taken from safe-read.c.
21541         (INT_MAX): Provide fallback.
21542         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21543         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21544
21545         * lib/safe-read.c (EINTR): Remove definition.
21546         (safe_read): Don't use EINTR if it is absent.
21547
21548 2002-12-01  Jim Meyering  <jim@meyering.net>
21549
21550         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21551         zero.
21552         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21553
21554 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21555
21556         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21557         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21558         with `if (! (value < limit)) abort ();', for readability.
21559
21560 2002-11-26  Karl Berry  <karl@gnu.org>
21561
21562         * lib/strdup.c: copy from libc again, with jim's ok.
21563         * lib/.cppi-disable: re-add strdup.c
21564
21565 2002-11-25  Karl Berry  <karl@gnu.org>
21566
21567         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21568         instead of "strtol.c".
21569
21570 2002-11-25  Karl Berry  <karl@gnu.org>
21571
21572         * config/install-sh: update from automake for variable quoting, $0 in
21573         error msgs, etc.
21574
21575         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21576         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21577         entry.
21578
21579 2002-11-25  Jim Meyering  <jim@meyering.net>
21580
21581         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21582
21583 2002-11-24  Karl Berry  <karl@gnu.org>
21584
21585         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21586         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21587
21588 2002-11-24  Jim Meyering  <jim@meyering.net>
21589
21590         Update from coreutils:
21591
21592         * lib/mktime.c: Merge in changes from libc.
21593
21594         Avoid a link-time failure on some Linux systems.
21595         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21596         (otherwise).
21597         (__mon_yday): Declare with the STATIC attribute.
21598         (__mktime_internal): Likewise.
21599         Based on a report from Greg Schafer.
21600
21601 2002-11-23  Jim Meyering  <jim@meyering.net>
21602
21603         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21604         Use `unsigned', not `int', as type of index.
21605
21606         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21607
21608         * lib/fsusage.c: Remove unneeded parentheses around operands of
21609         `defined'.
21610
21611 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21612
21613         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21614         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21615         so that we can be included first.
21616         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21617         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21618         No need to include stddef.h or sys/types.h any more.
21619         Surround local include files with "", not "<>".
21620         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21621         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21622         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21623         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21624         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21625         (ISPRINT): Remove; no longer needed now that we assume C89.
21626
21627         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21628         Preserve errno.
21629
21630         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21631         quotearg_char): Use SIZE_MAX rather than
21632         (size_t) -1 when we are talking about "infinity".
21633
21634         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21635
21636 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21637
21638         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21639         hint that one should use `if (! x) abort ();' rather than `assert
21640         (x);', and anyway it's one less thing to worry about configuring.
21641         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21642         hash_rehash, hash_insert): Use abort rather than assert.
21643
21644 2002-11-22  Bruno Haible  <bruno@clisp.org>
21645
21646         * lib/safe-read.h: Assume C89. Add comments.
21647         (safe_read): Change return type to size_t.
21648         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21649         byte counts > SSIZE_MAX correctly.
21650         * lib/safe-write.h: New file.
21651         * lib/safe-write.c: New file.
21652         * lib/full-read.h: New file.
21653         * lib/full-read.c: New file.
21654         * lib/full-write.h: Assume C89. Add comments.
21655         * lib/full-write.c: Include safe-write.h.
21656         (full_write): Rewritten to use safe_write.
21657         Suggested by Jim Meyering and Paul Eggert.
21658
21659 2002-11-21  Jim Meyering  <jim@meyering.net>
21660
21661         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21662
21663         Merge in changes from the coreutils.
21664
21665         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21666         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21667         <stdint.h>.
21668         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21669         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21670         int.  Work more efficiently if X is the same width as uintmax_t.
21671         Do not compare X to -1, to avoid bogus compiler warning.
21672         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21673         Don't assume that f_frsize and f_bsize are the same type.
21674
21675         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21676         warning on FreeBSD.
21677
21678         * lib/makepath.c (make_path): Restore umask *before* creating the final
21679         component.
21680         (make_path): Minor reformatting.
21681
21682         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21683         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21684         HAVE_MALLOC/HAVE_REALLOC.
21685
21686         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21687         dummy ones.  At least on GNU/Linux systems, `auto' means something
21688         else.
21689         From Michael Stone.
21690
21691 2002-11-21  Bruno Haible  <bruno@clisp.org>
21692
21693         Remove case insensitive option matching.
21694         * lib/argmatch.h (argcasematch): Remove declaration.
21695         (ARGCASEMATCH): Remove macro.
21696         (__xargmatch_internal): Remove case_sensitive argument.
21697         (XARGMATCH): Update.
21698         (XARGCASEMATCH): Remove macro.
21699         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21700         case_sensitive argument.
21701         (argcasematch): Remove function.
21702         (__xargmatch_internal): Remove case_sensitive argument.
21703         (main): Use XARGMATCH instead of XARGCASEMATCH.
21704
21705         * lib/xmalloc.c: Change compile-time error message. Add comment about
21706         required autoconf version.
21707
21708 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21709
21710         Merge argmatch cleanups from Bison.  Assume C89.
21711
21712         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21713         Include stdlib.h, for EXIT_FAILURE.
21714         Always include <string.h>, since we assume C89.
21715         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21716         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21717         Include <stddef.h> instead, since it's all we need for size_t.
21718         (PARAMS): Remove.  All uses removed.
21719         (ARRAY_CARDINALITY): Do not bother to #undef.
21720         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21721         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21722         Remove unnecessary parentheses.
21723         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21724         Insert necessary parentheses.
21725         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21726         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21727
21728 2002-11-19  Bruno Haible  <bruno@clisp.org>
21729
21730         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21731         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21732
21733         * lib/mbswidth.h (PARAMS): Remove macro.
21734         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21735         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21736
21737         * lib/gcd.h (PARAMS): Remove macro.
21738         (gcd): Use ANSI C function declarations.
21739         * lib/gcd.c (gcd): Likewise.
21740
21741 2002-11-15  Bruno Haible  <bruno@clisp.org>
21742
21743         * lib/strcspn.c: Include <stddef.h>.
21744         (strcspn): Use ANSI C function declaration. Change return type to
21745         size_t. Use NULL.
21746         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21747         (strpbrk): Use NULL.
21748         * lib/strpbrk.h (PARAMS): Remove macro.
21749         (strpbrk): Use ANSI C function declaration.
21750         * lib/strstr.c: Don't include <sys/types.h>.
21751         * lib/strstr.h (PARAMS): Remove macro.
21752         (strstr): Use ANSI C function declarations.
21753
21754 2002-11-14  Karl Berry  <karl@gnu.org>
21755
21756         * config/mkinstalldirs: `do' on separate line, instead of
21757         `for var; do'.
21758
21759 2002-11-06  Bruno Haible  <bruno@clisp.org>
21760
21761         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21762         * lib/gcd.c (gcd): Likewise.
21763
21764 2002-11-05  Bruno Haible  <bruno@clisp.org>
21765
21766         * lib/gcd.h: New file, from gettext-0.11.5.
21767         * lib/gcd.c: New file, from gettext-0.11.5.
21768
21769 2002-11-05  Bruno Haible  <bruno@clisp.org>
21770
21771         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21772         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21773         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21774         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21775
21776         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21777         <libintl.h>.
21778         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21779         <libintl.h>.
21780
21781         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21782         * lib/human.c: Include gettext.h instead of <libintl.h>.
21783         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21784         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21785         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21786         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21787         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21788         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21789         (textdomain): Remove definition.
21790         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21791
21792         * lib/long-options.c: Remove include of <libintl.h> and definition of
21793         _.
21794         * lib/same.c: Remove include of <libintl.h> and definition of _.
21795
21796 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21797
21798         * lib/config.charset: A few additions for Solaris.
21799
21800 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21801
21802         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21803         * lib/localcharset.c (locale_charset): Declare as extern "C".
21804
21805 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21806
21807         * lib/config.charset: msdos in uk_UA uses CP1125.
21808
21809 2002-11-04  Bruno Haible  <bruno@clisp.org>
21810
21811         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21812         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21813         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21814         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21815         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21816
21817 2002-11-04  Bruno Haible  <bruno@clisp.org>
21818
21819         * lib/localcharset.c (locale_charset): Don't return an empty string.
21820
21821 2002-11-04  Bruno Haible  <bruno@clisp.org>
21822
21823         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21824         aliases.
21825
21826 2002-11-04  Bruno Haible  <bruno@clisp.org>
21827
21828         * lib/config.charset: Update for newest glibc. Add canonical names
21829         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21830
21831 2002-11-04  Bruno Haible  <bruno@clisp.org>
21832
21833         * lib/config.charset: Add support for NetBSD.
21834
21835 2002-11-04  Bruno Haible  <bruno@clisp.org>
21836
21837         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21838
21839 2002-11-01  Bruno Haible  <bruno@clisp.org>
21840
21841         * configure.in: Add AC_CONFIG_AUX_DIR call.
21842         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21843         test/Makefile.
21844         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21845
21846 2002-09-28  Karl Berry  <karl@gnu.org>
21847
21848         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21849         installed automake until the next release, since changes have been
21850         made.
21851
21852 2002-09-25  Karl Berry  <karl@gnu.org>
21853
21854         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21855         * lib/getopt*: copy from libc/posix.
21856         * lib/gettext.h: copy from gettext.
21857         * lib/.cppi-disable: add strdup.c, gettext.h.
21858
21859 2002-09-25  Karl Berry  <karl@gnu.org>
21860
21861         * config/srclist.txt: enable gettext.h check.
21862         * config/config.{guess,sub}: update from prep.
21863         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21864                 from automake 1.6.3.
21865         See srclist*.
21866
21867 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21868
21869         * regex.c (PATFETCH): Remove the translating fetch.
21870         (PATFETCH_RAW): Rename to PATFETCH.
21871         (set_image_of_range): New fun.
21872         (SET_RANGE_TABLE_WORK_AREA): Use it.
21873         (regex_compile): Don't translate the pattern chars so eagerly.
21874         Only do it when inserting an `exactn' bytecode or when handling
21875         a char-range.
21876         (mutually_exclusive_p): Avoid empty statement.
21877
21878 2002-07-06  Jim Meyering  <meyering@lucent.com>
21879
21880         * m4/README: Don't mention Makefile.am.in.
21881         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21882
21883 2002-07-01  Jim Meyering  <meyering@lucent.com>
21884
21885         * lib/c-stack.c: Include sys/time.h.
21886         From Volker Borchert.
21887
21888 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21889
21890         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21891
21892 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21893
21894         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21895         New macro.  Use it uniformly instead of
21896         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21897         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21898         reported by Vin Shelton.
21899
21900 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21901
21902         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21903         Do not assume SA_SIGINFO behavior.
21904         Bug reported by Jim Meyering on NetBSD 1.5.2.
21905
21906 2002-06-22  Jim Meyering  <meyering@lucent.com>
21907
21908         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21909         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21910
21911         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21912         now that configure.ac uses AC_GNU_SOURCE.
21913         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21914         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21915
21916         Update to latest tools.  Suggestions from Paul Eggert.
21917         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21918         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21919         * m4/fnmatch.m4: Likewise.
21920         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21921         to AC_HEADER_STDBOOL
21922
21923 2002-06-22  Jim Meyering  <meyering@lucent.com>
21924
21925         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21926         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21927
21928 2002-06-22  Jim Meyering  <meyering@lucent.com>
21929
21930         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21931
21932         * lib/exitfail.c, exitfail.h: Likewise.
21933         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21934
21935         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21936         of fnmatch.h.
21937         (EXTRA_DIST): Add fnmatch_loop.c.
21938         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21939
21940         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21941         * lib/fnmatch.c: Update from diffutils-2.8.2.
21942         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21943         * lib/fnmatch.h: Remove file.
21944
21945 2002-06-21  Jim Meyering  <meyering@lucent.com>
21946
21947         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21948         * m4/mbrtowc.m4: Likewise.
21949
21950         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21951         * m4/mbswidth.m4: Reflect name change:
21952         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21953         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21954
21955         * m4/lib-link.m4: Update from gettext-0.11.2.
21956         * m4/gettext.m4: Likewise.
21957
21958         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21959         From Alfred M. Szmidt.
21960
21961 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21962
21963         * lib/file-type.h: Report an error if neither S_ISREG nor
21964         S_IFREG is defined, instead of using a test specific to glibc
21965         2.2.  This should be safe, since POSIX requires S_ISREG and
21966         Unix Version 7 had S_IFREG.  We don't need to check for
21967         <sys/types.h> since we don't use any symbols that it defines.
21968
21969 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21970
21971         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21972         $@-t, so that each temporary file name is unique and valid in the first
21973         8 characters, for operation under DOS.
21974
21975 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21976
21977         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21978
21979 2002-06-15  Jim Meyering  <meyering@lucent.com>
21980
21981         Work even with DJGPP 2.03, which lacks support for symlinks.
21982         From Richard Dawe.
21983         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21984         is defined.
21985         * lib/lchown.c (S_ISLNK): Likewise.
21986
21987 2002-06-15  Jim Meyering  <meyering@lucent.com>
21988
21989         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21990         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21991         have been included before this file.
21992
21993 2002-06-14  Jim Meyering  <meyering@lucent.com>
21994
21995         * lib/file-type.h: Use the version from diffutils-2.8.2.
21996         * lib/file-type.c: Likewise.
21997
21998 2002-06-07  Jim Meyering  <meyering@lucent.com>
21999
22000         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22001         They're needed at least for NetBSD 1.5.2.
22002         ($statxfs_includes): Include those same headers.
22003         ($statxfs_includes): Include sys/vfs.h if available.
22004         ($statxfs_includes): Likewise for sys/statvfs.h.
22005         Check for the following members in both structs statfs and statvfs:
22006         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22007
22008 2002-06-01  Jim Meyering  <meyering@lucent.com>
22009
22010         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22011         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22012
22013 2002-05-28  Jim Meyering  <meyering@lucent.com>
22014
22015         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22016         Reported by Volker Borchert.
22017
22018 2002-05-27  Jim Meyering  <meyering@lucent.com>
22019
22020         Fix a problem seen only on nonconforming systems whereby ls.c's
22021         use of localtime, and then of gettimeofday would cause trouble:
22022         the localtime call used to initialize rpl_gettimeofday's save
22023         mechanism would clobber ls's current local time information so
22024         that in any long listing the first file would always be listed
22025         with date 1970-01-01.  Analysis by Volker Borchert.
22026
22027         * lib/gettimeofday.c (localtime): Undefine.
22028         (rpl_localtime): New function.
22029
22030 2002-05-27  Jim Meyering  <meyering@lucent.com>
22031
22032         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22033         localtime.
22034
22035         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22036         use the replacement function; it wouldn't resolve at link time.
22037         Reported by Volker Borchert.
22038
22039 2002-05-22  Jim Meyering  <meyering@lucent.com>
22040
22041         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22042         file-type.h.
22043         * lib/file-type.h: New file.
22044         * lib/file-type.c (file_type): New file/function.  Extracted from
22045         diffutils.
22046
22047 2002-04-30  Jim Meyering  <meyering@lucent.com>
22048
22049         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22050
22051 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22052
22053         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22054
22055 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22056
22057         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22058         Do not check for alloca.h (no longer used) or stdbool.h (was never
22059         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22060
22061 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22062
22063         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22064
22065 2002-04-29  Jim Meyering  <meyering@lucent.com>
22066
22067         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22068         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22069         Use AC_FUNC_STRNLEN here instead.
22070
22071         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22072         With autoconf-2.53a, it's part of AC_PROG_CC.
22073
22074 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22075
22076         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22077         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22078
22079 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22080
22081         * lib/sig2str.h, lib/sig2str.c: New files.
22082         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22083
22084 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22085
22086         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22087         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22088         of 127, since 64 is the largest conceivable number for ancient
22089         nonstandard hosts.
22090         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22091
22092 2002-04-28  Jim Meyering  <meyering@lucent.com>
22093
22094         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22095
22096 2002-04-24  Jim Meyering  <meyering@lucent.com>
22097
22098         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22099         (jm_PREREQ): Use it.
22100
22101         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22102         mach/mach.h fcntl.h.
22103         Check for this function: setlocale.
22104
22105 2002-04-24  Jim Meyering  <meyering@lucent.com>
22106
22107         * lib/gettext.h: New file, from Gettext.
22108         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22109         (libfetish_a_SOURCES): Add gettext.h.
22110
22111 2002-04-16  Jim Meyering  <meyering@lucent.com>
22112
22113         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22114         ut_pid, ut_id, ut_exit.
22115
22116 2002-04-16  Jim Meyering  <meyering@lucent.com>
22117
22118         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22119         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22120         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22121
22122 2002-04-12  Jim Meyering  <meyering@lucent.com>
22123
22124         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22125         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22126         existence of the getmntinfo function.  Needed for Darwin 5.3.
22127
22128         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22129         This is necessary at least on Darwin 5.3.
22130
22131         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22132         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22133         strnlen.o in the library, and that makes some versions of ranlib
22134         object.
22135
22136 2002-04-12  Jim Meyering  <meyering@lucent.com>
22137
22138         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22139
22140 2002-04-09  Jim Meyering  <meyering@lucent.com>
22141
22142         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22143         to be more precise.  Rather than saying we're checking whether the
22144         function `works', say what we're testing.
22145         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22146         Reported by Bruno Haible.
22147
22148 2002-03-10  Jim Meyering  <meyering@lucent.com>
22149
22150         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22151         Suggestion from Santiago Vila.
22152
22153 2002-03-08  Jim Meyering  <meyering@lucent.com>
22154
22155         * lib/rename.c: Mention that this wrapper is needed also on
22156         mips-dec-ultrix4.4 systems.
22157
22158 2002-03-02  Jim Meyering  <meyering@lucent.com>
22159
22160         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22161         not HAVE_CLOCK_SETTIME.
22162
22163 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22164
22165         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22166         Check for clock_settime.
22167
22168 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22169
22170         * lib/nanosleep.h: Rename to....
22171         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22172
22173         * lib/gettime.c: New file.
22174         * lib/settime.c: New file.
22175         * lib/stime.c: Remove.
22176
22177         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22178         timespec.h.  Remove nanosleep.h.
22179
22180 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22181
22182         * m4/acl.m4: New file.
22183         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22184         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22185
22186 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22187
22188         * lib/acl.c, lib/acl.h: New files.
22189         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22190
22191 2002-02-24  Jim Meyering  <meyering@lucent.com>
22192
22193         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22194         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22195         cause trouble.  Reported by Nelson Beebe.
22196
22197 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22198
22199         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22200         compilers that don't know that xalloc_die never returns.
22201
22202 2002-02-20  Jim Meyering  <meyering@lucent.com>
22203
22204         * lib/getdate.c: Regenerate using bison-1.33.
22205
22206 2002-02-17  Jim Meyering  <meyering@lucent.com>
22207
22208         * config/config.guess (main): Don't use `head -1'; it's no longer
22209         portable. Use `sed 1q' instead.
22210
22211 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22212
22213         * m4/codeset.m4: Upgrade to gettext-0.11.
22214         * m4/gettext.m4: Upgrade to gettext-0.11.
22215         * m4/glibc21.m4: Upgrade to gettext-0.11.
22216         * m4/iconv.m4: Upgrade to gettext-0.11.
22217         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22218         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22219         * m4/lib-ld.m4: New file, from gettext-0.11.
22220         * m4/lib-link.m4: New file, from gettext-0.11.
22221         * m4/lib-prefix.m4: New file, from gettext-0.11.
22222         * m4/progtest.m4: Upgrade to gettext-0.11.
22223
22224 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22225
22226         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22227         (jm_PREREQ): Use it.
22228
22229 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22230
22231         * lib/posixver.c, lib/posixver.h: New files.
22232         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22233
22234 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22235             Bruno Haible  <bruno@clisp.org>
22236
22237         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22238         (fwrite_success_callback): New declaration.
22239         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22240         print_unicode_char. Call failure callback instead of error.
22241         (fwrite_success_callback): New function.
22242         (exit_failure_callback): New function.
22243         (fallback_failure_callback): New function.
22244         (print_unicode_char): Call unicode_to_mb.
22245
22246 2002-01-26  Jim Meyering  <meyering@lucent.com>
22247
22248         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22249         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22250
22251 2002-01-26  Jim Meyering  <meyering@lucent.com>
22252
22253         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22254
22255 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22256
22257         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22258
22259 2002-01-22  Jim Meyering  <meyering@lucent.com>
22260
22261         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22262         Otherwise, some versions of automake would omit the rule that makes
22263         Makefile from Makefile.in.
22264
22265 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22266
22267         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22268         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22269         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22270         (memcoll): Set errno to zero if there is no error.
22271
22272         * lib/quotearg.c (quotearg_buffer_restyled):
22273         Fix bug with quoting buffers containing NUL when backslashing escapes.
22274         This bug was exposed by the other changes in this patch.
22275         (quotearg_n_options): New arg ARGSIZE.
22276         All callers changed.
22277         (quoting_options_from_style): New function.
22278         (quotearg_n_style): Use it.
22279         (quotearg_n_style_mem): New function.
22280
22281         * lib/quotearg.h (quotearg_n_style_mem): New function.
22282
22283 2002-01-19  Jim Meyering  <meyering@lucent.com>
22284
22285         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22286         Remove useless quotes: DF_PROG="df".
22287         * m4/strnlen.m4: New file.
22288
22289 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22290
22291         * lib/backupfile.c (ISDIGIT): Comment fix.
22292         * lib/getdate.y (ISDIGIT): Likewise.
22293         * lib/posixtm.c (ISDIGIT, year): Likewise.
22294         * lib/strverscmp.c (ISDIGIT): Likewise.
22295         * lib/userspec.c (ISDIGIT): Likewise.
22296
22297 2002-01-16  Jim Meyering  <meyering@lucent.com>
22298
22299         * lib/getdate.y: Add three semicolons, each just before a closing
22300         brace. Bison (as of version 1.31) no longer papers over that mistake.
22301
22302 2002-01-05  Jim Meyering  <meyering@lucent.com>
22303
22304         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22305
22306 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22307
22308         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22309         not silently exit merely because the output buffer happens to
22310         have nothing pending.
22311
22312 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22313
22314         See the big note in ../ChangeLog.
22315         * lib/human.c (suffixes): Prefer K to k for 1024.
22316         (generate_suffix_backwards): New function.
22317         (human_readable_inexact): Use it.
22318         * lib/xstrtol.c (__xstrtol): If there is no number but there
22319         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22320         Accept 'K' as well as 'k'.
22321
22322 2001-12-15  Jim Meyering  <meyering@lucent.com>
22323
22324         * lib/regex.h (__restrict_arr): Update from libc.
22325
22326         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22327         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22328         (STREQ): Define.
22329
22330 2001-12-14  Jim Meyering  <meyering@lucent.com>
22331
22332         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22333         Suggestion from Bruno Haible.
22334
22335 2001-12-10  Jim Meyering  <meyering@lucent.com>
22336
22337         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22338         xrealloc, Instead, include "xalloc.h".
22339         (initbuffer): Don't cast xmalloc return value to char*.
22340         (readline): Reword comment.
22341         Don't cast xrealloc return value to char*
22342         Return NULL, not 0.
22343
22344 2001-12-09  Jim Meyering  <meyering@lucent.com>
22345
22346         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22347         about `signed and unsigned type in conditional expression'.
22348         * lib/posixtm.c (posix_time_parse): Likewise.
22349
22350         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22351
22352         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22353         to avoid a pedantic warning.
22354
22355         * lib/getstr.c: Don't include assert.h.
22356         (getstr): Remove warning-evoking assertions.
22357         Return -1 if offset parameter is out of bounds.
22358         Change the type of a local from int to size_t.
22359
22360         * lib/strftime.c (my_strftime_localtime_r): Include this function
22361         definition in the `#if ! HAVE_TM_GMTOFF' block.
22362
22363         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22364         Include xalloc.h instead.
22365
22366 2001-12-02  Jim Meyering  <meyering@lucent.com>
22367
22368         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22369         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22370         included.
22371
22372         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22373         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22374
22375 2001-11-30  Akim Demaille  <akim@epita.fr>
22376
22377         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22378         before being defined.
22379
22380 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22381
22382         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22383         First arg is int, not unsigned.
22384         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22385         (SIZE_MAX, UINT_MAX): New macros.
22386         (quotearg_n_options): Abort if N is negative.
22387         Avoid overflow check on hosts where size_t is 64 bits and int
22388         is 32 bits, as overflow is impossible there.
22389         Fix off-by-one typo that caused unnecessary reallocation.
22390
22391 2001-11-27  Jim Meyering  <meyering@lucent.com>
22392
22393         * lib/tempname.c: Merge with version from libc.
22394         * lib/regex.c: Likewise.
22395
22396         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22397         systems for which STDC_HEADERS is 0, it was not included, resulting in
22398         a warning about an integer-to-pointer conversion problem with getenv.
22399         Reported by Volker Borchert.
22400
22401 2001-11-26  Jim Meyering  <meyering@lucent.com>
22402
22403         * lib/gtod.h: Remove file.
22404         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22405         * lib/gettimeofday.c: Don't include gtod.h.
22406         (GTOD_init): Remove function.
22407         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22408         Suggestion from Volker Borchert.
22409
22410 2001-11-23  Jim Meyering  <meyering@lucent.com>
22411
22412         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22413         it.
22414         * lib/hash.c (struct hash_table): Define it here instead.
22415
22416 2001-11-22  Jim Meyering  <meyering@lucent.com>
22417
22418         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22419
22420 2001-11-20  Jim Meyering  <meyering@lucent.com>
22421
22422         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22423         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22424
22425 2001-11-19  Jim Meyering  <meyering@lucent.com>
22426
22427         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22428         directory.  Use "conftestXXXXXX" as the template.
22429         Suggestion from Paul Eggert.
22430
22431         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22432         immediately, so the test doesn't mistakenly hit the max-open-files
22433         limit.
22434
22435 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22436
22437         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22438         (TEMPORARIES): New macro.
22439         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22440         removes an artificial limitation (e.g. HP-UX 10.20, where
22441         TMP_MAX is 17576).
22442
22443 2001-11-18  Jim Meyering  <meyering@lucent.com>
22444
22445         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22446
22447 2001-11-18  Jim Meyering  <meyering@lucent.com>
22448
22449         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22450         on SunOS 4.
22451
22452         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22453         files will be created before anything else.
22454
22455 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22456
22457         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22458         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22459
22460 2001-11-17  Jim Meyering  <meyering@lucent.com>
22461
22462         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22463         Prompted by a report from Bob Proulx.
22464
22465         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22466         Instead, require UTILS_FUNC_MKSTEMP.
22467
22468 2001-11-17  Jim Meyering  <meyering@lucent.com>
22469
22470         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22471         Now, that's done as part of AC_FUNC_STRTOD.
22472
22473 2001-11-17  Jim Meyering  <meyering@lucent.com>
22474
22475         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22476         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22477         rather than group writable.  Patch by Juan F. Codagnone.
22478
22479         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22480         xrealloc, Instead, include "xalloc.h".
22481
22482         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22483         Remove explicit declarations of xmalloc, xrealloc,
22484         and xstrdup.  Instead, include "xalloc.h".
22485
22486         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22487         unlocked-io.h.
22488         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22489         Likewise.
22490         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22491
22492         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22493         Reported by Padraig Brady.
22494
22495         * lib/mkstemp.c: #undef mkstemp.
22496         Include config.h.
22497         (rpl_mkstemp): Rename from mkstemp.
22498         Protoize.
22499
22500 2001-11-16  Jim Meyering  <meyering@lucent.com>
22501
22502         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22503         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22504         determine the amount of total physical memory, use pstat_getstatic.
22505         HPUX-11 doesn't define _SC_PHYS_PAGES.
22506         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22507         If sysconf couldn't be used to determine the amount of available
22508         physical memory, use both pstat_getstatic and pstat_getdynamic.
22509         Based on a patch from Bob Proulx.
22510
22511 2001-11-10  Jim Meyering  <meyering@lucent.com>
22512
22513         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22514         (jm_PREREQ): Use it.
22515
22516 2001-11-09  Jim Meyering  <meyering@lucent.com>
22517
22518         * m4/jm-macros.m4: Require autoconf-2.52f.
22519         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22520         Use these AC_-prefixed names, not the AM_-prefixed ones.
22521
22522         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22523
22524 2001-11-05  Jim Meyering  <meyering@lucent.com>
22525
22526         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22527
22528 2001-11-04  Jim Meyering  <meyering@lucent.com>
22529
22530         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22531         $DEFS.
22532
22533 2001-11-03  Jim Meyering  <meyering@lucent.com>
22534
22535         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22536         of AC_DEFUN.
22537
22538         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22539         know the name of the variable in the macro definition.
22540
22541 2001-11-03  Jim Meyering  <meyering@lucent.com>
22542
22543         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22544         in argmatch_to_argument call.
22545
22546         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22547         argument.
22548
22549         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22550         e.g., a fault due to an attempt to free a NULL pointer.
22551
22552 2001-11-01  Jim Meyering  <meyering@lucent.com>
22553
22554         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22555         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22556
22557 2001-11-01  Jim Meyering  <meyering@lucent.com>
22558
22559         * lib/dirfd.c, lib/dirfd.h: New files.
22560         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22561
22562         * lib/hash.c (hash_print) [TESTING]: Clean up.
22563
22564 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22565
22566         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22567         to avoid a warning if -Wall.
22568
22569 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22570
22571         * README: New file
22572         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22573         (per RMS's instructions, this is now the canonical source)
22574         * lgpl/, gpl/: New directories.
22575
22576 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22577
22578         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22579
22580 2001-10-21  Jim Meyering  <meyering@lucent.com>
22581
22582         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22583         this code would end up calling gettext even in packages built
22584         with --disable-nls.
22585         * lib/getopt.c (_): Likewise.
22586         * lib/regex.c (_): Likewise.
22587
22588 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22589
22590         * m4/error.m4 (jm_PREREQ_ERROR):
22591         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22592         AC_FUNC_STRERROR_R does that.
22593         Check for strerror declaration.
22594
22595         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22596         are supposed to have them these days.
22597         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22598         Merge changes from latest Autoconf CVS.
22599         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22600         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22601         POSIX decided to standardize on the int flavor of strerror_r.
22602
22603 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22604
22605         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22606         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22607         Use strerror_r that is only a macro, even if it is not a function.
22608         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22609         (private_strerror): Use prototypes, not old-style function definition.
22610         (print_errno_message): New function.
22611         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22612         char*-flavored one.
22613         (error_tail, error, error_at_line): Use it.
22614
22615 2001-10-11  Jim Meyering  <meyering@lucent.com>
22616
22617         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22618         and quote_n (1, ... to avoid clobbering a buffer.
22619
22620 2001-10-05  Jim Meyering  <meyering@lucent.com>
22621
22622         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22623         hash-pjw.h.
22624         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22625         * lib/hash-pjw.h: New file.
22626
22627 2001-09-30  Jim Meyering  <meyering@lucent.com>
22628
22629         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22630         `struct fsstat' has the `f_fstypename' member.
22631         Use that to define FS_TYPE, which is now used to make
22632         the getfsstat link test tighter.
22633
22634 2001-09-30  Jim Meyering  <meyering@lucent.com>
22635
22636         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22637         Include <sys/ucred.h>, for Apple Darwin.
22638         Include sys/mount.h and sys/fs_types.h only if available.
22639         (FS_TYPE): Define.
22640         (read_filesystem_list): Use FS_TYPE.
22641
22642 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22643
22644         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22645         a boolean context.
22646
22647 2001-09-29  Jim Meyering  <meyering@lucent.com>
22648
22649         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22650         [one-argument getmntent function]): Include stdio.h before mntent.h.
22651         SunOS 4.1.x needs it for the declaration of `FILE'.
22652         Patch by Volker Borchert.
22653
22654         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22655         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22656         sys/fs_types.h, and make the link-test for getfsstat guard #include
22657         directives with appropriate #if HAVE_*_H tests so that we can
22658         detect getfsstat on Apple Darwin1.3.7 systems.
22659         Reported by Nelson Beebe.
22660         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22661
22662 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22663
22664         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22665         #defines strtoimax.  Also treat the other strto* functions
22666         like strtoimax.
22667
22668         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22669         Check for strtoul and strtoumax,
22670         as those declarations are made even in the signed case.
22671         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22672         Likewise, for strtol and strtoimax.
22673
22674 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22675
22676         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22677         #defines strtoimax.  Also treat the other strto* functions
22678         like strtoimax.
22679
22680         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22681         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22682         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22683
22684 2001-09-26  Jim Meyering  <meyering@lucent.com>
22685
22686         Most macros in unlocked-io.h had the wrong number of arguments.
22687         * lib/gen-uio: New script.
22688         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22689         * lib/unlocked-io.hin: Remove file.
22690         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22691         rather than trying to embed it here.
22692         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22693         Reported by Padraig Brady.
22694
22695 2001-09-25  Volker Borchert  <bt@teknon.de>
22696
22697         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22698         `result'.
22699
22700 2001-09-24  Jim Meyering  <meyering@lucent.com>
22701
22702         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22703
22704 2001-09-23  Jim Meyering  <meyering@lucent.com>
22705
22706         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22707         instead of the mere test for existence of mntent.h.  The latter
22708         would get a false-positive on AIX 3.4 systems.
22709         In the outer getmntent if-block, don't die if neither of the getmntent
22710         tests succeeds.  Instead, just fall through and continue with the
22711         remaining tests.
22712
22713 2001-09-23  Jim Meyering  <meyering@lucent.com>
22714
22715         * lib/mountlist.c: Remove useless parentheses in #if directives.
22716         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22717         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22718
22719 2001-09-22  Jim Meyering  <meyering@lucent.com>
22720
22721         * m4/gettext.m4: New file.  From gettext.
22722         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22723         * m4/progtest.m4: Likewise
22724         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22725         * m4/glibc21.m4: Likewise.
22726
22727         * m4/libintl.m4: Remove.  No longer used.
22728
22729 2001-09-22  Jim Meyering  <meyering@lucent.com>
22730
22731         * lib/localcharset.c: Update from latest gettext.
22732         * lib/config.charset: Likewise.
22733
22734 2001-09-20  Jim Meyering  <meyering@lucent.com>
22735
22736         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22737         strtoimax.
22738         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22739         strtoumax.
22740
22741 2001-09-20  Jim Meyering  <meyering@lucent.com>
22742
22743         * lib/xstrtol.c (strtoimax): Guard declaration with
22744         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22745         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22746         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22747         (strtoumax): Likewise, for completeness (it wasn't necessary).
22748
22749 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22750
22751         * lib/strtoimax.c (HAVE_LONG_LONG):
22752         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22753         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22754         to work around bug in IBM C compiler.
22755
22756 2001-09-17  Jim Meyering  <meyering@lucent.com>
22757
22758         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22759         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22760         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22761         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22762         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22763         whenever the right hand side need not be expanded by the shell.
22764
22765 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22766
22767         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22768         library.  It's not correct, as some older glibcs are buggy.
22769         fnmatch wasn't fixed until glibc 2.2.
22770
22771         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22772         special shell magic here.
22773
22774 2001-09-16  Jim Meyering  <meyering@lucent.com>
22775
22776         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22777         * m4/jm-macros.m4: Require it.
22778
22779 2001-09-16  Jim Meyering  <meyering@lucent.com>
22780
22781         * lib/mkdir.c: New file.
22782
22783 2001-09-15  Jim Meyering  <meyering@lucent.com>
22784
22785         * m4/jm-macros.m4: Check for help2man.
22786
22787 2001-09-11  Jim Meyering  <meyering@lucent.com>
22788
22789         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22790         The body, by Paul Eggert, was moved here from configure.in.
22791         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22792
22793 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22794
22795         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22796         (jm_PREREQ): Use it.
22797
22798 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22799
22800         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22801         Use ssize_t, not int, to store result of readlink.
22802         Check for ssize_t overflow as well as size_t overflow,
22803         as POSIX says the result of readlink is implementation-defined
22804         when ssize_t overflows.
22805         Remove unnecessary cast to char*.
22806         Use free+malloc instead of realloc, as the storage doesn't need
22807         to be preserved and it's clearer and can be more efficient that way.
22808         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22809         * lib/xreadlink.h (xreadlink): Update prototype.
22810
22811 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22812
22813         * lib/xgetcwd.c: Revert some of the previous change; intead,
22814         fix the HAVE_GETCWD_NULL code to behave more like the
22815         !HAVE_GETCWD_NULL code used to.
22816
22817         Include "xalloc.h".
22818         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22819         invoke xalloc_die.
22820
22821 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22822
22823         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22824         sys/param.h, as pathmax.h includes them.
22825
22826 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22827
22828         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22829         (jm_PREREQ_XGETCWD): New macro.
22830
22831         * m4/getcwd.m4: New file.
22832
22833 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22834
22835         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22836         like the HAVE_GETCWD_NULL code.
22837         Include pathmax.h if not HAVE_GETCWD.
22838         Do not include xalloc.h.
22839         (INITIAL_BUFFER_SIZE): New symbol.
22840         Do not use xmalloc / xrealloc, since the caller is responsible for
22841         handling errors.  Preserve errno around `free' during failure.
22842         Do not overrun buffer when using getwd.
22843
22844 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22845
22846         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22847         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22848         getcwd (NULL, 0).
22849
22850 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22851
22852         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22853         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22854         spotted by Jim Meyering.
22855
22856 2001-09-03  Jim Meyering  <meyering@lucent.com>
22857
22858         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22859         failure.
22860
22861 2001-09-02  Jim Meyering  <meyering@lucent.com>
22862
22863         * lib/error.c: Update from GNU libc.
22864
22865 2001-09-01  Jim Meyering  <meyering@lucent.com>
22866
22867         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22868         Used by df.
22869
22870 2001-09-01  Jim Meyering  <meyering@lucent.com>
22871
22872         * lib/xreadlink.c: New file.
22873         * lib/xreadlink.h: New file.
22874         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22875         xreadlink.h.
22876
22877         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22878         doesn't conflict with sparc Solaris 7's definition in
22879         /usr/include/sys/int_types.h.
22880
22881         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22882         files.
22883         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22884         and strncasecmp as r-values.  Unixware didn't have declarations.
22885
22886 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22887
22888         * lib/xstrtol.h: Add copyright notice.
22889         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22890         LONGINT_INVALID_SUFFIX_CHAR.
22891
22892 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22893
22894         * lib/xstrtol.c (strtoimax): New decl.
22895
22896 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22897
22898         * lib/xgetcwd.c: Don't include pathmax.h.
22899         Include stdlib.h and unistd.h if available.
22900         Include xalloc.h.
22901         (xmalloc, xstrdup, free): Remove decls.
22902         (xgetcwd): Don't assume sizes fit in unsigned.
22903         Check for overflow when computing sizes.
22904         Simplify reallocation code.
22905
22906 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22907
22908         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22909         a directory's st_size can have an arbitrary value, so the old
22910         usage could waste an arbitrary amount of memory.  All uses
22911         changed.
22912         * lib/savedir.h: Update prototype.
22913
22914 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22915
22916         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22917
22918         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22919         old strtoimax.c.
22920
22921         Also, make the following further changes to make this file's
22922         configuration more similar to that of strtol.c:
22923         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22924         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22925         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22926         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22927         changed to signed values.
22928
22929         And make the following changes as well:
22930         Fix copyright notice, as 1999 was missing.
22931         (verify): New macro.
22932         (strtoimax): Check sizes at compile-time, not run-time.
22933         Prefer strtol to strtoll if both work.
22934         (main): Remove; it was not that useful and was a pain to maintain.
22935
22936         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22937
22938 2001-08-31  Jim Meyering  <meyering@lucent.com>
22939
22940         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22941         Use an initial, malloc'd, buffer of length 128 rather than
22942         a statically allocated one of length 1024.
22943
22944 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22945
22946         Simplify code, partly by assuming autoconf 2.52 semantics.
22947
22948         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22949
22950         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22951         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22952         All uses removed.
22953         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22954         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22955         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22956         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22957         jm_AC_HEADER_INTTYPES_H.
22958         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22959
22960         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22961
22962         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22963         Quote first arg of AC_DEFUN.
22964         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22965         since they are needed to parse the include file even if we need
22966         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22967         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22968         but with opposite signedness.
22969
22970 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22971
22972         Merge 'exclude' changes from tar 1.13.22.
22973         This fixes one or two unlikely storage allocation overflow bugs,
22974         but doesn't change user-visible behavior otherwise.
22975
22976 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22977
22978         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22979         (jm_PREREQ_EXCLUDE): New macro.
22980
22981 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22982
22983         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22984         tm to be declared.
22985
22986 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22987
22988         * lib/hash.c: Remove '2001' from copyright notice.
22989
22990 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22991
22992         * lib/full-write.h: New file.
22993         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22994         * lib/full-write.c: Correct credits, as cccp.c no longer
22995         exists and anyway it was so heavily changed from the old cccp
22996         code as to be unrecognizable.  Include full-write.h.
22997         (full_write) Return size_t, with short writes meaning failure.
22998         All callers changed.  This fixes a bug with large buffers
22999         on 64-bit hosts.
23000         * lib/utime.c: Include full-write.h.
23001
23002 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23003
23004         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23005         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23006         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23007         Include if available.
23008         (<xalloc.h>): Include
23009         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23010         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23011         collide with FNM macros.
23012         (struct patopts): New struct.
23013         (struct exclude): Use it, as exclude patterns now come with options.
23014         (new_exclude): Support above changes.
23015         (new_exclude, add_exclude_file):
23016         Initial size must now be a power of two to simplify overflow checking.
23017         (free_exclude, fnmatch_no_wildcards): New function.
23018         (excluded_filename): No longer requires options arg, as the options
23019         are determined by add_exclude.  Now returns bool, not int.
23020         (excluded_filename, add_exclude):
23021         Add support for the fancy new exclusion options.
23022         (add_exclude, add_exclude_file): Now takes int options arg.
23023         Check for arithmetic overflow when computing sizes.
23024         (add_exclude_file): xrealloc might modify errno, so don't
23025         realloc until after errno might be used.
23026
23027         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23028         New macros.
23029         (free_exclude): New decl.
23030         (add_exclude, add_exclude_file): Now takes int options arg.
23031         (excluded_filename): No longer requires options arg, as the options
23032         are determined by add_exclude.  Now returns bool, not int.
23033
23034 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23035
23036         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23037
23038 2001-08-27  Jim Meyering  <meyering@lucent.com>
23039
23040         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23041
23042         * lib/version-etc.c (N_): Remove definition.
23043         Revert most of last change.
23044         Instead, simply don't mark the `Copyright...' string for translation.
23045         Based on advice from Paul Eggert.
23046
23047         * lib/strtoxmax.c: Tweak comment.
23048
23049 2001-08-26  Jim Meyering  <meyering@lucent.com>
23050
23051         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23052
23053         * m4/xstrtoimax.m4: New file.
23054         * m4/xstrtoumax.m4: Add comments explaining why we
23055         AC_REPLACE_FUNCS(strtol).
23056
23057 2001-08-26  Jim Meyering  <meyering@lucent.com>
23058
23059         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23060         of copyright with `%s' so translators don't get an untranslated
23061         message in 2002.
23062         (COPYRIGHT_YEAR): Define.
23063         (version_etc): Use fprintf rather than fputs.
23064         Suggestion from Ulrich Drepper.
23065
23066         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23067
23068         * lib/strtoll.c: New file, from GNU libc.
23069         * lib/xstrtoimax.c: New file.
23070
23071         * lib/xstrtol.h: Add xstrtoimax.
23072         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23073         * lib/strtoimax.c: New file.  Likewise, but first define
23074         STRTOUXMAX_SIGNED.
23075
23076         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23077         ...
23078         * lib/strtoxmax.c: ... then renamed to this.
23079
23080 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23081
23082         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23083         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23084         (jm_AC_TYPE_INTMAX_T): New macro.
23085         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23086
23087         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23088
23089         * m4/longlong.m4: Renamed from ulonglong.m4.
23090         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23091         * m4/uintmax_t.m4: Removed.
23092
23093 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23094
23095         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23096         Port to Solaris 8, where 'sed' requires a space after the 'r'
23097         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23098         Redirect output to $tmp just once.
23099
23100 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23101
23102         * lib/addext.c (<errno.h>): Include.
23103         (errno): Declare if not defined.
23104         (addext): Work correctly when pathconf returns -1 and leaves
23105         errno alone because there is no limit.  Also, work even if
23106         pathconf returns a value greater than SIZE_MAX.
23107
23108 2001-08-12  Jim Meyering  <meyering@lucent.com>
23109
23110         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23111         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23112         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23113         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23114         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23115         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23116         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23117         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23118         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23119         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23120         utime.m4, utimes.m4, xstrtoumax.m4:
23121         Quote the first argument in each use of AC_DEFUN.
23122
23123 2001-08-12  Jim Meyering  <meyering@lucent.com>
23124
23125         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23126         Simply `return getcwd (NULL, 0);'.
23127         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23128         Use 1300 as initial value for length, not PATH_MAX.
23129
23130         * lib/pathmax.h: Clean up cpp syntax.
23131
23132 2001-08-12  Jim Meyering  <meyering@lucent.com>
23133
23134         * lib/gettimeofday.c: New file.
23135         * lib/gtod.h: New file.
23136         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23137
23138 2001-08-05  Jim Meyering  <meyering@lucent.com>
23139
23140         * m4/jm-macros.m4: Require autoconf-2.52.
23141
23142 2001-08-04  Jim Meyering  <meyering@lucent.com>
23143
23144         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23145         stmt, to get in sync with glibc.
23146
23147 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23148
23149         The following changes are from gettext 0.10.39 as maintained by
23150         Bruno Haible.
23151
23152         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23153         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23154         with inverted sense.  All uses changed.
23155
23156         * lib/mbswidth.c: Don't include <limits.h>.
23157         Include <stdlib.h> and <string.h> unconditionally.
23158         (iswcntrl, mbsinit, ISCNTRL): New macros.
23159         (mbsnwidth): Use K&R style function declarations.
23160         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23161         can optimize it when MB_CUR_MAX == 1.
23162         The width of control characters is zero, not 1.
23163
23164 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23165
23166         The following changes are from gettext 0.10.39 as maintained by
23167         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23168
23169         * m4/codeset.m4: Upgrade to serial AM1.
23170         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23171         all uses changed.  Quote first arg of AC_DEFUN.
23172         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23173
23174         * m4/iconv.m4: Upgrade to serial AM2.
23175         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23176         Add --with-libconv-prefix.
23177         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23178         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23179         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23180         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23181         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23182
23183         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23184         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23185         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23186         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23187         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23188         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23189         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23190         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23191         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23192
23193         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23194         string.h any more.
23195
23196         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23197         not the default value.
23198
23199         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23200         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23201         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23202         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23203         Also check for iswcntrl, used for wcwidth fallback.
23204         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23205         to Autoconf 2.13.
23206
23207 2001-08-03  Jim Meyering  <meyering@lucent.com>
23208
23209         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23210         as it was in the original.  Reported by Paul Eggert.
23211
23212 2001-07-16  Jim Meyering  <meyering@lucent.com>
23213
23214         * m4/gettimeofday.m4: New file.
23215         Prompted by a report from Bernhard Baehr.
23216
23217 2001-07-15  Jim Meyering  <meyering@lucent.com>
23218
23219         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23220         stuff. Now it's in ../Makefile.cfg.
23221
23222 2001-07-15  Jim Meyering  <meyering@lucent.com>
23223
23224         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23225         (BUILT_SOURCES): Add unlocked-io.h.
23226         (io_functions): Define.
23227         (unlocked-io.h): New rule.
23228         (DISTCLEANFILES): Add unlocked-io.h.
23229         (all-local): Depend on unlocked-io.h, to ensure it is created.
23230
23231         * lib/unlocked-io.hin: New file
23232
23233         * lib/regex.c: Update from glibc.
23234
23235 2001-07-05  Jim Meyering  <meyering@lucent.com>
23236
23237         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23238         recommendation.
23239         (libfetish_a_SOURCES): Put all .h files here instead.
23240         Remove a thus-exposed (better checks in automake) duplicate and
23241         two unnecessary .h files.
23242
23243 2001-07-04  Jim Meyering  <meyering@lucent.com>
23244
23245         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23246         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23247         distcheck failure.
23248
23249 2001-07-02  Jim Meyering  <meyering@lucent.com>
23250
23251         The following changes were prompted by suggestions from Bruno Haible.
23252
23253         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23254         is now generated.
23255         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23256         definition of EXTRA_DIST.
23257         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23258         ensure that the generated file is created/updated whenever the list
23259         of $(unlocked_functions) is changed.
23260         (jm-glibc-io.m4): New rule.
23261         (unlocked-io.h): New rule -- currently unused.
23262
23263 2001-06-24  Jim Meyering  <meyering@lucent.com>
23264
23265         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23266         unmatched right bracket, rather than kludging it with an extra,
23267         falsely-matching quote in a comment.  Patch by Akim Demaille.
23268
23269 2001-06-11  Jim Meyering  <meyering@lucent.com>
23270
23271         * lib/regex.c: Update from GNU libc.
23272
23273 2001-05-27  Jim Meyering  <meyering@lucent.com>
23274
23275         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23276         Check for ut_type in struct utmp.
23277
23278 2001-05-27  Jim Meyering  <meyering@lucent.com>
23279
23280         * lib/readutmp.h (UT_TYPE): Define.
23281
23282 2001-05-24  Jim Meyering  <meyering@lucent.com>
23283
23284         * lib/argmatch.c: Include "quote.h".
23285         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23286         quote function.  Reported by Göran Uddeborg.
23287
23288 2001-05-22  Jim Meyering  <meyering@lucent.com>
23289
23290         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23291         now that we use the package-supplied version unconditionally.
23292         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23293
23294 2001-05-21  Jim Meyering  <meyering@lucent.com>
23295
23296         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23297         shell syntax errors.
23298
23299 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23300
23301         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23302
23303 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23304
23305         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23306         Don't bother to check library strftime, since
23307         we'll be using our own my_strftime function anyway.
23308         Define my_strftime instead of strftime.
23309
23310 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23311
23312         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23313         which is not yet declared.
23314
23315 2001-05-15  Jim Meyering  <meyering@lucent.com>
23316
23317         * m4/regex.m4: Use proper quoting so brackets appear in the test
23318         program.
23319         Reported by, and with help from, Bruno Haible.
23320
23321 2001-05-13  Jim Meyering  <meyering@lucent.com>
23322
23323         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23324         undefined.
23325
23326 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23327
23328         dirname code cleanup.  base_name now behaves more compatibly
23329         with POSIX basename when given file names that have trailing
23330         slashes, and similarly for dir_name.  Add new primitives
23331         base_len and dir_len.  Put the directory-name-related decls
23332         into dirname.h.
23333
23334         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23335         * lib/backupfile.c (base_name): Likewise.
23336         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23337         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23338         * lib/makepath.c (strip_trailing_slashes): Likewise.
23339         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23340         ISSLASH): Likewise.
23341         * lib/rename.c (strip_trailing_slashes): Likewise.
23342         * lib/same.c (base_name): Likewise.
23343         * lib/stripslash.c (ISSLASH): Likewise.
23344
23345         * lib/addext.c: Include <dirname.h> after size_t is defined.
23346         * lib/backupfile.c: Likewise.
23347
23348         * lib/addext.c (addext): Use base_len to trim redundant
23349         trailing slashes instead of doing it ourselves.
23350         But do not trim the last slash if it is not redundant.
23351
23352         * lib/backupfile.c (find_backup_file_name,
23353         max_backup_version): Use base_len instead of rolling it ourselves.
23354         Handle the case of "" and (on DOS) "C:" correctly.
23355
23356         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23357         needed. Include <string.h>, <dirname.h>.
23358         (base_name): Allow file names ending in slashes, other than names
23359         that are all slashes.  In this case, return the basename followed
23360         by the slashes.  This is more general, and can be used in places
23361         where the original base_name purposely had an assertion failure.
23362         (base_len): New function.
23363
23364         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23365         Do not include <assert.h>; no longer needed.
23366         Include xalloc.h.
23367         (memrchr): Remove decl.
23368         (dir_name_r): Remove.
23369         (dir_len): Renamed from dirlen.  All callers changed.
23370         Rewrite in terms of base_name, for simplicity and consistency.
23371         (dir_name): Never return NULL.  All callers changed.
23372         Do not include <stdlib.h> in test program; no longer needed.
23373         return 0; is fine for test program.
23374
23375         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23376         New macros.
23377         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23378
23379         * lib/path-concat.c (path_concat): Use base_len to compute
23380         base length, not strlen; this means we cannot rely on memcpy
23381         to null-terminate.
23382
23383         * lib/same.c (STREQ): Remove.
23384         (same_name): Handle the case where the basename ends in trailing '/'.
23385
23386         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23387         a slash was stripped.  Do not strip the last slash after a
23388         file system prefix.
23389
23390 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23391
23392         * lib/Makefile.am (libfetish_a_SOURCES):
23393         Add strftime.c, since we now compile it on all hosts.
23394
23395         * lib/strftime.c (my_strftime):
23396         Define to nstrftime if emacs, but only if my_strftime is not defined.
23397         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23398         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23399         Add one more extra argument: a nanoseconds value.
23400         All uses changed.
23401         (ns): New macro.
23402         (my_strftime function): Add %N format.
23403         (emacs_strftimeu): Renamed from emacs_strftime,
23404         with extra ut argument.
23405
23406 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23407
23408         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23409
23410 2001-04-21  Jim Meyering  <meyering@lucent.com>
23411
23412         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23413         doesn't interfere.
23414
23415 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23416
23417         * m4/ftruncate.m4: Check for chsize.
23418         Link with ftruncate.o unconditionally if ftruncate is missing.
23419         This was required when cross-compiling to i586-mingw32msvc.
23420
23421 2001-04-08  Jim Meyering  <meyering@lucent.com>
23422
23423         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23424         recomputed; that's necessary when the offset spans a DST transition.
23425         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23426
23427 2001-04-02  Jim Meyering  <meyering@lucent.com>
23428
23429         * lib/regex.h, regex.c: Update from GNU libc.
23430
23431 2001-03-24  Jim Meyering  <meyering@lucent.com>
23432
23433         * m4/jm-macros.m4: Require autoconf-2.49d.
23434
23435 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23436
23437         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23438
23439 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23440
23441         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23442
23443 2001-03-17  Jim Meyering  <meyering@lucent.com>
23444
23445         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23446         now that the version in autoconf is equivalent.
23447         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23448
23449         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23450         Suggestion from Akim Demaille.
23451
23452         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23453         (jm_PREREQ_TEMPNAME): New function.
23454
23455 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23456
23457         * lib/tempname.c (uint64_t): Define to uintmax_t if
23458         not defined, and if UINT64_MAX is not defined.
23459         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23460         Reported by John David Anglin.
23461
23462 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23463
23464         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23465         resolve alias if codeset is empty.
23466         * lib/config.charset (BeOS): Use wildcard syntax.
23467
23468 2001-03-13  Jim Meyering  <meyering@lucent.com>
23469
23470         * lib/path-concat.c (path_concat)
23471         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23472         concatenating e.g., `C:' and `foo'.
23473         From Bruno Haible.
23474
23475 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23476
23477         * lib/localcharset.c (locale_charset): Don't use
23478         setlocale(LC_CTYPE,NULL). Don't return NULL.
23479         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23480
23481 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23482
23483         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23484         support for DOS/DJGPP.
23485
23486 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23487
23488         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23489         lacks mkstemp.  Compile our own tempname.c if we compile our own
23490         mkstemp.c, as mkstemp relies on tempname.
23491
23492 2001-03-01  Jim Meyering  <meyering@lucent.com>
23493
23494         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23495         AH_VERBATIM really does output its argument verbatim.
23496
23497 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23498
23499         * lib/Makefile.am (libfetish_a_SOURCES):
23500         Add dup-safer.c, fopen-safer.c.
23501         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23502
23503         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23504         * lib/unistd-safer.h: New files.
23505
23506 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23507
23508         The mkstemp replacement is taken from glibc 2.2.2, with some
23509         portability fixes for use outside glibc, as follows:
23510
23511         * lib/tempname.c (struct_stat64): New macro.
23512         (direxists, __gen_tempname): Use it.
23513         This avoids a portability problem with Solaris 8.
23514
23515         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23516         (<stddef.h>, <stdint.h>, <string.h>):
23517         Include only if STDC_HEADERS || _LIBC.
23518         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23519         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23520         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23521         (__set_errno): Define this macro if <errno.h> doesn't.
23522         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23523         Define these macros if <stdio.h> doesn't.
23524         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23525         Define these macros if <sys/stat.h>
23526         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23527         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23528         __xstat64): Define if not _LIBC.
23529         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23530         (__gen_tempname): Invoke gettimeofday only if
23531         HAVE_GETTIMEOFDAY || _LIBC;
23532         otherwise, fall back on plain "time".
23533         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23534
23535         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23536
23537         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23538
23539 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23540
23541         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23542
23543 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23544
23545         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23546         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23547         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23548         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23549
23550 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23551
23552         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23553         Remove workaround macros for hosts that have mbrtowc but not
23554         mbstate_t, as we now insist on proper declarations for both
23555         before using mbrtowc.
23556
23557 2001-02-17  Jim Meyering  <meyering@lucent.com>
23558
23559         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23560         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23561         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23562         UnixWare 7.1.1.
23563
23564         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23565         rather than AC_CACHE_VAL.
23566
23567 2001-02-17  Jim Meyering  <meyering@lucent.com>
23568
23569         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23570         around included file name.
23571
23572         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23573
23574         * lib/strftime.c: Update from GNU libc (the only changes were to
23575         comments).
23576
23577 2001-02-17  Jim Meyering  <meyering@lucent.com>
23578
23579         * lib/regex.c: Update from libc.
23580
23581 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23582
23583         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23584         clash.
23585
23586 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23587
23588         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23589         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23590         Reported by Mark Hounschell via Paul Eggert.
23591
23592 2001-02-07  Jim Meyering  <meyering@lucent.com>
23593
23594         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23595
23596 2001-02-05  Jim Meyering  <meyering@lucent.com>
23597
23598         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23599         it includes the patch required for `large file' support with at least
23600         HP-UX's 10.20 /bin/cc.
23601
23602 2001-02-03  Jim Meyering  <meyering@lucent.com>
23603
23604         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23605         AS_IF, now that it works once again (mysteriously).
23606         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23607
23608 2001-01-30  Jim Meyering  <meyering@lucent.com>
23609
23610         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23611         * m4/chown.m4: Rename conftestchown to conftest.chown.
23612         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23613         s/conftestdir2/conftest.d2/.
23614         * m4/utimes.m4: s/conftestdata/conftest.data/
23615         Inspired by Pavel Roskin's change in autoconf.
23616
23617 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23618
23619         * lib/config.charset: Update for FreeBSD 4.2.
23620
23621 2001-01-27  Jim Meyering  <meyering@lucent.com>
23622
23623         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23624         a use of AS_IF.
23625         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23626
23627 2001-01-26  Jim Meyering  <meyering@lucent.com>
23628
23629         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23630         quotearg.c includes it.
23631
23632 2001-01-26  Jim Meyering  <meyering@lucent.com>
23633
23634         * lib/quotearg.c: Include stddef.h.
23635         * lib/quote.c: Include stddef.h.
23636         Reported by Axel Kittenberger.
23637
23638         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23639         line in double quotes so that it evokes a better diagnostic.
23640         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23641         Reported by Axel Kittenberger.
23642
23643 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23644
23645         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23646         as if it was a `charset'.
23647
23648 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23649
23650         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23651         has const.
23652
23653 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23654
23655         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23656         to avoid a warning.  Add back 'const' to inptr.
23657
23658 2001-01-20  Jim Meyering  <meyering@lucent.com>
23659
23660         Be sure that headers are checked before used in code compiled
23661         for the type checks.
23662         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23663         In place of that, invoke jm_CHECK_ALL_TYPES.
23664         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23665         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23666         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23667         The check for ssize_t was mistakenly run before the test for unistd.h.
23668
23669         The configure-time check for stdbool.h was missing.
23670         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23671         (jm_PREREQ_HASH): New function.
23672
23673 2001-01-17  Jim Meyering  <meyering@lucent.com>
23674
23675         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23676         for autoconf-2.49c.
23677         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23678
23679 2001-01-16  Jim Meyering  <meyering@lucent.com>
23680
23681         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23682         From Bruno Haible.
23683
23684 2001-01-14  Jim Meyering  <meyering@lucent.com>
23685
23686         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23687         foo and bar.  Create conftestdir/ in the script, not in the C code.
23688         Remove directories in the script, not in the C code.
23689         Remove conftestdir{,2} before trying to create the directory.
23690         Make the entire configure script fail if the mkdir fails.
23691
23692 2001-01-14  Jim Meyering  <meyering@lucent.com>
23693
23694         * lib/rename.c: New file.  From Volker Borchert.
23695         Include stdlib.h, string.h or strings.h, and xalloc.h.
23696         Use strip_trailing_slashes rather than open-coding it.
23697
23698 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23699
23700         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23701
23702 2001-01-03  Jim Meyering  <meyering@lucent.com>
23703
23704         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23705         of local `inptr' to avoid warning with some system declarations of
23706         iconv.
23707
23708 2001-01-02  Volker Borchert  <bt@teknon.de>
23709
23710         * m4/rename.m4: New file.
23711         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23712
23713 2001-01-01  Jim Meyering  <meyering@lucent.com>
23714
23715         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23716         even on systems with utmpx.h.  It's necessary for the declaration of
23717         utmp's ut_user member.  Reported by Andreas Jaeger.
23718
23719         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23720         available. They are required for the declarations of getgrgid and
23721         getpwuid resp.
23722         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23723         Reported by Andreas Jaeger.
23724
23725 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23726
23727         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23728         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23729         so `make install' also works in VPATH builds.
23730
23731 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23732
23733         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23734         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23735         can be used in subdirectories.
23736
23737 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23738
23739         * lib/modechange.c: Do not assume that mode_t uses the
23740         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23741         the other-execute bit of FOO even if S_IXOTH != 1.
23742
23743         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23744         WOTH, XOTH, ALLM): New macros.
23745         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23746          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23747         Use them.
23748         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23749         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23750         (mode_compile):
23751         No need to use uintmax_t; unsigned long is long enough.
23752         Don't bother to get suffix since we don't use it.
23753
23754 2000-12-26  Jim Meyering  <meyering@lucent.com>
23755
23756         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23757         better with autoheader.
23758
23759 2000-12-24  Jim Meyering  <meyering@lucent.com>
23760
23761         * lib/hash.c (is_prime): Return explicit boolean values.
23762         (hash_get_first): Return NULL to appease Irix5.6's 89.
23763         Reported by Nelson Beebe.
23764
23765 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23766
23767         * lib/localcharset.c (locale_charset): Add support for Win32.
23768
23769 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23770
23771         * lib/physmem.h, lib/physmem.c: New files.
23772
23773         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23774         (noinst_HEADERS): Add physmem.h.
23775
23776         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23777         't' for compatibility with Solaris 8 sort.
23778
23779 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23780
23781         * lib/config.charset: Add support for BeOS.
23782
23783 2000-12-17  Jim Meyering  <meyering@lucent.com>
23784
23785         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23786         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23787
23788 2000-12-16  Jim Meyering  <meyering@lucent.com>
23789
23790         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23791         N and M) would have treated it like `chown N:N FILE'.
23792
23793         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23794
23795 2000-12-16  Jim Meyering  <meyering@lucent.com>
23796
23797         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23798         SHELLS_FILE to a file name that's useful on djgpp systems.
23799         Include stdlib.h.
23800         (ADDITIONAL_DEFAULT_SHELLS): Define.
23801         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23802         Based mostly on a patch from Prashant TR.
23803
23804 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23805
23806         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23807         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23808         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23809
23810 2000-12-08  Andreas Schwab  <schwab@suse.de>
23811
23812         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23813         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23814
23815 2000-12-07  Jim Meyering  <meyering@lucent.com>
23816
23817         * lib/stripslash.c (ISSLASH): Define.
23818         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23819         `/'.
23820         From Prashant TR.
23821
23822         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23823         (dir_name_r): Declare this function as static.
23824         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23825         manifest itself on a name containing a mix of slashes and
23826         backslashes.
23827         Make this function work with names starting with a DOS-style
23828         drive letter and colon prefix.
23829         (dir_name): Append `.' if necessary.
23830         Based mostly on patches from Prashant TR and Eli Zaretskii.
23831
23832         * lib/dirname.h (dir_name_r): Remove prototype.
23833
23834 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23835
23836         * m4/off_t-format.m4: Remove this file.
23837         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23838
23839 2000-12-06  Jim Meyering  <meyering@lucent.com>
23840
23841         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23842         replacement strtoull, we may well need the replacement strtoul, too.
23843         Check for declarations of strtoul and strtoull.
23844         Check for strtol.  Mainly as a cue to cause automake to include
23845         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23846         Check for limits.h -- strtol.c needs it.
23847
23848 2000-12-05  Jim Meyering  <meyering@lucent.com>
23849
23850         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23851
23852 2000-12-04  Jim Meyering  <meyering@lucent.com>
23853
23854         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23855         Also include memory.h, stdlib.h, unistd.h if appropriate.
23856         Reported by Andreas Jaeger (conflicting declaration of malloc).
23857
23858 2000-12-02  Jim Meyering  <meyering@lucent.com>
23859
23860         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23861         * m4/jm-macros.m4 (jm_MACROS): require it.
23862
23863 2000-12-02  Jim Meyering  <meyering@lucent.com>
23864
23865         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23866
23867 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23868
23869         * lib/memrchr.c: Include <config.h> before any system include file.
23870
23871 2000-11-30  Jim Meyering  <meyering@lucent.com>
23872
23873         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23874
23875 2000-11-30  Jim Meyering  <meyering@lucent.com>
23876
23877         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23878
23879 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23880
23881         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23882
23883 2000-11-26  Jim Meyering  <meyering@lucent.com>
23884
23885         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23886
23887 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23888
23889         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23890         size of (size_t) -1; it's not portable.
23891
23892 2000-11-17  Jim Meyering  <meyering@lucent.com>
23893
23894         * lib/strstr.c: Update from GNU libc.
23895
23896 2000-11-17  Akim Demaille  <akim@epita.fr>
23897
23898         * lib/obstack.h: Formatting changes.
23899         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23900         prevent type checking.
23901         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23902         cast the value to (void *): assigning a `foo *' to a `void *'
23903         variable is valid.
23904         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23905
23906 2000-11-16  Jim Meyering  <meyering@lucent.com>
23907
23908         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23909
23910 2000-11-11  Jim Meyering  <meyering@lucent.com>
23911
23912         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23913
23914 2000-11-10  Jim Meyering  <meyering@lucent.com>
23915
23916         * lib/obstack.h: Update from GNU libc.
23917         * lib/obstack.c: Likewise.
23918
23919 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23920
23921         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23922
23923 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23924
23925         * lib/getusershell.c (setusershell): Use rewind rather than
23926         fseek/fseeko, to avoid configuration hassles with fseeko.
23927         Don't bother opening SHELLS_FILE if shellstream is NULL;
23928         it's not necessary.
23929
23930 2000-11-05  Jim Meyering  <meyering@lucent.com>
23931
23932         * lib/makepath.h (make_dir): Declare.
23933         * lib/makepath.c (make_dir): Remove `static' attribute.
23934         Tweak a comment.
23935
23936 2000-11-04  Jim Meyering  <meyering@lucent.com>
23937
23938         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23939
23940 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23941
23942         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23943         last one in a bucket, advance to the next bucket.
23944
23945 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23946
23947         * lib/fnmatch.c: Do not comment out all the code if we are using
23948         the GNU C library, because in some cases we are replacing buggy
23949         code in the GNU C library itself.
23950
23951 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23952
23953         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23954         (regex_compile): Catch bogus \(\1\).
23955
23956 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23957
23958         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23959         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23960         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23961
23962 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23963
23964         * lib/error.h, getline.h, modechange.h:
23965         Remove "2000" from Copyright line, as the file hasn't been
23966         changed this year other than in the copyright notice.
23967
23968         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23969         was changed this year.
23970
23971 2000-10-29  Jim Meyering  <meyering@lucent.com>
23972
23973         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23974         renaming.
23975         * m4/ls-mntd-fs.m4: Likewise
23976
23977 2000-10-29  Jim Meyering  <meyering@lucent.com>
23978
23979         * lib/xstat.in: Fix grammar in comment.
23980
23981 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23982
23983         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23984         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23985         doesn't define __restrict_arr.
23986
23987 2000-10-28  Jim Meyering  <meyering@lucent.com>
23988
23989         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23990         (jm_PREREQ_MEMCHR): New function.
23991
23992 2000-10-28  Jim Meyering  <meyering@lucent.com>
23993
23994         * lib/memchr.c: Update from libc.
23995         Adjust for portability:
23996         [HAVE_STDLIB_H]: Include stdlib.h.
23997         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23998         Undef __memchr, too.
23999         [!weak_alias]: Define __memchr to memchr.
24000
24001         * lib/regex.c: Update from libc.
24002         * lib/regex.h: Likewise.
24003         * lib/getopt1.c: Likewise.
24004         * lib/memcmp.c: Likewise.
24005
24006         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24007         Avoid using fseek, when possible -- it's broken by design.
24008         Patch by Ulrich Drepper.
24009
24010 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24011
24012         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24013         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24014         Giving in to popular pressure to shut up the compiler with casts.
24015
24016 2000-10-26  Jim Meyering  <meyering@lucent.com>
24017
24018         * lib/strftime.c: Update from libc.
24019
24020 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24021
24022         * regex.c: More `unsigned char' -> `re_char' changes.
24023         Also change several `int' into `re_wchar_t'.
24024         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24025         (PUSH_FAILURE_POINTER): Don't cast any more.
24026         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24027         We want GCC to complain, since this piece of code makes
24028         re_match non-reentrant, which *should* be fixed.
24029         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24030         (EXTEND_BUFFER): Use RETALLOC.
24031         (SET_LIST_BIT): Don't cast.
24032         (re_wchar_t): New type.
24033         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24034         that those two functions will always properly return.
24035         (IMMEDIATE_QUIT_CHECK): Cast to void.
24036         (analyse_first): Use recursion rather than an explicit stack.
24037         (re_compile_fastmap): Can't fail anymore.
24038         (re_search_2): Don't check re_compile_fastmap for failure.
24039         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24040         Now also sets the new value (passed in a new argument).
24041         (re_match_2_internal): Use it.
24042         Also, use a new var `reg' of type size_t when looping through regs
24043         rather than reuse the inappropriate `mcnt'.
24044
24045 2000-10-25  Jim Meyering  <meyering@lucent.com>
24046
24047         * lib/obstack.c: Update from libc.
24048
24049 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24050
24051         * regex.c (regex_compile): Change the way of handling a range from
24052         a char less than 256 to a char not less than 256.
24053
24054 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24055
24056         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24057         NT-Emacs only.
24058         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24059         so that re_search functions only quit when callers expect them to.
24060
24061 2000-10-23  Jim Meyering  <meyering@lucent.com>
24062
24063         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24064         wrong.  That set_locale call must not have any side effects.
24065         From Paul Eggert.
24066
24067 2000-10-22  Jim Meyering  <meyering@lucent.com>
24068
24069         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24070         [CYCLIC]: Remove now-unused definition.
24071
24072         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24073         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24074         Suggestion from Ulrich Drepper.
24075
24076 2000-10-21  Jim Meyering  <meyering@lucent.com>
24077
24078         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24079         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24080         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24081
24082 2000-10-21  Jim Meyering  <meyering@lucent.com>
24083
24084         * lib/dirname.c (memrchr): Declare if necessary.
24085         (dir_name): Remove the restriction that there be no
24086         trailing slashes.  Now, this code skips past them, effectively
24087         ignoring them.
24088         [TEST_DIRNAME] (main): New unit tests.
24089
24090         * lib/memrchr.c: New file from GNU libc.
24091         Undef __memrchr, too.
24092         [!weak_alias]: Define __memrchr to memrchr.
24093         Guard weak_alias use with `#ifdef weak_alias'.
24094
24095 2000-10-21  Jim Meyering  <meyering@lucent.com>
24096
24097         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24098         (dir_name): Use dir_name_r.
24099         * lib/dirname.h (dir_name_r): Declare it.
24100
24101 2000-10-17  Jim Meyering  <meyering@lucent.com>
24102
24103         * lib/quote.h (PARAMS): Define and use.
24104         Reported by Akim Demaille.
24105
24106         * lib/getopt.c: Update from libc.
24107
24108 2000-10-16  Jim Meyering  <meyering@lucent.com>
24109
24110         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24111         setlocale.
24112         From Jan Fedak.
24113
24114 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24115
24116         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24117
24118 2000-09-25  Jim Meyering  <meyering@lucent.com>
24119
24120         * lib/md5.h (rol): Define (from GnuPG).
24121
24122         * lib/sha.c: Give credit (GnuPG) where due.
24123         (M): Use rol rather than open-coding it.
24124         Add a FIXME comment.
24125
24126 2000-09-21  Jim Meyering  <meyering@lucent.com>
24127
24128         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24129         Reported by Michael Stone.
24130
24131 2000-09-20  Jim Meyering  <meyering@lucent.com>
24132
24133         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24134         (noinst_HEADERS): Add sha.h.
24135         Based on code from Scott G. Miller and from GnuPG.
24136
24137 2000-09-18  Jim Meyering  <meyering@lucent.com>
24138
24139         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24140         LIBS. Otherwise, everyone ends up linking with -lelf for some
24141         configurations.
24142         Reported by Mike Stone.
24143
24144 2000-09-15  Jim Meyering  <meyering@lucent.com>
24145
24146         * lib/regex.c: Update from libc.
24147
24148 2000-09-10  Jim Meyering  <meyering@lucent.com>
24149
24150         * lib/getopt.c (_getopt_internal): Update from glibc.
24151
24152 2000-09-09  Jim Meyering  <meyering@lucent.com>
24153
24154         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24155         think it should be used as a general replacement for isascii.
24156         * lib/fnmatch.c: Likewise.
24157         * lib/mbswidth.c: Likewise
24158         * lib/regex.c: Likewise.
24159
24160         Don't use atoi.
24161         * lib/userspec.c: Include sys/param.h and limits.h.
24162         Include xstrtol.h.
24163         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24164         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24165         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24166         UID, GID.  Check range.
24167
24168 2000-09-06  Jim Meyering  <meyering@lucent.com>
24169
24170         * lib/getopt.c (_getopt_internal): Update from glibc.
24171
24172 2000-08-30  Jim Meyering  <meyering@lucent.com>
24173
24174         * lib/strftime.c: Merge in changes from GNU libc.
24175
24176 2000-08-26  Jim Meyering  <meyering@lucent.com>
24177
24178         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24179         * m4/fpending.m4: New file.
24180
24181 2000-08-26  Jim Meyering  <meyering@lucent.com>
24182
24183         * lib/closeout.c: Include "__fpending.h".
24184         (close_stdout_status): Return right away if there's nothing to flush.
24185
24186         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24187         * lib/__fpending.c: New file.
24188         * lib/__fpending.h: New file.
24189
24190 2000-08-20  Jim Meyering  <meyering@lucent.com>
24191
24192         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24193         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24194         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24195
24196 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24197
24198         Improve fileutils installation on systems where running
24199         programs (like install) can't be unlinked.
24200         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24201         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24202
24203 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24204
24205         Standardize on "memory exhausted" instead of "Memory exhausted"
24206         or "virtual memory exhausted".
24207         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24208         "virtual memory exhausted".
24209         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24210         our own message.
24211         * lib/userspec.c (parse_user_spec): Likewise.
24212         * lib/bumpalloc.h: comment fix
24213         * lib/same.c, userspec.c: Include xalloc.h.
24214
24215         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24216         not char *const and pointing to a constant array.
24217         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24218         (xrealloc): Comment fix.
24219
24220         * lib/userspec.c (parse_user_spec):
24221         Don't translate a message until just before returning,
24222         to avoid unnecessary translation.
24223
24224 2000-08-07  Jim Meyering  <meyering@lucent.com>
24225
24226         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24227         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24228         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24229         getgroups.c, gethostname.c, getopt.h, group-member.c,
24230         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24231         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24232         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24233         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24234         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24235         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24236         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24237         yesno.c: Back out Copyright date changes for each file with no change
24238         this year.  This eases coordination with other programs using the same
24239         source code modules.  From Paul Eggert.
24240
24241 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24242
24243         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24244         not char, for compatibility with glibc 2.1.3 strftime.c.
24245
24246 2000-08-03  Greg McGary  <greg@mcgary.org>
24247
24248         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24249         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24250         (EXTEND_BUFFER): Use them.
24251
24252 2000-08-01  Jim Meyering  <meyering@lucent.com>
24253
24254         * lib/dirname.c (ISSLASH): Define.
24255         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24256         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24257         both `\' and `/' may be use as path separators.
24258         Based on a patch from Prashant TR.
24259
24260 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24261
24262         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24263         slot vector a constant, since it might get modified.
24264
24265 2000-07-31  Jim Meyering  <meyering@lucent.com>
24266
24267         * lib/xmalloc.c: Use `virtual memory exhausted', not
24268         `Memory exhausted'.
24269         * lib/obstack.c (print_and_abort): Likewise.
24270
24271 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24272
24273         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24274         buffer, so that the caller can always quote one small
24275         component of a "memory exhausted" message in slot 0.
24276         From a suggestion by Jim Meyering.
24277
24278 2000-07-30  Jim Meyering  <meyering@lucent.com>
24279
24280         * lib/makepath.c (make_path): Quote the other instance, too.
24281
24282         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24283         (STATIC_BUF_SIZE): Define.
24284         (quotearg_n_options): Use only statically allocated storage when
24285         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24286         than STATIC_BUF_SIZE.
24287
24288 2000-07-29  Jim Meyering  <meyering@lucent.com>
24289
24290         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24291         * lib/dirname.c (dir_name): Likewise.
24292
24293         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24294         `/'.
24295
24296         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24297         (dir_name): Assert that there are no trailing slashes.
24298
24299 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24300
24301         * lib/mbswidth.h (mbswidth): Add a flags argument.
24302         (mbswidth): New declaration.
24303         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24304         * lib/mbswidth.c (mbswidth): Add a flags argument.
24305         (mbsnwidth): New function.
24306
24307 2000-07-24  Jim Meyering  <meyering@lucent.com>
24308
24309         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24310
24311 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24312
24313         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24314
24315 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24316
24317         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24318         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24319         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24320         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24321         invoke multibyte primitives.
24322
24323 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24324
24325         * lib/quotearg.c:
24326         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24327         so that mbstate_t is always defined.
24328
24329         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24330         be 1 in at least one GCC installation, and this configuration
24331         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24332         performance on hosts that have mbrtowc but have only unibyte
24333         locales, but I assume these hosts are rare.
24334
24335 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24336
24337         * lib/mbswidth.c (_XOPEN_SOURCE):
24338         Don't define; this causes problems on Solaris 7.
24339         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24340
24341 2000-07-23  Jim Meyering  <meyering@lucent.com>
24342
24343         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24344         too: getgrgid, getpwuid, getuid.
24345
24346 2000-07-23  Jim Meyering  <meyering@lucent.com>
24347
24348         * lib/basename.c (base_name): Add an assertion.
24349
24350 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24351
24352         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24353         shadow its mbsinit function.
24354
24355 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24356
24357         * lib/mbswidth.h: New file.
24358         * lib/mbswidth.c: New file.
24359         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24360         (noinst_HEADERS): Add mbswidth.h.
24361
24362 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24363
24364         * lib/config.charset: Add support for FreeBSD. Improve support for
24365         HP-UX and IRIX 6.
24366
24367 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24368
24369         * m4/mbswidth.m4: New file.
24370         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24371
24372 2000-07-15  Jim Meyering  <meyering@lucent.com>
24373
24374         * lib/makepath.c: Include quote.h.
24375         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24376         corresponding argument in a `quote (...)' call.
24377         Give better diagnostics.
24378
24379         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24380         (noinst_HEADERS): Add quote.h.
24381
24382         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24383         from tar's src/misc.c.
24384         * lib/quote.h: New file.  Prototypes for same.
24385
24386 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24387
24388         From a suggestion by Bruno Haible.
24389         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24390         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24391         to decide whether to define the BeOS workaround macro;
24392         this adjusts to the change to AC_MBSTATE_T.
24393
24394 2000-07-14  Jim Meyering  <meyering@lucent.com>
24395
24396         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24397         jm_AC_TYPE_UINTMAX_T.
24398
24399 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24400
24401         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24402
24403         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24404         quotearg_buffer_restyled): Add support for
24405         clocale_quoting_style.  Undo previous change to
24406         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24407         and "{RIGHT QUOTATION MARK}" msgids.
24408
24409 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24410
24411         From a suggestion by Bruno Haible.
24412         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24413         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24414         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24415         and mbstate_t, to a single-part test that simply defines mbstate_t.
24416         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24417         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24418
24419 2000-07-10  Jim Meyering  <meyering@lucent.com>
24420
24421         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24422
24423         * m4/gnu-source.m4: Output to confdefs.h directly.
24424         Suggestion from Akim Demaille.
24425
24426 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24427
24428         The old behavior of quoting `like this' doesn't look good with
24429         newer, ISO-style fonts.  See:
24430         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24431
24432         Instead, quote "like this" by default.  Let the translator
24433         tailor the locale-specific quoting behavior by providing
24434         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24435
24436         * lib/quotearg.c (N_): New macro.
24437         (gettext_default): New function.
24438         (quotearg_buffer_restyled): Use
24439         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24440         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24441
24442 2000-07-09  Jim Meyering  <meyering@lucent.com>
24443
24444         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24445         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24446
24447         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24448         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24449
24450 2000-07-09  Jim Meyering  <meyering@lucent.com>
24451
24452         * lib/Most files: Update copyright dates to include 2000.
24453
24454 2000-07-08  Jim Meyering  <meyering@lucent.com>
24455
24456         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24457         if not defined.
24458         (xgethostname): Remove now-unnecessary #ifdef.
24459         Move declaration of `err' into loop where it's used.
24460
24461 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24462         and Bruno Haible  <haible@clisp.cons.org>
24463
24464         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24465         only if the test for an object-type mbstate_t fails.  This
24466         prevents us from mistakenly reporting that mbstate_t is a
24467         system object type after we "#define mbstate_t int" to work
24468         around its lack.
24469
24470 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24471         and Bruno Haible  <haible@clisp.cons.org>
24472
24473         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24474
24475 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24476
24477         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24478         to strerror_r.
24479         Include <ctype.h> for use of isalpha.
24480
24481 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24482
24483         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24484         by allocating a larger buffer. Test the gethostname return value for
24485         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24486         returns an error and ENAMETOOLONG isn't defined.
24487
24488 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24489
24490         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24491         dimension.
24492
24493 2000-07-04  Jim Meyering  <meyering@lucent.com>
24494
24495         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24496         of the deprecated AC_CHECKING.
24497
24498 2000-07-04  Jim Meyering  <meyering@lucent.com>
24499
24500         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24501         Reported by Bruno Haible.
24502
24503 2000-07-04  Jim Meyering  <meyering@lucent.com>
24504
24505         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24506         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24507         lacks mbrtowc.
24508
24509 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24510
24511         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24512         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24513
24514 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24515         and Bruno Haible  <haible@clisp.cons.org>
24516
24517         * lib/quotearg.c (mbrtowc):
24518         Assign to *pwc, and return 1 only if result is nonzero.
24519         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24520
24521 2000-07-03  Jim Meyering  <meyering@lucent.com>
24522
24523         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24524
24525 2000-07-03  Jim Meyering  <meyering@lucent.com>
24526
24527         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24528         This is necessary to get a definition of e.g., UTMP_FILE on
24529         HP-UX 10.20.
24530         From Bob Proulx.
24531
24532 2000-07-02  Jim Meyering  <meyering@lucent.com>
24533
24534         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24535
24536         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24537         AC_LIBOBJ(function_name).
24538         * m4/chown.m4: Likewise.
24539         * m4/fnmatch.m4: Likewise.
24540         * m4/ftruncate.m4: Likewise.
24541         * m4/getgroups.m4: Likewise.
24542         * m4/getline.m4: Likewise.
24543         * m4/group-member.m4: Likewise.
24544         * m4/jm-macros.m4: Likewise.
24545         * m4/lstat.m4: Likewise.
24546         * m4/malloc.m4: Likewise.
24547         * m4/memcmp.m4: Likewise.
24548         * m4/nanosleep.m4: Likewise.
24549         * m4/putenv.m4: Likewise.
24550         * m4/realloc.m4: Likewise.
24551         * m4/regex.m4: Likewise.
24552         * m4/stat.m4: Likewise.
24553         * m4/strftime.m4: Likewise.
24554
24555 2000-07-02  Jim Meyering  <meyering@lucent.com>
24556
24557         * lib/quotearg.c (mbstate_t): Don't define here.
24558
24559 2000-07-02  Jim Meyering  <meyering@lucent.com>
24560
24561         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24562
24563 2000-07-01  Jim Meyering  <meyering@lucent.com>
24564
24565         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24566
24567 2000-07-01  Jim Meyering  <meyering@lucent.com>
24568
24569         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24570         problem.
24571
24572 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24573
24574         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24575         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24576
24577 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24578
24579         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24580         per change in ../m4/ls-mntd-fs.m4.
24581         (read_filesystem_list): Ignore symbolic links.
24582
24583 2000-06-29  Jim Meyering  <meyering@lucent.com>
24584
24585         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24586         for declaration of strcmp.
24587
24588         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24589
24590         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24591         Avoid warning by casting result to `char *' to remove `const'.
24592
24593 2000-06-28  Jim Meyering  <meyering@lucent.com>
24594
24595         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24596         included by quotearg.c, for which we perform this test.  From
24597         Bruno Haible.
24598
24599 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24600
24601         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24602         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24603         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24604
24605 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24606
24607         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24608
24609 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24610
24611         savedir now sets errno on failure and invokes xmalloc to get memory.
24612         Fix a couple of other minor bugs while we're at it.
24613
24614         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24615         (NAMLEN): Remove macro.
24616         (malloc, realloc): Remove decls.
24617         (stpcpy): Likewise.
24618         ("xalloc.h"): Include.
24619         (NAME_SIZE_DEFAULT): New macro.
24620         (savedir): Use xmalloc / xrealloc to allocate memory.
24621         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24622         Skip "" directory entries.
24623         Use strlen to calculate directory entry length, since the old method
24624         is rarely used these days and isn't worth supporting.
24625         Don't use a pointer after freeing it.
24626         Check for integer overflow when calculating allocation size.
24627         Use memcpy to copy entries, instead of stpcpy.
24628         Set errno properly when returning NULL.
24629         Check for readdir error.
24630
24631 2000-06-26  Jim Meyering  <meyering@lucent.com>
24632
24633         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24634
24635 2000-06-25  Jim Meyering  <meyering@lucent.com>
24636
24637         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24638         Linux header bug when _XOPEN_SOURCE is defined to 500.
24639
24640 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24641
24642         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24643         deficiency.
24644
24645 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24646
24647         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24648         Include xalloc.h.
24649         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24650
24651 2000-06-24  Jim Meyering  <meyering@lucent.com>
24652
24653         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24654         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24655         for which strerror does return char*, but which lacks a conveniently
24656         accessible declaration of the function.  If the compile-test says
24657         strerror_r doesn't work, then resort to a `run'-test that works on
24658         BeOS and segfaults on DEC Unix.
24659
24660 2000-06-24  Jim Meyering  <meyering@lucent.com>
24661
24662         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24663
24664 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24665
24666         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24667         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24668
24669 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24670
24671         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24672         (mbrtowc, mbstate_t): Define substitutes if
24673         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24674         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24675         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24676
24677 2000-06-23  Jim Meyering  <meyering@lucent.com>
24678
24679         * m4/afs.m4: Add missing AC_MSG_RESULT.
24680         Reported by Bruno Haible.
24681
24682         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24683         Suggestion from Bruno Haible.
24684
24685 2000-06-23  Jim Meyering  <meyering@lucent.com>
24686
24687         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24688
24689 2000-06-21  Jim Meyering  <meyering@lucent.com>
24690
24691         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24692
24693 2000-06-21  Jim Meyering  <meyering@lucent.com>
24694
24695         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24696         (noinst_HEADERS): Add getstr.h.
24697
24698         * lib/getline.c (getstr): Move into a separate file.
24699         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24700         the following changes: new parameter, delim2; both delim[12]
24701         parameters have type `int', not `char'.  The latter would lose
24702         with 8-bit delimiters.
24703         * lib/getstr.h: New file.
24704
24705 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24706
24707         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24708         than 1024, return a memory chunk of least possible size, instead
24709         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24710         Use free/xmalloc instead of xrealloc to avoid copying for very long
24711         paths.
24712
24713 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24714
24715         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24716         the empty string.
24717
24718 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24719
24720         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24721         address, not strdup.  Include <stdlib.h> and don't declare free().
24722
24723 2000-06-19  Jim Meyering  <meyering@lucent.com>
24724
24725         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24726
24727 2000-06-18  Jim Meyering  <meyering@lucent.com>
24728
24729         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24730
24731         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24732         `checking whether...' message to be consistent with that of the
24733         lstat test.
24734
24735 2000-06-18  Jim Meyering  <meyering@lucent.com>
24736
24737         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24738         Besides, these days every porting target provides a mkdir function.
24739
24740         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24741         needed. (this snippet comes from src/system.h).
24742
24743 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24744
24745         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24746
24747 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24748
24749         * lib/human.c (adjust_value): New function.
24750         (human_readable_inexact): Apply rounding style even when
24751         printing approximate values.
24752
24753 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24754
24755         * lib/human.c (human_readable_inexact): Allow an input block
24756         size that is not a multiple of the output block size, and vice versa.
24757         Reported by Piergiorgio Sartor.
24758
24759 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24760
24761         * lib/getdate.y (get_date): Apply relative times after time
24762         zone indicator, not before.  Reported by Todd A. Jacobs.
24763
24764 2000-06-13  Jim Meyering  <meyering@lucent.com>
24765
24766         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24767
24768         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24769
24770 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24771
24772         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24773
24774 2000-06-12  Jim Meyering  <meyering@lucent.com>
24775
24776         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24777         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24778         optional argument.
24779         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24780         the optional argument, `lib'.
24781
24782 2000-06-08  Jim Meyering  <meyering@lucent.com>
24783
24784         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24785
24786 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24787
24788         Rewrite largefile configuration so that we don't need to run
24789         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24790         AC_CANONICAL_HOST in configure.in -- jmm]
24791
24792         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24793         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24794         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24795         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24796         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24797         All uses changed.
24798         Instead of inspecting the output of getconf, try to compile the
24799         test program without and with the macro definition.
24800         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24801         for getconf.  Instead, check for the needed flags by compiling
24802         test programs.
24803
24804 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24805
24806         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24807
24808 2000-06-04  Jim Meyering  <meyering@lucent.com>
24809
24810         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24811         SunOS 4.1.4 for which gid_t is an unsigned type.
24812
24813 2000-06-03  Jim Meyering  <meyering@lucent.com>
24814
24815         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24816         now that autoconf requires that.
24817
24818         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24819         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24820         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24821
24822 2000-06-03  Jim Meyering  <meyering@lucent.com>
24823
24824         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24825
24826 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24827
24828         * m4/glibc21.m4: New file.
24829         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24830
24831 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24832
24833         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24834         newer, don't install charset.alias.
24835         * lib/config.charset: Change the Linux/glibc rules so they become empty
24836         on glibc-2.1 or newer.
24837
24838 2000-06-02  Jim Meyering  <meyering@lucent.com>
24839
24840         * lib/mountlist.c: Back out last change.  Instead, do this...
24841         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24842         me_dummy member using the same `ignore'-testing code.
24843         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24844         fs_type strings.
24845         From Mark D. Roth.
24846
24847 2000-05-29  Jim Meyering  <meyering@lucent.com>
24848
24849         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24850         mounts with the `ignore' attribute.  Based on a patch from
24851         Mark D. Roth.
24852
24853 2000-05-28  Jim Meyering  <meyering@lucent.com>
24854
24855         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24856         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24857         * m4/stat.m4: Likewise.
24858         * m4/lstat.m4: Likewise.
24859         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24860
24861         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24862         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24863
24864 2000-05-26  Jim Meyering  <meyering@lucent.com>
24865
24866         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24867
24868 2000-05-24  Jim Meyering  <meyering@lucent.com>
24869
24870         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24871         autoconf requires that.
24872         * m4/lib-check.m4: Likewise.
24873         * m4/jm-macros.m4: Likewise.
24874         * m4/strftime.m4: Likewise.
24875
24876         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24877         AC_CHECK_DECLS, now that autoconf requires that.
24878
24879 2000-05-22  Jim Meyering  <meyering@lucent.com>
24880
24881         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24882         * m4/lstat.m4: Likewise.
24883
24884 2000-05-22  Jim Meyering  <meyering@lucent.com>
24885
24886         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24887
24888 2000-05-20  Jim Meyering  <meyering@lucent.com>
24889
24890         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24891         (jm_PREREQ): Use it.
24892
24893 2000-05-18  Jim Meyering  <meyering@lucent.com>
24894
24895         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24896         back, too, since it may have been modified by allocate_entry.
24897         (hash_delete): Rewrite to use neither the assignment operator
24898         nor the comma operator in an if-expression.
24899
24900 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24901
24902         * lib/closeout.c:
24903         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24904         Remove; no longer needed.
24905         "quotearg.h": Add include.
24906         (file_name): Do not bother to explicitly initialize to NULL; it's less
24907         efficient on some hosts.
24908         (close_stdout_status): Remove test as to whether stdout was already
24909         closed; it breaks for the case "echo x | sort >&-".
24910         Quote file name colons.
24911         Do not assume that _("write error") lacks format strings.
24912
24913 2000-05-15  Jim Meyering  <meyering@lucent.com>
24914
24915         * lib/version-etc.c (version_etc_copyright): Update the copyright
24916         string used in all --version output.
24917
24918 2000-05-14  Jim Meyering  <meyering@lucent.com>
24919
24920         * lib/closeout.c (close_stdout_set_file_name): New function.
24921         (close_stdout_status): Use new file-scoped global.
24922         Return right away if fstat says the stdout file descriptor is invalid.
24923         * lib/closeout.h (close_stdout_set_file_name): Declare.
24924
24925 2000-05-10  Jim Meyering  <meyering@lucent.com>
24926
24927         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24928         (close_stdout_set_status): New function.
24929         * lib/closeout.h (close_stdout_set_status): Declare.
24930
24931 2000-05-09  Jim Meyering  <meyering@lucent.com>
24932
24933         * m4/gettext.m4: Rename this...
24934         * m4/libintl.m4: ...to this.
24935
24936 2000-05-08  Jim Meyering  <meyering@lucent.com>
24937
24938         * lib/long-options.c: Don't include closeout.h.
24939         (parse_long_options): Don't call close_stdout for --version.
24940
24941 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24942
24943         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24944         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24945         2.1.3 bug.  This avoids a clash when files like regex.c define
24946         _GNU_SOURCE.
24947
24948 2000-05-06  Jim Meyering  <meyering@lucent.com>
24949
24950         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24951         (AC_REPLACE_FUNCS): Add strnlen.
24952
24953         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24954         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24955
24956         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24957         AC_SEARCH_LIBS call for nanosleep.
24958         (LIB_NANOSLEEP): Set and AC_SUBST.
24959
24960 2000-05-06  Jim Meyering  <meyering@lucent.com>
24961
24962         * lib/strnlen.c: Undefine __strnlen and strnlen.
24963         [!weak_alias]: Define __strnlen to strnlen.
24964
24965         * lib/atexit.c: New file, from libiberty.
24966
24967 2000-05-06  Jim Meyering  <meyering@lucent.com>
24968
24969         * lib/closeout.c (close_stdout_status): Also check for errors on the
24970         stderr stream.
24971
24972 2000-05-05  Jim Meyering  <meyering@lucent.com>
24973
24974         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24975         AC_SEARCH_LIBS call for clock_gettime.
24976         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24977
24978         * m4/search-libs.m4: Update from autoconf.
24979
24980         su doesn't work on Solaris 2.6.
24981         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24982         <shadow.h>.  Reported by Dragos Harabor.
24983
24984 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24985
24986         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24987         memcpy instead of xmalloc, xrealloc, path_concat.
24988         (locale_charset): Treat empty environment variables as absent.
24989         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24990
24991 2000-05-04  Jim Meyering  <meyering@lucent.com>
24992
24993         * lib/getopt.c: Update from glibc.
24994         * lib/obstack.c: Likewise.
24995         * lib/obstack.h: Likewise.
24996         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24997         file
24998
24999         * lib/regex.h: Likewise.
25000         * lib/strndup.c: Likewise.
25001         * lib/strnlen.c: New file, from glibc.
25002
25003 2000-05-03  Jim Meyering  <meyering@lucent.com>
25004
25005         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25006
25007 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25008
25009         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25010         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25011         compile-time test, rather than inspecting host and OS, to
25012         decide whether to define _LARGEFILE_SOURCE.
25013
25014 2000-05-01  Jim Meyering  <meyering@lucent.com>
25015
25016         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25017
25018         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25019         Based on a patch from Bruno Haible.
25020
25021 2000-05-01  Jim Meyering  <meyering@lucent.com>
25022
25023         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25024
25025 2000-04-29  Jim Meyering  <meyering@lucent.com>
25026
25027         * lib/path-concat.c: Declare strdup only if it's not defined.
25028         * lib/canon-host.c: Likewise.
25029
25030 2000-04-28  Jim Meyering  <meyering@lucent.com>
25031
25032         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25033         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25034         is included first, then limits.h is included by locale.h by libintl.h.
25035         From John David Anglin.
25036
25037 2000-04-25  Jim Meyering  <meyering@lucent.com>
25038
25039         * lib/makepath.c (S_IRWXUGO): Define.
25040         (make_path): Always perform explicit chmod if MODE specifies any
25041         of the `special' permission bits.  Prompted by a bug report against
25042         install from Mate Wierdl and Joost van Baal.
25043
25044 2000-04-18  Jim Meyering  <meyering@lucent.com>
25045
25046         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25047         (jm_PREREQ): Use it.
25048
25049 2000-04-18  Jim Meyering  <meyering@lucent.com>
25050
25051         * lib/README: New file.
25052
25053         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25054         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25055
25056 2000-04-17  Jim Meyering  <meyering@lucent.com>
25057
25058         Get it right :-)
25059         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25060         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25061         Suggestion from Akim Demaille.
25062
25063 2000-04-17  Jim Meyering  <meyering@lucent.com>
25064
25065         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25066         the definition of it to rpl_strftime also defined-away the system's
25067         declaration.
25068
25069 2000-04-15  Jim Meyering  <meyering@lucent.com>
25070
25071         Use `C' to denote so-called `contiguous' files, the same way
25072         that tar does.
25073         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25074         (ftypelet): Use S_ISCTG.
25075         From Michael Deutschmann.
25076
25077 2000-04-14  Jim Meyering  <meyering@lucent.com>
25078
25079         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25080         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25081         clobbered.
25082
25083 2000-04-14  Jim Meyering  <meyering@lucent.com>
25084
25085         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25086
25087 2000-04-13  Jim Meyering  <meyering@lucent.com>
25088
25089         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25090         AH_VERBATIM to insert required #ifndef into config.h.in.
25091         Suggestion from Akim Demaille.
25092
25093 2000-04-12  Jim Meyering  <meyering@lucent.com>
25094
25095         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25096         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25097         Christian Krackowizer.
25098
25099         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25100         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25101         (AC_SYS_LARGEFILE): Require.
25102         (AM_C_PROTOTYPES): Require.
25103
25104 2000-04-08  Jim Meyering  <meyering@lucent.com>
25105
25106         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25107         names don't conflict.  Reported by Eli Zaretskii.
25108
25109 2000-04-07  Jim Meyering  <meyering@lucent.com>
25110
25111         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25112         sys/types.h, to work around system header problems on AIX 3.2.5.
25113         From Bruno Haible.
25114
25115 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25116
25117         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25118         bug.  Deal with the different error behavior of Irix iconv.
25119
25120 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25121
25122         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25123         IRIX if the installer said otherwise.
25124
25125 2000-04-05  Jim Meyering  <meyering@lucent.com>
25126
25127         Portability tweaks required for ultrix4.3.
25128         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25129         (jm_CHECK_DECLS): Add getutent to the list of functions.
25130         (_jm_DECL_HEADERS): Add utmpx.h.
25131         From John David Anglin.
25132
25133         * m4/strftime.m4: Back out the 2000-04-02 change.
25134         Instead of that change, simply undefine putenv in the test program.
25135
25136 2000-04-05  Jim Meyering  <meyering@lucent.com>
25137
25138         Portability tweaks required for ultrix4.3.
25139         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25140         getutent.
25141         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25142         * lib/canon-host.c: Declare strdup.
25143         * lib/path-concat.c: Likewise.
25144         From John David Anglin.
25145
25146 2000-04-04  Jim Meyering  <meyering@lucent.com>
25147
25148         Be more DOS 8.3-friendly.
25149         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25150         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25151         * lib/Makefile.am: Reflect renaming.
25152         Reported by Eli Zaretskii.
25153
25154         Use a temporary file name that won't clash with `charset.alias'
25155         in the DOS 8.3 name space.
25156         * lib/Makefile.am (charset_tmp): Define.
25157         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25158         (uninstall-local): Likewise.
25159         Reported by Eli Zaretskii.
25160
25161 2000-04-03  Jim Meyering  <meyering@lucent.com>
25162
25163         * m4/gettext.m4: Fix typo in comment.
25164
25165         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25166         textutils/configure.in).  Suggestion from Paul Eggert.
25167         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25168
25169 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25170
25171         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25172         variable in the shell rather than using putenv, which isn't
25173         portable.  This avoids the configure-time inter-test dependency
25174         on the potentially-renamed putenv function.
25175
25176 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25177
25178         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25179         before checking struct stat.st_blksize, so that
25180         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25181
25182 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25183
25184         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25185         since strftime.c uses HAVE_STRFTIME to decide whether to use
25186         the underlying strftime.
25187
25188 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25189
25190         * lib/time/strftime.c (my_strftime): Make sure we call the system
25191         strftime, not ourselves, when invoking the underlying strftime.
25192
25193 2000-03-24  Jim Meyering  <meyering@lucent.com>
25194
25195         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25196         (charset_alias): Define.
25197         (install-exec-local): Factor out common code.
25198         (uninstall-local): Split lines longer than 80.
25199         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25200         (SUFFIXES): Define.
25201         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25202         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25203
25204 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25205
25206         * lib/config.charset: Output a line containing "Packages using this
25207         file".
25208         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25209         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25210         ref-del.sed): New rules.
25211
25212 2000-03-17  Jim Meyering  <meyering@lucent.com>
25213
25214         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25215         Otherwise, include <strings.h>
25216
25217 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25218
25219         * lib/unicodeio.c (utf8_wctomb): New function.
25220         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25221         format instead of in UCS-4 with platform dependent endianness.
25222
25223 2000-03-10  Jim Meyering  <meyering@lucent.com>
25224
25225         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25226         From Marco Franzen.
25227
25228 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25229
25230         * lib/savedir.c (savedir): Work even if directory size is
25231         negative; this can happen with some screwy NFS configurations.
25232
25233 2000-03-06  Jim Meyering  <meyering@lucent.com>
25234
25235         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25236         if it's NULL (because we ran out of memory).  From Bruno Haible.
25237
25238 2000-03-05  Jim Meyering  <meyering@lucent.com>
25239
25240         * lib/localcharset.c ("path-concat.h"): Include.
25241         (get_charset_aliases): Use path_concat instead of ANSI string
25242         concatenation.
25243
25244         * lib/unicodeio.h (PARAMS): Define.
25245         Use it to guard prototype.
25246
25247 2000-03-04  Jim Meyering  <meyering@lucent.com>
25248
25249         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25250         for lib/localcharset.c.
25251
25252 2000-03-04  Jim Meyering  <meyering@lucent.com>
25253
25254         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25255         installing into it.
25256         (uninstall-local): Uncomment this rule so `make distcheck' works
25257         once again.
25258
25259         * lib/unicodeio.c (<errno.h>): Include it.
25260         (errno): Declare if not defined.
25261
25262         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25263
25264         * lib/config.charset: New version, incorporating remarks from a linux
25265         i18n mailing list.  From Bruno Haible.
25266
25267 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25268
25269         * m4/codeset.m4: New file.
25270         * m4/iconv.m4: New file.
25271         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25272
25273 2000-03-03  Jim Meyering  <meyering@lucent.com>
25274
25275         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25276
25277 2000-03-02  Jim Meyering  <meyering@lucent.com>
25278
25279         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25280         the messages come out on separate lines.
25281
25282         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25283         rather than jm_CHECK_DECLARATIONS.
25284         * m4/decl.m4: Remove now-unused file.
25285
25286         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25287         geteuid.
25288
25289 2000-03-02  Jim Meyering  <meyering@lucent.com>
25290
25291         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25292
25293 2000-03-01  Jim Meyering  <meyering@lucent.com>
25294
25295         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25296         * lib/unicodeio.c: Likewise.
25297
25298 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25299
25300         * lib/config.charset: New file.
25301         * lib/localcharset.c: New file.
25302         * lib/unicodeio.h, lib/unicodeio.c: New files.
25303         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25304         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25305         (noinst_HEADERS): Add unicodeio.h.
25306         (all-local, install-exec-local, charset.alias): New targets.
25307
25308 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25309
25310         * lib/quotearg.c (ALERT_CHAR): New macro.
25311         (quotearg_buffer_restyled): Use it.
25312
25313 2000-02-27  Jim Meyering  <meyering@lucent.com>
25314
25315         * m4/check-decl.m4: Add getenv to the list.
25316
25317 2000-02-27  Jim Meyering  <meyering@lucent.com>
25318
25319         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25320         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25321
25322         * lib/backupfile.c: Guard inclusion of stdlib.h with
25323         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25324         Declare malloc if needed.
25325
25326         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25327         `#ifndef HAVE_DECL..'
25328         now that autoconf always defines the HAVE_DECL_ symbols.
25329         * lib/human.c: Likewise.
25330         * lib/same.c: Likewise.
25331         * lib/strtoumax.c: Likewise.
25332
25333         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25334         declaration check was not run.
25335         * lib/hash.c: Likewise.
25336         * lib/human.c: Likewise.
25337         * lib/same.c: Likewise.
25338         * lib/strtoumax.c: Likewise.
25339
25340         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25341         `.', then first look up the entire `.'-containing string as a login
25342         name.
25343
25344 2000-02-23  Jim Meyering  <meyering@lucent.com>
25345
25346         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25347         in place of my hack.
25348
25349 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25350
25351         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25352         (textint): New typedef.
25353         (parser_control): Member year changed from int to textint.
25354         All uses changed.
25355         (YYSTYPE): Removed; replaced by %union with int and textint members.
25356         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25357         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25358         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25359         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25360         (date, number, to_year): Use width of number in digits, not its value,
25361         to determine whether it's a 2-digit year, or a 2-digit time.
25362         (yylex): Store number of digits of numeric tokens.
25363         Reported by John Kendall.
25364
25365         (parser_control): Changed from struct parser_control to typedef (for
25366         consistency).  All uses changed.
25367
25368         (tID): Removed; not used.
25369         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25370
25371 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25372
25373         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25374         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25375
25376 2000-02-12  Jim Meyering  <meyering@lucent.com>
25377
25378         * lib/userspec.c (ISDIGIT): Define it.
25379         (isdigit): Remove definition.
25380         (is_number): Use ISDIGIT, not isdigit.
25381         <libintl.h>: Include.
25382         (_ and N_): Define.
25383         (parse_user_spec): Mark translatable strings.
25384
25385 2000-02-10  Jim Meyering  <meyering@lucent.com>
25386
25387         With these changes, nanosleep.[ch] are finally enough like the other
25388         lib/* replacement files to compile on a few more losing systems.
25389
25390         * lib/nanosleep.h: Don't include config.h.
25391         Remove prototype from declaration of nanosleep.
25392         (PARAMS): Remove now-unneeded definition.
25393         * lib/nanosleep.c: #undef nanosleep.
25394         (rpl_nanosleep): Rename from nanosleep.
25395
25396 2000-02-10  Jim Meyering  <meyering@lucent.com>
25397
25398         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25399         gnu_nanosleep to rpl_nanosleep.
25400
25401 2000-02-09  Jim Meyering  <meyering@lucent.com>
25402
25403         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25404         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25405
25406 2000-02-08  Akim Demaille  <akim@epita.fr>
25407
25408         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25409         `[' and `]' and remove uses of `changequote'.
25410         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25411         (AC_SYS_LARGEFILE): Likewise.
25412         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25413         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25414         of changequote.
25415         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25416         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25417         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25418         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25419
25420 2000-02-05  Jim Meyering  <meyering@lucent.com>
25421
25422         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25423         Remove explicit use of AC_HEADER_TIME.  It is required by
25424         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25425         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25426         in autoconf whereby the expansion of the latter ended up preceding
25427         the expansion of its prerequisite, AC_HEADER_TIME.
25428         Reported by Volker Borchert.
25429
25430 2000-02-03  Jim Meyering  <meyering@lucent.com>
25431
25432         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25433
25434 2000-02-03  Jim Meyering  <meyering@lucent.com>
25435
25436         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25437         rather than with `#if HAVE_UTMPNAME'.
25438
25439 2000-02-02  Jim Meyering  <meyering@lucent.com>
25440
25441         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25442         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25443         Reported by Eli Zaretskii.
25444
25445 2000-02-01  Jim Meyering  <meyering@lucent.com>
25446
25447         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25448
25449 2000-01-31  Jim Meyering  <meyering@lucent.com>
25450
25451         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25452         functions.  Add the time.h and sys/time.h headers along with the
25453         AC_REQUIRE'ment of AC_HEADER_TIME.
25454
25455 2000-01-31  Jim Meyering  <meyering@lucent.com>
25456
25457         * lib/nanosleep.h (nanosleep): Guard declaration with
25458         `#if ! HAVE_DECL_NANOSLEEP'.
25459         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25460         the declaration in that vendor's sys/timers.h.
25461         Reported by Christian Krackowizer.
25462
25463         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25464         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25465         (ISPRINT): Likewise.
25466         Reported by Tom Tromey.
25467
25468 2000-01-30  Jim Meyering  <meyering@lucent.com>
25469
25470         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25471
25472         * m4/prereq.m4 (utmp_includes): Define.
25473         Check for ut_user and ut_name members in both struct utmpx
25474         and struct utmp.
25475
25476 2000-01-30  Jim Meyering  <meyering@lucent.com>
25477
25478         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25479         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25480         header files where only utmpx.ut_user is declared.
25481
25482         * lib/readutmp.h (UT_USER): Define.
25483
25484 2000-01-29  Jim Meyering  <meyering@lucent.com>
25485
25486         * m4/lib-check.m4: New file containing library-related checks from
25487         fileutils and sh-utils (textutils had none).
25488
25489 2000-01-28  Jim Meyering  <meyering@lucent.com>
25490
25491         * m4/perl.m4: Change format of warning message to look more like that
25492         from the missing script.  Suggestion from François Pinard.
25493
25494 2000-01-25  Jim Meyering  <meyering@lucent.com>
25495
25496         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25497         well as time.h in the compile check.
25498         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25499         Fix typo in cross-compiling case: s/yes/no/.
25500
25501 2000-01-23  Jim Meyering  <meyering@lucent.com>
25502
25503         * m4/jm-macros.m4: Move df-related tests here from
25504         fileutils/configure.in
25505
25506         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25507         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25508
25509         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25510         s/space/ac_fsusage_space/.
25511         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25512
25513         * m4/ftruncate.m4: New file (derived from part of
25514         fileutils/configure.in).
25515         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25516         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25517
25518         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25519         AC_SUBST these here, rather than just in sh-util/configure.in, so
25520         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25521         all the same.
25522         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25523         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25524         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25525         (AC_SUBST(POW_LIBM)): Likewise.
25526         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25527
25528 2000-01-23  Jim Meyering  <meyering@lucent.com>
25529
25530         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25531         obstack.c.
25532
25533 2000-01-22  Jim Meyering  <meyering@lucent.com>
25534
25535         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25536
25537         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25538
25539         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25540         configure.in
25541         (AC_CHECK_HEADERS): Likewise for sh-utils.
25542         (AC_CHECK_HEADERS): Likewise for textutils.
25543         Merge the three lists of headers.
25544
25545         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25546         from fileutils' configure.in.
25547
25548         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25549         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25550         check-decl.m4.
25551
25552         * m4/check-decl.m4: Use #if rather than #ifdef.
25553         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25554         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25555         (_jm_DECL_HEADERS): Define new function.
25556         (jm_CHECK_DECLARATIONS): Require it.
25557
25558 2000-01-22  Jim Meyering  <meyering@lucent.com>
25559
25560         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25561         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25562         Required for some AIX systems.  Reported by Christian Krackowizer.
25563         [TESTING] (main): New function.
25564
25565         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25566         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25567         letters.
25568
25569         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25570         iswprint.
25571
25572         * lib/strverscmp.c (ISDIGIT): Define.
25573         (strverscmp): Use ISDIGIT, not isdigit.
25574
25575 2000-01-19  Jim Meyering  <meyering@lucent.com>
25576
25577         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25578         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25579         defines `struct timespec' in <sys/time.h>
25580
25581         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25582         Thanks to Akim for explaining.
25583
25584 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25585
25586         * lib/nanosleep.c (nanosleep):
25587         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25588         POSIX.1 doesn't require SA_INTERRUPT and some systems
25589         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25590         it's been part of POSIX.1 since day 1 (in 1988).
25591
25592 2000-01-17  Jim Meyering  <meyering@lucent.com>
25593
25594         * lib/interlock: Remove unused file.  Reported by François Pinard.
25595
25596 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25597
25598         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25599         alert, backslash, formfeed, and vertical tab unnecessarily in
25600         shell quoting style.
25601
25602 2000-01-16  Jim Meyering  <meyering@lucent.com>
25603
25604         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25605         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25606         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25607         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25608
25609 2000-01-16  Jim Meyering  <meyering@lucent.com>
25610
25611         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25612         because the latter didn't work.
25613
25614 2000-01-15  Jim Meyering  <meyering@lucent.com>
25615
25616         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25617         (AC_REPLACE_FUNCS): Add memcpy and memset.
25618         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25619         Add strpbrk.
25620         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25621
25622 2000-01-12  Jim Meyering  <meyering@lucent.com>
25623
25624         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25625         (jm_PREREQ): Use it.
25626         (jm_PREREQ_READUTMP): New macro.
25627         (jm_PREREQ): Use it.
25628
25629 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25630
25631         Quote multibyte characters correctly.
25632         * m4/c-bs-a.m4: New file.
25633         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25634         (jm_PREREQ): Use it.
25635
25636 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25637
25638         * m4/uintmax_t.m4: Port to autoconf 2.13.
25639
25640 2000-01-08  Jim Meyering  <meyering@ascend.com>
25641
25642         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25643         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25644
25645 2000-01-04  Jim Meyering  <meyering@ascend.com>
25646
25647         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25648         jm_STRUCT_DIRENT_D_TYPE.
25649         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25650         jm_STRUCT_DIRENT_D_INO.
25651         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25652         jm_STRUCT_UTIMBUF.
25653         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25654         renamings.
25655         * m4/utime.m4: Likewise.
25656
25657         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25658         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25659
25660 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25661
25662         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25663         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25664
25665 2000-01-02  Jim Meyering  <meyering@ascend.com>
25666
25667         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25668         remember if this is necessary.
25669
25670 1999-12-26  Jim Meyering  <meyering@ascend.com>
25671
25672         * m4/jm-macros.m4: Use it here.
25673         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25674
25675 1999-12-23  Jim Meyering  <meyering@ascend.com>
25676
25677         * m4/jm-macros.m4: Check for clock_gettime (moved from
25678         fileutils/configure.in)
25679         Check for gettimeofday.
25680
25681 1999-12-20  Jim Meyering  <meyering@ascend.com>
25682
25683         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25684         autoconf-2.14a-1999-12-20.
25685
25686 1999-12-19  Jim Meyering  <meyering@ascend.com>
25687
25688         * m4/lstat-slash.m4: New file.
25689         * m4/jm-macros.m4: Use the new macro:
25690         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25691
25692 1999-12-07  Jim Meyering  <meyering@ascend.com>
25693
25694         * m4/perl.m4: Require that File::Compare be available, too.
25695         Too many systems seem to lack it.
25696
25697         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25698         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25699
25700 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25701
25702         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25703         problem with the QNX 4.25 shell, which doesn't propagate exit
25704         status of failed commands inside shell assignments.
25705
25706 1999-11-17  Jim Meyering  <meyering@ascend.com>
25707
25708         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25709
25710 1999-11-07  Jim Meyering  <meyering@ascend.com>
25711
25712         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25713
25714 1999-11-06  Jim Meyering  <meyering@ascend.com>
25715
25716         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25717         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25718
25719 1999-11-05  Jim Meyering  <meyering@ascend.com>
25720
25721         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25722         configure.in of textutils, fileutils, and sh-utils into this one
25723         (shared between those packages) file.
25724         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25725         AC_STRUCT_ST_BLKSIZE.
25726
25727 1999-11-03  Jim Meyering  <meyering@ascend.com>
25728
25729         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25730         of AC_CHECK_TYPE checks includes unistd.h.
25731         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25732         Suggestion from Akim Demaille.
25733
25734 1999-10-30  Jim Meyering  <meyering@ascend.com>
25735
25736         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25737         m4-quoted string.
25738         * m4/ls-mntd-fs.m4: Likewise.
25739         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25740         * m4/jm-winsz1.m4: Likewise.
25741
25742         * m4/const.m4: Remove file, since the fix made it into the experimental
25743         version of autoconf.
25744         * m4/mktime.m4: Likewise.
25745
25746         * m4/check-type.m4: Remove file, now that the latest version of
25747         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25748
25749         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25750         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25751         AC_CHECK_TYPE.
25752
25753 1999-10-04  Jim Meyering  <meyering@ascend.com>
25754
25755         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25756
25757 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25758
25759         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25760         2.95.1 bug with HP-UX 10.20.
25761
25762 1999-09-17  Jim Meyering  <meyering@ascend.com>
25763
25764         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25765         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25766         due to missing strdup (against sh-utils-2.0).
25767
25768 1999-08-29  Jim Meyering  <meyering@ascend.com>
25769
25770         * m4/jm-macros.m4: Require jm_BISON.
25771         * m4/bison.m4: New file.
25772
25773 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25774
25775         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25776         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25777
25778 1999-08-05  Jim Meyering  <meyering@ascend.com>
25779
25780         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25781         to avoid conflicts with `conftest' on 8+3 filesystems.
25782         Suggestion from Eli Zaretskii.
25783
25784 1999-08-04  Jim Meyering  <meyering@ascend.com>
25785
25786         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25787         fileutils and sh-utils (textutils's getline test was inadequate).
25788         (AM_FUNC_GETLINE): Run this test.
25789         (AC_CHECK_FUNCS): Check for getdelim.
25790         Reported by Bob Proulx.
25791
25792 1999-08-02  Jim Meyering  <meyering@ascend.com>
25793
25794         * m4/jm-macros.m4: Add a comment.
25795
25796 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25797
25798         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25799         <inttypes.h> defines strtoumax as a macro (and not as a
25800         function).
25801
25802 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25803
25804         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25805         that we can shift, multiply and divide unsigned long long
25806         values; Ultrix cc can't do it.
25807
25808 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25809
25810         * m4/mktime.m4: New file, which is a preview of what should appear
25811         in the next public autoconf release.
25812
25813 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25814
25815         * m4/lfs.m4: Remove this file.
25816         * m4/largefile.m4: New file.  It contains the old contents of
25817         lfs.m4, except that all names with prefix AC_LFS have been
25818         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25819         compatible with future autoconf versions.  Also, some minor m4
25820         quoting problems have been fixed.
25821
25822 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25823
25824         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25825         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25826         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25827         and simplify the shell code.
25828
25829 1999-08-01  Jim Meyering  <meyering@ascend.com>
25830
25831         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25832         m4.
25833
25834 1999-07-20  Jim Meyering  <meyering@ascend.com>
25835
25836         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25837
25838 1999-07-15  Jim Meyering  <meyering@ascend.com>
25839
25840         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25841
25842 1999-05-22  Jim Meyering  <meyering@ascend.com>
25843
25844         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25845
25846 1999-05-20  Jim Meyering  <meyering@ascend.com>
25847
25848         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25849         Add a colon after each `then' in case $4 is empty.
25850
25851 1999-05-16  Jim Meyering  <meyering@ascend.com>
25852
25853         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25854
25855 1999-05-10  Jim Meyering  <meyering@ascend.com>
25856
25857         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25858
25859         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25860         AC_FUNC_MKTIME.
25861
25862 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25863
25864         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25865
25866 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25867
25868         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25869         not CPPFLAGS, so that linking works correctly in IRIX.
25870
25871 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25872
25873         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25874
25875 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25876
25877         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25878         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25879         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25880         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25881         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25882
25883         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25884
25885 1999-04-20  Jim Meyering  <meyering@ascend.com>
25886
25887         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25888         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25889         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25890
25891 1999-04-18  Jim Meyering  <meyering@ascend.com>
25892
25893         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25894         * m4/jm-macros.m4: Use it.
25895
25896 1999-04-06  Jim Meyering  <meyering@ascend.com>
25897
25898         * m4/strftime.m4: Remove test for %f.
25899
25900 1999-03-29  Jim Meyering  <meyering@ascend.com>
25901
25902         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25903         superset of the AC_TYPE_* checks in the textutils, fileutils,
25904         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25905         AC_TYPE_PID_T.
25906
25907 1999-03-28  Jim Meyering  <meyering@ascend.com>
25908
25909         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25910         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25911         replaced e.g., in the *.sh files of the sh-utils.
25912
25913 1999-03-20  Jim Meyering  <meyering@ascend.com>
25914
25915         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25916         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25917         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25918
25919 1999-03-19  Jim Meyering  <meyering@ascend.com>
25920
25921         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25922
25923 1999-03-12  Jim Meyering  <meyering@ascend.com>
25924
25925         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25926
25927 1999-03-07  Jim Meyering  <meyering@ascend.com>
25928
25929         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25930         declared.
25931
25932 1999-02-17  Jim Meyering  <meyering@ascend.com>
25933
25934         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25935         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25936
25937 1999-02-07  Jim Meyering  <meyering@ascend.com>
25938
25939         * m4/group-member.m4: New file -- extracted from sh-utils'
25940         configure.in.
25941
25942         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25943         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25944
25945 1999-02-06  Jim Meyering  <meyering@ascend.com>
25946
25947         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25948         * m4/fnmatch.m4: Likewise.
25949         * m4/getgroups.m4: Likewise.
25950         * m4/lstat.m4: Likewise.
25951         * m4/malloc.m4: Likewise.
25952         * m4/putenv.m4: Likewise.
25953         * m4/realloc.m4: Likewise.
25954         * m4/regex.m4: Likewise.
25955         * m4/stat.m4: Likewise.
25956         * m4/strftime.m4: Likewise.
25957         Suggestion from Alain Magloire.
25958
25959         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25960         * m4/fnmatch.m4: Likewise.
25961         * m4/getgroups.m4: Likewise.
25962         * m4/getline.m4: Likewise.
25963         * m4/lstat.m4: Likewise.
25964         * m4/malloc.m4: Likewise.
25965         * m4/memcmp.m4: Likewise.
25966         * m4/putenv.m4: Likewise.
25967         * m4/realloc.m4: Likewise.
25968         * m4/regex.m4: Likewise.
25969         * m4/stat.m4: Likewise.
25970         * m4/strftime.m4: Likewise.
25971         Suggestion from Alain Magloire.
25972
25973         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25974         an argument.
25975
25976         * m4/regex.m4: Add a run-time Test for proper operation of
25977         re_compile_pattern.
25978
25979 1999-01-31  Jim Meyering  <meyering@ascend.com>
25980
25981         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25982
25983 1999-01-30  Jim Meyering  <meyering@ascend.com>
25984
25985         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25986
25987         * m4/jm-mktime.m4: Make this a wrapper around the official
25988         AM_FUNC_MKTIME rather than my private copy, now that the official one
25989         is up to date.
25990         * m4/mktime.m4: Remove file.
25991
25992         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25993         * m4/uptime.m4: Likewise.
25994         * m4/uintmax_t.m4: Likewise.
25995
25996 1999-01-28  Jim Meyering  <meyering@ascend.com>
25997
25998         * m4/jm-macros.m4: Use jm_AFS.
25999         * m4/afs.m4: New file (from fileutils' configure.in).
26000
26001         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26002         * m4/chown.m4: Likewise.
26003         * m4/d-ino.m4: Likewise.
26004         * m4/d-type.m4: Likewise.
26005         * m4/fnmatch.m4: Likewise.
26006         * m4/getgroups.m4: Likewise.
26007         * m4/gettext.m4: Likewise.
26008         * m4/jm-mktime.m4: Likewise.
26009         * m4/jm-winsz2.m4: Likewise.
26010         * m4/lcmessage.m4: Likewise.
26011         * m4/ls-mntd-fs.m4: Likewise.
26012         * m4/malloc.m4: Likewise.
26013         * m4/memcmp.m4: Likewise.
26014         * m4/putenv.m4: Likewise.
26015         * m4/realloc.m4: Likewise.
26016         * m4/st_mtim.m4: Likewise.
26017         * m4/strftime.m4: Likewise.
26018
26019 1999-01-16  Jim Meyering  <meyering@ascend.com>
26020
26021         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26022         (ARGMATCH_DIE_DECL): Define.
26023
26024 1999-01-12  Jim Meyering  <meyering@ascend.com>
26025
26026         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26027         Reported by Lars Hecking.
26028
26029 1999-01-10  Jim Meyering  <meyering@ascend.com>
26030
26031         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26032         gross kludge.
26033         * m4/inttypes_h.m4: Likewise.
26034         * m4/lstat.m4: Likewise.
26035         * m4/malloc.m4: Likewise.
26036         * m4/readdir.m4: Likewise.
26037         * m4/realloc.m4: Likewise.
26038         * m4/st_dm_mode.m4: Likewise.
26039         * m4/stat.m4: Likewise.
26040         * m4/utimbuf.m4: Likewise.
26041         * m4/utimes.m4: Likewise.
26042
26043         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26044         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26045         comments in config.h.in are meaningful.
26046
26047         * m4/jm-macros.m4: Require autoconf-2.13 here.
26048
26049         * m4/regex.m4: By default, don't use the included regex.c on systems
26050         with glibc 2.  Suggestion from Uli Drepper.
26051
26052 1999-01-02  Jim Meyering  <meyering@ascend.com>
26053
26054         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26055
26056 1998-12-18  Jim Meyering  <meyering@ascend.com>
26057
26058         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26059         Based on a suggestion from Lars Hecking.
26060
26061 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26062
26063         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26064
26065 1998-11-16  Jim Meyering  <meyering@ascend.com>
26066
26067         * m4/lfs.m4: Double-quote the `uname...` expression.
26068
26069 1998-11-14  Jim Meyering  <meyering@ascend.com>
26070
26071         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26072         * m4/stat.m4: Likewise.
26073
26074 1998-11-03  Jim Meyering  <meyering@ascend.com>
26075
26076         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26077         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26078
26079 1998-10-18  Jim Meyering  <meyering@ascend.com>
26080
26081         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26082
26083 1998-10-17  Jim Meyering  <meyering@ascend.com>
26084
26085         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26086         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26087         calls for those previously hard-coded headers.  Instead, take a new
26088         parameter.
26089         (jm_CHECK_DECLARATIONS): Reflect interface change.
26090         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26091         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26092
26093         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26094
26095 1998-10-14  Jim Meyering  <meyering@ascend.com>
26096
26097         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26098         instead of "TZ=America/Vancouver".  From Paul Eggert.
26099
26100 1998-10-11  Jim Meyering  <meyering@ascend.com>
26101
26102         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26103         This adds a test for a recently added compatibility fix for mktime.c.
26104         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26105
26106 1998-09-27  Jim Meyering  <meyering@ascend.com>
26107
26108         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26109
26110         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26111         ../configure.in, including a change from Gordon Matzigkeit to allow
26112         cross-compiling for the Hurd.
26113
26114         * m4/glibc.m4: New file/macro to test for the GNU C Library
26115         versions 1 and 2.  From Gordon Matzigkeit.
26116         Indent.
26117
26118 1998-09-21  Jim Meyering  <meyering@ascend.com>
26119
26120         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26121
26122 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26123
26124         Port nanosecond-resolution times to UnixWare 2.1.2 and
26125         pedantic Solaris 2.6.
26126
26127         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26128         AC_STRUCT_ST_MTIM.
26129         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26130         Generate name of ns member, instead of just 1 or undef.
26131         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26132
26133 1998-08-15  Jim Meyering  <meyering@ascend.com>
26134
26135         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26136         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26137         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26138         instead of jm_TYPE_SSIZE_T.
26139
26140 1998-08-12  Jim Meyering  <meyering@ascend.com>
26141
26142         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26143
26144 1998-08-02  Jim Meyering  <meyering@ascend.com>
26145
26146         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26147         in acconfig.h manually.
26148
26149 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26150
26151         * m4/st_mtim.m4: New file.
26152
26153 1998-07-28  Jim Meyering  <meyering@ascend.com>
26154
26155         * m4/utimes.m4: Undef stat.
26156
26157 1998-07-25  Jim Meyering  <meyering@ascend.com>
26158
26159         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26160         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26161
26162 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26163
26164         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26165         uid and gid actually remain unchanged.
26166
26167 1998-07-07  Jim Meyering  <meyering@ascend.com>
26168
26169         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26170
26171 1998-07-04  Jim Meyering  <meyering@ascend.com>
26172
26173         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26174         to prove that this macro can be used in packages without regex.c.
26175
26176 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26177
26178         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26179         is to be used.
26180
26181 1998-07-03  Jim Meyering  <meyering@ascend.com>
26182
26183         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26184
26185         * m4/gettext.m4: New file -- from gettext-0.10.35.
26186         * m4/lcmessage.m4: Likewise.
26187         * m4/progtest.m4: Likewise.
26188
26189         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26190         * m4/jm-macros.m4: Require the new macro.
26191
26192 1998-06-29  Jim Meyering  <meyering@ascend.com>
26193
26194         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26195         for the definition of NGROUPS (used in a system header included
26196         by sys/mount.h).
26197
26198 1998-06-28  Jim Meyering  <meyering@ascend.com>
26199
26200         * m4/ls-mntd-fs.m4: New file.
26201         * m4/fstypename.m4: New file.
26202
26203         * m4/jm-macros.m4: Require the new macro.
26204         * m4/jm-glibc-io.m4: New file.
26205
26206 1998-05-19  Jim Meyering  <meyering@ascend.com>
26207
26208         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26209         * m4/lchown.m4: New file.
26210
26211         * m4/Makefile.am.in: New file.
26212         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26213
26214 1998-05-14  Jim Meyering  <meyering@ascend.com>
26215
26216         * m4/Makefile.am (EXTRA_DIST): Add them.
26217         * m4/jm-macros.m4: New file.
26218         * m4/utimbuf.m4: New file.
26219
26220 1998-05-12  Jim Meyering  <meyering@ascend.com>
26221
26222         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26223
26224 1998-05-11  Jim Meyering  <meyering@ascend.com>
26225
26226         * m4/isc-posix.m4: New file.
26227
26228 1998-05-10  Jim Meyering  <meyering@ascend.com>
26229
26230         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26231
26232 1998-05-09  Jim Meyering  <meyering@ascend.com>
26233
26234         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26235         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26236         with automake.
26237
26238         * m4/ssize_t.m4: New file.
26239         * m4/mktime.m4: Remove file -- the new automake has this now.
26240
26241 1998-04-26  Jim Meyering  <meyering@ascend.com>
26242
26243         * m4/assert.m4: New file.
26244         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26245
26246 1998-04-05  Jim Meyering  <meyering@ascend.com>
26247
26248         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26249         (jm_PREREQ): Use it here.
26250
26251 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26252
26253         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26254         in acconfig.h.
26255
26256 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26257
26258         * m4/prereq.m4: New file.
26259         * m4/error.m4: New file.
26260         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26261
26262 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26263
26264         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26265         cache-check for the same variable -- that defeated the purpose of
26266         the test; the test program was never run.  This was a problem only
26267         on systems with losing getline functions -- HP-UX 10.20 is one.
26268         Reported by Bjorn Helgaas.
26269
26270 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26271
26272         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26273
26274 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26275
26276         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26277
26278         * m4/const.m4: New file.  Use an initializer in this declaration
26279         typedef int charset[2]; const charset x;
26280         Reported by Bob Glickstein.
26281
26282 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26283
26284         * m4/chown.m4: Fix reversed types on -1 args to chown.
26285         From Kaveh Ghazi.
26286
26287 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26288
26289         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26290         Add lseek and memchr.
26291
26292         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26293         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26294         have a 20-character limit on names.
26295
26296 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26297
26298         * m4/inttypes_h.m4: New file.
26299         * m4/uintmax_t.m4: New file.
26300         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26301
26302 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26303   Free Software Foundation, Inc.
26304 Copying and distribution of this file, with or without modification,
26305 are permitted provided the copyright notice and this notice are preserved.