* modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
[pspp] / ChangeLog
1 2007-02-02  Eric Blake  <ebb9@byu.net>
2
3         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
4         * modules/netinet_in (Makefile.am): Likewise.
5
6 2007-02-01  Bruno Haible  <bruno@clisp.org>
7
8         * lib/string_.h (GL_LINK_WARNING): New macro.
9         (strcasecmp, strstr, strcasestr): If provided by the system,
10         conditionally define as a macro that leads to a warning instead of to
11         an error.
12         (strncasecmp): Conditionally define as a macro that leads to a warning.
13
14 2007-02-01  Jim Meyering  <jim@meyering.net>
15
16         Give tools a better chance to allocate space for very large buffers.
17         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
18
19 2007-02-01  Karl Berry  <karl@gnu.org>
20
21         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
22
23 2007-02-01  Bruno Haible  <bruno@clisp.org>
24
25         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
26         renamings.
27
28 2007-02-01  Eric Blake  <ebb9@byu.net>
29
30         * modules/regex (Depends-on): Revert dependence on mempcpy.
31         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
32         module's definition of mempcpy.
33         Reported by Paul Eggert.
34
35 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
36
37         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38         the symbol XYZ before redefining it.  This fixes a problem with
39         programs that don't use XYZ, when compiled on systems that define
40         XYZ to something else.
41
42 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
43
44         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
45         occurs when "mkdir -m foo" creates a setgid directory that is (1)
46         writeable to group or other and (2) is intended to have a special
47         mode bit that is set or cleared.  In such a case, the directory
48         should be neither group- nor other-writeable until the special
49         mode bits are right.
50
51 2007-01-31  Eric Blake  <ebb9@byu.net>
52
53         * modules/mountlist (Depends-on): Add strstr.
54
55         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
56         bug.
57         * modules/string (Makefile.am): Remove redundant replacement.
58         * modules/regex (Depends-on): Add mempcpy.
59
60 2007-01-31  Bruno Haible  <bruno@clisp.org>
61
62         New module description field 'Link'.
63         * gnulib-tool (func_usage): Document --extract-link-directive.
64         (sed_extract_prog): Recognize 'Link' directive.
65         (func_get_link_directive): New function.
66         (func_import): Show summary of link directives.
67         Handle --extract-link-directive option.
68         * modules/acl (Link): New section.
69         * modules/clock-time (Link): New section.
70         * modules/euidaccess (Link): New section.
71         * modules/gettext (Link): New section.
72         * modules/iconv (Link): New section.
73         * modules/lock (Link): New section.
74         * modules/nanosleep (Link): New section.
75         * modules/readline (Link): New section.
76
77 2007-01-27  Bruno Haible  <bruno@clisp.org>
78
79         Enforce the use of gnulib modules for unportable <string.h> functions.
80         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
81         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
82         (gl_HEADER_STRING_H_BODY): Require it.
83         * lib/string_.h: If the gnulib module XYZ is not present, redefine
84         the symbol XYZ to one that gives a link error.
85         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
86         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
87         * modules/mempcpy (configure.ac): Likewise.
88         * modules/memrchr (configure.ac): Likewise.
89         * modules/stpcpy (configure.ac): Likewise.
90         * modules/stpncpy (configure.ac): Likewise.
91         * modules/strcase (configure.ac): Likewise.
92         * modules/strcasestr (configure.ac): Likewise.
93         * modules/strchrnul (configure.ac): Likewise.
94         * modules/strdup (configure.ac): Likewise.
95         * modules/strndup (configure.ac): Likewise.
96         * modules/strnlen (configure.ac): Likewise.
97         * modules/strpbrk (configure.ac): Likewise.
98         * modules/strsep (configure.ac): Likewise.
99         * modules/strstr (configure.ac): Likewise.
100         * modules/strtok_r (configure.ac): Likewise.
101
102 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
103
104         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
105
106 2007-01-30  Jim Meyering  <jim@meyering.net>
107
108         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
109
110 2007-01-29  Bruno Haible  <bruno@clisp.org>
111
112         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
113         * lib/execute.c: Likewise.
114         * lib/pipe.c: Likewise.
115         * lib/printf-args.h: Likewise.
116         * lib/printf-args.c: Likewise.
117         * lib/printf-parse.c: Likewise.
118         * lib/vasnprintf.c: Likewise.
119
120 2007-01-29  Eric Blake  <ebb9@byu.net>
121
122         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
123         declaration.
124
125 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
126
127         * lib/strptime.h (strptime): Use 'restrict' for args where
128         POSIX requires this.
129         * lib/strptime.c (strptime): Likewise.
130         Change license notice from LGPL to GPL, since gnulib-tool will
131         change this as needed.
132         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
133         defined.
134         Include "strptime.h" first, to check interface.
135         Do not #undef _LIBC and _NL_CURRENT.
136         Do not include <stdlib.h>; no longer needed.
137         Include "time_r.h" and declare ptime_locale_status
138         only if _LIBC is not defined.
139         (__P): Remove unused macro.
140         (match_string): Bring back glibc version, but use it only if _LIBC
141         is defined.
142         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
143         Remove unnecessary assertion and abort() call.
144         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
145         * m4/strptime.m4: Fix serial number comment.
146         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
147         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
148         (Depends-on): Add time_r.
149
150 2007-01-29  Bruno Haible  <bruno@clisp.org>
151
152         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
153         strptime.
154         * modules/strptime (Depends-on): Add stdbool.
155         * lib/strptime.h: Include <time.h> always. Add comments.
156
157 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
158
159         * modules/strptime: New file.
160         * lib/strptime.h: New file.
161         * lib/strptime.c: New file.
162         * m4/strptime.m4: New file.
163
164 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
165
166         * MODULES.html.sh: New module mpsort.
167         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
168
169         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
170         a circularity problem with HP-UX ia64 reported by Bob Proulx in
171         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
172         All uses changed.
173         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
174         All uses changed.
175         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
176         to _Restrict_.
177         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
178         the parameter matches the prototype.
179
180 2007-01-28  Jim Meyering  <jim@meyering.net>
181
182         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
183         sys/time.h here, reverting that part of the previous patch:
184         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
185
186 2007-01-28  Bruno Haible  <bruno@clisp.org>
187
188         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
189         value of $(SYS_TIME_H).
190         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
191         remove it conditionally, too. [added by Jim Meyering]
192         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
193         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
194         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
195         GETTIMEOFDAY_REPLACEMENT to 1.
196
197 2007-01-28  Bruno Haible  <bruno@clisp.org>
198
199         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
200         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
201         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
202         Set UNISTD_H instead of UNISTD_H2.
203         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
204
205 2007-01-28  Bruno Haible  <bruno@clisp.org>
206
207         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
208         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
209
210 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
211
212         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
213         (func_create_testdir): Ensure C locale for `grep' and `tr'
214         character ranges.
215         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
216         ACLOCAL_AMFLAGS parsing state machine.
217
218 2007-01-27  Bruno Haible  <bruno@clisp.org>
219
220         * modules/unistr/base: Update.
221
222 2007-01-27  Bruno Haible  <bruno@clisp.org>
223
224         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
225         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
226         * modules/unistr/u32-mbtouc-unsafe: Renamed from
227         modules/unistr/u32-mbtouc.
228         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
229         * lib/unistr.h: Update.
230         * lib/linebreak.c: Update.
231         * modules/unistr/u32-mbtouc: Renamed from
232         modules/unistr/u32-mbtouc-safe.
233         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
234         * lib/unistr.h: Update.
235         * lib/unistr/u32-to-u8.c: Update.
236         * lib/unistr/u32-to-u16.c: Update.
237
238 2007-01-27  Bruno Haible  <bruno@clisp.org>
239
240         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
241         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
242         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
243         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
244         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
245         * modules/unistr/u16-mbtouc-unsafe: Renamed from
246         modules/unistr/u16-mbtouc.
247         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
248         * lib/unistr.h: Update.
249         * lib/linebreak.c: Update.
250         * modules/linebreak: Update.
251         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
252         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
253         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
254         * modules/unistr/u16-mbtouc: Renamed from
255         modules/unistr/u16-mbtouc-safe.
256         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
257         * lib/unistr.h: Update.
258         * lib/unistr/u16-to-u8.c: Update.
259         * modules/unistr/u16-to-u8: Update.
260         * lib/unistr/u16-to-u32.c: Update.
261         * modules/unistr/u16-to-u32: Update.
262
263 2007-01-27  Bruno Haible  <bruno@clisp.org>
264
265         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
266         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
267         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
268         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
269         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
270         * modules/unistr/u8-mbtouc-unsafe: Renamed from
271         modules/unistr/u8-mbtouc.
272         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
273         * lib/unistr.h: Update.
274         * lib/striconveh.c: Update.
275         * modules/striconveh: Update.
276         * lib/linebreak.c: Update.
277         * modules/linebreak: Update.
278         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
279         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
280         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
281         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
282         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
283         * lib/unistr.h: Update.
284         * lib/striconveh.c: Update.
285         * modules/striconveh: Update.
286         * lib/unistr/u8-to-u16.c: Update.
287         * modules/unistr/u8-to-u16: Update.
288         * lib/unistr/u8-to-u32.c: Update.
289         * modules/unistr/u8-to-u32: Update.
290
291 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
292
293         Sync from Libtool.
294         * lib/argz.c: Do not include strings.h nor memory.h, include
295         string.h unconditionally.  Patch by Simon Josefsson.
296
297 2007-01-27  Bruno Haible  <bruno@clisp.org>
298
299         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
300         from gl_HEADER_STRING_H_BODY.
301         (gl_HEADER_STRING_H_BODY): Require it.
302         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
303         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
304         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
305         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
306         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
307         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
308         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
309         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
310         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
311         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
312         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
313         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
314         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
315         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
316         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
317
318 2007-01-27  Bruno Haible  <bruno@clisp.org>
319
320         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
321         check_PROGRAMS into noinst_PROGRAMS.
322         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
323         check_PROGRAMS in this case.
324         (func_import): Set for_test to false.
325         (func_create_testdir): Set for_test to true.
326
327 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
328             Bruno Haible  <bruno@clisp.org>
329
330         * modules/strcasestr (Files): Remove lib/strcasestr.h.
331         (Depends-on): Add string.
332         (Includes): Use <string.h> instead of strcasestr.h.
333         * modules/string (Makefile.am): Also substitute the value of
334         REPLACE_STRCASESTR.
335         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
336         assume strcasestr is declared in <string.h> not <strings.h>. Also
337         set REPLACE_STRCASESTR.
338         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
339         REPLACE_STRCASESTR.
340         * lib/strcasestr.h: Remove file.
341         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
342         * lib/string_.h (strcasestr): New declaration.
343
344 2007-01-27  Bruno Haible  <bruno@clisp.org>
345
346         * lib/string_.h: Use 'extern'.
347
348 2007-01-27  Jim Meyering  <jim@meyering.net>
349
350         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
351         of set-but-not-used local, "q".
352
353         * lib/mempcpy.c: Include <config.h> before <string.h>.
354         This fixes a compilation error on HP-UX, due to the system's
355         "restrict"-using mempcpy prototype.
356
357 2007-01-26  Bruno Haible  <bruno@clisp.org>
358
359         Small optimization.
360         * lib/javacomp.c: Include c-strstr.h.
361          (is_envjavac_gcj): Use c_strstr instead of strstr.
362         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
363
364 2007-01-26  Bruno Haible  <bruno@clisp.org>
365
366         * MODULES.html.sh (Unicode string functions): Add the new modules.
367
368         * modules/uniconv/u32-strconv-to-locale: New file.
369         * lib/uniconv/u32-strconv-to-locale.c: New file.
370
371         * modules/uniconv/u16-strconv-to-locale: New file.
372         * lib/uniconv/u16-strconv-to-locale.c: New file.
373
374         * modules/uniconv/u8-strconv-to-locale: New file.
375         * lib/uniconv/u8-strconv-to-locale.c: New file.
376
377         * modules/uniconv/u32-strconv-from-locale: New file.
378         * lib/uniconv/u32-strconv-from-locale.c: New file.
379
380         * modules/uniconv/u16-strconv-from-locale: New file.
381         * lib/uniconv/u16-strconv-from-locale.c: New file.
382
383         * modules/uniconv/u8-strconv-from-locale: New file.
384         * lib/uniconv/u8-strconv-from-locale.c: New file.
385
386         * modules/uniconv/u32-strconv-to-enc: New file.
387         * lib/uniconv/u32-strconv-to-enc.c: New file.
388         * modules/uniconv/u32-strconv-to-enc-tests: New file.
389         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
390
391         * modules/uniconv/u16-strconv-to-enc: New file.
392         * lib/uniconv/u16-strconv-to-enc.c: New file.
393         * lib/uniconv/u-strconv-to-enc.h: New file.
394         * modules/uniconv/u16-strconv-to-enc-tests: New file.
395         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
396
397         * modules/uniconv/u8-strconv-to-enc: New file.
398         * lib/uniconv/u8-strconv-to-enc.c: New file.
399         * modules/uniconv/u8-strconv-to-enc-tests: New file.
400         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
401
402         * modules/uniconv/u32-strconv-from-enc: New file.
403         * lib/uniconv/u32-strconv-from-enc.c: New file.
404         * modules/uniconv/u32-strconv-from-enc-tests: New file.
405         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
406
407         * modules/uniconv/u16-strconv-from-enc: New file.
408         * lib/uniconv/u16-strconv-from-enc.c: New file.
409         * modules/uniconv/u16-strconv-from-enc-tests: New file.
410         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
411
412         * modules/uniconv/u8-strconv-from-enc: New file.
413         * lib/uniconv/u8-strconv-from-enc.c: New file.
414         * lib/uniconv/u-strconv-from-enc.h: New file.
415         * modules/uniconv/u8-strconv-from-enc-tests: New file.
416         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
417
418         * modules/uniconv/u32-conv-from-enc: New file.
419         * lib/uniconv/u32-conv-from-enc.c: New file.
420         * modules/uniconv/u32-conv-from-enc-tests: New file.
421         * tests/uniconv/test-u32-conv-from-enc.c: New file.
422
423         * modules/uniconv/u16-conv-from-enc: New file.
424         * lib/uniconv/u16-conv-from-enc.c: New file.
425         * lib/uniconv/u-conv-from-enc.h: New file.
426         * modules/uniconv/u16-conv-from-enc-tests: New file.
427         * tests/uniconv/test-u16-conv-from-enc.c: New file.
428
429         * modules/uniconv/u8-conv-from-enc: New file.
430         * lib/uniconv/u8-conv-from-enc.c: New file.
431         * modules/uniconv/u8-conv-from-enc-tests: New file.
432         * tests/uniconv/test-u8-conv-from-enc.c: New file.
433
434         * modules/uniconv/base: New file.
435         * lib/uniconv.h: New file.
436
437 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
438
439         * doc/gnulib-tool.texi (Initial import): Update to match current
440         behavior with strdup module.
441         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
442         * lib/memmem.h: Remove; all uses removed.  This is now done
443         by <string.h>.
444         * lib/mempcpy.h: Likewise.
445         * lib/memrchr.h: Likewise.
446         * lib/stpcpy.h: Likewise.
447         * lib/stpncpy.h: Likewise.
448         * lib/strcase.h: Likewise.
449         * lib/strchrnul.h: Likewise.
450         * lib/strdup.h: Likewise.
451         * lib/strndup.h: Likewise.
452         * lib/strnlen.h: Likewise.
453         * lib/strpbrk.h: Likewise.
454         * lib/strsep.h: Likewise.
455         * lib/strstr.h: Likewise.
456         * lib/strtok_r.h: Likewise.
457         * lib/string_.h: New file.
458         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
459         Rely on <string.h> instead.
460         * lib/canon-host.c: Likewise.
461         * lib/chdir-long.c: Likewise.
462         * lib/concatpath.c: Likewise.
463         * lib/exclude.c: Likewise.
464         * lib/fchdir.c: Likewise.
465         * lib/getaddrinfo.c: Likewise.
466         * lib/getcwd.c: Likewise.
467         * lib/getsubopt.c: Likewise.
468         * lib/glob.c: Likewise.
469         * lib/hard-locale.c: Likewise.
470         * lib/iconvme.c: Likewise.
471         * lib/javacomp.c: Likewise.
472         * lib/mempcpy.c: Likewise.
473         * lib/memrchr.c: Likewise.
474         * lib/regex_internal.h: Likewise.
475         * lib/stpncpy.c: Likewise.
476         * lib/strcasecmp.c: Likewise.
477         * lib/strchrnul.c: Likewise.
478         * lib/strdup.c: Likewise.
479         * lib/striconv.c: Likewise.
480         * lib/striconveh.c: Likewise.
481         * lib/striconveha.c: Likewise.
482         * lib/strncasecmp.c: Likewise.
483         * lib/strndup.c: Likewise.
484         * lib/strnlen.c: Likewise.
485         * lib/strsep.c: Likewise.
486         * lib/strstr.c: Likewise.
487         * lib/strtok_r.c: Likewise.
488         * lib/userspec.c: Likewise.
489         * lib/w32spawn.h: Likewise.
490         * lib/xstrndup.c: Likewise.
491         * lib/mountlist.c (strstr): Remove decl.
492         * m4/string_h.m4: New file.
493         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
494         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
495         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
496         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
497         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
498         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
499         Set REPLACE_STRCASECMP if necessary.
500         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
501         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
502         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
503         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
504         HAVE_DECL_STRDUP if necessary.
505         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
506         since gl_FUNC_STRNDUP does that now.
507         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
508         Check for decl here...
509         (gl_PREREQ_STRNLEN): ... not here.
510         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
511         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
512         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
513         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
514         necessary.
515         * modules/string: New file.
516         * modules/memmem (Files): Remove special-purpose include file.
517         (Depends-on): Add string.
518         (Include): Include <string.h>, not the removed file.
519         * modules/mempcpy: Likewise.
520         * modules/memrchr: Likewise.
521         * modules/stpcpy: Likewise.
522         * modules/stpncpy: Likewise.
523         * modules/strcase: Likewise.
524         * modules/strchrnul: Likewise.
525         * modules/strdup: Likewise.
526         * modules/strndup: Likewise.
527         * modules/strnlen: Likewise.
528         * modules/strpbrk: Likewise.
529         * modules/strsep: Likewise.
530         * modules/strstr: Likewise.
531         * modules/strtok_r: Likewise.
532         * tests/test-dirname.c: Don't include "strdup.h", since
533         <string.h> now suffices.
534         * tests/test-memmem.c: Don't include "memmem.h", since
535         <string.h> now suffices.
536
537 2007-01-25  Bruno Haible  <bruno@clisp.org>
538
539         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
540         *resultp is 0.
541
542         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
543         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
544         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
545         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
546
547         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
548         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
549         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
550         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
551         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
552         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
553
554 2007-01-24  Bruno Haible  <bruno@clisp.org>
555
556         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
557         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
558         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
559         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
560         gl_FUNC_FTS_CORE.
561         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
562         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
563         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
564         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
565         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
566         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
567         gl_FUNC_FCHOWNAT.
568         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
569         gl_FUNC_STRFTIME.
570         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
571         Reported by Ralf Wildenhues.
572
573 2007-01-24  Bruno Haible  <bruno@clisp.org>
574
575         Drop AC_REQUIRE calls that are redundant with the module dependencies.
576         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
577         gl_GETADDRINFO.
578         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
579         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
580         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
581
582 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
583
584         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
585         Don't use 'exit'; just return from 'main'.
586         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
587
588         * lib/fnmatch_.h: Readjust white space and comments to match
589         glibc, to avoid spurious diffs.
590
591 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
592
593         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
594         2004-12-01 change by Jakub Jelinek, since this code won't compile
595         if !LIBC.  Problem reported by Bob Proulx.
596
597 2007-01-23  Bruno Haible  <bruno@clisp.org>
598
599         * lib/striconveh.c: Include c-strcaseeq.h.
600         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
601         * modules/striconveh (Depends-on): Add c-strcaseeq.
602
603 2007-01-23  Bruno Haible  <bruno@clisp.org>
604
605         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
606
607         * modules/c-strcaseeq: New file.
608         * lib/c-strcaseeq.h: New file.
609
610         * modules/streq: New file.
611         * lib/streq.h: New file.
612
613 2007-01-23  Bruno Haible  <bruno@clisp.org>
614
615         * modules/striconveha-tests: New file.
616         * tests/test-striconveha.c: New file.
617
618         * lib/striconveha.h: Include <stdbool.h>.
619         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
620         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
621         (mem_iconveha_notranslit): Renamed from mem_iconveha.
622         (mem_iconveha): New function.
623         (str_iconveha_notranslit): Renamed from str_iconveha.
624         (str_iconveha): New function.
625         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
626         c-strcase.
627
628 2007-01-23  Bruno Haible  <bruno@clisp.org>
629
630         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
631         encodings without forgiving before trying any encoding with handler.
632         (str_iconveha): Try all encodings without forgiving before trying any
633         encoding with handler.
634
635 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
636
637         Import the following changes from libc.
638
639         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
640
641         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
642
643         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
644
645         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
646         normal_bracket label.
647
648         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
649
650         [BZ #361]
651         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
652         to normal_bracket after fetching the next character.
653
654 2007-01-22  Bruno Haible  <bruno@clisp.org>
655
656         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
657         argument.
658         * lib/striconveh.c (iconv_carefully_1): New function.
659         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
660         argument.
661         (str_cd_iconveh): Update.
662         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
663         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
664         * tests/test-striconveh.c (MAGIC): New macro.
665         (new_offsets): New function.
666         (main): Test call with and without offsets.
667
668 2007-01-22  Bruno Haible  <bruno@clisp.org>
669
670         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
671         * modules/sys_select (Makefile.am): Likewise.
672         * modules/sys_socket (Makefile.am): Likewise.
673         * modules/sys_time (Makefile.am): Likewise.
674
675 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
676
677         * modules/gettimeofday (License): Change from GPL to LGPL, since
678         gettimeofday is a library function.
679
680 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
681
682         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
683
684 2007-01-21  Bruno Haible  <bruno@clisp.org>
685
686         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
687
688 2007-01-21  Bruno Haible  <bruno@clisp.org>
689
690         * modules/striconveha: New file.
691         * lib/striconveha.h: New file.
692         * lib/striconveha.c: New file.
693         * MODULES.html.sh (Internationalization functions): Add striconveha.
694         * lib/striconv.c (str_iconv): Optimize the case of an empty input
695         string.
696         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
697
698 2007-01-21  Bruno Haible  <bruno@clisp.org>
699
700         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
701         * lib/striconveh.c (str_iconveh): Likewise.
702
703 2007-01-21  Bruno Haible  <bruno@clisp.org>
704
705         * lib/striconveh.h (mem_iconveh): New declaration.
706         * lib/striconveh.c (mem_iconveh): New function.
707         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
708
709 2007-01-21  Bruno Haible  <bruno@clisp.org>
710
711         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
712
713         * lib/striconveh.h (mem_cd_iconveh): Change specification.
714         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
715         original result buffer.
716         (str_cd_iconveh): Update.
717         * tests/test-striconveh.c (main): Update.
718
719         * lib/striconv.h (mem_cd_iconv): Change specification.
720         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
721         result buffer.
722         (str_cd_iconv): Update.
723         * tests/test-striconv.c (main): Update.
724
725 2007-01-21  Bruno Haible  <bruno@clisp.org>
726
727         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
728
729 2007-01-20  Jim Meyering  <jim@meyering.net>
730
731         * lib/userspec.c (parse_with_separator): If a user or group string
732         starts with "+", skip the corresponding name-to-ID look-up, since
733         such a look-up must fail: user and group names may not include "+".
734
735 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
736
737         * lib/poll.c: Include sys/time.h and time.h unconditionally,
738         since we now assume the sys_time module.
739         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
740         check for sys/time.h; no longer needed.
741         * modules/poll (Depends-on): Depend on sys_time.
742
743 2007-01-18  Bruno Haible  <bruno@clisp.org>
744
745         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
746         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
747
748         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
749         gettimeofday.
750
751         * tests/test-gettimeofday.c: Include <time.h>.
752         (dummy): Remove variable.
753
754         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
755         gl_HEADER_SYS_TIME_H.
756         (gl_HEADER_SYS_TIME_H): New macro.
757
758         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
759         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
760         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
761         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
762         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
763         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
764         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
765         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
766         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
767         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
768         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
769
770         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
771         last change; it caused a compilation error when cross-compiling to
772         Cygwin.
773
774 2007-01-18  Jim Meyering  <jim@meyering.net>
775
776         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
777         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
778         than the race-prone "test -d sys || mkdir sys".
779         (configure.ac): Use AC_PROG_MKDIR_P.
780         * modules/sys_select: Likewise.
781         * modules/sys_socket: Likewise.
782         * modules/sys_time: Likewise.
783
784 2007-01-18  Eric Blake  <ebb9@byu.net>
785
786         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
787         replace gettimeofday.
788         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
789         name, to avoid infinite recursion.
790
791 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
792
793         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
794         module sys_time.
795         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
796         assume timespec.h defines struct timeval.
797         * lib/settime.c: Likewise.
798         * lib/utimens.c: Likewise.
799         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
800         since we now assume the gettimeofday module.
801         * lib/tempname.c (__gen_tempname): Likewise.
802         * lib/gettimeofday.h: Remove.
803         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
804         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
805         Include <time.h>, for 'time()'.
806         (localtime_buffer_addr): Also use this workaround if
807         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
808         to simplify the uses.  All uses changed.
809         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
810         that #undef is inside {}, and 'const' follows type name consistently.
811         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
812         (gettimeofday): Do not use the maximum possible value for
813         tv->tv_usec, since that might break usages other than ls.c.
814         Instead, we'll leave ls.c alone.  This undoes today's patch
815         by Bruno.  Add a compile-time warning for 1s-clock resolution;
816         we've never observed the problem but might as well keep the
817         canary.
818         * lib/nanosleep.c: Include timespec.h first, for interface check.
819         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
820         now assume the sys_time module.
821         * lib/tempname.c: Likewise.
822         * lib/timespec.h: Likewise.
823         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
824         needed.
825         * lib/strftime.c: Likewise.
826         * lib/timespec.h: Likewise.
827         * lib/posixtm.c: Include posixtm.h first, for interface check.
828         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
829         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
830         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
831         * lib/sys_time_.h: New file.
832         * lib/timespec.h (struct timespec): Use long int, not long.
833         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
834         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
835         Remove obsolescent call to AC_HEADER_TIME.
836         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
837         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
838         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
839         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
840         Likewise.
841         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
842         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
843         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
844         into the sys_time module.  Check for gettimeofday just once.
845         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
846         for gettimeofday signature to just check the signature.  Merely
847         compile it, since linking doesn't test signature.  Improve test for
848         whether gettimeofday.o is actually needed.
849         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
850         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
851         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
852         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
853         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
854         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
855         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
856         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
857         than worrying about sys/time.h.
858         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
859         Don't bother worrying about TIME_WITH_SYS_TIME.
860         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
861         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
862         * m4/sys_time_h.m4: New file.
863         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
864         Don't include sys/time.h.  Return from main rather than exiting.
865         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
866         all uses changed.
867         * modules/gethrxtime (Depends-on): Add sys_time.
868         * modules/gettime (Depends-on): Likewise.
869         * modules/gettimeofday (Depends-on): Likewise.
870         * modules/nanosleep (Depends-on): Likewise.
871         * modules/settime (Depends-on): Likewise.
872         * modules/tempname (Depends-on): Likewise.
873         * modules/utimens (Depends-on): Likewise.
874         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
875         (Include:) Change back to <sys/time.h>.
876         (Maintainer:) Add self.
877         * modules/sys_time: New file.
878         * modules/tempname (Depends-on): Add gettimeofday.
879         * tests/test-gettimeofday.c: Include <sys/time.h>
880         rather than gettimeofday.h.
881
882 2007-01-17  Bruno Haible  <bruno@clisp.org>
883
884         * gnulib-tool (func_get_license): Revert last patch. Instead, let
885         the license default to GPL.
886         (func_create_testdir): Don't complain if a module is LGPL and its
887         tests module depends on GPLed modules.
888
889 2007-01-17  Bruno Haible  <bruno@clisp.org>
890
891         * lib/gettimeofday.c (gettimeofday): Add code for the case
892         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
893         maximum possible value for tv->tv_usec, rather than the minimum one.
894
895 2005-10-08  Martin Lambers  <marlam@marlam.de>
896 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
897 2007-01-16  Bruno Haible  <bruno@clisp.org>
898
899         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
900         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
901         gl_FUNC_GETTIMEOFDAY.
902         (Include): Add gettimeofday.h.
903         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
904         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
905         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
906         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
907         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
908         * lib/gettimeofday.h: New file.
909         * lib/gettimeofday.c: Include <sys/timeb.h>.
910         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
911         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
912         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
913         fall back on time().
914
915         * tests/test-gettimeofday.c: New file.
916         * modules/gettimeofday-tests: New file.
917
918 2007-01-16  Eric Blake  <ebb9@byu.net>
919
920         * modules/fnmatch (Depends-on): Depend on wchar.
921         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
922         * m4/fnmatch.m4: Likewise.
923         * modules/mbchar (Makefile.am): Assume <wchar.h>.
924         * m4/mbchar.m4: Likewise.
925         * modules/mbswidth (Depends-on): Depend on wchar.
926         * lib/mbswidth.c: Assume <wchar.h>.
927         * m4/mbswidth.m4: Likewise.
928         * modules/quotearg (Depends-on): Depend on wchar.
929         * lib/quotearg.c: Assume <wchar.h>.
930         * m4/quotearg.m4: Likewise.
931         * modules/regex (Depends-on): Depend on wchar.
932         * lib/regex_internal.h: Assume <wchar.h>.
933         * m4/regex.m4: Likewise.
934         * modules/stdint (Depends-on): Depend on wchar.
935         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
936         * m4/stdint.m4: Likewise.
937         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
938         * modules/strftime (Depends-on): Depend on wchar.
939         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
940         * modules/strtol (Depends-on): Depend on wchar.
941         * lib/strtol.c: Assume <wchar.h>.
942         * modules/wcwidth (Depends-on): Depend on wchar.
943         * lib/wcwidth.h: Assume <wchar.h>.
944         * m4/wcwidth.m4: Likewise.
945
946 2007-01-16  Bruno Haible  <bruno@clisp.org>
947
948         * modules/csharpexec-script: New, created from...
949         * modules/csharpexec: ... this.
950
951 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
952
953         * modules/javaexec-script: New, created from...
954         * modules/javaexec: ... this.
955
956 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
957
958         * modules/poll (Dependencies): Add sys_select.
959
960 2007-01-15  Jim Meyering  <jim@meyering.net>
961
962         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
963         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
964         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
965         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
966
967 2007-01-15  Bruno Haible  <bruno@clisp.org>
968
969         * modules/striconveh: New file.
970         * lib/striconveh.h: New file.
971         * lib/striconveh.c: New file.
972         * MODULES.html.sh (Internationalization functions): Add striconveh.
973
974         * modules/striconveh-tests: New file.
975         * tests/test-striconveh.c: New file.
976
977 2007-01-15  Bruno Haible  <bruno@clisp.org>
978
979         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
980         not from GNU libiconv or GNU libc.
981
982 2007-01-15  Bruno Haible  <bruno@clisp.org>
983
984         * doc/gnulib-intro.texi (Copyright): Explain the different license
985         terms for module descriptions, autoconf macros, tests, documentation.
986
987 2007-01-14  Bruno Haible  <bruno@clisp.org>
988
989         * modules/striconv-tests: New file.
990         * tests/test-striconv.c: New file.
991
992 2007-01-14  Bruno Haible  <bruno@clisp.org>
993
994         * modules/iconv-tests: New file.
995         * tests/test-iconv.c: New file.
996
997 2007-01-14  Bruno Haible  <bruno@clisp.org>
998
999         * gnulib-tool (func_get_license): For test modules, use the license of
1000         the main module.
1001
1002 2007-01-14  Bruno Haible  <bruno@clisp.org>
1003
1004         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1005         if iconv is found to exist.
1006
1007 2007-01-14  Bruno Haible  <bruno@clisp.org>
1008
1009         * modules/c-ctype-tests: New file.
1010         * tests/test-c-ctype.c: New file.
1011
1012 2007-01-14  Bruno Haible  <bruno@clisp.org>
1013
1014         * modules/binary-io-tests: New file.
1015         * tests/test-binary-io.sh: New file.
1016         * tests/test-binary-io.c: New file.
1017
1018 2007-01-14  Bruno Haible  <bruno@clisp.org>
1019
1020         * modules/array-oset-tests: New file.
1021         * tests/test-array_oset.c: New file.
1022
1023 2007-01-14  Bruno Haible  <bruno@clisp.org>
1024
1025         * modules/array-list-tests: New file.
1026         * tests/test-array_list.c: New file.
1027
1028 2007-01-14  Bruno Haible  <bruno@clisp.org>
1029
1030         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1031         and make.
1032         Reported by Simon Josefsson in
1033         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1034
1035 2007-01-14  Bruno Haible  <bruno@clisp.org>
1036
1037         * modules/allocsa-tests: New file.
1038         * tests/test-allocsa.c: New file.
1039
1040 2007-01-14  Bruno Haible  <bruno@clisp.org>
1041
1042         * modules/fchdir (Depends-on): Add absolute-header.
1043         * modules/unistd (Depends-on): Likewise.
1044
1045 2006-12-30  Bruno Haible  <bruno@clisp.org>
1046
1047         * modules/fchdir: New file.
1048         * modules/unistd (Files): Add lib/unistd_.h.
1049         (Makefile.am): Generate unistd.h from unistd_.h.
1050         * lib/fchdir.c: New file.
1051         * lib/dirent_.h: New file.
1052         * lib/unistd_.h: New file.
1053         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1054         * m4/fchdir.m4: New file.
1055         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1056         (gl_HEADER_UNISTD): Invoke it.
1057         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1058         function.
1059         * lib/backupfile.c (opendir, closedir): Undefine.
1060         * lib/chown.c (open, close): Undefine.
1061         * lib/clean-temp.c (open, close): Undefine.
1062         * lib/copy-file.c (open, close): Undefine.
1063         * lib/execute.c (open, close): Undefine.
1064         * lib/fsusage.c (open, close): Undefine.
1065         * lib/gc-gnulib.c (open, close): Undefine.
1066         * lib/getcwd.c (opendir, closedir): Undefine.
1067         * lib/glob.c (opendir, closedir): Undefine.
1068         * lib/javacomp.c (open, close): Undefine.
1069         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1070         * lib/openat-proc.c (open, close): Undefine.
1071         * lib/pagealign_alloc.c (open, close): Undefine.
1072         * lib/pipe.c (open, close): Undefine.
1073         * lib/progreloc.c (open, close): Undefine.
1074         * lib/savedir.c (opendir, closedir): Undefine.
1075         * lib/utime.c (open, close): Undefine.
1076         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1077
1078 2007-01-10  Bruno Haible  <bruno@clisp.org>
1079
1080         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1081
1082 2007-01-12  Eric Blake  <ebb9@byu.net>
1083
1084         Provide a robust <wchar.h>.  Further simplifications are now
1085         possible in other modules, but not included here.
1086         * modules/wchar: New module.
1087         * m4/wchar.m4: New file.
1088         * lib/wchar_.h: Likewise.
1089         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1090         of the new module.
1091         * MODULES.html.sh (Extended multibyte and wide character utilities):
1092         New section.
1093
1094 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1095
1096         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1097         to a reasonable default for memory allocation.
1098         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1099         file system that reports garbage st_size values for symlinks.
1100         Problem reported by Liyang Hu.
1101
1102 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1103
1104         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1105         Emacs .#* auto-save files).
1106
1107 2007-01-11  Bruno Haible  <bruno@clisp.org>
1108
1109         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1110         directory.
1111
1112 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1113
1114         Use @...@ consistently in lib/wctype_.h.
1115         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1116         on it being set to 1 or 0.
1117         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1118         go back to AC_SUBSTing it.
1119         * modules/wctype (Makefile.am): Undo previous change.
1120
1121 2007-01-10  Eric Blake  <ebb9@byu.net>
1122
1123         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1124         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1125         * modules/wctype (Makefile.am): Likewise.
1126         Reported by Chris McGuire.
1127
1128 2007-01-10  Jim Meyering  <jim@meyering.net>
1129
1130         fts.c: a small readability/maintainability improvement
1131         * lib/fts.c (fts_read): Make this code slightly more readable and
1132         maintainable by hoisting the "sp->fts_cur = p" assignments to
1133         immediately follow the statements that set P.  Derived from
1134         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1135
1136 2007-01-10  Eric Blake  <ebb9@byu.net>
1137
1138         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1139         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1140         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1141         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1142         Reported by Chris McGuire.
1143
1144 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1145
1146         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1147         in sed script.
1148
1149 2007-01-09  Bruno Haible  <bruno@clisp.org>
1150
1151         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1152         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1153         variables.
1154         (func_module): Use them.
1155
1156 2007-01-09  Bruno Haible  <bruno@clisp.org>
1157
1158         * modules/unistr/base: New file.
1159         * lib/unistr.h: New file.
1160
1161         * modules/unistr/u8-to-u16: New file.
1162         * lib/unistr/u8-to-u16.c: New file.
1163
1164         * modules/unistr/u8-to-u32: New file.
1165         * lib/unistr/u8-to-u32.c: New file.
1166
1167         * modules/unistr/u16-to-u8: New file.
1168         * lib/unistr/u16-to-u8.c: New file.
1169
1170         * modules/unistr/u16-to-u32: New file.
1171         * lib/unistr/u16-to-u32.c: New file.
1172
1173         * modules/unistr/u32-to-u8: New file.
1174         * lib/unistr/u32-to-u8.c: New file.
1175
1176         * modules/unistr/u32-to-u16: New file.
1177         * lib/unistr/u32-to-u16.c: New file.
1178
1179         * modules/unistr/u8-check: New file.
1180         * modules/unistr/u16-check: New file.
1181         * modules/unistr/u32-check: New file.
1182         * lib/unistr/u8-check.c: New file.
1183         * lib/unistr/u16-check.c: New file.
1184         * lib/unistr/u32-check.c: New file.
1185
1186         * modules/unistr/u8-chr: New file.
1187         * modules/unistr/u16-chr: New file.
1188         * modules/unistr/u32-chr: New file.
1189         * lib/unistr/u8-chr.c: New file.
1190         * lib/unistr/u16-chr.c: New file.
1191         * lib/unistr/u32-chr.c: New file.
1192
1193         * modules/unistr/u8-cmp: New file.
1194         * modules/unistr/u16-cmp: New file.
1195         * modules/unistr/u32-cmp: New file.
1196         * lib/unistr/u8-cmp.c: New file.
1197         * lib/unistr/u16-cmp.c: New file.
1198         * lib/unistr/u32-cmp.c: New file.
1199
1200         * modules/unistr/u8-cpy: New file.
1201         * modules/unistr/u16-cpy: New file.
1202         * modules/unistr/u32-cpy: New file.
1203         * lib/unistr/u8-cpy.c: New file.
1204         * lib/unistr/u16-cpy.c: New file.
1205         * lib/unistr/u32-cpy.c: New file.
1206         * lib/unistr/u-cpy.h: New file.
1207
1208         * modules/unistr/u8-cpy-alloc: New file.
1209         * modules/unistr/u16-cpy-alloc: New file.
1210         * modules/unistr/u32-cpy-alloc: New file.
1211         * lib/unistr/u8-cpy-alloc.c: New file.
1212         * lib/unistr/u16-cpy-alloc.c: New file.
1213         * lib/unistr/u32-cpy-alloc.c: New file.
1214         * lib/unistr/u-cpy-alloc.h: New file.
1215
1216         * modules/unistr/u8-endswith: New file.
1217         * modules/unistr/u16-endswith: New file.
1218         * modules/unistr/u32-endswith: New file.
1219         * lib/unistr/u8-endswith.c: New file.
1220         * lib/unistr/u16-endswith.c: New file.
1221         * lib/unistr/u32-endswith.c: New file.
1222         * lib/unistr/u-endswith.h: New file.
1223
1224         * modules/unistr/u8-mblen: New file.
1225         * modules/unistr/u16-mblen: New file.
1226         * modules/unistr/u32-mblen: New file.
1227         * lib/unistr/u8-mblen.c: New file.
1228         * lib/unistr/u16-mblen.c: New file.
1229         * lib/unistr/u32-mblen.c: New file.
1230
1231         * modules/unistr/u8-mbtouc: New file.
1232         * modules/unistr/u16-mbtouc: New file.
1233         * modules/unistr/u32-mbtouc: New file.
1234         * lib/unistr/u8-mbtouc.c: New file.
1235         * lib/unistr/u16-mbtouc.c: New file.
1236         * lib/unistr/u32-mbtouc.c: New file.
1237
1238         * modules/unistr/u8-mbtouc-safe: New file.
1239         * modules/unistr/u16-mbtouc-safe: New file.
1240         * modules/unistr/u32-mbtouc-safe: New file.
1241         * lib/unistr/u8-mbtouc-safe.c: New file.
1242         * lib/unistr/u16-mbtouc-safe.c: New file.
1243         * lib/unistr/u32-mbtouc-safe.c: New file.
1244
1245         * modules/unistr/u8-move: New file.
1246         * modules/unistr/u16-move: New file.
1247         * modules/unistr/u32-move: New file.
1248         * lib/unistr/u8-move.c: New file.
1249         * lib/unistr/u16-move.c: New file.
1250         * lib/unistr/u32-move.c: New file.
1251         * lib/unistr/u-move.h: New file.
1252
1253         * modules/unistr/u8-next: New file.
1254         * modules/unistr/u16-next: New file.
1255         * modules/unistr/u32-next: New file.
1256         * lib/unistr/u8-next.c: New file.
1257         * lib/unistr/u16-next.c: New file.
1258         * lib/unistr/u32-next.c: New file.
1259
1260         * modules/unistr/u8-prev: New file.
1261         * modules/unistr/u16-prev: New file.
1262         * modules/unistr/u32-prev: New file.
1263         * lib/unistr/u8-prev.c: New file.
1264         * lib/unistr/u16-prev.c: New file.
1265         * lib/unistr/u32-prev.c: New file.
1266
1267         * modules/unistr/u8-set: New file.
1268         * modules/unistr/u16-set: New file.
1269         * modules/unistr/u32-set: New file.
1270         * lib/unistr/u8-set.c: New file.
1271         * lib/unistr/u16-set.c: New file.
1272         * lib/unistr/u32-set.c: New file.
1273         * lib/unistr/u-set.h: New file.
1274
1275         * modules/unistr/u8-startswith: New file.
1276         * modules/unistr/u16-startswith: New file.
1277         * modules/unistr/u32-startswith: New file.
1278         * lib/unistr/u8-startswith.c: New file.
1279         * lib/unistr/u16-startswith.c: New file.
1280         * lib/unistr/u32-startswith.c: New file.
1281         * lib/unistr/u-startswith.h: New file.
1282
1283         * modules/unistr/u8-stpcpy: New file.
1284         * modules/unistr/u16-stpcpy: New file.
1285         * modules/unistr/u32-stpcpy: New file.
1286         * lib/unistr/u8-stpcpy.c: New file.
1287         * lib/unistr/u16-stpcpy.c: New file.
1288         * lib/unistr/u32-stpcpy.c: New file.
1289         * lib/unistr/u-stpcpy.h: New file.
1290
1291         * modules/unistr/u8-stpncpy: New file.
1292         * modules/unistr/u16-stpncpy: New file.
1293         * modules/unistr/u32-stpncpy: New file.
1294         * lib/unistr/u8-stpncpy.c: New file.
1295         * lib/unistr/u16-stpncpy.c: New file.
1296         * lib/unistr/u32-stpncpy.c: New file.
1297         * lib/unistr/u-stpncpy.h: New file.
1298
1299         * modules/unistr/u8-strcat: New file.
1300         * modules/unistr/u16-strcat: New file.
1301         * modules/unistr/u32-strcat: New file.
1302         * lib/unistr/u8-strcat.c: New file.
1303         * lib/unistr/u16-strcat.c: New file.
1304         * lib/unistr/u32-strcat.c: New file.
1305         * lib/unistr/u-strcat.h: New file.
1306
1307         * modules/unistr/u8-strchr: New file.
1308         * modules/unistr/u16-strchr: New file.
1309         * modules/unistr/u32-strchr: New file.
1310         * lib/unistr/u8-strchr.c: New file.
1311         * lib/unistr/u16-strchr.c: New file.
1312         * lib/unistr/u32-strchr.c: New file.
1313
1314         * modules/unistr/u8-strcmp: New file.
1315         * modules/unistr/u16-strcmp: New file.
1316         * modules/unistr/u32-strcmp: New file.
1317         * lib/unistr/u8-strcmp.c: New file.
1318         * lib/unistr/u16-strcmp.c: New file.
1319         * lib/unistr/u32-strcmp.c: New file.
1320
1321         * modules/unistr/u8-strcpy: New file.
1322         * modules/unistr/u16-strcpy: New file.
1323         * modules/unistr/u32-strcpy: New file.
1324         * lib/unistr/u8-strcpy.c: New file.
1325         * lib/unistr/u16-strcpy.c: New file.
1326         * lib/unistr/u32-strcpy.c: New file.
1327         * lib/unistr/u-strcpy.h: New file.
1328
1329         * modules/unistr/u8-strcspn: New file.
1330         * modules/unistr/u16-strcspn: New file.
1331         * modules/unistr/u32-strcspn: New file.
1332         * lib/unistr/u8-strcspn.c: New file.
1333         * lib/unistr/u16-strcspn.c: New file.
1334         * lib/unistr/u32-strcspn.c: New file.
1335         * lib/unistr/u-strcspn.h: New file.
1336
1337         * modules/unistr/u8-strdup: New file.
1338         * modules/unistr/u16-strdup: New file.
1339         * modules/unistr/u32-strdup: New file.
1340         * lib/unistr/u8-strdup.c: New file.
1341         * lib/unistr/u16-strdup.c: New file.
1342         * lib/unistr/u32-strdup.c: New file.
1343         * lib/unistr/u-strdup.h: New file.
1344
1345         * modules/unistr/u8-strlen: New file.
1346         * modules/unistr/u16-strlen: New file.
1347         * modules/unistr/u32-strlen: New file.
1348         * lib/unistr/u8-strlen.c: New file.
1349         * lib/unistr/u16-strlen.c: New file.
1350         * lib/unistr/u32-strlen.c: New file.
1351         * lib/unistr/u-strlen.h: New file.
1352
1353         * modules/unistr/u8-strmblen: New file.
1354         * modules/unistr/u16-strmblen: New file.
1355         * modules/unistr/u32-strmblen: New file.
1356         * lib/unistr/u8-strmblen.c: New file.
1357         * lib/unistr/u16-strmblen.c: New file.
1358         * lib/unistr/u32-strmblen.c: New file.
1359
1360         * modules/unistr/u8-strmbtouc: New file.
1361         * modules/unistr/u16-strmbtouc: New file.
1362         * modules/unistr/u32-strmbtouc: New file.
1363         * lib/unistr/u8-strmbtouc.c: New file.
1364         * lib/unistr/u16-strmbtouc.c: New file.
1365         * lib/unistr/u32-strmbtouc.c: New file.
1366
1367         * modules/unistr/u8-strncat: New file.
1368         * modules/unistr/u16-strncat: New file.
1369         * modules/unistr/u32-strncat: New file.
1370         * lib/unistr/u8-strncat.c: New file.
1371         * lib/unistr/u16-strncat.c: New file.
1372         * lib/unistr/u32-strncat.c: New file.
1373         * lib/unistr/u-strncat.h: New file.
1374
1375         * modules/unistr/u8-strncmp: New file.
1376         * modules/unistr/u16-strncmp: New file.
1377         * modules/unistr/u32-strncmp: New file.
1378         * lib/unistr/u8-strncmp.c: New file.
1379         * lib/unistr/u16-strncmp.c: New file.
1380         * lib/unistr/u32-strncmp.c: New file.
1381
1382         * modules/unistr/u8-strncpy: New file.
1383         * modules/unistr/u16-strncpy: New file.
1384         * modules/unistr/u32-strncpy: New file.
1385         * lib/unistr/u8-strncpy.c: New file.
1386         * lib/unistr/u16-strncpy.c: New file.
1387         * lib/unistr/u32-strncpy.c: New file.
1388         * lib/unistr/u-strncpy.h: New file.
1389
1390         * modules/unistr/u8-strnlen: New file.
1391         * modules/unistr/u16-strnlen: New file.
1392         * modules/unistr/u32-strnlen: New file.
1393         * lib/unistr/u8-strnlen.c: New file.
1394         * lib/unistr/u16-strnlen.c: New file.
1395         * lib/unistr/u32-strnlen.c: New file.
1396         * lib/unistr/u-strnlen.h: New file.
1397
1398         * modules/unistr/u8-strpbrk: New file.
1399         * modules/unistr/u16-strpbrk: New file.
1400         * modules/unistr/u32-strpbrk: New file.
1401         * lib/unistr/u8-strpbrk.c: New file.
1402         * lib/unistr/u16-strpbrk.c: New file.
1403         * lib/unistr/u32-strpbrk.c: New file.
1404         * lib/unistr/u-strpbrk.h: New file.
1405
1406         * modules/unistr/u8-strrchr: New file.
1407         * modules/unistr/u16-strrchr: New file.
1408         * modules/unistr/u32-strrchr: New file.
1409         * lib/unistr/u8-strrchr.c: New file.
1410         * lib/unistr/u16-strrchr.c: New file.
1411         * lib/unistr/u32-strrchr.c: New file.
1412
1413         * modules/unistr/u8-strspn: New file.
1414         * modules/unistr/u16-strspn: New file.
1415         * modules/unistr/u32-strspn: New file.
1416         * lib/unistr/u8-strspn.c: New file.
1417         * lib/unistr/u16-strspn.c: New file.
1418         * lib/unistr/u32-strspn.c: New file.
1419         * lib/unistr/u-strspn.h: New file.
1420
1421         * modules/unistr/u8-strstr: New file.
1422         * modules/unistr/u16-strstr: New file.
1423         * modules/unistr/u32-strstr: New file.
1424         * lib/unistr/u8-strstr.c: New file.
1425         * lib/unistr/u16-strstr.c: New file.
1426         * lib/unistr/u32-strstr.c: New file.
1427         * lib/unistr/u-strstr.h: New file.
1428
1429         * modules/unistr/u8-strtok: New file.
1430         * modules/unistr/u16-strtok: New file.
1431         * modules/unistr/u32-strtok: New file.
1432         * lib/unistr/u8-strtok.c: New file.
1433         * lib/unistr/u16-strtok.c: New file.
1434         * lib/unistr/u32-strtok.c: New file.
1435         * lib/unistr/u-strtok.h: New file.
1436
1437         * modules/unistr/u8-uctomb: New file.
1438         * modules/unistr/u16-uctomb: New file.
1439         * modules/unistr/u32-uctomb: New file.
1440         * lib/unistr/u8-uctomb.c: New file.
1441         * lib/unistr/u16-uctomb.c: New file.
1442         * lib/unistr/u32-uctomb.c: New file.
1443
1444         * MODULES.html.sh (Unicode string functions): Add the new modules.
1445
1446 2007-01-08  Bruno Haible  <bruno@clisp.org>
1447
1448         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1449         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1450         subdirectories.
1451
1452 2007-01-08  Karl Berry  <karl@gnu.org>
1453
1454         * doc/error.texi: mention that main() fns must set program_name
1455         when progname is used.
1456
1457 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1458
1459         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1460         WCTYPE_H is empty, for the benefit of builds from non-distclean
1461         directories.  Problem reported by Eric Blake in
1462         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1463
1464 2007-01-08  Bruno Haible  <bruno@clisp.org>
1465
1466         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1467         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1468         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1469         PROVIDE_CANONICALIZE_FILENAME_MODE.
1470         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1471
1472 2007-01-08  Bruno Haible  <bruno@clisp.org>
1473
1474         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1475         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1476         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1477         * lib/fts.c: Likewise.
1478         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1479
1480 2006-12-25  Bruno Haible  <bruno@clisp.org>
1481
1482         * modules/utf8-ucs4-safe: New file.
1483         * lib/utf8-ucs4-safe.h: New file.
1484         * lib/unistr/utf8-ucs4-safe.c: New file.
1485
1486         * modules/utf16-ucs4-safe: New file.
1487         * lib/utf16-ucs4-safe.h: New file.
1488         * lib/unistr/utf16-ucs4-safe.c: New file.
1489
1490         * MODULES.html.sh (Unicode string functions): Add the new modules.
1491
1492 2007-01-08  Bruno Haible  <bruno@clisp.org>
1493
1494         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1495         (Depends-on): Add unitypes.
1496         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1497         (u8_mbtouc_aux): Move out to separate file.
1498         (u8_mbtouc): Use ucs4_t, uint8_t types.
1499         * lib/unistr/utf8-ucs4.c: New file.
1500
1501         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1502         (Depends-on): Add unitypes.
1503         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1504         (u16_mbtouc_aux): Move out to separate file.
1505         (u16_mbtouc): Use ucs4_t, uint16_t types.
1506         * lib/unistr/utf16-ucs4.c: New file.
1507
1508         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1509         (Depends-on): Add unitypes.
1510         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1511         (u8_uctomb_aux): Move out to separate file.
1512         (u8_uctomb): Use ucs4_t, uint8_t types.
1513         * lib/unistr/ucs4-utf8.c: New file.
1514
1515         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1516         (Depends-on): Add unitypes.
1517         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1518         (u16_uctomb_aux): Move out to separate file.
1519         (u16_uctomb): Use ucs4_t, uint16_t types.
1520         * lib/unistr/ucs4-utf16.c: New file.
1521
1522 2006-12-25  Bruno Haible  <bruno@clisp.org>
1523
1524         * modules/unitypes: New file.
1525         * lib/unitypes.h: New file.
1526         * MODULES.html.sh (func_all_modules): New section "Unicode string
1527         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1528         this section. Add unitypes.
1529
1530 2007-01-08  Bruno Haible  <bruno@clisp.org>
1531
1532         Avoid variable names that conflict with those from libtool.
1533         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1534         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1535         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1536         library_names_spec to acl_library_names_spec, hardcode_* to
1537         acl_hardcode_*.
1538         Reported by Ralf Wildenhues.
1539
1540 2007-01-08  Bruno Haible  <bruno@clisp.org>
1541
1542         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1543         definition.
1544         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1545         definition.
1546         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1547         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1548         definition.
1549         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1550         definition.
1551         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1552         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1553         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1554         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1555         definition.
1556         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1557         definition.
1558         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1559         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1560         GC_USE_<algorithm>.
1561         * lib/gc-libgcrypt.c: Likewise.
1562         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1563         * modules/gc-arctwo (configure.ac): Likewise.
1564         * modules/gc-des (configure.ac): Likewise.
1565         * modules/gc-hmac-md5 (configure.ac): Likewise.
1566         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1567         * modules/gc-md2 (configure.ac): Likewise.
1568         * modules/gc-md4 (configure.ac): Likewise.
1569         * modules/gc-md5 (configure.ac): Likewise.
1570         * modules/gc-random (configure.ac): Likewise.
1571         * modules/gc-rijndael (configure.ac): Likewise.
1572         * modules/gc-sha1 (configure.ac): Likewise.
1573
1574 2007-01-08  Bruno Haible  <bruno@clisp.org>
1575
1576         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1577         macro definition.
1578         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1579         definition.
1580         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1581         definition.
1582         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1583         * modules/fcntl-safer (configure.ac): Likewise.
1584         * modules/fopen-safer (configure.ac): Likewise.
1585         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1586         GNULIB_FWRITEERROR macro definition.
1587
1588 2007-01-08  Bruno Haible  <bruno@clisp.org>
1589
1590         * m4/gnulib-common.m4: New file.
1591         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1592         (func_get_filelist): Add m4/gnulib-common.m4.
1593
1594 2007-01-08  Bruno Haible  <bruno@clisp.org>
1595
1596         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1597         command.
1598
1599 2007-01-08  Jim Meyering  <jim@meyering.net>
1600
1601         Use a more robust test for a "can't happen" condition.
1602         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1603         narrowed the st_size value.  Presuming the "can't happen" condition
1604         is true, that narrowing could conceivably convert an invalid st_size
1605         value into a valid one.  Instead, use a change based on Matthew
1606         Woehlke's original patch.
1607
1608         Slight readability improvement: use an assert-like macro
1609         in place of literal "abort ()" uses.
1610         * lib/fts.c (fts_assert): Define.
1611         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1612         Use this macro instead of a bare 'abort'.
1613
1614 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1615
1616         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1617         simply work around them.
1618         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1619         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1620         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1621         Don't bother to define as macros, since the standard doesn't require it.
1622         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1623         longer worry about IRIX 5.3.
1624         (HAVE_WCTYPE_CTMP_BUG): Remove.
1625
1626 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1627
1628         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1629         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1630         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1631         Problems reported by Georg Schwarz for IRIX 5.3.
1632
1633         * gnulib-tool (autoconf_minversion): Take the maximum version number
1634         found, not the minimum.  Problem reported by James Youngman.
1635
1636 2007-01-03  Karl Berry  <karl@gnu.org>
1637
1638         * doc/error.texi: new file, explaining interaction with progname.
1639         * doc/gnulib.texi: include it.  Update copyright.
1640
1641 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1642
1643         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1644         AC_CANONICAL_HOST, to improve autobuild outputs.
1645
1646 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1647             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1648
1649         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1650         sockets, server sockets, and other file descriptors.  Count errors
1651         to compute the return value.  Reorder the code a bit to be easier
1652         to follow.  Don't set event bits that were not requested (except
1653         POLLERR and POLLHUP).
1654
1655 2007-01-01  Bruno Haible  <bruno@clisp.org>
1656
1657         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1658
1659 2007-01-03  Jim Meyering  <jim@meyering.net>
1660
1661         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1662
1663 2007-01-02  Bruno Haible  <bruno@clisp.org>
1664
1665         * modules/settime (Include): Require timespec.h.
1666         * modules/nanosleep (Include): Likewise.
1667
1668 2007-01-01  Bruno Haible  <bruno@clisp.org>
1669
1670         * gnulib-tool (func_emit_copyright_notice): Bump year.
1671         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1672
1673 2007-01-01  Bruno Haible  <bruno@clisp.org>
1674
1675         Improve support for OpenBSD.
1676         * build-aux/config.rpath (libname_spec): Export.
1677         (library_names_spec): New variable. Export.
1678         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1679         library_names_spec from the config.rpath output. Locate shared library
1680         through the name pattern in library_names_spec.
1681
1682 2007-01-01  Eric Blake  <ebb9@byu.net>
1683
1684         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1685
1686 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1687
1688         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1689         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1690         assume the C locale, and avoid an "eval" that could cause trouble.
1691         Problem with SORT reported by Bob Proulx.
1692
1693         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1694         Define.  Trivial patch from Henning Nielsen Lund, originally
1695         sent to bug-grep@gnu.org today.
1696
1697 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1698
1699         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1700         struct stat.  Problem reported by Henning Nielsen Lund.
1701         * lib/acl.c: Include acl.h first, to check interface.  Don't
1702         bother to include sys/types.h and sys/stat.h again.
1703
1704 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1705
1706         Import the following change from libc; problem reported by
1707         Sven Verdoolaege.
1708
1709         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1710
1711         [BZ #1373]
1712         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1713
1714 2006-12-28  Jim Meyering  <jim@meyering.net>
1715
1716         * build-aux/announce-gen: Do not assume that the package
1717         builds any of tar.gz, tar.bz2, and .xdelta files.
1718         Suggestion from Simon Josefsson.
1719
1720 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1721
1722         * modules/announce-gen: New file.
1723
1724 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1725
1726         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1727         handles its gotchas now.
1728         * lib/mbswidth.c: Likewise.
1729         * lib/wcwidth.h: Likewise.
1730         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1731         and iswcntrl; the wctype module does this stuff now.
1732         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1733         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1734         * modules/mbchar (Depends-on): Add wctype.
1735         * modules/mbswidth (Depends-on): Likewise.
1736         * modules/wcwidth (Depends-on): Likewise.
1737
1738 2006-12-27  Eric Blake  <ebb9@byu.net>
1739
1740         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1741         module uses more than what <wctype.h> is required to provide.
1742
1743 2006-12-26  Eric Blake  <ebb9@byu.net>
1744
1745         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1746
1747 2006-12-26  Eric Blake  <ebb9@byu.net>
1748
1749         * modules/absolute-header: New module.
1750         * modules/fcntl (Depends-on): Depend on it.
1751         * modules/inttypes (Depends-on): Likewise.
1752         * modules/stdint (Depends-on): Likewise.
1753         * modules/sys_stat (Depends-on): Likewise.
1754         * modules/wctype (Depends-on): Likewise.
1755         * MODULES.html.sh (Support for building libraries and
1756         executables): Document it.
1757
1758 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1759
1760         * gnulib-tool (SED): Remove, undoing previous change.
1761         The problem was that it broke coreutils on Solaris, because
1762         "sed --posix" leaked into a makefile.
1763         (sed): New alias, if 'alias' and GNU sed.
1764
1765 2006-12-24  Jim Meyering  <jim@meyering.net>
1766
1767         Work around an fchownat bug in glibc-2.4:
1768         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1769         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1770         in spite of the -P option.
1771         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1772         New macros.
1773         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1774         * modules/openat (Files): Add lib/fchownat.c.
1775         * lib/openat.c (fchownat): Don't define here.  Move to...
1776         * lib/fchownat.c: ...this new file.
1777
1778 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1779
1780         Fix bug reported by Bruno Haible in
1781         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1782         where quotearg.c didn't compile on Mac OS X 10.2 because it
1783         lacks <wchar.h> and wint_t.
1784         * lib/wctype_.h (__wctype_wint_t): New type.
1785         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1786         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1787         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1788         Arg is now of type __wctype_wint_t, not wint_t.
1789         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1790         substitute HAVE_WINT_T.
1791         * modules/wctype (Files): Add m4/wint_t.m4.
1792         (wctype.h): Substitute HAVE_WINT_T.
1793
1794 2006-12-23  Bruno Haible  <bruno@clisp.org>
1795
1796         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1797
1798 2006-12-23  Bruno Haible  <bruno@clisp.org>
1799
1800         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1801         S_ISLNK.
1802         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1803         mingw.
1804
1805 2006-12-22  Bruno Haible  <bruno@clisp.org>
1806
1807         * lib/copy-file.c: Include acl.h.
1808         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1809         Close the file descriptors only after being done with copy_acl.
1810         * modules/copy-file (Depends-on): Add acl.
1811
1812 2006-12-22  Bruno Haible  <bruno@clisp.org>
1813
1814         * gnulib-tool (SED): New variable.
1815         Use $SED instead of sed everywhere.
1816
1817 2006-12-22  Bruno Haible  <bruno@clisp.org>
1818
1819         * modules/no-c++: New file.
1820         * m4/no-c++.m4: New file.
1821         * MODULES.html.sh (Support for building libraries and executables):
1822         Add no-c++.
1823
1824 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1825
1826         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1827         Include <limits.h>, and use its INT_MAX to rewrite the
1828         j loop so that it does not overflow 'int'.  Problem reported by
1829         Ralf Wildenhues in
1830         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1831         Play it safe by shifting left by 1 rather than multiplying by 2,
1832         as GCC is less likely to optimize this away when the value
1833         is signed (when it assumes overflow leads to undefined behavior).
1834         Also, don't assume time_t uses two's complement.
1835
1836 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1837
1838         * MODULES.html.sh: New module wctype.
1839         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1840         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1841         <wctype.h>, since the new wctype module should fix this.
1842         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1843         the wctype module should arrange for it.
1844         * lib/regex_internal.h: Likewise.
1845         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1846         since the wctype module should handle this now.
1847         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1848         * modules/fnmatch (Depends-on): Add wctype.
1849         * modules/quotearg (Depends-on): Likewise.
1850         * modules/regex (Depends-on): Likewise.
1851
1852 2006-12-19  Bruno Haible  <bruno@clisp.org>
1853
1854         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1855         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1856
1857 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1858
1859         * modules/savewd (Depends-on): Fix dependency on fcntl.
1860
1861 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1862
1863         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1864         conforms to C99, rather than relying on the user's environment
1865         setting of STDINT_H.
1866
1867 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1868         and Eric Blake  <ebb9@byu.net>
1869
1870         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1871         This is more consistent with the other defines here.
1872         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1873         Port to z/OS.  Problem reported by Paul Gilmartin.
1874         Change local vars to use gl_ prefix rather than ac_.
1875         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1876         with other defines.
1877         * modules/double-slash-root: New module.
1878         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1879         (Depends-on): Add double-slash-root.
1880         * MODULES.html.sh (File system functions): Mention new module.
1881
1882 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1883
1884         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1885         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1886         This is for the benefit of gzip, which doesn't do i18n.
1887
1888 2006-12-12  Jim Meyering  <jim@meyering.net>
1889
1890         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1891         Reported by Andreas Schwab <schwab@suse.de>.
1892
1893 2006-12-12  Bruno Haible  <bruno@clisp.org>
1894
1895         Merge these changes.
1896         2006-09-05  Bruno Haible  <bruno@clisp.org>
1897         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1898         iconv_alloc succeeded.
1899         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1900         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1901         test for " && dest " at the end - dest is always != NULL there. Call
1902         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1903         with 2xNULL arguments, also to flush the state storage. Handle the
1904         IRIX iconv behaviour. Realloc the final result, to throw away unused
1905         memory.
1906
1907 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1908
1909         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1910         and fchmodat unconditionally, since glibc 2.4 has them.
1911         Problem reported by Arkadiusz Miskiewicz.
1912
1913 2006-12-10  Bruno Haible  <bruno@clisp.org>
1914
1915         * gnulib-tool (func_import): Show the include files only for those
1916         modules that are copied and specified.
1917         Reported by Karl Berry.
1918
1919 2006-12-08  Jim Meyering  <jim@meyering.net>
1920
1921         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1922         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1923
1924         * build-aux/announce-gen: Add two new options, both optional:
1925         --bootstrap-tools=TOOL_LIST
1926               a comma-separated list of tools, e.g.,
1927               autoconf,automake,bison,gnulib
1928         --gnulib-snapshot-date=DATE
1929               if gnulib is in the bootstrap tool list,
1930               then report this as the snapshot date.
1931               If not specified, use the current date/time.
1932               If you specify a date here, be sure it's UTC.
1933
1934 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1935
1936         * tests/test-argp-2.sh: Fix test to match actual output.
1937         (func_compare): Fix sed script to be portable.
1938
1939 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1940
1941         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1942         workaround for this case.  It is not autoconfigured now; offhand
1943         it's hard to see how to autoconfigure it.
1944
1945 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1946
1947         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1948         a directory that is about to be chowned.  Such a directory's
1949         initial file permissions should permit the owner only and this
1950         should not be changed until after the chown, since the group and
1951         other bits would be incorrect if they granted permission before
1952         the chown.
1953
1954         Fix porting problem for iswctype reported by Georg Schwarz in:
1955         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1956         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1957         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1958         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1959         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1960
1961 2006-12-03  Jim Meyering  <jim@meyering.net>
1962
1963         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1964         p->fts_statp may not yet be defined.
1965         (fts_read): Instead, set it in the caller, once p->fts_statp is
1966         sure to be defined, and corresponds to a top-level directory.
1967         This bug made du -x fail.  Here's the coreutils test case:
1968         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1969         Reported by Mike Frysinger.
1970
1971 2006-12-01  Jim Meyering  <jim@meyering.net>
1972
1973         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1974         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1975         Reported by Simon Josefsson.
1976
1977 2006-11-30  Jim Meyering  <jim@meyering.net>
1978
1979         * m4/warning.m4: Use the all-permissive copyright notice
1980         recommended by RMS (rather than LGPL).
1981         * m4/vararrays.m4: Likewise.
1982         * m4/flexmember.m4: Likewise.
1983
1984 2006-11-29  Bruno Haible  <bruno@clisp.org>
1985
1986         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1987         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1988         using +=.
1989         Reported by Simon Josefsson <simon@josefsson.org>.
1990
1991 2006-11-28  James Youngman <jay@gnu.org>
1992
1993         * README: Advise users that they might find the bug-gnulib@gnu.org
1994         and autotools-announce@gnu.org mailing lists useful.
1995
1996 2006-11-28  Bruno Haible  <bruno@clisp.org>
1997
1998         * m4/ptrdiff_max.m4: Remove file.
1999
2000 2006-11-21  Bruno Haible  <bruno@clisp.org>
2001
2002         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2003         _AC_COMPUTE_INT.
2004         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2005         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2006         _AC_COMPUTE_INT.
2007         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2008         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2009         _AC_COMPUTE_INT.
2010         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2011
2012 2006-11-28  Jim Meyering  <jim@meyering.net>
2013
2014         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2015         warning from "gcc -Wshadow" about shadowing the builtin.
2016
2017 2006-11-27  Bruno Haible  <bruno@clisp.org>
2018
2019         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2020         _AC_COMPUTE_INT.
2021         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2022
2023 2006-11-27  Bruno Haible  <bruno@clisp.org>
2024             Paul Eggert  <eggert@cs.ucla.edu>
2025
2026         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2027
2028 2006-11-26  Bruno Haible  <bruno@clisp.org>
2029
2030         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2031         noinst_LTLIBRARIES.
2032
2033 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2034             Bruno Haible  <bruno@clisp.org>
2035
2036         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2037         if compiling with "gcc -ansi".
2038
2039 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2040
2041         Fix some incompatibilities with gcc -ansi -pedantic.
2042         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2043         if compiling pedantically with GCC, unless it's C99 or later.
2044         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2045         it mishandles gcc -ansi -pedantic as well.
2046         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2047         if gcc -pedantic.
2048         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2049         initializers for struct if -pedantic, unless it's C99 or later.
2050
2051 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2052
2053         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2054         Don't close an fd more than once. Identical atimes indicate
2055         success, not failure.
2056
2057 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2058
2059         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2060
2061 2006-11-23  Jim Meyering  <jim@meyering.net>
2062
2063         * build-aux/announce-gen: New file.  From coreutils.
2064
2065 2006-11-22  Jim Meyering  <jim@meyering.net>
2066
2067         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2068         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2069         (fts_read): Use a temporary to narrow the overused st_size member
2070         before using it in a switch statement.  Reported by Matthew Woehlke.
2071
2072         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2073         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2074
2075 2006-11-20  Bruno Haible  <bruno@clisp.org>
2076
2077         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2078         changequote instead of pairs of brackets.
2079         Reported by Andreas Schwab <schwab@suse.de>.
2080
2081 2006-11-21  Jim Meyering  <jim@meyering.net>
2082
2083         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2084         so as to remain compatible with older compilers.
2085         Patch from Michael Deutschmann.
2086
2087 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2088
2089         * MODULES.html.sh (File system functions): Add openat.
2090
2091         * lib/openat.h (rpl_fstatat): New macro, if
2092         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2093         (fstatat): Define to rpl_fstatat under the same conditions,
2094         unless COMPILING_FSTATAT.
2095         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2096         seems to have the bug.
2097         * lib/fstatat.c: New file.
2098         * modules/openat (Files): Add it.
2099
2100 2006-11-20  Bruno Haible  <bruno@clisp.org>
2101
2102         * Makefile: New file.
2103
2104 2006-11-20  Jim Meyering  <jim@meyering.net>
2105
2106         The beginnings of syntax-related checks for gnulib.
2107         * lib/Makefile: New file.
2108         * lib/t-idcache: New script.  Ensure that the two halves of
2109         idcache.c stay in sync.
2110
2111         * lib/idcache.c: Adjust comments in user- and group- portions to
2112         be more accurate, and to be consistent with one another.
2113
2114 2006-11-20  Jim Meyering  <jim@meyering.net>
2115
2116         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2117         continue using the flexible array member (thus, this module performs
2118         half as many malloc calls), with the addition that...
2119         (getgroup, getuser): Consistently record a non-match via an empty
2120         "name" string, and map an empty string match to a NULL return value.
2121         * modules/idcache (Depends-on): Re-add flexmember.
2122
2123         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2124         (getuidbyname, getgroup, getgidbyname): Likewise.
2125
2126         Use cleaner syntax: NULL rather than 0.
2127         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2128
2129 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2130
2131         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2132         It mishandled the case where the group was missing.
2133         Problem reported by Greg Schafer.
2134         * modules/idcache: Likewise.
2135
2136 2006-11-18  Jim Meyering  <jim@meyering.net>
2137
2138         * check-module (%exempt_header): Add exception for some
2139         conditionally-included headers.
2140
2141         * modules/i-ring (Depends-on): Add verify.
2142         (License): Change to LGPL.
2143
2144 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2145
2146         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2147         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2148         and inttostr.h.  Use snprintf rather than uinttostr, so that
2149         LGPLed code doesn't depend on GPLed.
2150
2151 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2152
2153         * modules/inline (License): Change from GPL to LGPL.
2154
2155 2006-11-17  Jim Meyering  <jim@meyering.net>
2156
2157         * modules/d-type (License): Switch to LGPL.
2158
2159 2006-11-15  Bruno Haible  <bruno@clisp.org>
2160
2161         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2162
2163 2006-11-15  Eric Blake  <ebb9@byu.net>
2164
2165         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2166         the module dependency.
2167
2168 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2169             Bruno Haible  <bruno@clisp.org>
2170
2171         * gnulib-tool (func_create_testdir): Add license consistency check.
2172
2173 2006-11-15  Eric Blake  <ebb9@byu.net>
2174
2175         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2176         random "(cached)" in configure output.
2177
2178 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2179
2180         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2181         test for conforming inttypes.h is both announced and cached.
2182
2183         * MODULES.html.sh (seen_modules, seen_files): New variables.
2184         (func_module): Rewrite to use a few less gnulib-tool and sed
2185         invocations.  Avoid a couple of quadratic algorithms for ...
2186         (missed_modules, missed_files): ... these, with ...
2187         (func_append, func_tmpdir): ... these new functions, from
2188         gnulib-tool.  Analogously, install traps for cleanup.
2189
2190         * tests/test-gc.c (main): Remove unused variables.
2191         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2192
2193 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2194
2195         * modules/inttostr (License): Change to LGPL.
2196
2197 2006-11-14  Eric Blake  <ebb9@byu.net>
2198
2199         * modules/tempname (License): Change to LGPL.
2200
2201 2006-11-14  Eric Blake  <ebb9@byu.net>
2202
2203         * doc/functions.texi (Function Portability): *printf functions on
2204         Cygwin now understand all POSIX size specifiers.
2205
2206 2006-11-14  Bruno Haible  <bruno@clisp.org>
2207
2208         * modules/c-ctype (License): Change to LGPL.
2209
2210 2006-11-12  Bruno Haible  <bruno@clisp.org>
2211
2212         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2213         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2214         for GNOME libraries, for which the include files are installed in
2215         subdirectories of $prefix/include.
2216
2217 2006-11-12  Bruno Haible  <bruno@clisp.org>
2218
2219         * m4/lib-link.m4: Require at least autoconf-2.54.
2220         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2221         name to underscores for the --with option.
2222
2223 2006-11-13  Bruno Haible  <bruno@clisp.org>
2224
2225         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2226         the tests directory.
2227         Reported by Ralf Wildenhues.
2228
2229 2006-11-13  Bruno Haible  <bruno@clisp.org>
2230
2231         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2232         (func_emit_initmacro_end): Undo the override here.
2233         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2234         Works around the famous automake error in coreutils.
2235
2236 2006-11-13  Eric Blake  <ebb9@byu.net>
2237
2238         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2239         element, not its node.
2240
2241 2006-11-12  Bruno Haible  <bruno@clisp.org>
2242
2243         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2244         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2245
2246 2006-11-12  Bruno Haible  <bruno@clisp.org>
2247
2248         * gnulib-tool: New option --local-symlink.
2249         (func_usage): Document it.
2250         (lsymbolic): New variable.
2251         (func_import, func_create_testdir): If --symlink was not specified,
2252         test whether --local-symlink was specified and the file comes from
2253         the local_gnulib_dir.
2254
2255 2006-11-12  Bruno Haible  <bruno@clisp.org>
2256
2257         * gnulib-tool (func_ln): New function.
2258         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2259
2260 2006-11-12  Bruno Haible  <bruno@clisp.org>
2261
2262         Finish support for source files in subdirectories.
2263         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2264         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2265         AUTOMAKE_OPTIONS.
2266         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2267
2268 2006-11-12  Bruno Haible  <bruno@clisp.org>
2269
2270         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2271         EXTRA_lib_SOURCES augmentation.
2272         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2273
2274 2006-11-12  Jim Meyering  <jim@meyering.net>
2275
2276         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2277         file descriptors.  This also averts a failure on systems with
2278         native openat support when a traversed directory lacks "x" access.
2279         * lib/fts_.h: Include "i-ring.h"
2280         (struct FTS) [fts_fd_ring]: New member.
2281         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2282         (FCHDIR): Add parentheses.
2283         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2284         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2285         When descending, rather than simply closing the previous
2286         fts_cwd_fd value, push that file descriptor onto the ring.
2287         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2288         (fts_open): Initialize the new fd_ring member.
2289         (fts_close): Clear the ring.
2290         (fts_safe_changedir): When possible, use our new fd_ring to skip
2291         the diropen and fstat and dev/ino comparison that would normally
2292         accompany a virtual `chdir ("..")'.
2293
2294         * modules/fts (Depends-on): Add i-ring.
2295         * modules/i-ring: New module.
2296         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2297         * m4/i-ring.m4: New file.
2298
2299 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2300
2301         * gnulib-tool (func_create_testdir): Fix replacement of
2302         `build-aux' in configure.ac.  Run autotools in gltests
2303         subdirectory.
2304         (func_create_testdir, func_create_megatestdir, test): There is
2305         no need for '--force' in most autotool invocations in a new
2306         tree.  Actually fail the whole test if any of the tools, or the
2307         configure or make stages fail.
2308
2309         Sync from Automake.
2310         * build-aux/gnupload: Revert last change.  Add pointer to upload
2311         instructions of the GNU Maintenance Instructions.
2312         Suggestion by Karl Berry.
2313
2314 2006-11-10  Jim Meyering  <jim@meyering.net>
2315
2316         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2317
2318 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2319
2320         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2321         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2322         (bind_textdomain_codeset) [! ENABLE_NLS]:
2323         Evaluate all the arguments.  That way, callers get compatible behavior
2324         if the arguments have side effects.  Also, it avoids some GCC
2325         diagnostics in some cases; Joel E. Denny reported problems when Bison
2326         was configured with --enable-gcc-warnigs.
2327
2328 2006-11-10  Jim Meyering  <jim@meyering.net>
2329
2330         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2331         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2332         account.
2333
2334 2006-11-10  Jim Meyering  <jim@meyering.net>
2335
2336         * modules/inline: New file/module.
2337         * modules/xalloc (Files): Remove m4/inline.m4.
2338         (Depends-on): Add inline, instead.
2339         * modules/oset: Likewise.
2340         * modules/list: Likewise.
2341
2342 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2343
2344         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2345         Problem reported by Matthew Woehlke.
2346
2347 2006-11-09  Bruno Haible  <bruno@clisp.org>
2348
2349         * lib/tempname.c (gen_tempname): Remove variant that invokes
2350         __gen_tempname.
2351         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2352         __gen_tempname.
2353
2354 2006-11-08  Bruno Haible  <bruno@clisp.org>
2355
2356         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2357         to 'yes' instead of 'cross-compiling'.
2358
2359 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2360
2361         * lib/quotearg.h (quotearg_free): New decl.
2362         * lib/quotearg.c (quotearg_free): New function.
2363         (slot0, nslots, slotvec0, slotvec):
2364         Now file-scope so that quotearg_free can get at them.
2365
2366 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2367
2368         Sync from Automake.
2369         * build-aux/gnupload: Add missing 'gnu' to example URL.
2370         Report by Karl Berry.
2371
2372 2006-11-08  Bruno Haible  <bruno@clisp.org>
2373
2374         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2375         Suggested by Paul Eggert.
2376
2377 2006-11-08  Jim Meyering  <jim@meyering.net>
2378
2379         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2380         It's already included if !_LIBC.
2381         (fts_safe_changedir): Add a comment.
2382
2383 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2384
2385         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2386         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2387         Matthew Woehlke.
2388
2389         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2390         definitions up, to avoid colliding with change below.
2391         (static_inline) [HAVE_INLINE]: New macro.
2392         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2393         Provide extern decls when !HAVE_INLINE.  Do not define unless
2394         static_inline is defined, either by us or by xmalloc.c.  Use
2395         static_inline rather than static inline.
2396         (XCALLOC): Optimize sizeof(T) = 1 case.
2397         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2398
2399 2006-11-07  Bruno Haible  <bruno@clisp.org>
2400
2401         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2402         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2403         AC_C_INLINE.
2404         * modules/xalloc (Files): Add m4/inline.m4.
2405
2406 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2407
2408         * README: Fix typo.
2409         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2410         (Miscellanous Notes): ...from this.
2411
2412 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2413
2414         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2415         Mention that offsetof should be used instead of sizeof.
2416         From Bruno Haible.
2417
2418 2006-11-07  Bruno Haible  <bruno@clisp.org>
2419
2420         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2421
2422 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2423
2424         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2425         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2426         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2427         (gl_tree_add_before, gl_tree_add_after):
2428         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2429         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2430         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2431         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2432         (gl_linked_add_after, gl_linked_add_at): Likewise.
2433         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2434         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2435         (gl_tree_add_before, gl_tree_add_after): Likewise.
2436         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2437         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2438         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2439
2440 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2441
2442         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2443
2444 2006-11-06  Bruno Haible  <bruno@clisp.org>
2445
2446         * m4/inline.m4: New file.
2447         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2448         * modules/list (Files): Add m4/inline.m4.
2449         * modules/oset (Files): Likewise.
2450
2451 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2452
2453         * lib/idcache.c: Include <stddef.h>, for offsetof.
2454         (struct userid.name): Change from char * to a flexible array member.
2455         All uses changed.
2456         * modules/idcache (Depends-on): Add flexmember.
2457
2458         * MODULES.html.sh (Core language properties): New module flexmember.
2459         * modules/flexmember, m4/flexmember.m4: New files.
2460
2461         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2462         inline functions that are identical with the old xnmalloc_inline,
2463         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2464         that we can avoid some unnecessary integer multiplications and
2465         divisions in the common case where the element size is known at
2466         compile time.
2467         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2468         needed.
2469         (xnboundedmalloc): Remove.
2470         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2471         arguments, for consistency with rest of this header.
2472         (xcharalloc): Rewrite using XNMALLOC.
2473         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2474         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2475         versions have been moved to lib/xalloc.h and renamed to be the
2476         non-*_inline versions.
2477         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2478         and xnrealloc functions, since those functions are now inline and
2479         now call us.
2480         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2481         renaming described above.
2482         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2483         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2484         captures the dependency in AC_C_INLINE.
2485
2486         New module canonicalize-lgpl, proposed by Charles Wilson in
2487         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2488         with a few small changes afterwards.
2489         * MODULES.html.sh (File system functions): New module
2490         canonicalize-lgpl.
2491         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2492         and canonicalize_file_name.
2493         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2494         * modules/canonicalize-lgpl: New files.
2495
2496 2006-11-05  Bruno Haible  <bruno@clisp.org>
2497
2498         * gnulib-tool (func_import, func_create_testdir): Create directories
2499         also for files in subdirectories of lib/.
2500
2501 2006-11-05  Bruno Haible  <bruno@clisp.org>
2502
2503         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2504         ANSI C compliant.
2505
2506 2006-11-03  Bruno Haible  <bruno@clisp.org>
2507
2508         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2509         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2510         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2511         (xnboundedmalloc): New inline function.
2512         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2513         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2514         xmalloc.
2515         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2516         xmalloc.
2517         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2518         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2519         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2520         xmalloc.
2521         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2522         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2523         xmalloc.
2524         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2525         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2526         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2527         xmalloc.
2528         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2529         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2530         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2531         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2532         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2533         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2534         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2535
2536 2006-11-03  Bruno Haible  <bruno@clisp.org>
2537
2538         * lib/c-ctype.h [C++]: Define functions without name mangling.
2539         * lib/fwriteerror.h [C++]: Likewise.
2540         * lib/gcd.h [C++]: Likewise.
2541         * lib/linebreak.h [C++]: Likewise.
2542
2543 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2544
2545         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2546         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2547         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2548         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2549         Check for functions and headers just once.
2550         Check for declaration of canonicalize_file_name.
2551         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2552
2553 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2554
2555         * gnulib-tool (func_import): Fix typo in actioncmd.
2556
2557 2006-11-02  Bruno Haible  <bruno@clisp.org>
2558
2559         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2560         newline sequence in the Makefile.am snippet as a space, like "make"
2561         does.
2562         Reported by Roger Persson <perrog@gmail.com>.
2563
2564 2006-11-01  Bruno Haible  <bruno@clisp.org>
2565
2566         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2567         already declared in <string.h>.
2568         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2569
2570 2006-11-01  Bruno Haible  <bruno@clisp.org>
2571
2572         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2573         * lib/strcase.h: Include <string.h>.
2574         (strcasecmp): Define to rpl_strcasecmp here.
2575
2576 2006-11-01  Bruno Haible  <bruno@clisp.org>
2577
2578         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2579
2580 2006-11-01  Eric Blake  <ebb9@byu.net>
2581
2582         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2583
2584         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2585
2586 2006-10-29  Bruno Haible  <bruno@clisp.org>
2587
2588         Make it compile in C++ mode.
2589         * lib/full-write.c (full_rw): Add a cast.
2590
2591 2006-11-01  Bruno Haible  <bruno@clisp.org>
2592
2593         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2594         be POSIX compliant.
2595         Reported by Roger Persson <perrog@gmail.com>.
2596
2597 2006-11-01  Eric Blake  <ebb9@byu.net>
2598
2599         * lib/getopt_.h: Fix comments.
2600
2601 2006-10-31  Eric Blake  <ebb9@byu.net>
2602
2603         * modules/tmpdir (Depends-on): Add sys_stat.
2604         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2605         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2606         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2607         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2608         tempname.
2609
2610 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2611
2612         Avoid some C++ diagnostics reported by Bruno Haible.
2613         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2614         xmalloc.
2615         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2616         (struct slotvec): Move to top level.
2617         (quotearg_n_options): Rewrite to avoid xmalloc.
2618         * lib/xalloc.h (xcharalloc): New function.
2619         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2620         [defined __cplusplus]: Add function template that provides result
2621         type propagation.  This part of the change is from Bruno Haible.
2622
2623 2006-10-29  Bruno Haible  <bruno@clisp.org>
2624
2625         Make it compile in C++ mode.
2626         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2627         * lib/strnlen1.c (strnlen1): Cast memchr result.
2628         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2629         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2630         (create_temp_dir): Rename local variable 'template'.
2631         (compile_csharp_using_sscli): Add cast.
2632         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2633         * lib/findprog.c (find_in_path): Likewise.
2634         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2635         * lib/wait-process.c (register_slave_subprocess): Likewise.
2636
2637 2006-10-22  Bruno Haible  <bruno@clisp.org>
2638
2639         * modules/tsearch: New file.
2640         * lib/tsearch.h: New file.
2641         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2642         * m4/tsearch.m4: New file.
2643         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2644
2645 2006-10-29  Eric Blake  <ebb9@byu.net>
2646
2647         * lib/arcfour.c: Assume config.h.
2648         * lib/arctwo.c: Likewise.
2649         * lib/base64.c: Likewise.
2650         * lib/check-version.c: Likewise.
2651         * lib/crc.c: Likewise.
2652         * lib/des.c: Likewise.
2653         * lib/gc-gnulib.c: Likewise.
2654         * lib/gc-libgcrypt.c: Likewise.
2655         * lib/gc-pbkdf2-sha1.c: Likewise.
2656         * lib/getaddrinfo.c: Likewise.
2657         * lib/getdelim.c: Likewise.
2658         * lib/getline.c: Likewise.
2659         * lib/hmac-md5.c: Likewise.
2660         * lib/hmac-sha1.c: Likewise.
2661         * lib/iconvme.c: Likewise.
2662         * lib/md2.c: Likewise.
2663         * lib/md4.c: Likewise.
2664         * lib/memxor.c: Likewise.
2665         * lib/read-file.c: Likewise.
2666         * lib/readline.c: Likewise.
2667         * lib/rijndael-alg-fst.c: Likewise.
2668         * lib/rijndael-api-fst.c: Likewise.
2669         * lib/xgetdomainname.c: Likewise.
2670
2671 2006-10-28  Eric Blake  <ebb9@byu.net>
2672
2673         * lib/xstrndup.c: Assume config.h.
2674
2675 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2676
2677         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2678         stat-macros.h is now for our own macros, whereas stat_h is for
2679         macros in the <sys/stat.h> name space.
2680         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2681         (STAT_MACROS_H): Remove.
2682         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2683         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2684         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2685         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2686         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2687         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2688         Move these macros to ...
2689         * lib/stat_.h: here.  Don't include stat-macros.h.
2690         * lib/canonicalize.c: Don't include stat-macros.h.
2691         * lib/chown.c: Likewise.
2692         * lib/euidaccess.c: Likewise.
2693         * lib/file-type.c: Likewise.
2694         * lib/filemode.c: Likewise.
2695         * lib/glob.c: Likewise.
2696         * lib/isapipe.c: Likewise.
2697         * lib/lchown.c: Likewise.
2698         * lib/lstat.c: Likewise.
2699         * lib/mkdir-p.c: Likewise.
2700         * lib/rmdir.c: Likewise.
2701         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2702         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2703         unless mkdir isn't declared, to speed up 'configure'.
2704         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2705         would define all the S_* symbols.
2706         * modules/canonicalize (Depends-on):
2707         Depend on sys_stat, not stat-macros.
2708         * modules/chown: Likewise.
2709         * modules/euidaccess: Likewise.
2710         * modules/filemode: Likewise.
2711         * modules/file-type: Likewise.
2712         * modules/glob: Likewise.
2713         * modules/isapipe: Likewise.
2714         * modules/lchown: Likewise.
2715         * modules/lstat: Likewise.
2716         * modules/mkancesdirs: Likewise.
2717         * modules/rmdir: Likewise.
2718         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2719         * modules/modechange: Likewise.
2720         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2721         (configure.ac): Remove gl_STAT_MACROS.
2722         * modules/sys_stat (Depends-on): Remove stat-macros.
2723
2724 2006-10-27  Bruno Haible  <bruno@clisp.org>
2725
2726         * m4/signed.m4: Remove file.
2727         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2728         invocation.
2729         * modules/vasnprintf (Files): Remove m4/signed.m4.
2730
2731 2006-10-27  Bruno Haible  <bruno@clisp.org>
2732
2733         Update to GNU gettext 0.16.
2734         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2735         m4/inttypes-h.m4, m4/signed.m4.
2736         * m4/gettext.m4: Update to GNU gettext 0.16.
2737         * m4/intl.m4: New file, from GNU gettext.
2738         * m4/intldir.m4: New file, from GNU gettext.
2739         * config/srclist.txt: Update
2740
2741 2006-10-27  Eric Blake  <ebb9@byu.net>
2742
2743         * MODULES.html.sh: Document tempname.
2744         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2745         dependencies.
2746         (Files): Move lib/tempname.c...
2747         * modules/tempname: ...to this new module.
2748         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2749         (gl_PREREQ_TEMPNAME): Move...
2750         * m4/tempname.m4: ...to this new file.
2751         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2752         * modules/sys_stat (Depends-on): Add stat-macros.
2753         * lib/stat_.h (includes): Pick up stat macros.
2754         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2755         if stat macros are broken.
2756         * lib/tempname.c (includes): No need to include "stat-macros.h".
2757         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2758         (direxists, __path_search) [!_LIBC]: Don't compile these in
2759         gnulib; the tmpdir module covers that.
2760         * lib/tempname.h: New file.
2761
2762 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2763
2764         * COPYING: Explain how gnulib-tool converts licence headers.
2765         Almost all wording by Eric Blake.
2766
2767 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2768
2769         * lib/mbchar.h (is_basic_table): Make read-only.
2770         * lib/mbchar.c (is_basic_table): Likewise.
2771         Reported by John Darrington.
2772
2773 2006-10-25  Bruno Haible  <bruno@clisp.org>
2774
2775         * lib/progname.h (set_program_name): Undefine before defining.
2776
2777 2006-10-25  Bruno Haible  <bruno@clisp.org>
2778
2779         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2780         false for non-gcc C++ compilers.
2781         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2782
2783 2006-10-24  Bruno Haible  <bruno@clisp.org>
2784
2785         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2786         iconv implementations like Irix iconv.
2787
2788 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2789
2790         * modules/vararrays: New file.
2791         * m4/vararrays.m4: New file, taken from diffutils.
2792         * MODULES.html.sh: New module vararrays.
2793
2794 2006-10-24  Karl Berry  <karl@gnu.org>
2795
2796         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2797         Don't call GNU Unix.
2798
2799 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2800
2801         * users.txt: Add Libtool.
2802
2803         Sync from Libtool:
2804
2805         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2806
2807         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2808         to gnulib's policy of including config.h unconditionally.
2809
2810 2006-10-24  Bruno Haible  <bruno@clisp.org>
2811
2812         * modules/wcwidth (Files): Add m4/wint_t.m4.
2813         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2814         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2815
2816 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2817
2818         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2819         to pacify GCC with some -W flags enabled.  Problem reported by
2820         Bruno Haible.
2821
2822 2006-10-24  Jim Meyering  <jim@meyering.net>
2823
2824         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2825         Reported by Karl Berry.
2826
2827 2006-10-23  Bruno Haible  <bruno@clisp.org>
2828
2829         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2830
2831 2006-10-24  Bruno Haible  <bruno@clisp.org>
2832
2833         * lib/gl_list.h: Use C comment style, not C++ comment style.
2834
2835 2006-10-23  Eric Blake  <ebb9@byu.net>
2836
2837         * lib/getaddrinfo.c (includes): Add missing include.
2838
2839 2006-10-23  Bruno Haible  <bruno@clisp.org>
2840             Paul Eggert  <eggert@cs.ucla.edu>
2841
2842         Ability to rename obstack_free.
2843         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2844         obstack_free.
2845         (obstack_free): Invoke the __obstack_free macro.
2846         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2847
2848 2006-10-23  Bruno Haible  <bruno@clisp.org>
2849             Paul Eggert  <eggert@cs.ucla.edu>
2850
2851         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2852         __argc, __argv from the declaration. (They are defined as macros on
2853         mingw.)
2854
2855 2006-10-22  Bruno Haible  <bruno@clisp.org>
2856
2857         * doc/gnulib-intro.texi: New file.
2858         * doc/gnulib.texi: Include it.
2859
2860 2006-10-21  Bruno Haible  <bruno@clisp.org>
2861
2862         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2863         "Introduction", "Miscellanous Notes", "Particular Modules".
2864
2865 2006-10-21  Bruno Haible  <bruno@clisp.org>
2866
2867         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2868         Change mostlyclean-local rule to avoid sh syntax error from bash
2869         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2870
2871 2006-10-23  Jim Meyering  <jim@meyering.net>
2872
2873         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2874         in place of snprintf.
2875
2876         * modules/inttostr (Files): Add lib/uinttostr.c.
2877         * lib/uinttostr.c (inttostr): New file/function.
2878         * lib/inttostr.h (uinttostr): Declare.
2879         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2880         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2881         Add uinttostr.
2882         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2883
2884 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2885
2886         * lib/canonicalize.c (ELOOP): Define if not already defined.
2887         Problem reported by Bruno Haible in
2888         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2889
2890 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2891
2892         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2893         Problem reported by Perry Smith and Ville Laurikari.
2894
2895         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2896         uses.
2897
2898 2006-10-19  Bruno Haible  <bruno@clisp.org>
2899
2900         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2901         for mingw.
2902
2903 2006-10-19  Bruno Haible  <bruno@clisp.org>
2904
2905         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2906         Needed for mingw.
2907
2908 2006-10-19  Bruno Haible  <bruno@clisp.org>
2909
2910         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2911
2912 2006-10-19  Bruno Haible  <bruno@clisp.org>
2913
2914         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2915         it.
2916
2917 2006-10-19  Bruno Haible  <bruno@clisp.org>
2918
2919         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2920         invocation.
2921
2922 2006-10-19  Bruno Haible  <bruno@clisp.org>
2923
2924         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2925         mountlist by default.
2926
2927 2006-10-16  Bruno Haible  <bruno@clisp.org>
2928
2929         * lib/c-strstr.c: Include c-strstr.h.
2930
2931 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2932
2933         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2934         in a slash.
2935
2936 2006-10-18  Bruno Haible  <bruno@clisp.org>
2937
2938         * lib/lock.h [C++]: Wrap definitions in extern "C".
2939
2940 2006-10-18  Bruno Haible  <bruno@clisp.org>
2941
2942         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2943         gl_LIBOBJS list.
2944
2945 2006-10-18  Bruno Haible  <bruno@clisp.org>
2946
2947         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2948
2949 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2950
2951         * lib/xstrtol.h: Include gettext.h.
2952         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2953         Problem reported by Eric Blake.
2954         * modules/xstrtol (Depends-on): Add gettext-h.
2955
2956 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2957
2958         * lib/strftime.c (advance): New macro.
2959         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2960         incomplete type, so you can't add 0 to it.  Problem and patch
2961         reported by Eelco Dolstra for dietlibc.
2962
2963 2006-10-18  Jim Meyering  <jim@meyering.net>
2964
2965         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2966         type for a local, and rename it: s/up/user_proc/.
2967
2968 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2969
2970         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2971         READ_UTMP_USER_PROCESS.
2972         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2973
2974 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2975
2976         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2977         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2978
2979 2006-10-17  Eric Blake  <ebb9@byu.net>
2980
2981         * lib/sigprocmask.c (sigprocmask): Fix typo.
2982
2983         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2984
2985         * modules/clean-temp (Makefile.am): Don't add to make output...
2986         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2987         config.h.
2988
2989 2006-10-17  Bruno Haible  <bruno@clisp.org>
2990
2991         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2992         differently if DEFAULT_TEXT_DOMAIN is set.
2993
2994 2006-10-16  Bruno Haible  <bruno@clisp.org>
2995
2996         * lib/clean-temp.c: Include fwriteerror.h.
2997
2998 2006-10-16  Bruno Haible  <bruno@clisp.org>
2999
3000         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3001
3002 2006-10-16  Bruno Haible  <bruno@clisp.org>
3003
3004         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3005         * lib/sigprocmask.h: Include <sys/types.h>.
3006         (sigset_t): Use the system's definition if present.
3007
3008 2006-10-17  Eric Blake  <ebb9@byu.net>
3009
3010         * lib/xvasprintf.c (includes): Assume config.h.
3011         * lib/xasprintf.c (includes): Likewise.
3012
3013 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3014
3015         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3016         at least as wide as intmax_t.
3017
3018 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3019
3020         (Imported from Automake.)
3021         * build-aux/gnupload: Update to version 1.1 of directive file.
3022
3023 2006-10-16  Eric Blake  <ebb9@byu.net>
3024
3025         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3026         match Automake 1.10a.
3027
3028 2006-10-14  Bruno Haible  <bruno@clisp.org>
3029
3030         * modules/sigprocmask: New file.
3031         * lib/sigprocmask.h: New file.
3032         * lib/sigprocmask.c: New file.
3033         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3034         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3035         request sigprocmask.o.
3036         (gl_PREREQ_SIGPROCMASK): New macro.
3037         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3038         (Depends-on): Add sigprocmask.
3039         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3040         gt_SIGNALBLOCKING. Test for 'raise' only once.
3041         * lib/fatal-signal.c: Include sigprocmask.h.
3042         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3043         unblock_fatal_signals): Define always.
3044         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3045         sigprocmask.
3046
3047 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3048
3049         Sync from Automake.
3050         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3051         which incorrectly sets the mode of an existing destination
3052         directory.  In some cases the unpatched install-sh could do the
3053         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3054         system.  We hope this is rare in practice, but it's clearly worth
3055         fixing.  Problem reported by Alex Unleashed in
3056         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3057         Also, don't bother to check for -m bugs unless we're using -m;
3058         suggested by Stepan Kasal.
3059
3060 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3061
3062         Sync from Automake.
3063         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3064         `-c' flag, so they appear at the same position as in %FASTDEP%
3065         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3066         which ignores unknown options only after the first non-option.
3067         Bug report against M4 by Nelson H. F. Beebe.
3068
3069 2006-10-13  Jim Meyering  <jim@meyering.net>
3070
3071         Fix a bug in yesterday's change.
3072         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3073         p->fts_statp->st_dev would be used uninitialized.
3074         Ensures that we always call fts_stat on the very first entry.
3075         Miklos Szeredi reported that find -xdev stopped working.
3076
3077 2006-10-12  Bruno Haible  <bruno@clisp.org>
3078
3079         * gnulib-tool (func_get_automake_snippet): Append an automatically
3080         computed EXTRA_DIST augmentation.
3081         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3082         * modules/alloca-opt (Makefile.am): Likewise.
3083         * modules/allocsa (Makefile.am): Likewise.
3084         * modules/arcfour (Makefile.am): Likewise.
3085         * modules/arctwo (Makefile.am): Likewise.
3086         * modules/argmatch (Makefile.am): Likewise.
3087         * modules/argz (Makefile.am): Likewise.
3088         * modules/atexit (Makefile.am): Likewise.
3089         * modules/backupfile (Makefile.am): Likewise.
3090         * modules/byteswap (Makefile.am): Likewise.
3091         * modules/c-strtod (Makefile.am): Likewise.
3092         * modules/c-strtold (Makefile.am): Likewise.
3093         * modules/calloc (Makefile.am): Likewise.
3094         * modules/canon-host (Makefile.am): Likewise.
3095         * modules/canonicalize (Makefile.am): Likewise.
3096         * modules/chdir-long (Makefile.am): Likewise.
3097         * modules/chdir-safer (Makefile.am): Likewise.
3098         * modules/check-version (Makefile.am): Likewise.
3099         * modules/chown (Makefile.am): Likewise.
3100         * modules/cloexec (Makefile.am): Likewise.
3101         * modules/close-stream (Makefile.am): Likewise.
3102         * modules/closeout (Makefile.am): Likewise.
3103         * modules/crc (Makefile.am): Likewise.
3104         * modules/csharpexec (Makefile.am): Likewise.
3105         * modules/cycle-check (Makefile.am): Likewise.
3106         * modules/des (Makefile.am): Likewise.
3107         * modules/dev-ino (Makefile.am): Likewise.
3108         * modules/dirfd (Makefile.am): Likewise.
3109         * modules/dirname (Makefile.am): Likewise.
3110         * modules/dup2 (Makefile.am): Likewise.
3111         * modules/eealloc (Makefile.am): Likewise.
3112         * modules/error (Makefile.am): Likewise.
3113         * modules/euidaccess (Makefile.am): Likewise.
3114         * modules/exclude (Makefile.am): Likewise.
3115         * modules/exitfail (Makefile.am): Likewise.
3116         * modules/fcntl-safer (Makefile.am): Likewise.
3117         * modules/fcntl (Makefile.am): Likewise.
3118         * modules/file-type (Makefile.am): Likewise.
3119         * modules/fileblocks (Makefile.am): Likewise.
3120         * modules/filemode (Makefile.am): Likewise.
3121         * modules/filenamecat (Makefile.am): Likewise.
3122         * modules/fnmatch (Makefile.am): Likewise.
3123         * modules/fopen-safer (Makefile.am): Likewise.
3124         * modules/fpending (Makefile.am): Likewise.
3125         * modules/fprintftime (Makefile.am): Likewise.
3126         * modules/free (Makefile.am): Likewise.
3127         * modules/fsusage (Makefile.am): Likewise.
3128         * modules/ftruncate (Makefile.am): Likewise.
3129         * modules/fts (Makefile.am): Likewise.
3130         * modules/gc-arcfour (Makefile.am): Likewise.
3131         * modules/gc-des (Makefile.am): Likewise.
3132         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3133         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3134         * modules/gc-md4 (Makefile.am): Likewise.
3135         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3136         * modules/gc-sha1 (Makefile.am): Likewise.
3137         * modules/gc (Makefile.am): Likewise.
3138         * modules/getaddrinfo (Makefile.am): Likewise.
3139         * modules/getcwd (Makefile.am): Likewise.
3140         * modules/getdelim (Makefile.am): Likewise.
3141         * modules/getdomainname (Makefile.am): Likewise.
3142         * modules/getgroups (Makefile.am): Likewise.
3143         * modules/gethostname (Makefile.am): Likewise.
3144         * modules/gethrxtime (Makefile.am): Likewise.
3145         * modules/getline (Makefile.am): Likewise.
3146         * modules/getloadavg (Makefile.am): Likewise.
3147         * modules/getlogin_r (Makefile.am): Likewise.
3148         * modules/getndelim2 (Makefile.am): Likewise.
3149         * modules/getopt (Makefile.am): Likewise.
3150         * modules/getpagesize (Makefile.am): Likewise.
3151         * modules/getpass-gnu (Makefile.am): Likewise.
3152         * modules/getpass (Makefile.am): Likewise.
3153         * modules/getsubopt (Makefile.am): Likewise.
3154         * modules/gettime (Makefile.am): Likewise.
3155         * modules/gettimeofday (Makefile.am): Likewise.
3156         * modules/getugroups (Makefile.am): Likewise.
3157         * modules/getusershell (Makefile.am): Likewise.
3158         * modules/glob (Makefile.am): Likewise.
3159         * modules/group-member (Makefile.am): Likewise.
3160         * modules/hard-locale (Makefile.am): Likewise.
3161         * modules/hash (Makefile.am): Likewise.
3162         * modules/hmac-md5 (Makefile.am): Likewise.
3163         * modules/hmac-sha1 (Makefile.am): Likewise.
3164         * modules/human (Makefile.am): Likewise.
3165         * modules/idcache (Makefile.am): Likewise.
3166         * modules/imaxabs (Makefile.am): Likewise.
3167         * modules/imaxdiv (Makefile.am): Likewise.
3168         * modules/inet_ntop (Makefile.am): Likewise.
3169         * modules/inet_pton (Makefile.am): Likewise.
3170         * modules/intprops (Makefile.am): Likewise.
3171         * modules/inttostr (Makefile.am): Likewise.
3172         * modules/inttypes (Makefile.am): Likewise.
3173         * modules/isapipe (Makefile.am): Likewise.
3174         * modules/javaversion (Makefile.am): Likewise.
3175         * modules/lchmod (Makefile.am): Likewise.
3176         * modules/lchown (Makefile.am): Likewise.
3177         * modules/localcharset (Makefile.am): Likewise.
3178         * modules/long-options (Makefile.am): Likewise.
3179         * modules/lstat (Makefile.am): Likewise.
3180         * modules/malloc (Makefile.am): Likewise.
3181         * modules/mathl (Makefile.am): Likewise.
3182         * modules/mbchar (Makefile.am): Likewise.
3183         * modules/md2 (Makefile.am): Likewise.
3184         * modules/md4 (Makefile.am): Likewise.
3185         * modules/md5 (Makefile.am): Likewise.
3186         * modules/memcasecmp (Makefile.am): Likewise.
3187         * modules/memchr (Makefile.am): Likewise.
3188         * modules/memcmp (Makefile.am): Likewise.
3189         * modules/memcoll (Makefile.am): Likewise.
3190         * modules/memcpy (Makefile.am): Likewise.
3191         * modules/memmem (Makefile.am): Likewise.
3192         * modules/memmove (Makefile.am): Likewise.
3193         * modules/mempcpy (Makefile.am): Likewise.
3194         * modules/memrchr (Makefile.am): Likewise.
3195         * modules/memset (Makefile.am): Likewise.
3196         * modules/memxor (Makefile.am): Likewise.
3197         * modules/mkancesdirs (Makefile.am): Likewise.
3198         * modules/mkdir-p (Makefile.am): Likewise.
3199         * modules/mkdir (Makefile.am): Likewise.
3200         * modules/mkdtemp (Makefile.am): Likewise.
3201         * modules/mkstemp (Makefile.am): Likewise.
3202         * modules/mktime (Makefile.am): Likewise.
3203         * modules/modechange (Makefile.am): Likewise.
3204         * modules/mountlist (Makefile.am): Likewise.
3205         * modules/nanosleep (Makefile.am): Likewise.
3206         * modules/obstack (Makefile.am): Likewise.
3207         * modules/openat (Makefile.am): Likewise.
3208         * modules/pagealign_alloc (Makefile.am): Likewise.
3209         * modules/pathmax (Makefile.am): Likewise.
3210         * modules/physmem (Makefile.am): Likewise.
3211         * modules/poll (Makefile.am): Likewise.
3212         * modules/posixtm (Makefile.am): Likewise.
3213         * modules/posixver (Makefile.am): Likewise.
3214         * modules/putenv (Makefile.am): Likewise.
3215         * modules/quote (Makefile.am): Likewise.
3216         * modules/quotearg (Makefile.am): Likewise.
3217         * modules/raise (Makefile.am): Likewise.
3218         * modules/read-file (Makefile.am): Likewise.
3219         * modules/readline (Makefile.am): Likewise.
3220         * modules/readlink (Makefile.am): Likewise.
3221         * modules/readtokens (Makefile.am): Likewise.
3222         * modules/readutmp (Makefile.am): Likewise.
3223         * modules/realloc (Makefile.am): Likewise.
3224         * modules/regex (Makefile.am): Likewise.
3225         * modules/rename-dest-slash (Makefile.am): Likewise.
3226         * modules/rename (Makefile.am): Likewise.
3227         * modules/rijndael (Makefile.am): Likewise.
3228         * modules/rmdir (Makefile.am): Likewise.
3229         * modules/rpmatch (Makefile.am): Likewise.
3230         * modules/safe-read (Makefile.am): Likewise.
3231         * modules/safe-write (Makefile.am): Likewise.
3232         * modules/same-inode (Makefile.am): Likewise.
3233         * modules/same (Makefile.am): Likewise.
3234         * modules/save-cwd (Makefile.am): Likewise.
3235         * modules/savedir (Makefile.am): Likewise.
3236         * modules/setenv (Makefile.am): Likewise.
3237         * modules/settime (Makefile.am): Likewise.
3238         * modules/sha1 (Makefile.am): Likewise.
3239         * modules/sig2str (Makefile.am): Likewise.
3240         * modules/snprintf (Makefile.am): Likewise.
3241         * modules/stat-macros (Makefile.am): Likewise.
3242         * modules/stat-time (Makefile.am): Likewise.
3243         * modules/stdbool (Makefile.am): Likewise.
3244         * modules/stdint (Makefile.am): Likewise.
3245         * modules/stdlib-safer (Makefile.am): Likewise.
3246         * modules/stpcpy (Makefile.am): Likewise.
3247         * modules/stpncpy (Makefile.am): Likewise.
3248         * modules/strcase (Makefile.am): Likewise.
3249         * modules/strcasestr (Makefile.am): Likewise.
3250         * modules/strchrnul (Makefile.am): Likewise.
3251         * modules/strcspn (Makefile.am): Likewise.
3252         * modules/strdup (Makefile.am): Likewise.
3253         * modules/strerror (Makefile.am): Likewise.
3254         * modules/strftime (Makefile.am): Likewise.
3255         * modules/strndup (Makefile.am): Likewise.
3256         * modules/strnlen (Makefile.am): Likewise.
3257         * modules/strpbrk (Makefile.am): Likewise.
3258         * modules/strsep (Makefile.am): Likewise.
3259         * modules/strstr (Makefile.am): Likewise.
3260         * modules/strtod (Makefile.am): Likewise.
3261         * modules/strtoimax (Makefile.am): Likewise.
3262         * modules/strtok_r (Makefile.am): Likewise.
3263         * modules/strtol (Makefile.am): Likewise.
3264         * modules/strtoll (Makefile.am): Likewise.
3265         * modules/strtoul (Makefile.am): Likewise.
3266         * modules/strtoull (Makefile.am): Likewise.
3267         * modules/strtoumax (Makefile.am): Likewise.
3268         * modules/strverscmp (Makefile.am): Likewise.
3269         * modules/sys_socket (Makefile.am): Likewise.
3270         * modules/sys_stat (Makefile.am): Likewise.
3271         * modules/sysexits (Makefile.am): Likewise.
3272         * modules/time_r (Makefile.am): Likewise.
3273         * modules/timegm (Makefile.am): Likewise.
3274         * modules/timespec (Makefile.am): Likewise.
3275         * modules/tmpfile-safer (Makefile.am): Likewise.
3276         * modules/trim (Makefile.am): Likewise.
3277         * modules/unistd-safer (Makefile.am): Likewise.
3278         * modules/unlinkdir (Makefile.am): Likewise.
3279         * modules/unlocked-io (Makefile.am): Likewise.
3280         * modules/userspec (Makefile.am): Likewise.
3281         * modules/utime (Makefile.am): Likewise.
3282         * modules/utimecmp (Makefile.am): Likewise.
3283         * modules/utimens (Makefile.am): Likewise.
3284         * modules/vasnprintf (Makefile.am): Likewise.
3285         * modules/vasprintf (Makefile.am): Likewise.
3286         * modules/vsnprintf (Makefile.am): Likewise.
3287         * modules/xalloc (Makefile.am): Likewise.
3288         * modules/xgetcwd (Makefile.am): Likewise.
3289         * modules/xnanosleep (Makefile.am): Likewise.
3290         * modules/xreadlink (Makefile.am): Likewise.
3291         * modules/xstrtod (Makefile.am): Likewise.
3292         * modules/xstrtol (Makefile.am): Likewise.
3293         * modules/xstrtold (Makefile.am): Likewise.
3294         * modules/yesno (Makefile.am): Likewise.
3295         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3296
3297 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3298
3299         * modules/error (Makefile.am): Distribute files through
3300         EXTRA_DIST, not lib_SOURCES.
3301
3302 2006-10-12  Eric Blake  <ebb9@byu.net>
3303
3304         * modules/error (Makefile.am): Distribute files in /lib.
3305         * modules/obstack (Makefile.am): Likewise.
3306
3307 2006-10-12  Bruno Haible  <bruno@clisp.org>
3308
3309         * modules/acl (Makefile.am): Distribute all files in lib/ through
3310         EXTRA_DIST.
3311         * modules/arcfour (Makefile.am): Likewise.
3312         * modules/arctwo (Makefile.am): Likewise.
3313         * modules/argmatch (Makefile.am): Likewise.
3314         * modules/argz (Makefile.am): Likewise.
3315         * modules/atexit (Makefile.am): Likewise.
3316         * modules/backupfile (Makefile.am): Likewise.
3317         * modules/c-strtod (Makefile.am): Likewise.
3318         * modules/c-strtold (Makefile.am): Likewise.
3319         * modules/calloc (Makefile.am): Likewise.
3320         * modules/canon-host (Makefile.am): Likewise.
3321         * modules/canonicalize (Makefile.am): Likewise.
3322         * modules/chdir-long (Makefile.am): Likewise.
3323         * modules/chdir-safer (Makefile.am): Likewise.
3324         * modules/check-version (Makefile.am): Likewise.
3325         * modules/chown (Makefile.am): Likewise.
3326         * modules/cloexec (Makefile.am): Likewise.
3327         * modules/close-stream (Makefile.am): Likewise.
3328         * modules/closeout (Makefile.am): Likewise.
3329         * modules/crc (Makefile.am): Likewise.
3330         * modules/cycle-check (Makefile.am): Likewise.
3331         * modules/des (Makefile.am): Likewise.
3332         * modules/dirfd (Makefile.am): Likewise.
3333         * modules/dirname (Makefile.am): Likewise.
3334         * modules/dup2 (Makefile.am): Likewise.
3335         * modules/euidaccess (Makefile.am): Likewise.
3336         * modules/exclude (Makefile.am): Likewise.
3337         * modules/exitfail (Makefile.am): Likewise.
3338         * modules/fcntl-safer (Makefile.am): Likewise.
3339         * modules/file-type (Makefile.am): Likewise.
3340         * modules/fileblocks (Makefile.am): Likewise.
3341         * modules/filemode (Makefile.am): Likewise.
3342         * modules/filenamecat (Makefile.am): Likewise.
3343         * modules/fnmatch (Makefile.am): Likewise.
3344         * modules/fopen-safer (Makefile.am): Likewise.
3345         * modules/fpending (Makefile.am): Likewise.
3346         * modules/fprintftime (Makefile.am): Likewise.
3347         * modules/free (Makefile.am): Likewise.
3348         * modules/fsusage (Makefile.am): Likewise.
3349         * modules/ftruncate (Makefile.am): Likewise.
3350         * modules/fts (Makefile.am): Likewise.
3351         * modules/gc (Makefile.am): Likewise.
3352         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3353         * modules/getaddrinfo (Makefile.am): Likewise.
3354         * modules/getcwd (Makefile.am): Likewise.
3355         * modules/getdelim (Makefile.am): Likewise.
3356         * modules/getdomainname (Makefile.am): Likewise.
3357         * modules/getgroups (Makefile.am): Likewise.
3358         * modules/gethostname (Makefile.am): Likewise.
3359         * modules/gethrxtime (Makefile.am): Likewise.
3360         * modules/getline (Makefile.am): Likewise.
3361         * modules/getloadavg (Makefile.am): Likewise.
3362         * modules/getlogin_r (Makefile.am): Likewise.
3363         * modules/getopt (Makefile.am): Likewise.
3364         * modules/getpass (Makefile.am): Likewise.
3365         * modules/getpass-gnu (Makefile.am): Likewise.
3366         * modules/getsubopt (Makefile.am): Likewise.
3367         * modules/gettime (Makefile.am): Likewise.
3368         * modules/gettimeofday (Makefile.am): Likewise.
3369         * modules/getugroups (Makefile.am): Likewise.
3370         * modules/getusershell (Makefile.am): Likewise.
3371         * modules/glob (Makefile.am): Likewise.
3372         * modules/group-member (Makefile.am): Likewise.
3373         * modules/hard-locale (Makefile.am): Likewise.
3374         * modules/hash (Makefile.am): Likewise.
3375         * modules/hmac-md5 (Makefile.am): Likewise.
3376         * modules/hmac-sha1 (Makefile.am): Likewise.
3377         * modules/human (Makefile.am): Likewise.
3378         * modules/idcache (Makefile.am): Likewise.
3379         * modules/imaxabs (Makefile.am): Likewise.
3380         * modules/imaxdiv (Makefile.am): Likewise.
3381         * modules/inet_ntop (Makefile.am): Likewise.
3382         * modules/inet_pton (Makefile.am): Likewise.
3383         * modules/inttostr (Makefile.am): Likewise.
3384         * modules/isapipe (Makefile.am): Likewise.
3385         * modules/lchown (Makefile.am): Likewise.
3386         * modules/long-options (Makefile.am): Likewise.
3387         * modules/lstat (Makefile.am): Likewise.
3388         * modules/malloc (Makefile.am): Likewise.
3389         * modules/mathl (Makefile.am): Likewise.
3390         * modules/mbchar (Makefile.am): Likewise.
3391         * modules/md2 (Makefile.am): Likewise.
3392         * modules/md4 (Makefile.am): Likewise.
3393         * modules/md5 (Makefile.am): Likewise.
3394         * modules/memcasecmp (Makefile.am): Likewise.
3395         * modules/memchr (Makefile.am): Likewise.
3396         * modules/memcmp (Makefile.am): Likewise.
3397         * modules/memcoll (Makefile.am): Likewise.
3398         * modules/memcpy (Makefile.am): Likewise.
3399         * modules/memmem (Makefile.am): Likewise.
3400         * modules/memmove (Makefile.am): Likewise.
3401         * modules/mempcpy (Makefile.am): Likewise.
3402         * modules/memrchr (Makefile.am): Likewise.
3403         * modules/memset (Makefile.am): Likewise.
3404         * modules/memxor (Makefile.am): Likewise.
3405         * modules/mkancesdirs (Makefile.am): Likewise.
3406         * modules/mkdir (Makefile.am): Likewise.
3407         * modules/mkdir-p (Makefile.am): Likewise.
3408         * modules/mkdtemp (Makefile.am): Likewise.
3409         * modules/mkstemp (Makefile.am): Likewise.
3410         * modules/mktime (Makefile.am): Likewise.
3411         * modules/modechange (Makefile.am): Likewise.
3412         * modules/mountlist (Makefile.am): Likewise.
3413         * modules/nanosleep (Makefile.am): Likewise.
3414         * modules/openat (Makefile.am): Likewise.
3415         * modules/pagealign_alloc (Makefile.am): Likewise.
3416         * modules/physmem (Makefile.am): Likewise.
3417         * modules/poll (Makefile.am): Likewise.
3418         * modules/posixtm (Makefile.am): Likewise.
3419         * modules/posixver (Makefile.am): Likewise.
3420         * modules/putenv (Makefile.am): Likewise.
3421         * modules/quote (Makefile.am): Likewise.
3422         * modules/quotearg (Makefile.am): Likewise.
3423         * modules/raise (Makefile.am): Likewise.
3424         * modules/read-file (Makefile.am): Likewise.
3425         * modules/readline (Makefile.am): Likewise.
3426         * modules/readlink (Makefile.am): Likewise.
3427         * modules/readtokens (Makefile.am): Likewise.
3428         * modules/readutmp (Makefile.am): Likewise.
3429         * modules/realloc (Makefile.am): Likewise.
3430         * modules/regex (Makefile.am): Likewise.
3431         * modules/rename (Makefile.am): Likewise.
3432         * modules/rename-dest-slash (Makefile.am): Likewise.
3433         * modules/rijndael (Makefile.am): Likewise.
3434         * modules/rmdir (Makefile.am): Likewise.
3435         * modules/rpmatch (Makefile.am): Likewise.
3436         * modules/safe-read (Makefile.am): Likewise.
3437         * modules/safe-write (Makefile.am): Likewise.
3438         * modules/same (Makefile.am): Likewise.
3439         * modules/save-cwd (Makefile.am): Likewise.
3440         * modules/savedir (Makefile.am): Likewise.
3441         * modules/setenv (Makefile.am): Likewise.
3442         * modules/settime (Makefile.am): Likewise.
3443         * modules/sha1 (Makefile.am): Likewise.
3444         * modules/sig2str (Makefile.am): Likewise.
3445         * modules/snprintf (Makefile.am): Likewise.
3446         * modules/stdlib-safer (Makefile.am): Likewise.
3447         * modules/stpcpy (Makefile.am): Likewise.
3448         * modules/stpncpy (Makefile.am): Likewise.
3449         * modules/strcase (Makefile.am): Likewise.
3450         * modules/strcasestr (Makefile.am): Likewise.
3451         * modules/strchrnul (Makefile.am): Likewise.
3452         * modules/strcspn (Makefile.am): Likewise.
3453         * modules/strdup (Makefile.am): Likewise.
3454         * modules/strerror (Makefile.am): Likewise.
3455         * modules/strftime (Makefile.am): Likewise.
3456         * modules/strndup (Makefile.am): Likewise.
3457         * modules/strnlen (Makefile.am): Likewise.
3458         * modules/strpbrk (Makefile.am): Likewise.
3459         * modules/strsep (Makefile.am): Likewise.
3460         * modules/strstr (Makefile.am): Likewise.
3461         * modules/strtod (Makefile.am): Likewise.
3462         * modules/strtoimax (Makefile.am): Likewise.
3463         * modules/strtok_r (Makefile.am): Likewise.
3464         * modules/strtol (Makefile.am): Likewise.
3465         * modules/strtoll (Makefile.am): Likewise.
3466         * modules/strtoul (Makefile.am): Likewise.
3467         * modules/strtoull (Makefile.am): Likewise.
3468         * modules/strtoumax (Makefile.am): Likewise.
3469         * modules/strverscmp (Makefile.am): Likewise.
3470         * modules/time_r (Makefile.am): Likewise.
3471         * modules/timegm (Makefile.am): Likewise.
3472         * modules/tmpfile-safer (Makefile.am): Likewise.
3473         * modules/unistd-safer (Makefile.am): Likewise.
3474         * modules/unlinkdir (Makefile.am): Likewise.
3475         * modules/userspec (Makefile.am): Likewise.
3476         * modules/utime (Makefile.am): Likewise.
3477         * modules/utimecmp (Makefile.am): Likewise.
3478         * modules/utimens (Makefile.am): Likewise.
3479         * modules/vasnprintf (Makefile.am): Likewise.
3480         * modules/vasprintf (Makefile.am): Likewise.
3481         * modules/vsnprintf (Makefile.am): Likewise.
3482         * modules/xalloc (Makefile.am): Likewise.
3483         * modules/xgetcwd (Makefile.am): Likewise.
3484         * modules/xnanosleep (Makefile.am): Likewise.
3485         * modules/xreadlink (Makefile.am): Likewise.
3486         * modules/xstrtod (Makefile.am): Likewise.
3487         * modules/xstrtol (Makefile.am): Likewise.
3488         * modules/xstrtold (Makefile.am): Likewise.
3489         * modules/yesno (Makefile.am): Likewise.
3490
3491 2006-10-12  Jim Meyering  <jim@meyering.net>
3492
3493         * m4/getloadavg.m4: Revert the change below.
3494
3495         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3496         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3497         fail with a symlink, which is what coreutils' ./bootstrap now
3498         creates by default.
3499
3500 2006-10-12  Bruno Haible  <bruno@clisp.org>
3501
3502         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3503         mingw.
3504         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3505         MSVC and mingw explicitly.
3506
3507 2006-10-11  Simon Josefsson  <jas@extundo.com>
3508             Bruno Haible  <bruno@clisp.org>
3509
3510         Add support for multiple gnulib-tool invocations in the scope of a
3511         single configure.ac file.
3512         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3513         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3514         with the same contents as the _LIBADD variable.
3515         (func_emit_initmacro_start, func_emit_initmacro_end,
3516         func_emit_initmacro_done): New functions.
3517         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3518         gl_LIBOBJS and gl_LTLIBOBJS.
3519
3520 2006-10-11  Bruno Haible  <bruno@clisp.org>
3521
3522         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3523         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3524         autoreconf. Instead, invoke autopoint explicitly but move back the
3525         *.m4 files from gnulib.
3526
3527 2006-10-11  Bruno Haible  <bruno@clisp.org>
3528
3529         * gnulib-tool (func_usage): Make module names after --create-testdir
3530         optional.
3531         (func_create_testdir): If no module was specified, use nearly all
3532         modules.
3533
3534 2006-10-12  Jim Meyering  <jim@meyering.net>
3535
3536         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3537         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3538         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3539         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3540         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3541         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3542         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3543         (fts_set_stat_required): New function.
3544         (fts_open): Defer the calls to fts_stat, if possible or requested.
3545         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3546         into fts_stat itself.
3547         (fts_read): Perform any required (deferred) fts_stat call.
3548         (fts_build): Likewise, for the directory we're about to open and read.
3549         In the readdir loop, carefully decide whether each entry will require
3550         an eventual call to fts_stat, using dirent.d_type info if available.
3551         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3552         a command line argument into this function.  Update all callers.
3553         Map a return value of FTS_DOT to FTS_D for a command line argument.
3554         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3555         Thanks to Miklos Szeredi for his tenacity and for the initial
3556         bug report about "find" failing on a FUSE-based file system.
3557
3558         * lib/fts.c (fts_open): Use consistent indentation.
3559
3560 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3561
3562         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3563         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3564         reported by Jim Meyering.  All uses of cache variables renamed
3565         to match Autoconf's.
3566         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3567         the other one.
3568
3569         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3570         Fix misspelling in diagnostic.
3571
3572 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3573
3574         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3575         defined.  Problem reported by Matthew Woehlke.
3576
3577         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3578         Add support for Tandem NonStop R series.
3579         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3580         Use new macro.
3581
3582         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3583         (has_trailing_slash): Omit size arg; all callers changed.
3584         Omit 'inline', since it doesn't help performance and we'd
3585         need to configure it.
3586         Don't count //, ///, etc. as having a trailing slash.
3587         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3588         (rpl_rename_dest_slash): On failure, use rename's errno rather
3589         than (in some cases) an incorrect or junk errno.
3590         Simplify code by removing need to compute length; this does
3591         cause it to make two passes instead of one over the file name,
3592         but it's worth it.
3593
3594         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3595         change, since Autoconf's version may no longer be appropriate now
3596         that we are using CVS Autoconf's version.  Add support for Tandem.
3597
3598 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3599             Bruno Haible  <bruno@clisp.org>
3600
3601         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3602         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3603         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3604         gl_AC_TYPE_LONG_LONG.
3605
3606         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3607         instead of HAVE_LONG_LONG.
3608         * lib/printf-args.c (printf_fetchargs): Likewise.
3609         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3610         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3611         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3612         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3613         gl_AC_TYPE_LONG_LONG.
3614
3615 2006-10-11  Bruno Haible  <bruno@clisp.org>
3616
3617         * m4/longlong.m4: Add comments.
3618         * m4/ulonglong.m4: Likewise.
3619
3620 2006-10-10  Bruno Haible  <bruno@clisp.org>
3621
3622         Make it possible to #define stpcpy, strdup to aliases.
3623         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3624         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3625
3626 2006-10-10  Bruno Haible  <bruno@clisp.org>
3627
3628         Make it possible to #define gcd to an alias.
3629         * lib/gcd.c: Include config.h.
3630
3631 2006-10-10  Bruno Haible  <bruno@clisp.org>
3632
3633         Make it possible to #define c_isascii to an alias.
3634         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3635         defined. Undefine the macros before defining them, to avoid gcc
3636         warnings.
3637         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3638         define NO_C_CTYPE_MACROS early.
3639
3640 2006-10-10  Bruno Haible  <bruno@clisp.org>
3641
3642         Make it possible to #define set_program_name to an alias.
3643         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3644         ENABLE_RELOCATABLE early.
3645
3646 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3647
3648         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3649         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3650         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3651         More generally, don't assume that 64-bit signed int is available
3652         if unsigned int is, and vice versa.
3653         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3654         unsigned symbols, not on their signed counterparts.
3655         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3656         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3657         (UINT64_C, UINTMAX_C):
3658         Likewise.
3659         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3660         unsigned counterparts.
3661         (Have_long_long, Unsigned): New macros.
3662         (Int): Renamed from INT.
3663         (strtoimax): Use the new macros.
3664         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3665         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3666         * modules/inttypes (inttypes.h): Substitute
3667         HAVE_UNSIGNED_LONG_LONG_INT.
3668         * modules/stdint (stdint.h): Likewise.
3669         (Files): Add m4/ulonglong.m4.
3670
3671 2006-10-10  Bruno Haible  <bruno@clisp.org>
3672
3673         Fix a gcc -Wshadow warning.
3674         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3675         to 'bucket'.
3676         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3677         gl_linked_indexof_from_to): Likewise.
3678         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3679         Likewise.
3680         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3681         Likewise.
3682         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3683         Reported by Eric Blake.
3684
3685 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3686
3687         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3688         for NetBSD.  Problem reported by Bruno Haible.
3689
3690 2006-10-09  Jim Meyering  <jim@meyering.net>
3691
3692         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3693         Patch from Bruno Haible.
3694
3695 2006-10-09  Jim Meyering  <jim@meyering.net>
3696
3697         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3698         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3699         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3700
3701 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3702
3703         Don't include <config.h> twice; this doesn't work in some cases,
3704         e.g., when config.h has "#define intmax_t long long int" and
3705         we include <config.h>, <inttypes.h>, <config.h> in that order.
3706         Problem reported by Matthew Woehlke in:
3707         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3708         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3709         * lib/fts-cycle.c: Don't include config.h.
3710         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3711         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3712         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3713         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3714         inttypes.h.
3715         * lib/xstrtoumax.c: Likewise.
3716         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3717         __strtol and the like, so that this module is more like its siblings.
3718         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3719         Remove; no longer needed now that we assume gnulib inttypes.h.
3720
3721 2006-10-08  Bruno Haible  <bruno@clisp.org>
3722
3723         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3724         option.
3725
3726 2006-10-07  Jim Meyering  <jim@meyering.net>
3727
3728         * modules/inttypes (inttypes.h): Revert what seems to have been
3729         an inadvertent part of today's change: use "|", not "/" in the
3730         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3731
3732 2006-10-07  Bruno Haible  <bruno@clisp.org>
3733
3734         * modules/sublist: New file.
3735
3736 2006-10-07  Bruno Haible  <bruno@clisp.org>
3737
3738         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3739         * modules/argz (argz.h): Likewise.
3740         * modules/arpa_inet (arpa/inet.h): Likewise.
3741         * modules/byteswap (byteswap.h): Likewise.
3742         * modules/configmake (configmake.h): Likewise.
3743         * modules/fcntl (fcntl.h): Likewise.
3744         * modules/fnmatch (fnmatch.h): Likewise.
3745         * modules/getopt (getopt.h): Likewise.
3746         * modules/glob (glob.h): Likewise.
3747         * modules/inttypes (inttypes.h): Likewise.
3748         * modules/netinet_in (netinet/in.h): Likewise.
3749         * modules/poll (poll.h): Likewise.
3750         * modules/stdbool (stdbool.h): Likewise.
3751         * modules/stdint (stdint.h): Likewise.
3752         * modules/sys_select (sys/select.h): Likewise.
3753         * modules/sys_socket (sys/socket.h): Likewise.
3754         * modules/sys_stat (sys/stat.h): Likewise.
3755         * modules/sysexits (sysexits.h): Likewise.
3756         * modules/unistd (unistd.h): Likewise.
3757         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3758         Add a "DO NOT EDIT" comment to the generated file.
3759         (func_import): Likewise for gnulib-comp.m4.
3760
3761 2006-10-07  Bruno Haible  <bruno@clisp.org>
3762
3763         * lib/gl_sublist.h: New file.
3764         * lib/gl_sublist.c: New file.
3765
3766 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3767
3768         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3769         name (relative to the original working directory) and the file
3770         name component (relative to the temporary working directory).  All
3771         callers changed.
3772         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3773         * lib/mkdir-p.c (make_dir_parents): Likewise.
3774         * lib/mkdir-p.h (make_dir_parents): Likewise.
3775
3776 2006-10-06  Eric Blake  <ebb9@byu.net>
3777
3778         Define several macros for use by the clean-temp module.
3779         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3780         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3781         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3782
3783         * lib/clean-temp.h (close_stream_temp): New declaration.
3784         * lib/clean-temp.c (includes): Pull in headers according to what
3785         other modules are in use.
3786         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3787
3788 2006-10-06  Bruno Haible  <bruno@clisp.org>
3789
3790         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3791         instead of fopen, fwriteerror.
3792
3793 2006-10-06  Bruno Haible  <bruno@clisp.org>
3794
3795         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3796         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3797         int.
3798         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3799         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3800         Return an error indicator.
3801         Suggested by Eric Blake.
3802
3803 2006-10-06  Bruno Haible  <bruno@clisp.org>
3804
3805         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3806         Reported by Eric Blake.
3807
3808 2006-10-06  Bruno Haible  <bruno@clisp.org>
3809
3810         * modules/closeout (Description): Mention stderr too.
3811
3812 2006-10-06  Bruno Haible  <bruno@clisp.org>
3813         and Paul Eggert  <eggert@cs.ucla.edu>
3814
3815         * lib/closeout.c (close_stdout): Also close stderr.
3816         * lib/closeout.h: Update comment.
3817
3818 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3819
3820         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3821         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3822         * lib/dirchownmod.c: Include lchown.h.
3823         * lib/lchown.c: Don't include files that lchown.h now includes.
3824         Don't declare chown, since lchown.h now does that.
3825         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3826         (lchown): Define to rpl_chown if lchown is declared but
3827         does not exist.  Declare using a prototype if lchown is not
3828         declared.  Add a copyright notice.
3829         * lib/mkstemp.h: Include <unistd.h>.
3830         * lib/openat.c: Include lchown.h.
3831
3832         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3833         we now test for that separately.
3834         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3835         rather than O_NOFOLLOW, when testing whether it's possible to
3836         avoid a race condition reliably.
3837         * lib/savewd.c (savewd_chdir): Likewise.
3838
3839         Remove macros that are no longer needed now that stdint.h is
3840         reliable.
3841         * lib/fsusage.c (UINTMAX_MAX): Remove.
3842         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3843         * lib/utimecmp.c (SIZE_MAX): Remove.
3844
3845         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3846
3847         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3848         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3849         O_NOATIME works.
3850
3851 2006-10-05  Bruno Haible  <bruno@clisp.org>
3852
3853         * lib/gl_list.h (gl_sortedlist_search_from_to,
3854         gl_sortedlist_indexof_from_to): New declarations.
3855         (gl_list_implementation): New fields sortedlist_search_from_to,
3856         sortedlist_indexof_from_to.
3857         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3858         inline functions.
3859         * lib/gl_list.c (gl_sortedlist_search_from_to,
3860         gl_sortedlist_indexof_from_to): New functions.
3861         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3862         function.
3863         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3864         (gl_array_sortedlist_search_from_to): New function.
3865         (gl_array_list_implementation): Update.
3866         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3867         function.
3868         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3869         (gl_carray_sortedlist_search_from_to): New function.
3870         (gl_carray_list_implementation): Update.
3871         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3872         gl_linked_sortedlist_indexof_from_to): New functions.
3873         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3874         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3875         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3876         gl_tree_sortedlist_indexof_from_to): New functions.
3877         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3878         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3879         Update.
3880         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3881         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3882         Update.
3883
3884 2006-10-05  Bruno Haible  <bruno@clisp.org>
3885
3886         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3887         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3888         (struct gl_list_implementation): Add fields search_from_to,
3889         indexof_from_to. Remove fields search, indexof.
3890         (gl_list_search): Use the search_from_to method.
3891         (gl_list_search_from, gl_list_search_from_to): New functions.
3892         (gl_list_indexof): Use the indexof_from_to method.
3893         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3894         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3895         (gl_list_search_from, gl_list_search_from_to): New functions.
3896         (gl_list_indexof): Use the indexof_from_to method.
3897         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3898         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3899         gl_array_indexof. Add start_index, end_index arguments.
3900         (gl_array_search_from_to): Renamed from gl_array_search. Add
3901         start_index, end_index arguments.
3902         (gl_array_remove, gl_array_list_implementation): Update.
3903         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3904         gl_carray_indexof. Add start_index, end_index arguments.
3905         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3906         start_index, end_index arguments.
3907         (gl_carray_remove, gl_carray_list_implementation): Update.
3908         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3909         gl_linked_search. Add start_index, end_index arguments.
3910         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3911         start_index, end_index arguments.
3912         (gl_linked_remove): Update.
3913         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3914         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3915         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3916         field to 'size_t'.
3917         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3918         gl_tree_search. Add start_index, end_index arguments.
3919         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3920         start_index, end_index arguments.
3921         (gl_tree_remove): Update.
3922         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3923         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3924         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3925         function.
3926         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3927         gl_tree_search. Add start_index, end_index arguments.
3928         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3929         start_index, end_index arguments.
3930         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3931         Update.
3932         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3933
3934 2006-10-05  Bruno Haible  <bruno@clisp.org>
3935
3936         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3937
3938         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3939         fwriteerror_temp): New declarations.
3940         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3941         (descriptors): New variable.
3942         (cleanup): First, close the descriptors.
3943         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3944         fclose_temp, fwriteerror_temp): New functions.
3945
3946 2006-10-04  Jim Meyering  <jim@meyering.net>
3947
3948         * lib/fts.c (fts_open): Tiny comment change.
3949
3950 2006-10-04  Bruno Haible  <bruno@clisp.org>
3951
3952         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3953         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3954         gl_LOCK_BODY.
3955         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3956         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3957         gl_LOCK_EARLY_BODY.
3958         (gl_LOCK): Require gl_LOCK_BODY.
3959
3960 2006-10-04  Bruno Haible  <bruno@clisp.org>
3961
3962         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3963         (gl_oset_search_atleast): New declaration.
3964         (struct gl_oset_implementation): Add field 'search_atleast'.
3965         (gl_oset_search_atleast): New inline function.
3966         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3967         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3968         (gl_array_oset_implementation): Update.
3969         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3970         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3971         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3972
3973 2006-10-04  Bruno Haible  <bruno@clisp.org>
3974
3975         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3976
3977 2006-10-03  Bruno Haible  <bruno@clisp.org>
3978
3979         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3980         from gl_avltreehash_list_implementation.
3981
3982 2006-10-03  Bruno Haible  <bruno@clisp.org>
3983
3984         * lib/gl_oset.c (gl_oset_add): Fix return type.
3985
3986 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3987
3988         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3989
3990 2006-10-02  Eric Blake  <ebb9@byu.net>
3991
3992         * modules/strnlen (Depends-on): Add extensions.
3993
3994 2006-10-02  Eric Blake  <ebb9@byu.net>
3995
3996         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3997         definition in 2.60+.
3998
3999 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4000
4001         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4002         checks.
4003
4004 2006-10-02  Bruno Haible  <bruno@clisp.org>
4005
4006         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4007         to the AUTOMAKE_OPTIONS.
4008         Reported by Jim Meyering.
4009
4010 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4011
4012         Work around bug in Solaris 10 /proc file system:
4013         /proc/self/fd/NNN/.. isn't the parent directory of
4014         the directory whose file descriptor is NNN.  This needs to
4015         be worked around at run time, not compile time, since a
4016         program might be built on Solaris 8, where things work, and
4017         run on Solaris 10.
4018         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4019         to use the following interface instead:
4020         (OPENAT_BUFFER_SIZE): New macro.
4021         (openat_proc_name): New function.
4022         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4023         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4024         Likewise.
4025         * lib/openat-proc.c: New file.
4026         * modules/openat (Files): Add lib/openat-proc.c.
4027         (Depends-on): Add same-inode, stdbool.
4028         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4029
4030 2006-09-29  Bruno Haible  <bruno@clisp.org>
4031
4032         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4033         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4034         argument. Set stdout_closed before testing for ferror, not after.
4035         (fwriteerror, fwriteerror_no_ebadf): New functions.
4036
4037 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4038
4039         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4040
4041 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4042
4043         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4044         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4045
4046 2006-09-28  Jim Meyering  <jim@meyering.net>
4047
4048         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4049         Include <unistd.h>.
4050
4051 2006-09-28  Bruno Haible  <bruno@clisp.org>
4052
4053         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4054         * modules/linkedhash-list (Depends-on): Likewise.
4055         * modules/rbtreehash-list (Depends-on): Likewise.
4056
4057 2006-09-28  Bruno Haible  <bruno@clisp.org>
4058
4059         * lib/strndup.h: Simplify the redefinition of strndup.
4060         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4061         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4062
4063 2006-09-28  Bruno Haible  <bruno@clisp.org>
4064
4065         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4066         * lib/gl_linkedhash_list.c: Likewise.
4067         * lib/gl_rbtreehash_list.c: Likewise.
4068
4069 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4070
4071         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4072         getaddrinfo.
4073
4074         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4075         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4076         it causes <stdio_ext.h> to cause a compile-time error.
4077         Problem reported by Nelson H. F. Beebe.
4078         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4079         of HAVE_DECL___PENDING.
4080
4081         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4082         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4083         declaration.
4084
4085 2006-09-27  Jim Meyering  <jim@meyering.net>
4086
4087         This file could end up with a definition for a function
4088         named __strndup, rather than rpl_strndup on a system with
4089         incomplete weak_alias support.
4090         * lib/strndup.c (strndup): Rename from __strndup.
4091         Remove #defines that used to map __strndup to strndup.
4092         Don't use K&R prototypes.
4093         Remove LIBC-related code, since this file is not sync'd with glibc.
4094         * lib/strndup.h: Revamp, accordingly.
4095         * m4/strndup.m4: Modernize.
4096
4097 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4098
4099         * modules/savewd (Depends-on): Add 'raise'.
4100         * lib/savewd.c: Include <signal.h>, for 'raise'.
4101
4102 2006-09-26  Jim Meyering  <jim@meyering.net>
4103
4104         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4105         when we detect Darwin 8.7.0's acl_get_file bug.
4106         Rearrange to perform the new (below) run-test while $LIBS
4107         contains any acl-related library.  Set USE_ACL at the end.
4108         (gl_ACL_GET_FILE): New function.
4109
4110 2006-09-26  Eric Blake  <ebb9@byu.net>
4111
4112         * lib/verror.c: Include <config.h> unconditionally.
4113
4114 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4115
4116         * modules/clock-time (Maintainer): Add self.
4117         * modules/getlogin_r (Depends-on): Add extensions.
4118
4119 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4120
4121         * modules/clock-time: New module.
4122         * modules/nanosleep (Depends-on): Add clock-time.
4123         * modules/gethrxtime (Depends-on): Likewise.
4124         * modules/gettime (Depends-on): Likewise.
4125         * modules/settime (Depends-on): Likewise.
4126
4127         * modules/fts-lgpl: Depend on openat.
4128         * modules/mkancesdirs: Depend on savewd.
4129         * modules/mkdir-p: Likewise.
4130
4131 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4132
4133         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4134
4135         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4136         `gl_have_arbitrary_file_name_length_limit' to
4137         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4138         actually works between configure runs.
4139
4140 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4141             Bruno Haible  <bruno@clisp.org>
4142
4143         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4144
4145 2006-09-25  Jim Meyering  <jim@meyering.net>
4146
4147         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4148         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4149
4150 2006-09-25  Eric Blake  <ebb9@byu.net>
4151
4152         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4153         exec's in 2006-09-18 patch when shuffling fds.
4154
4155 2006-09-25  Bruno Haible  <bruno@clisp.org>
4156
4157         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4158         Reported by Jim Meyering.
4159
4160 2006-09-24  Jim Meyering  <jim@meyering.net>
4161
4162         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4163         compare a pointer against a literal "0".  That caused failures with
4164         at least HP-UX's hpcc.
4165
4166 2006-09-22  Simon Josefsson  <jas@extundo.com>
4167
4168         * modules/gc-sha1:
4169         * modules/gc-md4:
4170         * modules/gc-hmac-sha1:
4171         * modules/gc-hmac-md5:
4172         * modules/gc-des:
4173         * modules/gc-arcfour: Distribute more files.
4174
4175 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4176
4177         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4178         (gl_linked_iterator_from_to): Initialize struct completely.
4179         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4180         (gl_tree_iterator_from_to): Likewise
4181         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4182         * lib/gl_array_list.c [lint] (gl_array_iterator)
4183         (gl_array_iterator_from_to): Likewise.
4184         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4185         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4186         (gl_carray_iterator_from_to): Likewise.
4187
4188         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4189         * lib/md4.c (md4_process_block): Remove unused variable.
4190         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4191         parentheses for clarity.
4192
4193 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4194
4195         * modules/bison-i18n (Depends-on): Add gettext.
4196
4197 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4198
4199         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4200         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4201         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4202         also add missing comma that caused broken test.
4203         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4204         stdlib.h, for `abort'.
4205         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4206         variables.
4207         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4208         include unistd.h if present, for `rmdir'.
4209         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4210         variables.
4211         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4212         in the process include standard headers for prototypes.
4213         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4214         gets declared on GNU/Linux.
4215         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4216         unistd.h, for `rmdir'.
4217         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4218
4219         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4220         always true.
4221         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4222
4223         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4224
4225 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4226
4227         * gnulib-tool (func_version): Create output all at once.  This
4228         may help avoid triggering unnecessary SIGPIPEs, and at any
4229         rate it doesn't hurt.
4230
4231 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4232             Bruno Haible  <bruno@clisp.org>
4233
4234         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4235         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4236         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4237
4238         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4239         (gl_FUNC_VASPRINTF): Invoke it.
4240
4241 2006-09-22  Bruno Haible  <bruno@clisp.org>
4242
4243         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4244         getloadavg.c as first argument.
4245
4246 2006-09-22  Bruno Haible  <bruno@clisp.org>
4247
4248         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4249         at the beginning of the gl_INIT macro.
4250         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4251         gl_GETLOADAVG.
4252
4253 2006-09-22  Bruno Haible  <bruno@clisp.org>
4254
4255         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4256         module.
4257         Suggested by Ralf Wildenhues.
4258
4259 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4260
4261         Import this patch from libc:
4262
4263         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4264
4265         * lib/regex_internal.c (re_string_reconstruct): Handle
4266         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4267         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4268         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4269         re_string_context_at.
4270
4271         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4272         now requires it.
4273         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4274         gl_REGEX now does it for us.
4275         (gl_REGEX): Add test taken from
4276         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4277
4278         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4279         Check that large offsets work.  Modernize Autoconf usages.
4280         Prefer "yes" to mean a good thing rather than a bad.
4281         Don't put "#define mkstemp" in config.h, as this might interfere
4282         with standard system headers that "#define mkstemp mkstemp64".
4283
4284         * modules/mkstemp (Depends-on): Add extensions, so that
4285         mkstemp is visible on some platforms.
4286         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4287         (Include): Change to "mkstemp.h" from <stdlib.h>.
4288         (Files): Add mkstemp.h.
4289
4290         * lib/mkstemp.h: New file, since some standard headers
4291         #define mkstemp.
4292         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4293         Include "mkstemp.h".
4294         Make the _LIBC code resemble glibc original more,
4295         e.g., use K&R style.
4296         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4297         (mkstemp): Remove, since mkstemp.h does this for us.
4298         * lib/stdlib--.h: Include mkstemp.h.
4299
4300         Import this patch from libc:
4301
4302         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4303
4304         * lib/tempname.c (__gen_tempname): Change attempts_min
4305         into a macro.  Use preprocessor to decide how to initialize
4306         attempts [Coverity CID 67].
4307
4308 2006-09-20  Bruno Haible  <bruno@clisp.org>
4309
4310         * lib/mkdtemp.c: Import from libc.
4311         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4312                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4313                 attempts_min into a macro.  Use preprocessor to decide how to
4314                 initialize attempts [Coverity CID 67].
4315         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4316                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4317                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4318
4319 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4320
4321         * gnulib-tool (func_exit): New function, to allow to pass the
4322         exit status portably through the trap.  Use everywhere.
4323         (--help, --version): Signal a write error.
4324         (trap): catch SIGPIPE, for write errors.
4325         Exit at the end of the trap, with the correct exit status.
4326
4327 2006-09-19  Karl Berry  <karl@gnu.org>
4328
4329         * doc/gnulib.texi: note about the license texinfo files.
4330
4331 2006-09-19  Eric Blake  <ebb9@byu.net>
4332
4333         * gnulib-tool: Avoid space-tab.
4334
4335 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4336
4337         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4338         that prevented coreutils 6.1 from building.  Problem reported
4339         by Petter Reinholdtsen.
4340
4341 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4342
4343         * gnulib-tool (avoidlist): Fix typo that broke options like
4344         --avoid=lock that are used by coreutils bootstrap.
4345
4346 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4347
4348         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4349         more systematically.
4350
4351 2006-09-18  Jim Meyering  <jim@meyering.net>
4352
4353         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4354
4355 2006-09-18  Bruno Haible  <bruno@clisp.org>
4356
4357         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4358
4359 2006-09-18  Bruno Haible  <bruno@clisp.org>
4360
4361         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4362         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4363         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4364         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4365         * m4/gettext.m4: Require autoconf >= 2.52.
4366         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4367         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4368         of gl_cv_header_inttypes_h.
4369
4370 2006-09-18  Bruno Haible  <bruno@clisp.org>
4371
4372         * lib/javaversion.c: Include configmake.h.
4373
4374 2006-09-18  Bruno Haible  <bruno@clisp.org>
4375
4376         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4377         avoid that the while loops be executed in a subshell.
4378
4379 2006-09-18  Bruno Haible  <bruno@clisp.org>
4380
4381         * MODULES.html.sh (func_module): Break long lines.
4382         Suggested by Bruce Korb <bkorb@gnu.org>.
4383
4384 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4385
4386         Speed up by a factor of 1.12.
4387         * gnulib-tool (nl): New variable.
4388         (func_import): Rewrite include directive extraction to only read each
4389         directive once.
4390
4391 2006-09-17  Bruno Haible  <bruno@clisp.org>
4392
4393         * modules/javaversion (Makefile.am): Remove DEFS setting.
4394         (Depends-on): Add configmake, for PKGDATADIR definition.
4395
4396 2006-09-17  Bruno Haible  <bruno@clisp.org>
4397
4398         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4399
4400 2006-09-17  Bruno Haible  <bruno@clisp.org>
4401
4402         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4403         (func_modules_transitive_closure, func_modules_add_dummy,
4404         func_modules_to_filelist, func_import, func_create_testdir,
4405         func_create_megatestdir, ...): Use it wherever possible.
4406         Suggested by Ralf Wildenhues.
4407
4408 2006-09-16  Karl Berry  <karl@gnu.org>
4409
4410         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4411         to avoid sectioning errors.
4412         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4413         [ifinfo]: blank line after @center-ed titles.
4414         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4415         Spell FSF address consistently with others.
4416         (These changes approved by rms.)
4417
4418 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4419
4420         Speed up by a factor of 1.61.
4421         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4422         already checked module names again.
4423
4424 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4425
4426         Speed up by a factor of 1.13.
4427         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4428         for new_files, and the input to func_add_or_update.
4429
4430 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4431
4432         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4433         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4434
4435 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4436
4437         * modules/mkancesdirs (Depends-on): Add fcntl.
4438         * modules/savewd: New file.
4439         * MODULES.html.sh (File system functions): Add savewd.
4440
4441         * modules/configmake (Makefile.am): Add support for the
4442         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4443
4444 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4445
4446         * m4/savewd.m4: New file.
4447
4448 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4449
4450         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4451         (dirchownmod): New arg FD.  All callers changed.
4452         Use FD rather than opening the directory ourself, as opening is
4453         now the caller's responsibility.
4454         * lib/dirchownmod.h: Likewise.
4455         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4456         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4457         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4458         (test_dir): Remove.
4459         (mkancesdirs): Return length of prefix of FILE that has already
4460         been made, or -2 if there is a child doing the work.  Redo
4461         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4462         ".", and treat ".." specially since it might stray back into
4463         already-created areas.  Use a subprocess if necessary.  New arg
4464         WD; all users changed.  MAKE_DIR function should now return 1
4465         if it creates a directory that is not readable.  Return -2 if
4466         a child process is spun off.
4467         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4468         Adjust signature to match code.
4469         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4470         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4471         all users changed.
4472         * lib/savewd.c, lib/savewd.h: New files.
4473
4474 2006-09-15  Jim Meyering  <jim@meyering.net>
4475
4476         * modules/rename-dest-slash: New module.
4477         * MODULES.html.sh (posix_compat): Add it here.
4478
4479         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4480
4481 2006-09-15  Jim Meyering  <jim@meyering.net>
4482
4483         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4484         file.
4485
4486         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4487
4488 2006-09-15  Jim Meyering  <jim@meyering.net>
4489
4490         * lib/rename-dest-slash.c (has_trailing_slash): Use
4491         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4492         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4493         test before testing whether SRC is a directory.
4494         Suggestions from Bruno Haible.
4495
4496         Avoid a warning about an unused variable.
4497         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4498         into the #ifdef block where it's used.
4499
4500         * lib/rename-dest-slash.c: New file.
4501
4502 2006-09-14  Bruno Haible  <bruno@clisp.org>
4503
4504         * lib/allocsa.c: Include <config.h> unconditionally.
4505         * lib/asnprintf.c: Likewise.
4506         * lib/asprintf.c: Likewise.
4507         * lib/c-strcasecmp.c: Likewise.
4508         * lib/c-strcasestr.c: Likewise.
4509         * lib/c-strncasecmp.c: Likewise.
4510         * lib/c-strstr.c: Likewise.
4511         * lib/classpath.c: Likewise.
4512         * lib/clean-temp.c: Likewise.
4513         * lib/concatpath.c: Likewise.
4514         * lib/copy-file.c: Likewise.
4515         * lib/csharpcomp.c: Likewise.
4516         * lib/csharpexec.c: Likewise.
4517         * lib/execute.c: Likewise.
4518         * lib/fatal-signal.c: Likewise.
4519         * lib/findprog.c: Likewise.
4520         * lib/fwriteerror.c: Likewise.
4521         * lib/gl_array_list.c: Likewise.
4522         * lib/gl_array_oset.c: Likewise.
4523         * lib/gl_avltree_list.c: Likewise.
4524         * lib/gl_avltree_oset.c: Likewise.
4525         * lib/gl_avltreehash_list.c: Likewise.
4526         * lib/gl_carray_list.c: Likewise.
4527         * lib/gl_linked_list.c: Likewise.
4528         * lib/gl_linkedhash_list.c: Likewise.
4529         * lib/gl_list.c: Likewise.
4530         * lib/gl_oset.c: Likewise.
4531         * lib/gl_rbtree_list.c: Likewise.
4532         * lib/gl_rbtree_oset.c: Likewise.
4533         * lib/gl_rbtreehash_list.c: Likewise.
4534         * lib/imaxabs.c: Likewise.
4535         * lib/imaxdiv.c: Likewise.
4536         * lib/javacomp.c: Likewise.
4537         * lib/javaexec.c: Likewise.
4538         * lib/javaversion.c: Likewise.
4539         * lib/linebreak.c: Likewise.
4540         * lib/localcharset.c: Likewise.
4541         * lib/lock.c: Likewise.
4542         * lib/mbchar.c: Likewise.
4543         * lib/mbswidth.c: Likewise.
4544         * lib/mkdtemp.c: Likewise.
4545         * lib/pipe.c: Likewise.
4546         * lib/printf-args.c: Likewise.
4547         * lib/printf-parse.c: Likewise.
4548         * lib/progname.c: Likewise.
4549         * lib/progreloc.c: Likewise.
4550         * lib/readlink.c: Likewise.
4551         * lib/sh-quote.c: Likewise.
4552         * lib/stpcpy.c: Likewise.
4553         * lib/stpncpy.c: Likewise.
4554         * lib/strcasecmp.c: Likewise.
4555         * lib/strcasestr.c: Likewise.
4556         * lib/strcspn.c: Likewise.
4557         * lib/striconv.c: Likewise.
4558         * lib/strncasecmp.c: Likewise.
4559         * lib/strnlen1.c: Likewise.
4560         * lib/strstr.c: Likewise.
4561         * lib/strtok_r.c: Likewise.
4562         * lib/tls.c: Likewise.
4563         * lib/tmpdir.c: Likewise.
4564         * lib/unicodeio.c: Likewise.
4565         * lib/unsetenv.c: Likewise.
4566         * lib/vasnprintf.c: Likewise.
4567         * lib/vasprintf.c: Likewise.
4568         * lib/wait-process.c: Likewise.
4569         * lib/xallocsa.c: Likewise.
4570         * lib/xsetenv.c: Likewise.
4571         * lib/xstriconv.c: Likewise.
4572
4573 2006-09-13  Simon Josefsson  <jas@extundo.com>
4574
4575         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4576         that internally, suggested by Ralf Wildenhues
4577         <Ralf.Wildenhues@gmx.de>.
4578
4579 2006-09-13  Simon Josefsson  <jas@extundo.com>
4580
4581         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4582         @LIBOBJS@.
4583         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4584
4585 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4586
4587         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4588         longer worry about uses that don't define HAVE_CONFIG_H.
4589         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4590         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4591         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4592         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4593         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4594         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4595         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4596         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4597         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4598         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4599         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4600         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4601         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4602         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4603         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4604         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4605         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4606         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4607         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4608         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4609         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4610         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4611         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4612         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4613         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4614         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4615         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4616         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4617         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4618         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4619         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4620         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4621         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4622         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4623         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4624         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4625         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4626         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4627         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4628         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4629         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4630         Likewise.
4631
4632 2006-09-13  Eric Blake  <ebb9@byu.net>
4633
4634         * lib/getopt.c: Fix typo in last commit.
4635
4636 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4637
4638         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4639         dgettext.
4640
4641 2006-09-12  Jim Meyering  <jim@meyering.net>
4642
4643         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4644         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4645         Reported by Nelson H. F. Beebe.
4646
4647 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4648
4649         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4650         program_invocation_name and program_invocation_short_name are
4651         initialized.
4652         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4653         and program_invocation_short_name to argp.h, so they are visible
4654         to user programs.
4655         * lib/argp.h: Likewise
4656
4657 2006-09-10  Bruno Haible  <bruno@clisp.org>
4658
4659         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4660         m4/inttypes_h.m4, m4/uintmax_t.m4.
4661
4662 2006-09-10  Bruno Haible  <bruno@clisp.org>
4663
4664         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4665         gl_AC_TYPE_UINTMAX_T.
4666
4667 2006-09-10  Bruno Haible  <bruno@clisp.org>
4668
4669         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4670
4671 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4672
4673         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4674         convention.  Text proposed by Bruno Haible.
4675         (struct argp_option): Document the use of N_() wrappers.
4676
4677         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4678         '\v', and translate the two parts separately, instead of feeding
4679         the whole string to gettext.  This allows to exclude
4680         '\v' from the strings visible to the translator by writing doc
4681         strings as N_("..") "\v" N_("..").
4682
4683 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4684
4685         * config/srclist.txt: Undo latest change; the bug was fixed.
4686
4687 2006-09-09  Bruno Haible  <bruno@clisp.org>
4688
4689         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4690         assignments if building a library without libtool.
4691         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4692         in func_emit_lib_Makefile_am.
4693         (func_import): When building a static library libfoo.a, arrange to
4694         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4695         (func_create_testdir): Likewise.
4696         * modules/gc (configure.ac, Makefile.am): If building statically,
4697         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4698         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4699         * modules/striconv (configure.ac, Makefile.am): Likewise.
4700         Based on a suggestion by Ralf Wildenhues.
4701
4702 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4703
4704         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4705         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4706         Also:
4707
4708         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4709         Add year_2050_test to catch glibc bug 2821
4710         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4711
4712         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4713         Prefer #ifdef to #if.
4714
4715         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4716         Return from 'main' instead of calling 'exit'.
4717
4718 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4719
4720         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4721         returned the maximum time_t value rather than (time_t) -1.
4722         Problem originally reported by William Bardwell
4723         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4724
4725         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4726         Moved to here ...
4727         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4728         ... from here.
4729
4730 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4731
4732         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4733         2821 is fixed.
4734
4735 2006-09-08  Jim Meyering  <jim@meyering.net>
4736
4737         Don't make generated files read-only.  That would bother too many
4738         people.  However, do retain the ability to work when targets are
4739         read-only: remove the destination and temporary files before writing
4740         them (when generated via sed or echo), or by using the -f option for
4741         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4742         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4743         * modules/byteswap, modules/configmake, modules/fcntl:
4744         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4745         * modules/localcharset, modules/netinet_in, modules/poll:
4746         * modules/stdbool, modules/stdint, modules/sys_select:
4747         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4748
4749 2006-09-08  Jim Meyering  <jim@meyering.net>
4750
4751         Avoid new build failure on FreeBSD 6.0.
4752         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4753         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4754         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4755
4756 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4757
4758         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4759
4760 2006-09-07  Jim Meyering  <jim@meyering.net>
4761
4762         Fix global typo in last change: use chmod u-w, not chmod u-x.
4763         Spotted by Paul Eggert and Bruce Korb.
4764         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4765         * modules/byteswap, modules/configmake, modules/fcntl:
4766         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4767         * modules/localcharset, modules/netinet_in, modules/poll:
4768         * modules/stdbool, modules/stdint, modules/sys_select:
4769         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4770
4771 2006-09-06  Jim Meyering  <jim@meyering.net>
4772
4773         Make generated files be read-only.
4774         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4775         Ensure that each generated file is now read-only.
4776         * modules/argz: Likewise.
4777         * modules/arpa_inet: Likewise.
4778         * modules/byteswap: Likewise.
4779         * modules/configmake: Likewise.
4780         * modules/fcntl: Likewise.
4781         * modules/fnmatch: Likewise.
4782         * modules/getopt: Likewise.
4783         * modules/glob: Likewise.
4784         * modules/inttypes: Likewise.
4785         * modules/netinet_in: Likewise.
4786         * modules/poll: Likewise.
4787         * modules/stdbool: Likewise.
4788         * modules/stdint: Likewise.
4789         * modules/sys_select: Likewise.
4790         * modules/sys_socket: Likewise.
4791         * modules/sys_stat: Likewise.
4792         * modules/sysexits: Likewise.
4793         * modules/localcharset: Same as above, but continue using temporary
4794         file named "t-$@" (why different?) rather than the "$@-t" used
4795         everywhere else.
4796
4797         * modules/sysexits (Makefile.am): Replace literal occurrences
4798         of "sysexit.h" more readable, and more consistent, "$@".
4799
4800 2006-09-06  Bruno Haible  <bruno@clisp.org>
4801
4802         * modules/striconv: New file.
4803         * modules/xstriconv: New file.
4804         * MODULES.html.sh (Internationalization functions): Add striconv,
4805         xstriconv.
4806
4807 2006-09-06  Bruno Haible  <bruno@clisp.org>
4808
4809         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4810         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4811         not using libtool correctly.
4812
4813 2006-09-06  Bruno Haible  <bruno@clisp.org>
4814
4815         * lib/striconv.h: New file.
4816         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4817         iconvstring.c.
4818         * lib/xstriconv.h: New file.
4819         * lib/xstriconv.c: New file.
4820
4821 2006-09-06  Bruno Haible  <bruno@clisp.org>
4822
4823         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4824         lib_..._LDFLAGS.
4825
4826 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4827
4828         * lib/argz_.h: Sync from Libtool.
4829
4830         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4831                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4832
4833         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4834
4835 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4836
4837         * modules/trim: New file.
4838
4839 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4840
4841         * lib/trim.h: New file.
4842         * lib/trim.c: New file.
4843
4844 2006-09-05  Bruno Haible  <bruno@clisp.org>
4845
4846         * MODULES.html.sh (String handling): Add trim.
4847
4848 2006-09-04  Karl Berry  <karl@gnu.org>
4849
4850         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4851         until next release.
4852
4853 2006-09-03  Bruno Haible  <bruno@clisp.org>
4854
4855         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4856         correctly.
4857
4858 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4859
4860         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4861         not gl_GETLOADAVG.  Omit unneeded semicolons.
4862         Problems reported by Ralf Wildenhues in
4863         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4864         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4865         at the end, which is the usual gnulib style.
4866
4867         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4868         of doing all the work ourselves.
4869         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4870         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4871
4872 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4873
4874         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4875         Problem reported by Ralf Wildenhues in
4876         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4877
4878         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4879         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4880
4881 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4882
4883         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4884         yesterday's patch by changing test -n to test -z.
4885
4886 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4887
4888         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4889         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4890         the former is now obsolescent.
4891
4892         * modules/chdir-long (Depends-on): Add fcntl.
4893
4894 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4895
4896         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4897         obsolescent, and programs should use gnulib instead.
4898         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4899         but with prefixes changed.
4900
4901 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4902
4903         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4904         or stdbool.h, because they might not exist while configuring.
4905
4906         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4907         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4908         does that for us.
4909         (O_DIRECTORY): Remove.
4910
4911 2006-08-31  Eric Blake  <ebb9@byu.net>
4912
4913         * gnulib-tool: Don't let emacs change spaces to TAB.
4914
4915 2006-08-31  Bruno Haible  <bruno@clisp.org>
4916
4917         * gnulib-tool: When calling func_import more than once, do it in a
4918         subshell.
4919         Reported by Eric Blake <ebb9@byu.net>.
4920
4921 2006-08-31  Bruno Haible  <bruno@clisp.org>
4922
4923         * gnulib-tool (nl): Remove variable.
4924         (sed_transform_lib_file): Use more robust test for config-h module.
4925         (func_import): Fix typo in 2006-08-25 patch.
4926
4927 2006-08-31  Bruno Haible  <bruno@clisp.org>
4928
4929         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4930         specified, augment Makefile.am variables instead of assigning them.
4931
4932 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4933
4934         Work around a bug in both the Linux and SunOS 64-bit kernels:
4935         nanosleep mishandles sleeps for longer than 2**31 seconds.
4936         Problem reported by Frank v Waveren in
4937         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4938         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4939         Check for nanosleep bug.
4940         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4941
4942 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4943
4944         Work around a bug in both the Linux and SunOS 64-bit kernels:
4945         nanosleep mishandles sleeps for longer than 2**31 seconds.
4946         Problem reported by Frank v Waveren in
4947         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4948         * lib/nanosleep.c (BILLION): New constant.
4949         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4950         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4951         implementation.
4952
4953 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4954
4955         * modules/nanosleep (Depends-on): Add gettime.
4956
4957 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4958         and Simon Josefsson  <jas@extundo.com>
4959         and Oskar Liljeblad  <oskar@osk.mine.nu>
4960
4961         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4962         * gnulib-tool (func_import): New license type 'unmodifiable license
4963         text'.
4964         * modules/fdl: Use it.  Longer description.
4965         * module/gpl, module/lgpl: New files.
4966
4967 2006-08-30  Jim Meyering  <jim@meyering.net>
4968
4969         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4970         shadowing the parameter.
4971
4972 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4973
4974         Sync from Libtool:
4975
4976         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4977
4978         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4979         sharing with gnulib.  Report by Eric Blake.
4980
4981 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4982
4983         * modules/isapipe: New file.
4984         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4985
4986 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4987
4988         * modules/configmake (Makefile.am): Add a comment, and omit
4989         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4990         by Bruno Haible.
4991
4992 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4993
4994         * m4/isapipe.m4: New file.
4995
4996 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4997
4998         * lib/isapipe.c, lib/isapipe.h: New files.
4999
5000 2006-08-29  Jim Meyering  <jim@meyering.net>
5001
5002         * modules/configmake (Makefile.am): Make configmake.h depend on
5003         Makefile.  Otherwise, a stale configmake.h could hang around.
5004
5005 2006-08-29  Eric Blake  <ebb9@byu.net>
5006
5007         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5008         resolution of upstream bug 3044.
5009
5010 2006-08-29  Bruno Haible  <bruno@clisp.org>
5011
5012         * modules/localcharset (Depends-on): Add configmake.
5013         (Makefile.am): Remove setting of LIBDIR through DEFS.
5014
5015 2006-08-29  Bruno Haible  <bruno@clisp.org>
5016
5017         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5018         defined.
5019
5020 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5021
5022         * modules/fcntl: New file.
5023         * modules/chdir-safer (Depends-on): Add fcntl.
5024         * modules/fts: Likewise.
5025         * modules/mkdir-p: Likewise.
5026
5027         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5028         This undoes the most recent change, since we're now addressing the
5029         problem in a different way.
5030
5031         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5032         into output, since the output might be called Makefile.am even
5033         if $makefile_name is something different.
5034         (func_import): Use $makefile_am rather than
5035         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5036         empty.
5037
5038         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5039
5040 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5041
5042         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5043         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5044         recent change to stdint.m4, since we're now addressing the problem in a
5045         different way.
5046
5047 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5048
5049         * m4/fcntl_h.m4: New file.
5050
5051 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5052
5053         * lib/fcntl_.h: New file.
5054         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5055         the fcntl module.
5056         * lib/dirchownmod.c: Likewise.
5057         * lib/fts.c: Likewise.
5058
5059         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5060         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5061         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5062         just before including <inttypes.h>, to avoid circular inclusion.
5063
5064 2006-08-28  Jim Meyering  <jim@meyering.net>
5065
5066         * doc/visibility.texi: Actually read and correct the grammar of the
5067         sentence affected by yesterday's change.
5068
5069 2006-08-28  Eric Blake  <ebb9@byu.net>
5070
5071         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5072         needs wrapper.
5073
5074 2006-08-28  Eric Blake  <ebb9@byu.net>
5075
5076         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5077
5078 2006-08-28  Eric Blake  <ebb9@byu.net>
5079
5080         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5081
5082 2006-08-28  Bruno Haible  <bruno@clisp.org>
5083
5084         * modules/c-strstr: New file, from GNU gettext.
5085         * MODULES.html.sh (String handling): Add c-strstr.
5086
5087 2006-08-28  Bruno Haible  <bruno@clisp.org>
5088
5089         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5090         macros.
5091         Reported by Eric Blake.
5092
5093 2006-08-28  Bruno Haible  <bruno@clisp.org>
5094
5095         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5096         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5097         * lib/vasprintf.c: Include errno.h, limits.h.
5098         (EOVERFLOW): New fallback definition.
5099         (vasprintf): Test here whether the string length is > INT_MAX.
5100         * lib/vsnprintf.c: Include errno.h, limits.h.
5101         (EOVERFLOW): New fallback definition.
5102         (vsnprintf): Fix bug when generated string was too long for the buffer.
5103         Test here whether the string length is > INT_MAX.
5104
5105 2006-08-28  Bruno Haible  <bruno@clisp.org>
5106
5107         * lib/inttypes_.h (SCNX*): Remove definitions.
5108         Reported by Eric Blake.
5109
5110 2006-08-28  Bruno Haible  <bruno@clisp.org>
5111
5112         * lib/c-strstr.h: New file, from GNU gettext.
5113         * lib/c-strstr.c: New file, from GNU gettext.
5114
5115 2006-08-28  Bruno Haible  <bruno@clisp.org>
5116
5117         * gnulib-tool: Reorder some statements.
5118
5119 2006-08-28  Bruno Haible  <bruno@clisp.org>
5120
5121         * gnulib-tool: New option --makefile-name.
5122         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5123         $makefile_name.
5124         (func_import): Write $makefile_name to the cache file, and read it from
5125         there unless explicitly specified. Use $makefile_name as file name
5126         instead of Makefile.am. Adjust the recommendations accordingly.
5127
5128 2006-08-28  Bruno Haible  <bruno@clisp.org>
5129
5130         * gnulib-tool (func_verify_module): Check against misapplying patch.
5131
5132 2006-08-28  Bruno Haible  <bruno@clisp.org>
5133
5134         * gnulib-tool (func_relativize, func_relconcat): New functions.
5135         Give an error if --local-dir is given with --update.
5136         Remove trailing slashes from $local_gnulib_dir.
5137         (func_import): Store the relativized $local_gnulib_dir in
5138         gnulib-cache.m4, and read it from there if not specified explicitly.
5139
5140 2006-08-28  Bruno Haible  <bruno@clisp.org>
5141
5142         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5143         is the current directory. Respect also $local_gnulib_dir.
5144
5145 2006-08-28  Bruno Haible  <bruno@clisp.org>
5146             Simon Josefsson  <jas@extundo.com>
5147
5148         BeOS portability.
5149         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5150
5151 2006-08-27  Jim Meyering  <jim@meyering.net>
5152
5153         * doc/visibility.texi: Remove duplicate word: "pointer".
5154
5155 2006-08-26  Bruno Haible  <bruno@clisp.org>
5156
5157         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5158         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5159         (Makefile.am): Create inttypes.h from inttypes_.h.
5160         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5161
5162         * modules/imaxabs: New file.
5163
5164         * modules/imaxdiv: New file.
5165
5166 2006-08-26  Bruno Haible  <bruno@clisp.org>
5167
5168         * m4/inttypes.m4: New file.
5169         * m4/_inttypes_h.m4: Remove file.
5170         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5171         PRI_MACROS_BROKEN.
5172         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5173
5174         * m4/imaxabs.m4: New file.
5175
5176         * m4/imaxdiv.m4: New file.
5177
5178 2006-08-26  Bruno Haible  <bruno@clisp.org>
5179
5180         * lib/inttypes_.h: New file.
5181         * lib/inttypes.h: Remove file.
5182         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5183
5184         * lib/imaxabs.c: New file.
5185
5186         * lib/imaxdiv.c: New file.
5187
5188 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5189
5190         New config-h module, so that "make" output needn't be cluttered
5191         by -DHAVE_CONFIG_H.
5192         * MODULES.html.sh (Support for building libraries and executables):
5193         Add config-h.
5194         * modules/config-h: New file.
5195         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5196         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5197         the config-h module is used.
5198
5199         New configmake module, so that "make" output needn't be cluttered
5200         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5201         * MODULES.html.sh (Support for building libraries and executables):
5202         Add configmake.
5203         * modules/configmake: New file.
5204
5205 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5206
5207         * m4/config-h.m4: New file.
5208
5209 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5210
5211         * config/srclist.txt: Add elisp-comp.
5212
5213 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5214
5215         * MODULES.html.sh (Support for building libraries and executables):
5216         Add elisp-comp.
5217         * build-aux/elisp-comp: New file.
5218         * modules/elisp-comp: New file.
5219
5220 2006-08-24  Bruno Haible  <bruno@clisp.org>
5221
5222         * gnulib-tool (func_create_testdir): Use non-default values of
5223         sourcebase and m4base.
5224
5225 2006-08-24  Bruno Haible  <bruno@clisp.org>
5226
5227         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5228         HTML structure.
5229
5230 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5231
5232         * modules/openat (Depends-on): Add lchown.
5233
5234 2006-08-23  Bruno Haible  <bruno@clisp.org>
5235
5236         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5237         of gl_LOCK_EARLY instead of gl_LOCK.
5238
5239 2006-08-23  Bruno Haible  <bruno@clisp.org>
5240
5241         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5242         on OSF/1 to no.
5243         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5244
5245 2006-08-23  Bruno Haible  <bruno@clisp.org>
5246
5247         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5248         as unusable.
5249
5250         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5251         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5252         (gl_LOCK): New macro.
5253
5254 2006-08-22  Simon Josefsson  <jas@extundo.com>
5255
5256         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5257         to md5 module.
5258
5259 2006-08-22  Simon Josefsson  <jas@extundo.com>
5260
5261         * MODULES.html.sh: Add "Support for maintaining and release
5262         projects".
5263
5264         * build-aux/gnupload: New file, from coreutils.
5265
5266 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5267
5268         Avoid the need for AC_LIBSOURCES in m4 macros.
5269         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5270         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5271         * modules/check-version (EXTRA_DIST): Add check-version.h.
5272         * modules/crc (EXTRA_DIST): Add crc.h.
5273         * modules/des (EXTRA_DIST): Add des.h.
5274         * modules/gc (EXTRA_DIST): Add gc.h.
5275         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5276         * modules/getline (EXTRA_DIST): Add getline.h.
5277         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5278         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5279         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5280         * modules/md2 (EXTRA_DIST): Add md2.h.
5281         * modules/md4 (EXTRA_DIST): Add md4.h.
5282         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5283         * modules/read-file (EXTRA_DIST): Add read-file.h.
5284         * modules/readline (EXTRA_DIST): Add readline.h.
5285         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5286         rijndael-api-fst.h.
5287
5288 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5289
5290         * m4/rijndael.m4 (gl_ARCFOUR):
5291         * m4/arctwo.m4 (gl_ARCTWO):
5292         * m4/check-version.m4 (gl_CHECK_VERSION):
5293         * m4/crc.m4 (gl_CRC):
5294         * m4/des.m4 (gl_DES):
5295         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5296         * m4/gc.m4 (gl_GC):
5297         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5298         * m4/getline.m4 (gl_FUNC_GETLINE):
5299         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5300         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5301         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5302         * m4/md2.m4 (gl_MD2):
5303         * m4/md4.m4 (gl_MD4):
5304         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5305         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5306         * m4/readline.m4 (gl_FUNC_READLINE):
5307         * m4/rijndael.m4 (gl_RIJNDAEL):
5308         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5309         to get the necessary .h files and whatnot.
5310
5311 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5312
5313         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5314         gnulib rather than the other way around.
5315         * config/srclistvars.sh (COREUTILS): Remove.
5316
5317 2006-08-22  Jim Meyering  <jim@meyering.net>
5318
5319         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5320
5321         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5322
5323 2006-08-22  Eric Blake  <ebb9@byu.net>
5324
5325         * modules/regexprops-generic: New file.
5326         * MODULES.html.sh (Support for building documentation): List it.
5327
5328 2006-08-22  Eric Blake  <ebb9@byu.net>
5329
5330         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5331         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5332         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5333         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5334
5335 2006-08-22  Bruno Haible  <bruno@clisp.org>
5336
5337         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5338         and lib_LTLIBRARIES like the other lib_* variables.
5339
5340 2006-08-22  Bruno Haible  <bruno@clisp.org>
5341
5342         * build-aux/x-to-1.in: New file, from GNU gettext.
5343
5344 2006-08-22  Bruno Haible  <bruno@clisp.org>
5345
5346         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5347         <utmpx.h> exists.
5348
5349 2006-08-22  Bruno Haible  <bruno@clisp.org>
5350
5351         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5352         <utmpx.h> exists.
5353
5354 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5355
5356         BeOS portability.
5357         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5358         exist.
5359         Problem reported by Bruno Haible.
5360
5361 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5362
5363         Avoid the need for AC_LIBSOURCES in m4 macros.
5364         * modules/acl (EXTRA_DIST): Add acl.h.
5365         * modules/argmatch (Files): Add m4/argmatch.m4.
5366         (configure.ac): Add gl_ARGMATCH.
5367         (EXTRA_DIST): Renamed from lib_SOURCES, for
5368         consistency with the other modules.  Remove argmatch.c.
5369         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5370         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5371         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5372         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5373         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5374         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5375         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5376         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5377         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5378         * modules/closeout (EXTRA_DIST): Add closeout.h.
5379         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5380         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5381         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5382         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5383         dirname.h; remove basename.c and stripslash.c.
5384         * modules/exclude (EXTRA_DIST): Add exclude.h.
5385         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5386         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5387         * modules/file-type (EXTRA_DIST): Add file-type.h.
5388         * modules/filemode (EXTRA_DIST): Add filemode.h.
5389         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5390         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5391         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5392         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5393         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5394         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5395         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5396         * modules/getdate (EXTRA_DIST): Add getdate.c.
5397         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5398         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5399         * modules/getpass (EXTRA_DIST): Add getpass.h.
5400         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5401         * modules/group-member (EXTRA_DIST): Add group-member.h.
5402         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5403         * modules/hash (EXTRA_DIST): Add hash.h.
5404         * modules/human (EXTRA_DIST): Add human.h.
5405         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5406         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5407         * modules/lchown (EXTRA_DIST): Add lchown.h.
5408         * modules/long-options (EXTRA_DIST): Add long-options.h.
5409         * modules/lstat (EXTRA_DIST): Add lstat.h.
5410         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5411         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5412         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5413         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5414         * modules/memxor (EXTRA_DIST): Add memxor.h.
5415         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5416         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5417         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5418         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5419         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5420         * modules/physmem (EXTRA_DIST): Add physmem.h.
5421         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5422         * modules/posixver (EXTRA_DIST): Add posixver.h.
5423         * modules/quote (EXTRA_DIST): Add quote.h.
5424         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5425         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5426         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5427         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5428         regex_internal.h regexec.c.
5429         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5430         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5431         * modules/same (EXTRA_DIST): Add same.h.
5432         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5433         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5434         * modules/savedir (EXTRA_DIST): Add savedir.h.
5435         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5436         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5437         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5438         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5439         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5440         * modules/strdup (EXTRA_DIST): Add strdup.h.
5441         * modules/strftime (EXTRA_DIST): Add strftime.h.
5442         * modules/strndup (EXTRA_DIST): Add strndup.h.
5443         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5444         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5445         * modules/time_r (EXTRA_DIST): Add time_r.h.
5446         * modules/timespec (EXTRA_DIST): Add timespec.h.
5447         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5448         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5449         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5450         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5451         * modules/userspec (EXTRA_DIST): Add userspec.h.
5452         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5453         * modules/utimens (EXTRA_DIST): Add utimens.h.
5454         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5455         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5456         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5457         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5458         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5459         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5460         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5461         * modules/yesno (EXTRA_DIST): Add yesno.h.
5462
5463 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5464
5465         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5466
5467         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5468         * m4/dev-ino.m4, same-inode.m4: Remove.
5469
5470         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5471         * m4/acl.m4 (AC_FUNC_ACL):
5472         * m4/backupfile.m4 (gl_BACKUPFILE):
5473         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5474         * m4/canon-host.m4 (gl_CANON_HOST):
5475         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5476         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5477         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5478         * m4/cloexec.m4 (gl_CLOEXEC):
5479         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5480         * m4/closeout.m4 (gl_CLOSEOUT):
5481         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5482         * m4/dirname.m4 (gl_DIRNAME):
5483         * m4/exclude.m4 (gl_EXCLUDE):
5484         * m4/exitfail.m4 (gl_EXITFAIL):
5485         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5486         * m4/file-type.m4 (gl_FILE_TYPE):
5487         * m4/filemode.m4 (gl_FILEMODE):
5488         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5489         * m4/fpending.m4 (gl_FUNC_FPENDING):
5490         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5491         * m4/fts.m4 (gl_FUNC_FTS):
5492         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5493         * m4/getdate.m4 (gl_GETDATE):
5494         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5495         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5496         * m4/getpass.m4 (gl_FUNC_GETPASS):
5497         * m4/gettime.m4 (gl_GETTIME):
5498         * m4/getugroups.m4 (gl_GETUGROUPS):
5499         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5500         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5501         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5502         * m4/hash.m4 (gl_HASH):
5503         * m4/idcache.m4 (gl_IDCACHE):
5504         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5505         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5506         * m4/long-options.m4 (gl_LONG_OPTIONS):
5507         * m4/lstat.m4 (gl_FUNC_LSTAT):
5508         * m4/md5.m4 (gl_MD5):
5509         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5510         * m4/memcoll.m4 (gl_MEMCOLL):
5511         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5512         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5513         * m4/memxor.m4 (gl_MEMXOR):
5514         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5515         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5516         * m4/modechange.m4 (gl_MODECHANGE):
5517         * m4/mountlist.m4 (gl_MOUNTLIST):
5518         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5519         * m4/openat.m4 (gl_FUNC_OPENAT):
5520         * m4/pathmax.m4 (gl_PATHMAX):
5521         * m4/physmem.m4 (gl_PHYSMEM):
5522         * m4/posixtm.m4 (gl_POSIXTM):
5523         * m4/posixver.m4 (gl_POSIXVER):
5524         * m4/quote.m4 (gl_QUOTE):
5525         * m4/quotearg.m4 (gl_QUOTEARG):
5526         * m4/readtokens.m4 (gl_READTOKENS):
5527         * m4/readutmp.m4 (gl_READUTMP):
5528         * m4/regex.m4 (gl_REGEX):
5529         * m4/safe-read.m4 (gl_SAFE_READ):
5530         * m4/safe-write.m4 (gl_SAFE_WRITE):
5531         * m4/same.m4 (gl_SAME):
5532         * m4/save-cwd.m4 (gl_SAVE_CWD):
5533         * m4/savedir.m4 (gl_SAVEDIR):
5534         * m4/settime.m4 (gl_SETTIME):
5535         * m4/sha1.m4 (gl_SHA1):
5536         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5537         * m4/stat-macros.m4 (gl_STAT_MACROS):
5538         * m4/stat-time.m4 (gl_STAT_TIME):
5539         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5540         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5541         * m4/strdup.m4 (gl_FUNC_STRDUP):
5542         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5543         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5544         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5545         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5546         * m4/time_r.m4 (gl_TIME_R):
5547         * m4/timespec.m4 (gl_TIMESPEC):
5548         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5549         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5550         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5551         * m4/userspec.m4 (gl_USERSPEC):
5552         * m4/utimecmp.m4 (gl_UTIMECMP):
5553         * m4/utimens.m4 (gl_UTIMENS):
5554         * m4/xalloc.m4 (gl_XALLOC):
5555         * m4/xgetcwd.m4 (gl_XGETCWD):
5556         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5557         * m4/xreadlink.m4 (gl_XREADLINK):
5558         * m4/xstrtod.m4 (gl_XSTRTOD):
5559         * m4/yesno.m4 (gl_YESNO):
5560         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5561         to get the necessary .h files and whatnot.
5562
5563 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5564             Bruno Haible  <bruno@clisp.org>
5565
5566         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5567         /bin/sh understanding of '!' conditional negation.
5568
5569 2006-08-21  Jim Meyering  <jim@meyering.net>
5570
5571         * modules/openat (Depends-on): Really alphabetize.
5572
5573         * modules/acl (Depends-on): Add error and quote.
5574
5575         * check-module (find_included_lib_files): Add at-func.c to the
5576         ok-to-include-more-than-once white list.
5577
5578         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5579
5580 2006-08-21  Bruno Haible  <bruno@clisp.org>
5581
5582         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5583         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5584         Reported by Martin Lambers <marlam@marlam.de>.
5585
5586 2006-08-21  Bruno Haible  <bruno@clisp.org>
5587
5588         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5589         specify an installation location, don't emit a noinst_LIBRARIES or
5590         noinst_LTLIBRARIES assignment.
5591
5592 2006-08-21  Bruno Haible  <bruno@clisp.org>
5593
5594         BeOS portability.
5595         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5596         BeOS has mbrtowc() but no <wctype.h>.
5597
5598 2006-08-21  Bruno Haible  <bruno@clisp.org>
5599
5600         BeOS portability.
5601         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5602         exist.
5603
5604 2006-08-21  Bruno Haible  <bruno@clisp.org>
5605
5606         BeOS portability.
5607         * lib/mbchar.h: Include <wctype.h> only if it exists.
5608
5609 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5610
5611         Remove files that are no longer needed by their respective modules.
5612         * m4/obstack.m4: Remove.
5613         * m4/strerror_r.m4: Remove.
5614         * m4/uint32_t.m4: Remove.
5615         * m4/uintptr_t.m4: Remove.
5616         * m4/ullong_max.m4: Remove.
5617         * m4/xstrtoimax.m4: Remove.
5618         * m4/xstrtoumax.m4: Remove.
5619
5620         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5621         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5622         dependencies now capture this.
5623
5624         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5625         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5626         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5627         * m4/human.m4 (gl_HUMAN): Likewise.
5628         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5629         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5630
5631         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5632
5633         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5634         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5635         stdint.
5636         * m4/human.m4 (gl_HUMAN): Likewise.
5637         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5638         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5639         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5640         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5641         * m4/xstrtol (gl_XSTRTOL): Likewise.
5642
5643         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5644         AC_TYPE_LONG_LONG_INT.
5645         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5646         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5647         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5648         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5649
5650         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5651         on stdbool.
5652
5653         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5654         (gl_PREREQ_XSTRTOUL): Remove.
5655
5656         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5657
5658         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5659         mode.
5660
5661 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5662
5663         Add and change modules to make it easier for coreutils to use
5664         gnulib-tool.
5665         * modules/backupfile (Files): Remove m4/d-ino.m4.
5666         (Depends-on): Add d-ino.
5667         * modules/cycle-check (Depends-on): Add stdint.
5668         (lib_SOURCES): Add cycle-check.h.
5669         * modules/d-ino: New module.
5670         * modules/d-type: New module.
5671         * modules/error (Files): Remove m4/strerror_r.m4.
5672         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5673         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5674         m4/inttypes_h.m4, m4/uintmax_t.m4.
5675         (Depends-on): Add stdint.
5676         (lib_SOURCES): Add fsusage.h.
5677         * modules/getcwd (Files): Remove d-ino.m4.
5678         (Depends-on): Add d-ino.
5679         * modules/getndelim2 (Depends-on): Add stdint.
5680         * modules/glob (Files): Remove m4/d-type.m4.
5681         (Depends-on): Add d-type.
5682         * modules/host-os: New module.
5683         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5684         m4/inttypes_h.m4, m4/uintmax_t.m4.
5685         * Depends-on: Add stdint.
5686         (lib_SOURCES): Add human.h.
5687         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5688         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5689         m4/uintmax_t.m4, m4/ulonglong.m4.
5690         (Depends-on): Add stdint.
5691         (EXTRA_DIST): Add inttostr.h.
5692         * modules/lchmod: New module.
5693         * modules/link-follow: New module.
5694         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5695         (Depends-on): Add lchmod.
5696         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5697         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5698         (Depends-on): Add stdint.
5699         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5700         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5701         (Depends-on): Add stdint.
5702         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5703         * modules/perl: New module.
5704         * modules/regex (Depends-on): Add stdint.
5705         * modules/rmdir-errno: New module.
5706         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5707         m4/intmax_t.m4.
5708         (Depends-on): Add stdint.
5709         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5710         m4/uintmax_t.m4.
5711         (Depends-on): Add stdint.
5712         * modules/unlink-busy: New module.
5713         * modules/utimecmp (Depends-on): Add stdint.
5714         * modules/uptime: New module.
5715         * modules/winsz-ioctl: New module.
5716         * modules/winsz-termios: New module.
5717         * modules/xnanosleep (Depends-on): Add nanosleep.
5718         * modules/ullong_max: Remove.
5719         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5720         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5721         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5722         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5723         (Depends-on): Add inttypes.
5724         (lib_SOURCES): Add xstrtol.h.
5725         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5726         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5727         * MODULES.html.sh: Move 'assert' into the assert section.
5728         Move 'dummy' into the linking section.
5729         Remove ullong_max.
5730         Add section for compatibility checks for POSIX:2001 functions,
5731         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5732         winsz-ioctl, and winsz-termios into it.
5733         Add lchmod.
5734         Add top-level Misc section and put host-os, perl, and uptime
5735         into it.
5736
5737 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5738
5739         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5740         now assume the stdint module.  Do not include inttypes.h.
5741         * lib/fsusage.h: Likewise.
5742         * lib/getndelim2.c: Likewise.
5743         * lib/human.h: Likewise.
5744         * lib/inttostr.h: Likewise.
5745         * lib/obstack.c: Likewise.
5746         * lib/regex_internal.h: Likewise.
5747         * lib/tempname.c: Likewise.
5748         * lib/utimecmp.c: Likewise.
5749         * lib/xstrtol.h: Likewise.
5750
5751         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5752
5753         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5754         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5755         * lib/xtime.h: Likewise.
5756
5757 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5758
5759         * modules/openat (Files): Add lib/fchmodat.c.
5760         Fixes problem reported by Jay Youngman.
5761
5762 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5763
5764         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5765         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5766
5767 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5768             Bruno Haible  <bruno@clisp.org>
5769
5770         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5771         and is a script that invokes bison. Tighten the code. Add comments.
5772
5773 2006-08-18  Jim Meyering  <jim@meyering.net>
5774
5775         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5776         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5777         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5778         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5779
5780 2006-08-18  Bruno Haible  <bruno@clisp.org>
5781
5782         * modules/bison-i18n: New file.
5783         * MODULES.html.sh (Internationalization functions): Add it.
5784
5785 2006-08-18  Bruno Haible  <bruno@clisp.org>
5786
5787         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5788         sys/statvfs.h. When getmntinfo was found, check its declaration and
5789         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5790
5791 2006-08-18  Bruno Haible  <bruno@clisp.org>
5792
5793         * m4/bison-i18n.m4: New file, from bison.
5794
5795 2006-08-18  Bruno Haible  <bruno@clisp.org>
5796
5797         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5798         (ME_DUMMY): Treat "kernfs" as a dummy.
5799         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5800
5801 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5802
5803         Update from coreutils.
5804
5805         2006-08-15  Jim Meyering  <jim@meyering.net>
5806
5807         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5808
5809         2006-01-17  Jim Meyering  <jim@meyering.net>
5810
5811         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5812
5813         2006-01-11  Jim Meyering  <jim@meyering.net>
5814
5815         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5816         Check for the lchmod function.
5817
5818 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5819
5820         Update from coreutils.
5821
5822         * lib/__fpending.h: Add copyright notice.
5823         * lib/fprintftime.h: Likewise.
5824         * lib/savedir.c: Use (C) in copyright notice.
5825         * lib/savedir.h: Likewise.
5826
5827         2006-08-15  Jim Meyering  <jim@meyering.net>
5828
5829         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5830         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5831         in support of the EXPECTED_ERRNO macro.
5832         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5833         definitions.  Instead, define the appropriate symbols and include
5834         "at-func.c".
5835         * lib/mkdirat.c (mkdirat): Likewise.
5836         * lib/fchmodat.c (fchmodat): Likewise.
5837         (ENOSYS): Remove definition.
5838         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5839         it.  Don't include "unistd--.h" -- it wasn't ever used.
5840
5841         2006-01-17  Jim Meyering  <jim@meyering.net>
5842
5843         Rewrite fts.c not to change the current working directory,
5844         by using openat, fstatat, fdopendir, etc..
5845
5846         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5847         (HAVE_OPENAT_SUPPORT): Define.
5848         [_LIBC] (fchdir): Don't undef or define; no longer used.
5849         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5850         Now, this `function' always succeeds, and consumes its file descriptor
5851         parameter -- so callers must not close such FDs.  Update callers.
5852         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5853         (diropen): Add parameter, SP.  Adjust all callers.
5854         Implement using diropen_fd, rather than open.
5855         (fts_open): Initialize new member, fts_cwd_fd.
5856         Remove fts_rft-setting code.
5857         (fts_close): Close fts_cwd_fd, if necessary.
5858         (__opendir2): Define in terms of opendir or opendirat,
5859         depending on whether the FST_NOCHDIR flag is set.
5860         (fts_build): Since fts_safe_changedir consumes its FD, and since
5861         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5862         and close the dup'd file descriptor upon failure.
5863         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5864         (fts_safe_changedir): Tweak semantics to reflect that this function
5865         now calls cwd_advance_fd and hence consumes its FD argument.
5866         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5867         [struct FTS] (fts_rft): Remove now-unused member.
5868         [struct FTS] (fts_cycle.state): Improve comment.
5869
5870         * lib/openat.c (openat_needs_fchdir): New function.
5871         * lib/openat.h (openat_needs_fchdir): Declare it.
5872
5873 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5874
5875         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5876         Problem and fix reported by Pádraig Brady in
5877         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5878
5879 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5880
5881         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5882
5883 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5884
5885         * lib/memcoll.c (memcoll): Optimize for the common case where the
5886         arguments are bytewise equal.
5887
5888 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5889
5890         * doc/regexprops-generic.texi: Add a copyright notice.
5891
5892 2006-08-15  Bruno Haible  <bruno@clisp.org>
5893
5894         * modules/tmpdir (License): Change to LGPL.
5895
5896 2006-08-15  Bruno Haible  <bruno@clisp.org>
5897
5898         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5899         module.
5900
5901 2006-08-14  Simon Josefsson  <jas@extundo.com>
5902
5903         * config/srclist.txt: Add gnupload.
5904
5905 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5906
5907         Change copyright notice from LGPL 2 to GPL 2, since that's the
5908         standard form used in the gnulib repository.
5909         * tests/test-lock.c: Likewise.
5910         * tests/test-stdint.c: Likewise.
5911         * tests/test-tls.c: Likewise.
5912
5913         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5914         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5915         Add copyright notice.
5916
5917         * check-module: Add copyright notice.  Output a copyright
5918         notice if "--version" is specified.
5919         * modules/COPYING: New file.
5920         * tests/test-getaddrinfo.c: Add copyright notice.
5921         * tests/test-verify.c: Likewise.
5922
5923 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5924
5925         Change copyright notice from LGPL 2 to GPL 2, since that's the
5926         standard form used in the gnulib repository.
5927         * lib/lock.c: LGPL -> GPL.
5928         * lib/lock.h: Likewise.
5929         * lib/strnlen1.c: Likewise.
5930         * lib/strnlen1.h: Likewise.
5931         * lib/tls.c: Likewise.
5932         * lib/tls.h: Likewise.
5933         * lib/tmpdir.c: Likewise.
5934
5935         * lib/TODO: Remove; this belongs only in coreutils.
5936
5937 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5938
5939         Add copyright notices to long-enough files that lack them, since
5940         otherwise the files aren't clearly free.  Use the same notice that
5941         getdate.texi already uses.
5942         * doc/alloca-opt.texi: Add copyright notice.
5943         * doc/alloca.texi: Likewise.
5944         * doc/ctime.texi: Likewise.
5945         * doc/functions.texi: Likewise.
5946         * doc/gcd.texi: Likewise.
5947         * doc/gnulib-tool.texi: Likewise.
5948         * doc/inet_ntoa.texi: Likewise.
5949         * doc/visibility.texi: Likewise.
5950
5951         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5952         * doc/quote.texi: Add copyright notice.
5953
5954         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5955         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5956         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5957         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5958         is now obsolete, and give a pointer to the Sun list.
5959         Add copyright notice.
5960
5961 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5962
5963         * config/srclistvars.sh: Add copyright notice.
5964
5965 2006-08-14  Eric Blake  <ebb9@byu.net>
5966
5967         Import the following change from libc:
5968
5969         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5970
5971         Upstream bug 2997.
5972         * lib/misc/error.c: Add space between program name and message if file
5973         name is missing.
5974
5975 2006-08-12  Karl Berry  <karl@gnu.org>
5976
5977         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5978         remove, these originate in gnulib now.
5979
5980 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5981
5982         * doc/Makefile (standards.info standards.html standards.dvi):
5983         Also depend on make-stds.texi.
5984
5985 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5986
5987         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5988         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5989
5990         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5991         in wchar_t.  Problem reported by Eric Blake.
5992
5993         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5994         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5995         Also, help the compiler to keep LEN in a register.
5996
5997 2006-08-11  Eric Blake  <ebb9@byu.net>
5998
5999         * users.txt: Sort.  Add tar.
6000
6001 2006-08-11  Bruno Haible  <bruno@clisp.org>
6002
6003         * users.txt: New file.
6004
6005 2006-08-11  Bruno Haible  <bruno@clisp.org>
6006
6007         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6008         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6009
6010 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6011
6012         * modules/snprintf (Depends-on): Remove minmax.
6013         (Maintainer): Add self and Bruno.
6014
6015 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6016
6017         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6018         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6019         (EOVERFLOW): Define if the system does not.
6020         Do not include "minmax.h"; it wasn't used.
6021         (snprintf): Don't assume size_t promotes to an unsigned type.
6022         Fix bug when generated string was too long for the buffer: the
6023         buffer's contents are supposed to be the initial prefix of the
6024         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6025         exceeds INT_MAX; do the check ourselves.
6026
6027         Import the following changes from libc:
6028
6029         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6030
6031         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6032         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6033         set wc to the byte which couldn't be converted.
6034         (re_string_reconstruct): Don't clear valid_raw_len before calling
6035         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6036         tip_context using re_string_context_at.
6037
6038         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6039
6040         * lib/posix/regex.h: g++ still cannot handled [restrict].
6041
6042         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6043
6044         * lib/posix/regex.h: Remove special handling for VMS.
6045
6046 2006-08-10  Jim Meyering  <jim@meyering.net>
6047
6048         * modules/same-inode: New module.
6049         * modules/dev-ino: New module.
6050         * modules/cycle-check: Depend on these modules, rather than simply
6051         including their .h files.
6052         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6053         required via m4/cycle-check.m4.
6054         * modules/same: Depend on new same-inode module, rather than
6055         including same-inode.h.
6056         * modules/chdir-safer: New file.
6057
6058         * modules/chown (Depends-on): Add stat-macros.
6059
6060 2006-08-10  Jim Meyering  <jim@meyering.net>
6061
6062         * m4/cycle-check.m4: New file.
6063         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6064         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6065
6066 2006-08-10  Eric Blake  <ebb9@byu.net>
6067
6068         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6069         in from original proposal.
6070
6071 2006-08-10  Eric Blake  <ebb9@byu.net>
6072         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6073
6074         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6075         namespace.
6076
6077 2006-08-10  Bruno Haible  <bruno@clisp.org>
6078
6079         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6080         as well.
6081
6082 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6083
6084         Sync from coreutils.
6085
6086         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6087
6088         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6089         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6090
6091 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6092
6093         * modules/restrict: Remove; no longer needed now that we assume
6094         Autoconf 2.59 or later.
6095         * MODULES.html.sh: Remove 'restrict'.
6096         * modules/argp (Depends-on): Remove 'restrict'.
6097         * modules/base64 (Depends-on): Likewise.
6098         * modules/gc (Depends-on): Likewise.
6099         * modules/getaddrinfo (Depends-on): Likewise.
6100         * modules/glob (Depends-on): Likewise.
6101         * modules/inet_ntop (Depends-on): Likewise.
6102         * modules/inet_pton (Depends-on): Likewise.
6103         * modules/memxor (Depends-on): Likewise.
6104         * modules/regex (Depends-on): Likewise.
6105         * modules/strtok_r (Depends-on): Likewise.
6106         * modules/time_r (Depends-on): Likewise.
6107
6108 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6109
6110         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6111         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6112         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6113         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6114         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6115         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6116         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6117         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6118
6119         Merge from coreutils.
6120         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6121         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6122         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6123         * m4/time_r.m4 (gl_TIME_R): Likewise.
6124
6125 2006-08-09  Karl Berry  <karl@gnu.org>
6126
6127         * config/srclist.txt: no more gettext-tools, per Bruno.
6128
6129 2006-08-08  Eric Blake  <ebb9@byu.net>
6130
6131         * modules/verror: New module.
6132         * MODULES.html.sh: Document it.
6133
6134 2006-08-08  Eric Blake  <ebb9@byu.net>
6135
6136         * lib/verror.h, lib/verror.c: New files.
6137
6138 2006-08-08  Eric Blake  <ebb9@byu.net>
6139
6140         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6141         verror_at_line output complies with GNU Coding Standards even when
6142         file is NULL.
6143
6144 2006-08-07  Bruno Haible  <bruno@clisp.org>
6145
6146         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6147         versions of AIX.
6148         Reported by Ralf Wildenhues.
6149
6150 2006-08-07  Bruno Haible  <bruno@clisp.org>
6151
6152         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6153         in an AC_DEFUN. Needed so that the autoconf snippets can use
6154         AC_REQUIRE.
6155
6156 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6157
6158         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6159         Initialize pkgdata_DATA.
6160         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6161         overriding it.
6162
6163 2006-08-06  Eric Blake  <ebb9@byu.net>
6164
6165         * lib/error.h: Fold in some upstream changes from glibc.
6166         * lib/error.c: Likewise.
6167
6168 2006-08-04  Bruno Haible  <bruno@clisp.org>
6169
6170         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6171         Make the mostlyclean-local rule depend on mostlyclean-generic.
6172         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6173
6174 2006-07-31  Bruno Haible  <bruno@clisp.org>
6175
6176         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6177         <stdlib.h>, <string.h>.
6178
6179 2006-07-30  Bruno Haible  <bruno@clisp.org>
6180
6181         * modules/readlink (License): Change to LGPL.
6182
6183 2006-07-30  Bruno Haible  <bruno@clisp.org>
6184
6185         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6186         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6187         set PKGDATADIR to point to it.
6188
6189 2006-07-30  Bruno Haible  <bruno@clisp.org>
6190
6191         * modules/csharpexec (configure.ac): Comment out macro invocation.
6192         * modules/javaexec (configure.ac): Likewise.
6193         * modules/javacomp-script (configure.ac): Likewise.
6194
6195         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6196
6197 2006-07-30  Bruno Haible  <bruno@clisp.org>
6198
6199         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6200         linked-list.
6201
6202 2006-07-30  Bruno Haible  <bruno@clisp.org>
6203
6204         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6205
6206 2006-07-30  Bruno Haible  <bruno@clisp.org>
6207
6208         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6209         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6210         get removed.
6211
6212 2006-07-29  Bruno Haible  <bruno@clisp.org>
6213
6214         Make it possible for gnulib-tool to work with locally modified or
6215         augmented gnulib repositories.
6216         * gnulib-tool (func_usage): Document --local-dir option.
6217         (local_gnulib_dir): New variable.
6218         Handle --local-dir option.
6219         (func_lookup_file): New function.
6220         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6221         (func_get_description, func_get_filelist, func_get_description,
6222         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6223         func_get_automake_snippet, func_get_include_directive,
6224         func_get_license, func_get_maintainer): Use func_lookup_file.
6225         (func_import, func_create_testdir): Use func_lookup_file.
6226
6227 2006-07-29  Bruno Haible  <bruno@clisp.org>
6228
6229         * modules/setenv (Depends-on): Add unistd.
6230
6231 2006-07-29  Bruno Haible  <bruno@clisp.org>
6232
6233         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6234
6235 2006-07-29  Bruno Haible  <bruno@clisp.org>
6236
6237         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6238
6239 2006-07-29  Bruno Haible  <bruno@clisp.org>
6240
6241         * gnulib-tool (import, update): If there is no Makefile.am, look at
6242         aclocal.m4, instead of bailing out.
6243
6244 2006-07-29  Bruno Haible  <bruno@clisp.org>
6245
6246         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6247         Categorize the options by when they are useful.
6248
6249 2006-07-29  Bruno Haible  <bruno@clisp.org>
6250
6251         * gnulib-tool (func_usage): Document option --no-libtool.
6252         Handle option --no-libtool.
6253         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6254         for changed semantics of $libtool variable.
6255         (func_import): Likewise. If libtool is not used, show this through
6256         an option --no-libtool.
6257         (func_create_testdir): Update.
6258
6259 2006-07-29  Bruno Haible  <bruno@clisp.org>
6260
6261         * gnulib-tool (func_import): Extend error message about missing
6262         --doc-base.
6263
6264 2006-07-29  Bruno Haible  <bruno@clisp.org>
6265
6266         * gnulib-tool (func_import): Don't create the $docbase directory if
6267         there is no file to store there.
6268
6269 2006-07-29  Bruno Haible  <bruno@clisp.org>
6270
6271         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6272         relevant, look for configure.ac there, not in the current directory.
6273         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6274
6275 2006-07-29  Bruno Haible  <bruno@clisp.org>
6276
6277         * gnulib-tool (SORT): New variable.
6278         (func_usage): Undocument --assume-autoconf option.
6279         Remove --assume-autoconf option handling.
6280         (autoconf_minversion): Determine from the contents of configure.ac.
6281         (func_import): Remove autoconf_minversion handling.
6282         Suggested by Eric Blake.
6283
6284 2006-07-29  Bruno Haible  <bruno@clisp.org>
6285
6286         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6287
6288 2006-07-29  Bruno Haible  <bruno@clisp.org>
6289
6290         * config/srclist.txt (*setenv.[ch]): Remove rules.
6291
6292 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6293
6294         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6295
6296 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6297
6298         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6299         arpa/inet.h.
6300
6301 2006-07-28  Simon Josefsson  <jas@extundo.com>
6302
6303         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6304         * modules/inet_pton (Depends-on): Likewise.
6305
6306 2006-07-28  Simon Josefsson  <jas@extundo.com>
6307
6308         * m4/netinet_in_h.m4: New file.
6309
6310 2006-07-28  Simon Josefsson  <jas@extundo.com>
6311
6312         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6313         #include's.
6314
6315 2006-07-28  Simon Josefsson  <jas@extundo.com>
6316
6317         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6318         #include's.
6319
6320 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6321
6322         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6323         setgid on directories only if they set these bits.
6324         * lib/modechange.h: Remove obsolete comment about masks.
6325
6326 2006-07-28  Eric Blake  <ebb9@byu.net>
6327
6328         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6329         macro expansion.
6330
6331 2006-07-28  Bruno Haible  <bruno@clisp.org>
6332
6333         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6334
6335 2006-07-28  Bruno Haible  <bruno@clisp.org>
6336
6337         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6338
6339 2006-07-28  Bruno Haible  <bruno@clisp.org>
6340
6341         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6342         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6343         Define fallbacks.
6344         Avoids link error on FreeBSD 4.x.
6345         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6346
6347         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6348         encoding.
6349         * lib/mbswidth.c (iswcntrl): Likewise.
6350
6351 2006-07-27  Bruno Haible  <bruno@clisp.org>
6352
6353         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6354         test.
6355
6356 2006-07-27  Bruno Haible  <bruno@clisp.org>
6357
6358         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6359         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6360         defined.
6361
6362 2006-07-26  Eric Blake  <ebb9@byu.net>
6363
6364         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6365
6366 2006-07-26  Eric Blake  <ebb9@byu.net>
6367
6368         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6369         like mingw that lack mkstemp.
6370         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6371         avoid compilation warning on mingw.
6372
6373 2006-07-26  Bruno Haible  <bruno@clisp.org>
6374
6375         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6376         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6377         INT_FAST*_MIN, INTPTR_MIN.
6378
6379 2006-07-25  Bruno Haible  <bruno@clisp.org>
6380
6381         * modules/version-etc (Depends-on): Add stdarg.
6382
6383 2006-07-25  Bruno Haible  <bruno@clisp.org>
6384
6385         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6386         complex commands.
6387
6388 2006-07-25  Bruno Haible  <bruno@clisp.org>
6389
6390         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6391         defined in <stdarg.h> or config.h.
6392
6393 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6394
6395         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6396         (gl_STDIO_SAFER): Remove.
6397
6398 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6399
6400         * MODULES.html.sh (File stream based Input/Output):
6401         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6402         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6403         * modules/fopen-safer, modules/tmpfile-safer: New files.
6404         * modules/stdio-safer: Remove.
6405
6406 2006-07-24  Bruno Haible  <bruno@clisp.org>
6407
6408         * modules/tmpdir: New file.
6409         * MODULES.html.sh (File system functions): Add it.
6410
6411 2006-07-24  Bruno Haible  <bruno@clisp.org>
6412
6413         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6414         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6415
6416 2006-07-24  Bruno Haible  <bruno@clisp.org>
6417
6418         * modules/clean-temp: New file.
6419
6420 2006-07-24  Bruno Haible  <bruno@clisp.org>
6421
6422         * m4/tmpdir.m4: New file, from GNU gettext.
6423
6424 2006-07-24  Bruno Haible  <bruno@clisp.org>
6425
6426         * lib/tmpdir.h: New file, from GNU gettext.
6427         * lib/tmpdir.c: New file, from GNU gettext.
6428
6429 2006-07-24  Bruno Haible  <bruno@clisp.org>
6430
6431         * lib/clean-temp.h: New file, from GNU gettext.
6432         * lib/clean-temp.c: New file, from GNU gettext.
6433
6434 2006-07-23  Eric Blake  <ebb9@byu.net>
6435
6436         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6437         (Depends-on): Add binary-io.
6438
6439 2006-07-23  Eric Blake  <ebb9@byu.net>
6440
6441         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6442
6443 2006-07-23  Eric Blake  <ebb9@byu.net>
6444
6445         * lib/tmpfile-safer.c: New file.
6446         * lib/stdio-safer.h (fopen_safer): Add prototype.
6447         * lib/stdio--.h (tmpfile): Make safer.
6448
6449 2006-07-23  Bruno Haible  <bruno@clisp.org>
6450
6451         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6452         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6453         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6454         gl_linked_remove_at): Use it.
6455
6456 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6457         and Simon Josefsson <jas@extundo.com>
6458
6459         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6460
6461         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6462
6463 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6464
6465         * modules/close-stream: New file.
6466         * modules/closeout (Description): Make it clear that it exits
6467         with a diagnostic on error.
6468         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6469         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6470
6471 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6472
6473         * m4/close-stream.m4: New file.
6474
6475 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6476
6477         * lib/close-stream.c, lib/close-stream.h: New files.
6478
6479 2006-07-22  Bruno Haible  <bruno@clisp.org>
6480
6481         Merge from GNU gettext 0.15.
6482
6483         2006-05-01  Bruno Haible  <bruno@clisp.org>
6484
6485                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6486
6487         2006-07-22  Bruno Haible  <bruno@clisp.org>
6488
6489                 * modules/javaversion: New file.
6490                 * MODULES.html.sh (Java): Add javaversion.
6491
6492         2006-03-12  Bruno Haible  <bruno@clisp.org>
6493
6494                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6495
6496         2005-12-04  Bruno Haible  <bruno@clisp.org>
6497
6498                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6499                 (untested).
6500
6501         2006-06-21  Bruno Haible  <bruno@clisp.org>
6502
6503                 Avoid warnings from recent versions of mcs.
6504                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6505                 -o, -L, -r any more. Use options documented since mcs-1.0
6506                 instead. Similarly for -g.
6507
6508         2005-12-04  Bruno Haible  <bruno@clisp.org>
6509
6510                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6511                 .resources, not .resource.
6512
6513         2005-07-09  Bruno Haible  <bruno@clisp.org>
6514
6515                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6516                 add a .dll suffix.
6517                 Reported by Mark Junker <mjscod@gmx.de>.
6518
6519         2006-07-22  Bruno Haible  <bruno@clisp.org>
6520
6521                 * modules/gettext: Upgrade to gettext-0.15.
6522                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6523                 m4/visibility.m4.
6524                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6525
6526 2006-07-22  Bruno Haible  <bruno@clisp.org>
6527
6528         Merge from GNU gettext 0.15.
6529
6530         2006-03-25  Bruno Haible  <bruno@clisp.org>
6531
6532                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6533
6534         2006-07-21  Bruno Haible  <bruno@clisp.org>
6535
6536                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6537                 "1.1".
6538
6539         2006-05-09  Bruno Haible  <bruno@clisp.org>
6540
6541                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6542                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6543                 for the conftestver execution.
6544
6545         2006-05-01  Bruno Haible  <bruno@clisp.org>
6546
6547                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6548                 optional target-version argument. Verify that the compiler
6549                 groks source of the specified source-version, or add -source
6550                 option as necessary. Verify that the compiler produces
6551                 bytecode in the specified target-version, or add -target and
6552                 -source options as necessary. Make the result of the test
6553                 available as variable CONF_JAVAC. Also log error output in
6554                 config.log.
6555
6556         2006-03-11  Bruno Haible  <bruno@clisp.org>
6557
6558                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6559
6560         2006-05-09  Bruno Haible  <bruno@clisp.org>
6561
6562                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6563                 CLASSPATH_SEPARATOR to a semicolon.
6564
6565         2006-03-12  Bruno Haible  <bruno@clisp.org>
6566
6567                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6568                 available as variable CONF_JAVA, for subsequent autoconf
6569                 tests. Also log error output in config.log.
6570
6571         2006-07-19  Bruno Haible  <bruno@clisp.org>
6572
6573                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6574                 that getline works on glibc2 systems. Needed to avoid trouble
6575                 in relocatable.c.
6576                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6577
6578         2005-12-04  Bruno Haible  <bruno@clisp.org>
6579
6580                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6581                 launcher (untested).
6582
6583         2005-12-04  Bruno Haible  <bruno@clisp.org>
6584
6585                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6586
6587         2006-07-22  Bruno Haible  <bruno@clisp.org>
6588
6589                 * gettext.m4: Update from GNU gettext-0.15.
6590                 * nls.m4: Likewise.
6591                 * po.m4: Likewise.
6592                 * inttypes-pri.m4: Likewise.
6593                 * inttypes-h.m4: Renamed from inttypes.m4.
6594                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6595
6596 2006-07-22  Bruno Haible  <bruno@clisp.org>
6597
6598         Merge from GNU gettext 0.15.
6599
6600         2005-07-05  Bruno Haible  <bruno@clisp.org>
6601
6602                 * printf-args.c (printf_fetchargs): Work around broken
6603                 definition of wint_t on mingw.
6604
6605         2005-02-12  Bruno Haible  <bruno@clisp.org>
6606
6607                 * xallocsa.h: Add extern "C" for C++.
6608
6609         2006-05-17  Bruno Haible  <bruno@clisp.org>
6610
6611                 Cygwin portability.
6612                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6613
6614         2006-04-30  Bruno Haible  <bruno@clisp.org>
6615
6616                 * progreloc.c: Include <mach-o/dyld.h> if available.
6617                 (find_executable): Use _NSGetExecutablePath when possible.
6618
6619         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6620
6621                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6622                 function.
6623
6624         2005-12-29  Bruno Haible  <bruno@clisp.org>
6625
6626                 * progreloc.c (set_program_name_and_installdir): Fix
6627                 compilation error.
6628
6629         2005-12-04  Bruno Haible  <bruno@clisp.org>
6630
6631                 Cygwin portability.
6632                 * progreloc.c: Include <windows.h> also on Cygwin.
6633                 (find_executable): Add support for Cygwin.
6634                 (set_program_name_and_installdir): Handle also platforms with
6635                 nonempty EXEEXT.
6636
6637         2006-07-11  Bruno Haible  <bruno@clisp.org>
6638
6639                 * javacomp.c: Fix a comment.
6640                 Reported by Jim Meyering.
6641
6642         2006-04-30  Bruno Haible  <bruno@clisp.org>
6643
6644                 * javacomp.h (compile_java_class): Add source_version,
6645                 target_version arguments.
6646                 * javacomp.c: Rewritten to choose only a compiler that
6647                 respects the specified source_version and target_version.
6648
6649         2006-06-27  Bruno Haible  <bruno@clisp.org>
6650
6651                 Assume correct S_ISDIR macro.
6652                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6653
6654         2006-07-22  Bruno Haible  <bruno@clisp.org>
6655
6656                 * javaversion.h: New file, from GNU gettext.
6657                 * javaversion.c: New file, from GNU gettext.
6658                 * javaversion.java: New file, from GNU gettext.
6659                 * javaversion.class: New file, from GNU gettext.
6660
6661         2006-05-17  Bruno Haible  <bruno@clisp.org>
6662
6663                 Cygwin portability.
6664                 * javaexec.c (execute_java_class): Test for jview program
6665                 also on Cygwin.
6666
6667         2006-04-09  Bruno Haible  <bruno@clisp.org>
6668
6669                 * fatal-signal.c: Don't include string.h.
6670                 (at_fatal_signal): Use a copying loop instead of memcpy.
6671
6672         2005-12-04  Bruno Haible  <bruno@clisp.org>
6673
6674                 * csharpexec.c: Add support for 'clix' launcher (untested).
6675                 (execute_csharp_using_sscli): New function.
6676                 (execute_csharp_program): Call it.
6677
6678         2006-06-21  Bruno Haible  <bruno@clisp.org>
6679
6680                 Avoid warnings from recent versions of mcs.
6681                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6682                 -o, -L, -r any more. Use options documented since mcs-1.0
6683                 instead. Similarly for -g.
6684
6685         2005-07-09  Bruno Haible  <bruno@clisp.org>
6686
6687                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6688                 add a .dll suffix.
6689                 Reported by Mark Junker <mjscod@gmx.de>.
6690
6691         2006-06-17  Bruno Haible  <bruno@clisp.org>
6692
6693                 * config.charset: Update for NetBSD 3.0.
6694
6695         2006-05-17  Bruno Haible  <bruno@clisp.org>
6696
6697                 Cygwin portability.
6698                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6699
6700         2006-05-16  Bruno Haible  <bruno@clisp.org>
6701
6702                 * localcharset.c [CYGWIN]: Include <windows.h>.
6703                 (get_charset_aliases): For Cygwin, return the same CPxxx
6704                 aliases list as under WIN32.
6705                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6706                 the environment variables. Fall back to GetACP().
6707
6708         2006-04-05  Bruno Haible  <bruno@clisp.org>
6709
6710                 * config.charset: Update Juan Manuel Guerrero's address.
6711
6712         2005-02-12  Bruno Haible  <bruno@clisp.org>
6713
6714                 * allocsa.h: Add extern "C" for C++.
6715
6716         2005-02-10  Bruno Haible  <bruno@clisp.org>
6717
6718                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6719                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6720
6721         2006-07-22  Bruno Haible  <bruno@clisp.org>
6722
6723                 * gettext.h: Update to GNU gettext-0.15.
6724
6725 2006-07-22  Bruno Haible  <bruno@clisp.org>
6726
6727         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6728         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6729         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6730
6731 2006-07-21  Eric Blake  <ebb9@byu.net>
6732
6733         * modules/stdlib-safer: New file.
6734         * MODULES.html.sh (File stream based Input/Output): Add
6735         stdlib-safer.
6736
6737 2006-07-21  Eric Blake  <ebb9@byu.net>
6738
6739         * lib/stdlib-safer.h: New file from coreutils, required by
6740         stdlib--.h.
6741
6742 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6743
6744         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6745
6746 2006-07-20  Bruno Haible  <bruno@clisp.org>
6747
6748         * gnulib-tool: Recognize new option --assume-autoconf.
6749         (autoconf_minversion): New variable.
6750         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6751
6752 2006-07-20  Bruno Haible  <bruno@clisp.org>
6753
6754         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6755
6756 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6757
6758         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6759         Reindent and repaginate.
6760
6761 2006-07-19  Derek Price  <derek@ximbiot.com>
6762
6763         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6764         Correct grammar.
6765
6766 2006-07-17  Bruno Haible  <bruno@clisp.org>
6767
6768         * modules/list: New file.
6769         * modules/array-list: New file.
6770         * modules/carray-list, modules/carray-list-tests: New files.
6771         * modules/linked-list, modules/linked-list-tests: New files.
6772         * modules/avltree-list, modules/avltree-list-tests: New files.
6773         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6774         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6775         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6776         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6777         * modules/oset: New file.
6778         * modules/array-oset: New file.
6779         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6780         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6781         * tests/test-carray_list.c: New file.
6782         * tests/test-linked_list.c: New file.
6783         * tests/test-avltree_list.c: New file.
6784         * tests/test-rbtree_list.c: New file.
6785         * tests/test-linkedhash_list.c: New file.
6786         * tests/test-avltreehash_list.c: New file.
6787         * tests/test-rbtreehash_list.c: New file.
6788         * tests/test-avltree_oset.c: New file.
6789         * tests/test-rbtree_oset.c: New file.
6790         * MODULES.html.sh (Container data structures): New section.
6791
6792 2006-07-17  Bruno Haible  <bruno@clisp.org>
6793
6794         * m4/gl_list.m4: New file.
6795
6796 2006-07-17  Bruno Haible  <bruno@clisp.org>
6797
6798         * lib/gl_list.h: New file.
6799         * lib/gl_list.c: New file.
6800         * lib/gl_array_list.h: New file.
6801         * lib/gl_array_list.c: New file.
6802         * lib/gl_carray_list.h: New file.
6803         * lib/gl_carray_list.c: New file.
6804         * lib/gl_linked_list.h: New file.
6805         * lib/gl_linked_list.c: New file.
6806         * lib/gl_anylinked_list1.h: New file.
6807         * lib/gl_anylinked_list2.h: New file.
6808         * lib/gl_avltree_list.h: New file.
6809         * lib/gl_avltree_list.c: New file.
6810         * lib/gl_anyavltree_list1.h: New file.
6811         * lib/gl_anyavltree_list2.h: New file.
6812         * lib/gl_rbtree_list.h: New file.
6813         * lib/gl_rbtree_list.c: New file.
6814         * lib/gl_anyrbtree_list1.h: New file.
6815         * lib/gl_anyrbtree_list2.h: New file.
6816         * lib/gl_anytree_list1.h: New file.
6817         * lib/gl_anytree_list2.h: New file.
6818         * lib/gl_linkedhash_list.h: New file.
6819         * lib/gl_linkedhash_list.c: New file.
6820         * lib/gl_anyhash_list1.h: New file.
6821         * lib/gl_anyhash_list2.h: New file.
6822         * lib/gl_avltreehash_list.h: New file.
6823         * lib/gl_avltreehash_list.c: New file.
6824         * lib/gl_rbtreehash_list.h: New file.
6825         * lib/gl_rbtreehash_list.c: New file.
6826         * lib/gl_anytreehash_list1.h: New file.
6827         * lib/gl_anytreehash_list2.h: New file.
6828
6829         * lib/gl_oset.h: New file.
6830         * lib/gl_oset.c: New file.
6831         * lib/gl_array_oset.h: New file.
6832         * lib/gl_array_oset.c: New file.
6833         * lib/gl_avltree_oset.h: New file.
6834         * lib/gl_avltree_oset.c: New file.
6835         * lib/gl_rbtree_oset.h: New file.
6836         * lib/gl_rbtree_oset.c: New file.
6837         * lib/gl_anytree_oset.h: New file.
6838
6839 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6840
6841         * m4/mkancesdirs.m4: New file.
6842         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6843         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6844         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6845         it.
6846
6847 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6848
6849         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6850         * lib/mkancesdirs.h: New files.
6851         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6852         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6853         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6854         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6855         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6856         callers changed.  Revamp internals significantly, by not
6857         attempting to create directories that are temporarily more
6858         permissive than the final results.  Do not attempt to use
6859         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6860         This removes some race conditions, fixes some bugs, and simplifies
6861         things.  Use new dirchownmod function to do owner and mode changes.
6862         * lib/mkdir-p.h: Likewise.
6863         * lib/modechange.c (octal_to_mode): New function.
6864         (struct mode_change): New member mentioned.
6865         (make_node_op_equals): New arg mentioned.  All callers changed.
6866         (mode_compile): Keep track of which mode bits the user has explicitly
6867         mentioned.
6868         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6869         New arg PMODE_BITS, to keep track of which mode bits the user
6870         mentioned; it treats S_ISUID and S_ISGID speciall.
6871         All callers changed.
6872         * lib/modechange.h: Likewise.
6873
6874 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6875
6876         * MODULES.html.sh: Add mkancestors.
6877         * modules/mkancesdirs: New module.
6878         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6879         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6880         The chdir-safer and afs files are now orphans; I'll remove them
6881         unless someone speaks up.
6882         Add lib/dirchownmod.c, lib/dirchownmod.h.
6883         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6884         Add lchown, mkancesdirs.
6885         (Maintainer): Add self.
6886
6887 2006-07-15  Karl Berry  <karl@gnu.org>
6888
6889         * gnulib-tool: help message wording/arrangement.
6890
6891 2006-07-14  Simon Josefsson  <jas@extundo.com>
6892
6893         * doc/gnulib.texi (Libtool and Windows): New section.
6894
6895 2006-07-12  Simon Josefsson  <jas@extundo.com>
6896
6897         * modules/gendocs (License): Fix license, approved by Karl.
6898
6899 2006-07-12  Eric Blake  <ebb9@byu.net>
6900
6901         * MODULES.html.sh: Add gendocs.
6902
6903 2006-07-11  Eric Blake  <ebb9@byu.net>
6904
6905         * modules/fdl: New module, to install doc/fdl.texi.
6906         * MODULES.html.sh: Add new section for documentation modules.
6907         * gnulib-tool: Avoid space-tab.
6908         (--doc-base): New option, to manage files from doc.
6909
6910 2006-07-11  Eric Blake  <ebb9@byu.net>
6911
6912         * m4/absolute-header.m4: Fix comments to match recent change.
6913
6914 2006-07-11  Eric Blake  <ebb9@byu.net>
6915
6916         * gnulib-tool: List --doc-base before --tests-base.
6917
6918 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6919
6920         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6921
6922 2006-07-11  Bruno Haible  <bruno@clisp.org>
6923
6924         * README: Mention where to put documentation.
6925
6926 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6927
6928         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6929
6930 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6931
6932         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6933         to stdint.m4.
6934
6935 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6936
6937         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6938         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6939         "no/such/file/stdint.h" when there is no such file, so that
6940         the resulting C code can be parsed by dodgy compilers.
6941         Problems reported by Bob Proulx.
6942
6943 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6944
6945         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6946         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6947         macros into the GNU _D_EXACT_NAMLEN.
6948         * lib/savedir.c:  Likewise.
6949         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6950
6951 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6952         and Paul Eggert  <eggert@cs.ucla.edu>
6953
6954         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6955         * m4/savedir.m4:
6956         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6957         macros into the GNU _D_EXACT_NAMLEN.
6958
6959 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6960
6961         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6962         around the absolute name, to work around a problem with the HP-UX
6963         11.23 native C compiler, reported by Bob Proulx.
6964
6965 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6966
6967         * doc/maintain.texi, make-stds.texi: Sync from
6968         <http://savannah.gnu.org/projects/gnustandards>.
6969
6970 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6971
6972         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6973
6974 2006-07-09  Jim Meyering  <jim@meyering.net>
6975
6976         * m4/glob.m4: Remove a doubled word in a comment.
6977
6978 2006-07-09  Jim Meyering  <jim@meyering.net>
6979
6980         * lib/argp-pv.c: Remove a doubled word in a comment.
6981         * lib/check-version.c (check_version): Likewise.
6982         * lib/javacomp.c (compile_java_class): Likewise.
6983
6984 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6985
6986         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6987         for the benefit of people using Autoconf 2.60.  If you want to
6988         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6989         (or m4/onceonly.m4, if pre-2.57) manually.
6990
6991 2006-07-08  Jim Meyering  <jim@meyering.net>
6992
6993         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6994         comment.
6995         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6996         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6997         comment.
6998
6999 2006-07-08  Jim Meyering  <jim@meyering.net>
7000
7001         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7002
7003 2006-07-07  Simon Josefsson  <jas@extundo.com>
7004
7005         * tests/test-crc.c: Change expected crc value, the test vector
7006         were probably computed using the old broken crc.c?
7007
7008 2006-07-06  Simon Josefsson  <jas@extundo.com>
7009
7010         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7011         now the canonical place for the M4 file).
7012
7013         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7014         from the sys_socket dependency now.
7015
7016         * modules/inet_pton (Files): Ditto.
7017
7018         * modules/inet_ntop (Files): Ditto.
7019
7020 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7021
7022         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7023         not gl_PREREQ_GETUSERSHELL.
7024
7025 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7026
7027         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7028         with only one argument, for Autoconf 2.60.
7029         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7030         expand to nothing, so add a shell command to avoid syntax error.
7031         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7032
7033 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7034
7035         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7036
7037 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7038
7039         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7040         no longer needed.  Check for isblank decl.
7041         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7042         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7043         of existence.
7044
7045 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7046
7047         * lib/getloadavg.c: Use __VMS, not VMS.
7048         * lib/getopt.c: Likewise.
7049         * lib/getpagesize.h: Likewise.
7050         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7051         and probably does not work.
7052
7053 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7054
7055         * lib/.cppi-disable: Add wcwidth.
7056         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7057         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7058         (ISGRAPH): Remove.  All uses changed to isgraph.
7059         (FOLD) [!defined _LIBC]: Remove special case.
7060         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7061         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7062         HAVE_ISBLANK.
7063         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7064         case.
7065
7066 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7067
7068         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7069         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7070         brackets.  Other minor changes to suppress some compiler
7071         warnings.
7072
7073 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7074         and Paul Eggert  <eggert@cs.ucla.edu>
7075
7076         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7077         of invoking obsolescent AC_HEADER_DIRENT macro.
7078         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7079         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7080         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7081         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7082         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7083         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7084         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7085         * m4/readdir.m4: Remove; no longer needed.
7086
7087 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7088         and Paul Eggert  <eggert@cs.ucla.edu>
7089
7090         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7091         Don't worry about this obsolete case any more.
7092         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7093         directories.
7094         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7095         worry about this obsolete case any more.
7096         * lib/fts.c: Likewise.
7097         * lib/getcwd.c: Likewise.
7098         * lib/glob.h: Likewise.
7099         * lib/savedir.c: Likewise.
7100
7101 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7102
7103         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7104         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7105         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7106         needed.
7107         All uses removed.
7108         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7109         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7110         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7111         needed.
7112         * m4/getdate.m4 (gl_GETDATE): Likewise.
7113         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7114         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7115         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7116         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7117         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7118         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7119         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7120         needed.
7121
7122 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7123
7124         * lib/memcasecmp.c: Include <limits.h>.
7125         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7126         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7127         Don't assume isdigit succeeds only on '0' through '9'.
7128
7129 2006-07-05  Eric Blake  <ebb9@byu.net>
7130
7131         * modules/getaddrinfo (Depends-on): Add snprintf.
7132
7133 2006-07-05  Eric Blake  <ebb9@byu.net>
7134
7135         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7136         to avoid 'header present but could not be compiled' on cygwin.
7137
7138 2006-07-05  Eric Blake  <ebb9@byu.net>
7139
7140         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7141         missing from netdb.h.
7142         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7143
7144 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7145
7146         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7147         no longer needed.
7148         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7149         * m4/getdate.m4 (gl_GETDATE): Likewise.
7150         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7151         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7152         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7153         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7154         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7155
7156 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7157
7158         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7159         All uses of is_space replaced by isspace.
7160         * lib/exit.h: Don't talk about STDC_HEADERS.
7161         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7162         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7163         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7164         replaced by isprint etc.
7165         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7166         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7167         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7168         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7169         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7170         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7171
7172 2006-07-05  Bruno Haible  <bruno@clisp.org>
7173
7174         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7175         the function exists, before testing against AIX.
7176         Reported by Martin Lambers <marlam@marlam.de>.
7177
7178 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7179
7180         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7181         From Mark D. Baushke.
7182
7183 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7184
7185         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7186         to the absolute name, not just one, to bypass Sun C 5.8's
7187         "warning: #include of /usr/include/... may be non-portable".
7188
7189 2006-07-04  Eric Blake  <ebb9@byu.net>
7190
7191         * modules/dirname-tests: New test module.
7192         * tests/test-dirname.c: New file, replacing dirname.c
7193         TEST_DIRNAME section that was recently deleted.
7194
7195 2006-07-04  Bruno Haible  <bruno@clisp.org>
7196
7197         Assume ANSI C header files and <ctype.h> functions.
7198         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7199         (mbsnwidth): Use isprint, iscntrl instead.
7200
7201 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7202
7203         Merge from coreutils.
7204         * MODULES.html.sh: Add xstrtold.
7205         * modules/xstrtold: New file.
7206         * modules/cycle-check (Files): Add lib/same-inode.h.
7207         * modules/dirname (Files): Add m4/double-slash-root.m4.
7208         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7209         * modules/mkdir-p (Files): Add lib/same-inode.h.
7210         * modules/same (Files): Add lib/same-inode.h.
7211
7212 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7213
7214         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7215         This is to keep the terminology clean; POSIX talks about
7216         "absolute pathnames", not "full pathnames", but the GNU
7217         Coding Standards say to use "path" for something else;
7218         so use "absolute" to keep both sides happy.
7219         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7220         Set gl_absolute_header, not gl_full_header_path.
7221         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7222         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7223         All uses changed.
7224
7225         Merge from coreutils.
7226
7227         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7228
7229         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7230         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7231         want to require the building of c-strtod.o.
7232         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7233         needs -lm directly.
7234         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7235
7236         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7237
7238         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7239         --as-needed option if available.  Problem reported by Albert Chin in
7240         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7241         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7242         cc merely issues a bunch of annoying warnings for --as-needed
7243         (this problem was reported by Bob Proulx).  Also, try linking with
7244         -lm to detect a bug in binutils 2.16 (this problem was reported
7245         by Ralf Wildenhues).
7246
7247         2006-06-18  Jim Meyering  <jim@meyering.net>
7248
7249         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7250         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7251         macro.
7252         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7253         also check for glibc-2.4's abort-inducing bug.
7254
7255         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7256         Low-probability clean-up should be to use rmdir to get rid of
7257         the just-created directory, not unlink.
7258
7259         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7260         configure fail, and request a bug report to inform us about it.
7261         Add a comment that, barring reports to the contrary, in 2007 we'll
7262         assume ftruncate is universally available.
7263
7264         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7265
7266         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7267
7268         2006-03-12  Jim Meyering  <jim@meyering.net>
7269
7270         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7271         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7272         * m4/same.m4 (gl_SAME): Likewise.
7273         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7274
7275         2006-03-11  Eric Blake  <ebb9@byu.net>
7276
7277         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7278         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7279         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7280         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7281
7282 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7283
7284         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7285         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7286         reported by Mark D. Baushke, one in
7287         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7288
7289         Merge from coreutils.
7290
7291         * lib/.cppi-disable: Add stdint_.h.
7292         * lib/.cvsignore: Add stdint.h.
7293
7294         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7295
7296         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7297         both double and long double versions.
7298         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7299         * lib/xstrtold.c: New file.
7300         * lib/xstrtod.h (xstrtold): New decl.
7301
7302         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7303
7304         * lib/filemode.c (setst): Remove.
7305         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7306         (arguably) clearer, and the generated code is a bit smaller on my
7307         Debian GNU/Linux stable x86 host.
7308
7309         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7310
7311         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7312         Assume that filemode.h includes sys/types.h and sys/stat.h.
7313         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7314         (ftypelet): Reorder to put common cases first, for efficiency.
7315         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7316         to do 'M'.
7317         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7318         of 10, for compatibility with FreeBSD.  All callers changed.
7319         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7320         types that can't be deduced solely from st_mode.  First arg is now a
7321         const pointer.
7322         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7323         (strmode): Renamed from mode_string.
7324         (filemodestring): New decl.
7325         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7326         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7327         needed.
7328         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7329
7330         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7331
7332         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7333         fsusage.h now does that.  Include fsusage.h first, to test interface.
7334         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7335         at most one method (the old code could have generated decls that
7336         didn't conform to C89, not that this was ever exercised).
7337         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7338
7339         2006-03-19  Jim Meyering  <jim@meyering.net>
7340
7341         Work even in a chroot where d_ino values for entries in "/"
7342         don't match the stat.st_ino values for the same names.
7343         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7344         number, iterate through all entries again, using lstat instead.
7345         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7346         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7347
7348         * lib/getcwd.c (__getcwd): Clarify a comment.
7349         Use memcpy in place of a call to strcpy.
7350
7351         2006-03-12  Jim Meyering  <jim@meyering.net>
7352
7353         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7354         matches that of the current directory (which we're about to chdir ".."
7355         out of), then save the dev-ino of the parent, instead.
7356
7357         * lib/same-inode.h (SAME_INODE): New file/macro.
7358         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7359         Include "same-inode.h", instead.
7360         * lib/same.c: Likewise.
7361         * lib/cycle-check.h: Include "same-inode.h".
7362         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7363         * lib/cycle-check.c (SAME_INODE): Remove definition.
7364         * lib/root-dev-ino.h: Include "same-inode.h".
7365
7366         2006-03-11  Eric Blake  <ebb9@byu.net>
7367
7368         * lib/same.c (same_name): s/base_name/last_component/
7369         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7370         * lib/filenamecat.c (file_name_concat): Likewise.
7371
7372         2006-03-11  Eric Blake  <ebb9@byu.net>,
7373                     Paul Eggert  <eggert@cs.ucla.edu>
7374
7375         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7376         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7377         drive prefix.
7378         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7379         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7380         (last_component): New method.
7381         * lib/dirname.c (dir_len): Determine when drive letters need a
7382         subsequent slash.  Preserve // when it is special.
7383         (dir_name): Don't append dot when drive letter is absolute.
7384         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7385         * lib/basename.c (base_name): New semantics - malloc the result.
7386         Preserve // when it is special.  Preserve relative files that look
7387         like drive letters.
7388         (base_len): Preserve // when it is special.
7389         (last_component): New method, similar to old base_name semantics.
7390         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7391         base_name.  Strip redundant slashes from ///.
7392
7393 2006-07-03  Jim Meyering  <jim@meyering.net>
7394
7395         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7396         macro is used before the first cycle_check call.
7397
7398 2006-07-03  Eric Blake  <ebb9@byu.net>
7399
7400         * modules/dirname (Depends-on): Add xstrndup.
7401
7402 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7403
7404         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7405         test cases, so that config.log is a bit easier to follow.
7406
7407 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7408
7409         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7410         both are 64 bits, since this seems to be the tradition, and this
7411         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7412         we ever run into a host that prefers long long to long in this
7413         case, we'll need another configure-time test.  Problem reported by
7414         Jim Meyering.
7415
7416 2006-07-02  Eric Blake  <ebb9@byu.net>
7417
7418         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7419
7420 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7421
7422         * modules/inttypes (Depends-on): No longer depends on stdint.
7423         * modules/stdint (Description): Say more about assumptions.
7424         Say that the fast types might differ.  Say macros are used.
7425         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7426         (Makefile.am): Revise list of substituted symbols to match
7427         new stdint.m4.
7428         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7429         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7430         * tests/test-stdint.c (verify_same_types)
7431         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7432         the code conforms to C99/C89.
7433         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7434         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7435
7436 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7437
7438         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7439         but fix a bug, by requiring at least 64 bits.
7440         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7441         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7442         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7443         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7444
7445         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7446         changes.  Make 2.59 a prerequisite.  Check and substitute for
7447         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7448         inttypes.h.  Do not use special include files; just use the
7449         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7450         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7451         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7452         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7453         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7454         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7455         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7456         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7457         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7458         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7459         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7460         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7461         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7462         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7463         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7464         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7465         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7466         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7467         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7468         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7469         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7470         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7471         not check for things that C99 does not require, e.g., int8_t.  If
7472         a test isn't needed unless <stdint.h> isn't working, and is
7473         unlikely to be needed for any other reason, then don't do it
7474         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7475         size_t, since we assume C89 freestanding at least.  Do not check
7476         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7477         the right thing even if the types are not defined.  Instead use:
7478         (gl_STDINT_TYPE_PROPERTIES): New macro.
7479         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7480         testing whether <sys/types.h> clashes, as Autoconf does this for
7481         us now.  All uses removed.
7482         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7483         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7484         (gl_CHECK_TYPE_SAME):
7485         Remove; no longer needed.
7486         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7487         exists, since we'll return 0 anyway in that case.
7488         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7489
7490 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7491
7492         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7493         possible collision with system files.
7494         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7495         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7496         WCHAR_MIN and WCHAR_MAX in this case.
7497         (<stddef.h>): Do not include; no longer needed.
7498         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7499         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7500         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7501         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7502         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7503         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7504         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7505         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7506         !defined(__c99))]: Include in this case too, since it's harmless
7507         now.
7508         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7509         dangerous to do so.
7510         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7511         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7512         (_STDINT_MIN, _STDINT_MAX): New macros.
7513         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7514         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7515         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7516         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7517         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7518         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7519         macros, not typedefs; this simplifies things quite a bit.
7520         Use long int for all types narrower than int64_t.
7521         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7522         Define in terms of long long int or int64_t or long int,
7523         not int64_t or int32_t.  This saves some compile-time testing.
7524         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7525         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7526         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7527         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7528         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7529         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7530         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7531         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7532         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7533         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7534         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7535         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7536         undef any previous version and define our own version, for
7537         simplicity and consistency with the new macros for types.
7538         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7539         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7540         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7541         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7542         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7543         @WINT_T_SUFFIX@ to keep things simple here.
7544         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7545         Simplify by assuming typical 8/16/32/64 host, since we're
7546         already doing that elsewhere anyway.
7547         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7548         and assume long long int is 64 bits if available.  This
7549         speeds up 'configure'.
7550
7551 2006-07-01  Eric Blake  <ebb9@byu.net>
7552
7553         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7554         Reported by Andreas Buening.
7555
7556 2006-07-01  Eric Blake  <ebb9@byu.net>
7557
7558         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7559
7560 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7561
7562         * lib/getaddrinfo.c: fixed typo
7563
7564 2006-06-29  Jim Meyering  <jim@meyering.net>
7565
7566         * modules/strftime (Maintainer): Add my name, since with the
7567         FPRINTFTIME changes strftime.c has forked from glibc.
7568
7569 2006-06-29  Eric Blake  <ebb9@byu.net>
7570
7571         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7572
7573 2006-06-29  Eric Blake  <ebb9@byu.net>
7574
7575         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7576
7577 2006-06-29  Eric Blake  <ebb9@byu.net>
7578
7579         * lib/stat_.h: New file.
7580
7581 2006-06-29  Eric Blake  <ebb9@byu.net>
7582
7583         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7584         unused static function.
7585
7586 2006-06-29  Eric Blake  <ebb9@byu.net>
7587
7588         * doc/functions.texi (Function Portability): Document missing lstat
7589         on mingw.
7590
7591 2006-06-29  Eric Blake  <ebb9@byu.net>
7592
7593         * MODULES.html.sh: Add sys_stat.
7594         * modules/sys_stat: New module.
7595         * modules/mkstemp (Depends-on): Add sys_stat.
7596
7597 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7598
7599         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7600
7601 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7602
7603         * m4/c-bs-a.m4: Removed.
7604
7605 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7606
7607         * lib/strftime.c: Assume strftime() exists.
7608
7609 2006-06-29  Derek Price  <derek@ximbiot.com>
7610
7611         * modules/c-bs-a: Removed - \a is C89.
7612         * MODULES.html.sh: Remove c-bs-a.
7613
7614 2006-06-29  Bruno Haible  <bruno@clisp.org>
7615
7616         * modules/wcwidth (License): Change to LGPL.
7617
7618 2006-06-28  Simon Josefsson  <jas@extundo.com>
7619
7620         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7621         on _WIN32.
7622
7623         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7624         getnameinfo.
7625
7626 2006-06-28  Simon Josefsson  <jas@extundo.com>
7627
7628         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7629
7630 2006-06-28  Simon Josefsson  <jas@extundo.com>
7631
7632         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7633         functions there.  It will succeed on Windows XP, but on Windows
7634         2000 and (presumably) earlier, it will fail, and use the internal
7635         re-implementation.
7636         (use_win32_p): New function.
7637         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7638         Support AI_NUMERICSERV to disable getservbyname.
7639         (getnameinfo): New function, only supports
7640         NI_NUMERICHOST|NI_NUMERICSERV for now.
7641
7642         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7643         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7644         getnameinfo.
7645
7646 2006-06-28  Eric Blake  <ebb9@byu.net>
7647
7648         * modules/wcwidth: New file.
7649         * modules/mbchar (Depends-on): Add wcwidth.
7650         * modules/mbswidth (Depends-on): Add wcwidth.
7651         * MODULES.html.sh: Add wcwidth.
7652
7653 2006-06-28  Eric Blake  <ebb9@byu.net>
7654
7655         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7656         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7657
7658 2006-06-28  Eric Blake  <ebb9@byu.net>
7659
7660         * lib/xvasprintf.h: Fix comments.
7661
7662 2006-06-28  Eric Blake  <ebb9@byu.net>
7663
7664         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7665         * lib/mbswidth.c (wcwidth): Move from here...
7666         * lib/wcwidth.h: ...to this new file.
7667
7668 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7669
7670         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7671
7672         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7673         it's obsolete.
7674         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7675
7676 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7677
7678         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7679         Autoconf 2.60 says this stuff was obsolete.
7680
7681 2006-06-28  Bruno Haible  <bruno@clisp.org>
7682
7683         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7684
7685 2006-06-28  Bruno Haible  <bruno@clisp.org>
7686
7687         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7688         gt_TYPE_WCHAR_T.
7689
7690 2006-06-28  Bruno Haible  <bruno@clisp.org>
7691
7692         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7693         declaration for wcwidth.
7694         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7695
7696 2006-06-28  Bruno Haible  <bruno@clisp.org>
7697
7698         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7699         (mkdir): Define using _mkdir.
7700
7701 2006-06-28  Bruno Haible  <bruno@clisp.org>
7702
7703         * lib/getaddrinfo.h: Fix POSIX URL.
7704         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7705         _WIN32.
7706         (use_win32_p): Make static.
7707         (getaddrinfo): Reject service name if it is empty or does not consist
7708         solely of decimal digits, or if its value is > 65535.
7709         (getnameinfo): Remove useless casts.
7710
7711 2006-06-27  Simon Josefsson  <jas@extundo.com>
7712
7713         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7714         Eggert and Martin Lambers.
7715
7716 2006-06-27  Simon Josefsson  <jas@extundo.com>
7717
7718         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7719         Eggert and Martin Lambers.
7720
7721 2006-06-27  Bruno Haible  <bruno@clisp.org>
7722
7723         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7724         result to 0, not to empty.
7725         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7726
7727 2006-06-27  Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7730
7731 2006-06-26  Simon Josefsson  <jas@extundo.com>
7732
7733         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7734         present.
7735
7736 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7737
7738         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7739         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7740         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7741
7742 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7743
7744         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7745
7746 2006-06-26  Bruno Haible  <bruno@clisp.org>
7747
7748         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7749
7750 2006-06-26  Bruno Haible  <bruno@clisp.org>
7751
7752         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7753
7754 2006-06-26  Bruno Haible  <bruno@clisp.org>
7755
7756         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7757         SGI C compiler in pre-C99 mode.
7758         Suggested by Mark D. Baushke and Larry Jones.
7759
7760 2006-06-26  Bruno Haible  <bruno@clisp.org>
7761
7762         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7763         WCHAR_MAX.
7764         Reported by Mark D. Baushke and Larry Jones.
7765
7766 2006-06-26  Bruno Haible  <bruno@clisp.org>
7767
7768         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7769         in pre-C99 mode.
7770         Suggested by Mark D. Baushke and Larry Jones.
7771
7772 2006-06-23  Simon Josefsson  <jas@extundo.com>
7773             Bruno Haible  <bruno@clisp.org>
7774
7775         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7776         Emit mostlyclean-local rule.
7777         (func_emit_tests_Makefile_am): Likewise.
7778         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7779
7780 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7781
7782         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7783
7784 2006-06-23  Bruno Haible  <bruno@clisp.org>
7785
7786         * tests/test-stdint.c: Update to match ISO C 99 Technical
7787         Corrigendum 1.
7788
7789 2006-06-23  Bruno Haible  <bruno@clisp.org>
7790
7791         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7792
7793 2006-06-23  Bruno Haible  <bruno@clisp.org>
7794
7795         * lib/stdint_.h: Treat IRIX like OpenBSD.
7796
7797 2006-06-23  Bruno Haible  <bruno@clisp.org>
7798
7799         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7800         ISO C 99 Technical Corrigendum 1.
7801
7802 2006-06-22  Simon Josefsson  <jas@extundo.com>
7803
7804         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7805         MinGW.
7806
7807 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7808
7809         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7810         needed.  Some compiler complained about some of them.  Problem reported
7811         by Larry Jones in
7812         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7813
7814 2006-06-21  Simon Josefsson  <jas@extundo.com>
7815
7816         * tests/test-getaddrinfo.c: New file.
7817
7818         * modules/getaddrinfo-tests: New file.
7819
7820         * MODULES.html.sh: Add inet_pton.
7821
7822         * modules/inet_pton: New file.
7823
7824 2006-06-21  Simon Josefsson  <jas@extundo.com>
7825
7826         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7827         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7828         of using the (limited) gnulib implementation on Windows XP.
7829
7830         * m4/inet_pton.m4: New file.
7831
7832 2006-06-21  Simon Josefsson  <jas@extundo.com>
7833
7834         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7835         variable.
7836
7837         * lib/socket_.h: Don't define WINVER.
7838
7839         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7840         slightly modified to work in gnulib.
7841
7842 2006-06-21  Simon Josefsson  <jas@extundo.com>
7843
7844         * doc/gnulib.texi (Windows sockets): Add.
7845
7846 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7847
7848         * lib/read-file.c (fread_file): Start with buffer allocation of
7849         0 bytes rather than 1 byte; this simplifies the code.
7850         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7851         code to free buffer and save/restore errno.
7852         (internal_read_file): Remove unused local.
7853
7854 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7855
7856         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7857         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7858         Problem reported by Denis Excoffier in
7859         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7860
7861 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7862
7863         * modules/sys_socket, modules/socklen: Include sys/types since
7864         FreeBSD 4.x's sys/socket.h needs it.
7865
7866 2006-06-19  Simon Josefsson  <jas@extundo.com>
7867
7868         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7869
7870 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7871
7872         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7873
7874 2006-06-19  Bruno Haible  <bruno@clisp.org>
7875
7876         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7877         and FULL_PATH_INTTYPES_H in angle brackets.
7878         Reported by Mark D. Baushke <mdb@gnu.org>.
7879
7880 2006-06-17  Eric Blake  <ebb9@byu.net>
7881
7882         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7883         errno.
7884
7885 2006-06-17  Bruno Haible  <bruno@clisp.org>
7886
7887         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7888         <sys/inttypes.h>.
7889
7890 2006-06-17  Bruno Haible  <bruno@clisp.org>
7891
7892         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7893         whether errno is declared. Assume <errno.h> declares errno.
7894
7895 2006-06-17  Bruno Haible  <bruno@clisp.org>
7896
7897         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7898
7899 2006-06-17  Bruno Haible  <bruno@clisp.org>
7900
7901         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7902         problem on Solaris 2.5.1.
7903
7904 2006-06-16  Eric Blake  <ebb9@byu.net>
7905
7906         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7907         * lib/unicodeio.c [!defined errno]: Likewise.
7908         * lib/strtol.c [!defined errno]: Likewise.
7909         * lib/strtod.c [!defined errno]: Likewise.
7910
7911 2006-06-15  Eric Blake  <ebb9@byu.net>
7912
7913         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7914
7915 2006-06-15  Eric Blake  <ebb9@byu.net>
7916
7917         * config/srclist.txt (ssize_t.m4): Lose sync.
7918
7919 2006-06-15  Bruno Haible  <bruno@clisp.org>
7920
7921         * modules/stdint (Files): Include m4/full-header-path.m4,
7922         m4/size_max.m4, m4/wchar_t.m4.
7923         (Makefile.am): Many more substitutions.
7924         * modules/stdint-tests: New file.
7925         * tests/test-stdint.c: New file.
7926
7927 2006-06-15  Bruno Haible  <bruno@clisp.org>
7928
7929         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7930         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7931         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7932         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7933         gl_CHECK_TYPE_SAME): New macros.
7934
7935 2006-06-15  Bruno Haible  <bruno@clisp.org>
7936
7937         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7938
7939 2006-06-15  Bruno Haible  <bruno@clisp.org>
7940
7941         * lib/stdint_.h: Rewritten to be fully auto-configured.
7942         Fixes bug on HP-UX/IA64.
7943
7944 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7945
7946         * lib/getdate.y (__attribute__): Don't define if already defined.
7947         Problem reported by Larry Jones.
7948         * lib/utimens.c (__attribute__): Likewise.
7949
7950 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7951
7952         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7953         reported by Andreas Schwab.
7954
7955 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7956             Bruno Haible  <bruno@clisp.org>
7957
7958         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7959         check for the declaration of strnlen and a run test that exposes the
7960         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7961         rpl_strndup.
7962
7963 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7964             Bruno Haible  <bruno@clisp.org>
7965
7966         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7967
7968 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7969
7970         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7971         compile test, for Tru64 4.0D.
7972
7973 2006-05-28  Karl Berry  <karl@gnu.org>
7974
7975         * config/srclist.txt (printf-args.c): lose sync.
7976
7977 2006-05-26  Martin Lambers  <marlam@marlam.de>
7978
7979         * lib/getpass.c: Updates the test for the native W32 API, and adds
7980         missing includes, thus fixing compilation warnings.
7981
7982 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7983
7984         * lib/exclude.c (exclude_fnmatch): New function.
7985         (excluded_file_name): Call exclude_fnmatch.
7986         * lib/exclude.h (excluded_file_name): New prototype
7987
7988 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7989
7990         * lib/tempname.c (small_open, large_open): New macros.
7991         (__open, __open64) [!_LIBC]: Remove.
7992         (__gen_tempname): Use small_open and large_open instead of __open
7993         and __open64.  This fixes a portability bug on HP-UX 11.11i
7994         reported by Simon Wing-Tang in
7995         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7996
7997 2006-05-24  Bruno Haible  <bruno@clisp.org>
7998
7999         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8000         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8001         Reported by Thorsten Maerz <torte@netztorte.de> via
8002         Aaron Stone <aaron@serendipity.cx>.
8003
8004 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8005
8006         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8007         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8008         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8009         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8010         not really conditional on the cache.
8011         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8012
8013 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8014
8015         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8016         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8017         (my_usleep): Don't mishandle maximum value.
8018
8019 2006-05-19  Jim Meyering  <jim@meyering.net>
8020
8021         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8022
8023 2006-05-17  Bruno Haible  <bruno@clisp.org>
8024
8025         Cygwin portability.
8026         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8027
8028 2006-05-17  Bruno Haible  <bruno@clisp.org>
8029
8030         * lib/stdint_.h: Fix recognition of Cygwin.
8031
8032 2006-05-15  Bruno Haible  <bruno@clisp.org>
8033
8034         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8035         on libtool patch by Ralf Wildenhues.
8036
8037 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8038
8039         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8040         test for C99 conformance; (bool) 0.5 is an integer constant
8041         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8042         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8043
8044 2006-05-11  Simon Josefsson  <jas@extundo.com>
8045
8046         * m4/xvasprintf.m4: Fix obvious typo.
8047
8048 2006-05-11  Jim Meyering  <jim@meyering.net>
8049
8050         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8051         James Lemley.
8052
8053 2006-05-10  Simon Josefsson  <jas@extundo.com>
8054
8055         * lib/md4.c: Typo fix, update copyright years.
8056         (K1, K2): Don't use L because it turn computations into 64-bit on
8057         64-bit platforms.
8058
8059 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8060
8061         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8062         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8063         unwanted sign propagation, e.g., on hosts with 64-bit int.
8064         There still are some problems with reeelly weird theoretical hosts
8065         (e.g., 33-bit int) but it's not worth worrying about now.
8066         * lib/sha1.c (rol): Likewise.
8067         (K1, K2, K3, K4): Remove unnecessary L suffix.
8068
8069 2006-05-10  Bruno Haible  <bruno@clisp.org>
8070
8071         * lib/des.c: Cast to avoid warnings.
8072
8073 2006-05-09  Bruno Haible  <bruno@clisp.org>
8074
8075         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8076         (Depends-on): Depend also on xsize, stdarg.
8077         (configure.ac): Add gl_XVASPRINTF.
8078
8079 2006-05-09  Bruno Haible  <bruno@clisp.org>
8080
8081         * m4/xvasprintf.m4: New file.
8082
8083 2006-05-09  Bruno Haible  <bruno@clisp.org>
8084
8085         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8086         (EOVERFLOW): Define fallback value.
8087         (xstrcat): New function.
8088         (xvasprintf): Recognize the special case of a string concatenation.
8089
8090 2006-05-08  Eric Blake  <ebb9@byu.net>
8091
8092         * gnulib-tool (func_version): Base copyright year on CVS date.
8093         (func_emit_copyright_notice): New function.
8094         (func_emit_lib_Makefile_am): Use it.
8095         (func_emit_tests_Makefile_am): Likewise.
8096         (func_import): Likewise.
8097
8098 2006-05-08  Bruno Haible  <bruno@clisp.org>
8099
8100         * modules/stdarg: New file.
8101         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8102
8103 2006-05-08  Bruno Haible  <bruno@clisp.org>
8104
8105         * m4/stdarg.m4: New file, from GNU gettext.
8106
8107 2006-05-08  Bruno Haible  <bruno@clisp.org>
8108
8109         * config/srclist.txt (build-aux/config.rpath): different from latest
8110         release.
8111
8112 2006-05-08  Bruno Haible  <bruno@clisp.org>
8113
8114         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8115
8116 2006-05-05  Jim Meyering  <jim@meyering.net>
8117
8118         * m4/warning.m4: New file, derived from bison's file by the same name.
8119
8120 2006-05-03  Bruno Haible  <bruno@clisp.org>
8121
8122         * lib/stdint_.h: Shorter URL.
8123         * lib/inttypes.h: Likewise.
8124
8125 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8126
8127         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8128
8129 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8130
8131         * lib/verify.h: Document the internals better.  Most of this change
8132         was written by Bruno Haible.
8133
8134 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8135
8136         * doc/verify.texi: New file, partly based on a proposal by
8137         Bruno Haible.
8138
8139 2006-05-02  Bruno Haible  <bruno@clisp.org>
8140
8141         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8142         test from here...
8143         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8144
8145 2006-04-29  Bruno Haible  <bruno@clisp.org>
8146
8147         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8148         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8149
8150 2006-04-29  Bruno Haible  <bruno@clisp.org>
8151
8152         * gnulib-tool: Make --update option actually work.
8153
8154 2006-04-29  Bruno Haible  <bruno@clisp.org>
8155
8156         * doc/gcd.texi: New file.
8157         * doc/gnulib.texi: Include it.
8158
8159 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8160
8161         * lib/getdate.y (get_date): When adding relative date, start with the
8162         initial time, not with the result of the first mktime call.
8163
8164 2006-04-25  Bruno Haible  <bruno@clisp.org>
8165
8166         * gnulib-tool (func_import): Output the include directives in three
8167         blocks, sorted separately.
8168         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8169
8170 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8171
8172         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8173         to define main with arguments, for C++.  Reported by Eric Blake.
8174         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8175         Prefer 'int main ()' to 'int main (void)', for C++.
8176         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8177         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8178         for 'main', for C99 and C++.
8179
8180 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8181
8182         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8183         Don't assume that exit status -1 is valid.
8184         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8185         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8186         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8187         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8188         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8189         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8190         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8191         functions can be used without declaring them, or that you can
8192         exit with status -1.
8193         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8194
8195 2006-04-24  Karl Berry  <karl@gnu.org>
8196
8197         * config/srclist.txt (longdouble.m4): sync lost.
8198
8199 2006-04-24  Eric Blake  <ebb9@byu.net>
8200
8201         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8202
8203 2006-04-24  Bruno Haible  <bruno@clisp.org>
8204
8205         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8206         poll() implementation in AIX.
8207         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8208
8209 2006-04-24  Bruno Haible  <bruno@clisp.org>
8210
8211         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8212         assigned exactly once.
8213
8214 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8215             Bruno Haible  <bruno@clisp.org>
8216
8217         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8218         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8219         for AM_CPPFLAGS.
8220
8221 2006-04-23  Bruno Haible  <bruno@clisp.org>
8222
8223         * modules/copy-file: Depend on unistd.
8224         * modules/execute: Likewise.
8225         * modules/fatal-signal: Likewise.
8226         * modules/findprog: Likewise.
8227         * modules/mkdtemp : Likewise.
8228         * modules/pipe: Likewise.
8229         * modules/wait-process: Likewise.
8230
8231 2006-04-23  Bruno Haible  <bruno@clisp.org>
8232
8233         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8234         condition was already detected.
8235         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8236
8237 2006-04-23  Bruno Haible  <bruno@clisp.org>
8238
8239         * lib/copy-file.c: Include <unistd.h> unconditionally.
8240         * lib/execute.c: Likewise.
8241         * lib/fatal-signal.c: Likewise.
8242         * lib/findprog.c: Likewise.
8243         * lib/mkdtemp.c: Likewise.
8244         * lib/pipe.h: Likewise.
8245         * lib/pipe.c: Likewise.
8246         * lib/wait-process.h: Likewise.
8247
8248 2006-04-23  Bruno Haible  <bruno@clisp.org>
8249
8250         * gnulib-tool (func_usage): Fix --import description. Document
8251         --update.
8252         (func_import): Create temporary file in a temporary directory, if
8253         --dry-run is specified. Silence errors from 'grep' when there are no
8254         m4 files in $m4dir.
8255         (func_create_testdir): Silence errors from 'grep' when there are no
8256         m4 files in $m4dir.
8257         Reported by Karl Berry <karl@freefriends.org>.
8258
8259 2006-04-20  Bruno Haible  <bruno@clisp.org>
8260
8261         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8262         one argument, so that the code will be portable to Autoconf 2.60.
8263         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8264         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8265         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8266
8267 2006-04-19  Derek Price  <derek@ximbiot.com>
8268             Eric Blake  <ebb9@byu.net>
8269
8270         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8271         rather than "/full/path.h".  Update comment to match.  Shorten &
8272         generalize m4_translit call via AS_TR_CPP.
8273
8274 2006-04-19  Derek Price  <derek@ximbiot.com>
8275             Eric Blake  <ebb9@byu.net>
8276
8277         * lib/inttypes.h: Correct grammar in comment.
8278
8279 2006-04-18  Derek Price  <derek@ximbiot.com>
8280             Paul Eggert  <eggert@cs.ucla.edu>
8281
8282         * modules/inttypes: New file.
8283         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8284
8285 2006-04-18  Derek Price  <derek@ximbiot.com>
8286             Paul Eggert  <eggert@cs.ucla.edu>
8287
8288         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8289         New files.
8290
8291 2006-04-18  Derek Price  <derek@ximbiot.com>
8292             Paul Eggert  <eggert@cs.ucla.edu>
8293
8294         * lib/inttypes.h: New file.
8295         * lib/strtoimax.c: Assume <inttypes.h>.
8296
8297 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8298
8299         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8300         isn't mounted.  Problem reported by Kir Kolyshkin.
8301
8302 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8303
8304         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8305         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8306         Derek R. Price.
8307         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8308         implementation.
8309
8310 2006-04-12  Eric Blake  <ebb9@byu.net>
8311
8312         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8313         is now done automatically by the corresponding Autoconf macro.
8314
8315 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8316
8317         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8318         time_r.h.
8319
8320 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8321
8322         Merge regex changes from libc, removing some of our
8323         POSIX-conformance changes that were rejected and redoing them in a
8324         less-intrusive way.
8325
8326         * lib/regcomp.c (re_compile_internal, init_dfa):
8327         Length arg is now size_t, not Idx.  All uses changed.
8328         (peek_token): Forward decl now says internal_function.
8329         (__re_error_msgid, __re_error_msgid_idx):
8330         Now static rather than extern with attribute_hidden.
8331         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8332         For some reason libc prefers K&R style defns for external functions.
8333         (regerror) [!defined _LIBC]: Likewise.
8334         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8335         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8336         (build_range_exp, build_collating_symbol):
8337         Use K&R-style defn.
8338         (re_compile_fastmap): Use '\0' to memset, not 0.
8339         (utf8_sb_map): Make the calculations more obvious.
8340         (init_dfa, parse_bracket_exp, build_charclass_op):
8341         Call calloc and cast result, as glibc does.
8342         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8343         (build_range_exp, build_collating_symbol):
8344         Now internal functions.
8345
8346         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8347
8348         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8349         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8350         Don't depend on VMS; depend on __VMS instead, for POSIX
8351         namespace cleanness.
8352         (regoff_t): Define to ssize_t, not long int.
8353
8354         Remove the REG_ macros named below.  Instead, make the old names
8355         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8356         __USE_GNU_REGEX.
8357         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8358         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8359         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8360         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8361         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8362         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8363         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8364         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8365         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8366         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8367         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8368         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8369         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8370         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8371         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8372         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8373         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8374         (REG_NREGS):
8375         Remove.  All uses replaced by the old RE_* names.
8376         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8377         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8378         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8379         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8380         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8381         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8382         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8383         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8384         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8385         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8386         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8387         Don't bother having these macros be independent of each others'
8388         values, since they no longer exist in the POSIX name space.
8389
8390         Rename the following member names back to their old names,
8391         unless !__USE_GNU_REGEX.  All uses changed back.
8392         (buffer): Renamed from re_buffer.
8393         (allocated): Renamed from re_allocated.
8394         (used): Renamed from re_used.
8395         (syntax): Renamed from re_syntax.
8396         (fastmap): Renamed from re_fastmap.
8397         (translate): Renamed from re_translate.
8398         (can_be_null): Renamed from re_can_be_null.
8399         (regs_allocated): Renamed from re_regs_allocated.
8400         (fastmap_accurate): Renamed from re_fastmap_accurate.
8401         (no_sub): Renamed from re_no_sub.
8402         (not_bol): Renamed from re_not_bol.
8403         (not_eol): Renamed from re_not_eol.
8404         (newline_anchor): Renamed from re_newline_anchor.
8405         (num_regs): Renamed from rm_num_regs.
8406         (start): Renamed from rm_start.
8407         (end): Renamed from rm_end.
8408
8409         (free_state): Move up a bit.
8410
8411         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8412         #define to be empty.
8413         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8414         when that is what is intended.
8415         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8416         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8417         (MAX): New macro.
8418         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8419         All uses changed back to re_malloc, etc.  It's now the caller's
8420         responsibility to check for overflow; all callers changed.
8421         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8422         (re_x2nrealloc): Remove.
8423         (free_state): Remove decl.
8424
8425         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8426         (re_set_registers, re_exec):
8427         Use K&R-style defn.
8428
8429         2006-01-31  Roland McGrath  <roland@redhat.com>
8430
8431         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8432         Reported by Mike Frysinger <vapier@gentoo.org>.
8433
8434         2006-01-15  Andreas Jaeger  <aj@suse.de>
8435
8436         [BZ #1950]
8437         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8438         build_wcs_upper_buffer change.
8439         (build_wcs_upper_buffer): Change return type.
8440
8441         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8442
8443         * lib/regex_internal.h: Include <stdint.h> if available.
8444
8445         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8446
8447         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8448
8449         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8450
8451         * lib/regcomp.c: Adjust for changed secondary hash function.
8452
8453         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8454
8455         * lib/regex.h: Pretty printing.
8456         Clean up namespace a bit.
8457
8458         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8459
8460         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8461         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8462
8463         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8464                     Ulrich Drepper  <drepper@redhat.com>
8465
8466         [BZ #1302]
8467         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8468         changed.
8469         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8470
8471         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8472
8473         [BZ #281]
8474         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8475         * lib/regcomp.c: Remove unnecessary uses of
8476         unsigned RE_TRANSLATE_TYPE.
8477         * lib/regex_internal.h: Likewise.
8478         * lib/regex_internal.c: Likewise.
8479         * lib/regexec.c: Likewise.
8480         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8481
8482         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8483
8484         * lib/regexec.c (find_recover_state): Remove unnecessary
8485         initialization.
8486         (transit_state_bkref): Make DFA a const pointer.
8487         (get_subexp): Likewise.
8488         (check_arrival): Likewise.
8489         (update_cur_sifted_state): Likewise.
8490         (re_search_internal): Likewise.
8491         (prune_impossible_nodes): Likewise.
8492         (acquire_init_state_context): Likewise.
8493         (proceed_next_node): Likewise.
8494         (set_regs): Likewise.
8495         (free_fail_stack_return): Likewise.
8496         (check_arrival_expand_ecl): Mark DFA parameter as const.
8497         (check_arrival_expand_ecl_sub): Likewise.
8498         (check_subexp_limits): Likewise.
8499         (sub_epsilon_src_nodes):  Likewise.
8500         (add_epsilon_src_nodes):  Likewise.
8501         (merge_state_array): Likewise.
8502         (update_regs): Likewise.
8503         (build_trtable): Likewise.
8504         (sift_states_backward): Mark MCTX parameter as const.
8505         (build_sifted_states): Likewise.
8506         (update_cur_sifted_state): Likewise.
8507         (sift_states_mkref): Likewise.
8508         (check_arrival_expand_ecl): Mark eclosure as const.
8509         (check_dst_limits_calc_pos_1): Likewise.
8510         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8511         pointer.
8512
8513         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8514
8515         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8516         (transit_state_sb): Likewise.
8517         (transit_state_mb): Likewise.
8518         (sift_states_iter_mb): Likewise.
8519         (check_arrival_add_next_nodes): Likewise.
8520         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8521         [_LIBC] (re_search_2_stub): Use mempcpy.
8522
8523         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8524         mbrtowc for very simple UTF-8 case.
8525
8526         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8527         a pointer-to-const.
8528         (re_acquire_state_context): Likewise.
8529         * lib/regex_internal.h: Adjust prototypes.
8530
8531         * lib/regex.c: Prevent using C++ compilers.
8532
8533         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8534         (re_acquire_state_context): Likewise.
8535
8536 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8537
8538         * modules/regex (Depends-on): Add ssize_t.
8539
8540 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8541
8542         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8543         translation table.
8544
8545 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8546
8547         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8548
8549 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8550             Bruno Haible  <bruno@clisp.org>
8551
8552         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8553         <sys/types.h> and <inttypes.h>.
8554
8555 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8556
8557         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8558         `__error_t_defined', so argp.h will not typedef the former.
8559
8560 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8561
8562         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8563         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8564         glibc names.  Even if glibc is changed to conform to POSIX, the
8565         traditional names will be available anyway, since regex depends on
8566         the extensions module.  Also, fix a longstanding typo in the
8567         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8568         reported by Emanuele Giaquinta.  Also, change sense of cached
8569         variable, so that the message makes sense.
8570
8571 2006-03-24  Simon Josefsson  <jas@extundo.com>
8572
8573         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8574         including some doc fixes.
8575         (base64_encode_alloc): Fix +1 bug on allocation failures.
8576
8577 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8578
8579         * lib/base64.c (base64_encode): Do not read past end of array with
8580         unsanitized input on systems with CHAR_BIT > 8.
8581
8582 2006-03-24  Eric Blake  <ebb9@byu.net>
8583
8584         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8585
8586 2006-03-22  Karl Berry  <karl@gnu.org>
8587
8588         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8589         * config/srclistvars.sh (COREUTILS): new var.
8590
8591 2006-03-17  Jim Meyering  <jim@meyering.net>
8592
8593         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8594         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8595
8596 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8597
8598         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8599         no longer needs it.  Instead, check that regoff_t is as least
8600         as wide as ptrdiff_t.
8601
8602         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8603         so that our regex.h stays compatible with the installed regex.
8604         This is helpful for installers who configure --without-included-regex.
8605         Problem reported by Emanuele Giaquinta.
8606
8607 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8608
8609         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8610         Typedef to long int, not to off_, as POSIX will likely change
8611         in that direction.
8612
8613 2006-03-15  Eric Blake  <ebb9@byu.net>
8614
8615         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8616
8617 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8618
8619         * lib/argp-help.c (validate_uparams): Fix typo
8620         * lib/argp-parse.c (argp_default_options): Consistently begin help
8621         messages with a lowercase letter.
8622
8623 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8624
8625         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8626         overrun buffers and shouldn't be used (much as gets shouldn't be
8627         used).
8628         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8629
8630 2006-03-08  Simon Josefsson  <jas@extundo.com>
8631
8632         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8633         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8634
8635 2006-03-08  Simon Josefsson  <jas@extundo.com>
8636
8637         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8638         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8639
8640 2006-03-08  Simon Josefsson  <jas@extundo.com>
8641
8642         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8643         signal that configure disabled the device.
8644
8645 2006-03-08  Simon Josefsson  <jas@extundo.com>
8646
8647         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8648         languages.
8649
8650 2006-03-07  Simon Josefsson  <jas@extundo.com>
8651
8652         * modules/getopt (Depends-on): Add unistd.
8653
8654         * modules/unistd: New file.
8655
8656 2006-03-07  Simon Josefsson  <jas@extundo.com>
8657
8658         * modules/gc-random: New file.
8659
8660 2006-03-07  Simon Josefsson  <jas@extundo.com>
8661
8662         * m4/unistd_h.m4: New file.
8663
8664 2006-03-07  Simon Josefsson  <jas@extundo.com>
8665
8666         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8667         test to be side-effect free by storing the result in the cache
8668         variable gl_cv_lib_readline, and moving the assignment of
8669         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8670         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8671
8672 2006-03-07  Simon Josefsson  <jas@extundo.com>
8673
8674         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8675         error on missing devices (the functions will return an error).
8676
8677         * m4/gc.m4: Move random stuff to gc-random.m4
8678
8679 2006-03-07  Simon Josefsson  <jas@extundo.com>
8680
8681         * lib/unistd_.h: New file.
8682
8683 2006-03-07  Simon Josefsson  <jas@extundo.com>
8684
8685         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8686
8687 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8688
8689         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8690         Problem reported by Juan Manuel Guerrero.
8691
8692 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8693
8694         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8695         the unistd module.
8696         * lib/getlogin_r.c: Likewise.
8697         * lib/getlogin_r.h: Likewise.
8698         * lib/glob.c: Likewise.
8699         * lib/pagealign_alloc.c: Likewise.
8700         * lib/unistd_.h: Remove; no longer needed.
8701
8702 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8703
8704         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8705         Add unistd.
8706         * modules/c-stack (Depends-on): Add unistd.
8707         * modules/getlogin_r: Likewise.
8708         * modules/glob: Likewise.
8709         * modules/pagealign_alloc: Likewise.
8710         * modules/unistd (Files): Remove lib/unistd_.h.
8711         (EXTRA_DIST): Remove.
8712         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8713         need unistd_.h.
8714         (MOSTLYCLEANFILES): Remove unistd.h-t.
8715
8716 2006-03-03  Simon Josefsson  <jas@extundo.com>
8717
8718         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8719
8720 2006-03-03  Simon Josefsson  <jas@extundo.com>
8721
8722         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8723         libidn and bison.
8724
8725 2006-03-03  Simon Josefsson  <jas@extundo.com>
8726
8727         * build-aux/maint.mk: Add indent target.
8728
8729 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8730
8731         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8732         our replacement poll.h in any case, to avoid a differing
8733         declaration from a system header.  Seen on AIX.
8734
8735 2006-03-01  Simon Josefsson  <jas@extundo.com>
8736
8737         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8738         <kasal@ucw.cz>.
8739
8740 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8741
8742         * modules/gettime (Depends-on): Add extensions module.
8743         * modules/nanosleep (Depends-on): Likewise.
8744         * modules/settime (Depends-on): Likewise.
8745
8746 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8747
8748         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8749         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8750         pedantically.
8751         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8752         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8753
8754         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8755         not "==".  Reported by Ralf Wildenhues.
8756
8757 2006-03-01  Karl Berry  <karl@gnu.org>
8758
8759         * doc/Copyright/request-*: new files, synced from gnuorg.
8760
8761 2006-03-01  Karl Berry  <karl@gnu.org>
8762
8763         * config/srclist.txt (Copyright/*): new entries.
8764
8765 2006-02-28  Simon Josefsson  <jas@extundo.com>
8766
8767         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8768
8769 2006-02-27  Simon Josefsson  <jas@extundo.com>
8770
8771         * lib/base64.h: Indent #define's.  From Jim Meyering
8772         <jim@meyering.net>.
8773
8774 2006-02-27  Jim Meyering  <jim@meyering.net>
8775
8776         Revert the change of 2006-02-24, so these files can continue
8777         to be sync'd from gettext.
8778         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8779         of `config.h'.
8780
8781 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8782
8783         * modules/intprops: New file.
8784         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8785         Add intprops.
8786         * modules/getloadavg (Files): Remove lib/intprops.h.
8787         (Depends-on): Add intprops.
8788         * modules/human: Likewise.
8789         * modules/inttostr: Likewise.
8790         * modules/openat: Likewise.
8791         * modules/sig2str: Likewise.
8792         * modules/userspec: Likewise.
8793         * modules/utimecmp: Likewise.
8794         * modules/xnanosleep: Likewise.
8795         * modules/xstrtol: Likewise.
8796
8797 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8798
8799         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8800         * modules/lock-tests (TESTS): Use $(EXEEXT).
8801         * modules/tls-tests: Likewise.
8802         * modules/argp-tests: Likewise.
8803         (check_PROGRAMS): New var, replacing...
8804         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8805
8806 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8807
8808         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8809         `config.h'.
8810
8811 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8812
8813         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8814
8815 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8816
8817         Sync from coreutils.
8818         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8819         gl_CHDIR_SAFER.
8820
8821 2006-02-22  Jim Meyering  <jim@meyering.net>
8822
8823         Sync from coreutils.
8824         * m4/chdir-safer.m4: New file.
8825
8826 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8827
8828         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8829         AT_FDCWD exceeds INT_MAX.
8830         * lib/openat.h (AT_FDCWD): Likewise.
8831
8832 2006-02-17  Eric Blake  <address@hidden>
8833
8834         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8835
8836 2006-02-16  Simon Josefsson  <jas@extundo.com>
8837
8838         * modules/getaddrinfo (Depends-on): Add sys_socket.
8839
8840 2006-02-15  Simon Josefsson  <jas@extundo.com>
8841
8842         * build-aux/maint.mk: Add dsyntax-check rule.
8843
8844 2006-02-15  Eric Blake  <ebb9@byu.net>
8845
8846         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8847         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8848         'present but cannot compile' warnings on cygwin.
8849         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8850         use ws2tcpip.h if sys/socket.h works.
8851         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8852         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8853
8854 2006-02-14  Simon Josefsson  <jas@extundo.com>
8855
8856         * modules/maintainer-makefile (Files): Rename.
8857
8858         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8859         and (the local) Makefile.cfg to maint-cfg.mk.
8860
8861         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8862         to the latter.
8863
8864         * modules/maintainer-makefile: New module.
8865
8866         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8867         severaly stripped to make it possible to build it up from scratch
8868         with reliable tests.
8869
8870         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8871         fixes to permit overriding the default actions when configure and
8872         makefile are not available.
8873
8874 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8875
8876         Sync from coreutils.
8877         * modules/lstat (Depends-on): Don't depend on xalloc.
8878         (License): Change from GPL to LGPL, since this is now simply a
8879         replacement for a libc function.
8880
8881 2006-02-14  Jim Meyering  <jim@meyering.net>
8882
8883         Sync from coreutils.
8884
8885         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8886         failure on deficient systems, and simplify gnulib lgpl dependencies.
8887         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8888         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8889
8890         * lib/xalloc-die.c: Remove unused definition of N_.
8891
8892 2006-02-14  Jim Meyering  <jim@meyering.net>
8893
8894         Sync from coreutils.
8895         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8896         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8897         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8898         double-quote uses of that variable, to accommodate the rare case in
8899         which getmntent is available in none of the libraries checked.  This
8900         happens at least on FreeBSD 5.0.
8901
8902 2006-02-13  Simon Josefsson  <jas@extundo.com>
8903
8904         * gnulib-tool (Usage): Fix --import, from
8905         karl@freefriends.org (Karl Berry).
8906
8907 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8908
8909         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8910
8911 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8912
8913         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8914         "autoupdate" on 2005-12-12.
8915
8916 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8917
8918         * modules/closeout (Depends-on): Remove atexit.
8919
8920 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8921
8922         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8923         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8924
8925 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8926
8927         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8928         __EXTENSIONS__ if this causes compilation to fail.  Problem
8929         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8930         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8931
8932 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8933
8934         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8935         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8936         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8937         All uses changed.
8938
8939 2006-01-26  Simon Josefsson  <jas@extundo.com>
8940
8941         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8942         prototype is visible on mingw32.
8943
8944         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8945         for mingw32.
8946
8947         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8948         mingw32).
8949
8950 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8951
8952         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8953         attempt to open for write; this always fails, at least on POSIX
8954         hosts.  This reinstates the 2006-01-09 change, which was
8955         inadvertently removed.
8956
8957 2006-01-26  Bruno Haible  <bruno@clisp.org>
8958
8959         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8960         Reported by Paul Eggert.
8961
8962 2006-01-26  Bruno Haible  <bruno@clisp.org>
8963             Paul Eggert  <eggert@cs.ucla.edu>
8964
8965         * lib/stdbool_.h (_Bool)
8966         [(! (defined __cplusplus || defined __BEOS__)
8967           && !defined __GNUC__
8968           && !(defined __HP_cc || defined __xlc__
8969                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8970                || defined __sgi))]:
8971         #define to signed char in these cases too; this simplifies
8972         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8973         etc., separately) and makes it more conservative.
8974
8975 2006-01-25  Simon Josefsson  <jas@extundo.com>
8976
8977         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8978         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8979         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8980
8981 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8982
8983         * lib/argp-namefrob.h: Bugfix. Remove stray #
8984
8985 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8986
8987         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8988         so that we test the test.
8989         Check for yet another HP-UX cc bug involving *bool |= bool.
8990
8991 2006-01-25  Karl Berry  <karl@gnu.org>
8992
8993         * config/srclist.txt (vasnprintf.c): sync lost.
8994
8995 2006-01-25  Jim Meyering  <jim@meyering.net>
8996
8997         Sync from the stable (b5) branch of coreutils:
8998
8999         * lib/fts.c (fts_children): Don't let close() clobber errno from
9000         failed fchdir().
9001
9002         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9003         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9004         a dangling symlink.  That can also happen at least for ELOOP.
9005         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9006         FYI, this bug predates the inclusion of fts.c in coreutils.
9007
9008         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9009         in their own block, so pre-c99 compilers don't object.
9010
9011         Avoid the double-free (first in fts_read, second in fts_close) that
9012         would occur when an `active' directory is made inaccessible (e.g.,
9013         via chmod a-x) during a traversal.
9014         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9015         before returning.  Reproduce this failure by
9016         mkdir -p a/b; cd a; chmod a-x . b
9017         Reported by Stavros Passas.
9018
9019 2006-01-25  Jim Meyering  <jim@meyering.net>
9020
9021         * lib/fileblocks.c: Remove more useless parentheses.
9022         * lib/readutmp.h: Likewise.
9023
9024 2006-01-25  Bruno Haible  <bruno@clisp.org>
9025
9026         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9027         warnings.
9028         Reported by Paul Eggert.
9029
9030 2006-01-25  Bruno Haible  <bruno@clisp.org>
9031
9032         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9033         rid of a trap command. For Solaris sh.
9034         Reported by Mark D. Baushke <mdb@gnu.org>.
9035
9036 2006-01-24  Simon Josefsson  <jas@extundo.com>
9037
9038         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9039         Bruno.
9040
9041 2006-01-24  Karl Berry  <karl@gnu.org>
9042
9043         * config/srclist.txt (argp-namefrob.h): sync lost.
9044
9045 2006-01-24  Jim Meyering  <jim@meyering.net>
9046
9047         * modules/openat (Files): Add lib/intprops.h.
9048         From Mark D. Baushke.
9049
9050 2006-01-24  Jim Meyering  <jim@meyering.net>
9051
9052         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9053         Reported by Mark D. Baushke.
9054
9055 2006-01-24  Jim Meyering  <jim@meyering.net>
9056
9057         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9058
9059 2006-01-24  Bruno Haible  <bruno@clisp.org>
9060
9061         * modules/strnlen (Maintainer): Change from glibc to all.
9062
9063 2006-01-24  Bruno Haible  <bruno@clisp.org>
9064
9065         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9066         Patch by Paul Eggert.
9067
9068 2006-01-24  Bruno Haible  <bruno@clisp.org>
9069
9070         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9071         already has it.
9072         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9073         2005-11-26.
9074
9075         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9076         'signed char' to avoid problems with the built-in _Bool type.
9077         Reported by Paul Eggert on 2005-11-26.
9078
9079 2006-01-24  Bruno Haible  <bruno@clisp.org>
9080
9081         * gnulib-tool (func_import): Avoid constructing complicated sed
9082         expressions inside backquote.
9083         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9084
9085 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9086
9087         These changes imported from libc.
9088         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9089         test and two separate function calls.
9090         * lib/strndup.c (__strndup): Add libc_hidden_def.
9091
9092 2006-01-23  Simon Josefsson  <jas@extundo.com>
9093
9094         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9095         Remove the test_*_SOURCES variable: automake infers it by default.
9096         * modules/tls-tests: Likewise.
9097
9098 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9099
9100         Work around porting bugs reported by Dieter in
9101         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9102         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9103         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9104         Include "getopt.h" first, to check interface.
9105         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9106         !HAVE_DECL_GETENV.
9107         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9108         (__strndup): Revert to K&R-style function dfns, the glibc style.
9109         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9110         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9111         Include strnlen.h first, to get prototype properly.
9112         (strnlen): Renamed from __strnlen.
9113         Remove weak alias.
9114
9115 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9116
9117         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9118
9119 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9120
9121         * config/srclist.txt: Adjust to reflect glibc reorganization.
9122         This affects only comments.
9123
9124 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9125
9126          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9127          Reported by Bruce Korb <bkorb@gnu.org>.
9128
9129 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9130
9131         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9132         to pacify gcc -Wswitch-default.
9133
9134 2006-01-22  Bruno Haible  <bruno@clisp.org>
9135
9136         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9137         temporary buffer for sprintf, take into account the precision also
9138         for 'd', 'i', 'u', 'o', 'x', 'X'.
9139
9140 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9141
9142         * modules/argp-tests: New module
9143         * tests/test-argp.c: New file
9144         * tests/test-argp-2.sh: New file
9145
9146 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9147
9148         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9149         (__argp_base_name): Removed
9150         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9151         typo.
9152         (__argp_base_name): Provide macro definition or extern declaration
9153         depending on the configuration
9154
9155 2006-01-20  Simon Josefsson  <jas@extundo.com>
9156
9157         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9158
9159 2006-01-20  Simon Josefsson  <jas@extundo.com>
9160
9161         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9162
9163 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9164
9165         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9166         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9167         Suggested by Bruno Haible.
9168
9169 2006-01-20  Karl Berry  <karl@gnu.org>
9170
9171         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9172         until changes propagate, I guess.
9173
9174 2006-01-19  Simon Josefsson  <jas@extundo.com>
9175
9176         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9177
9178 2006-01-19  Simon Josefsson  <jas@extundo.com>
9179
9180         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9181
9182 2006-01-19  Simon Josefsson  <jas@extundo.com>
9183
9184         * gnulib-tool: Set check_PROGRAMS.
9185
9186         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9187         modules/des-tests, modules/gc-arcfour-tests,
9188         modules/gc-arctwo-tests, modules/gc-des-tests,
9189         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9190         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9191         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9192         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9193         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9194         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9195         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9196         test_*_SOURCES.
9197
9198 2006-01-18  Simon Josefsson  <jas@extundo.com>
9199
9200         * modules/socklen (Depends-on): Depend on sys_socket.
9201
9202 2006-01-18  Simon Josefsson  <jas@extundo.com>
9203
9204         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9205         modules/des-tests, modules/gc-arcfour-tests,
9206         modules/gc-arctwo-tests, modules/gc-des-tests,
9207         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9208         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9209         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9210         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9211         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9212         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9213         $(EXEEXT) to automake TESTS variable, for mingw32.
9214
9215 2006-01-17  Simon Josefsson  <jas@extundo.com>
9216
9217         * modules/socklen (Include): Need sys/socket.h.
9218
9219 2006-01-17  Bruno Haible  <bruno@clisp.org>
9220
9221         * modules/ssize_t (Include): Add <sys/types.h>.
9222
9223 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9224
9225         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9226         it's not portable and it doesn't work with cross-compiles.
9227         Problem reported by Bruno Haible.  Fix missing-$ typo in
9228         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9229         -zignore from being used with Sun's C compiler.
9230
9231 2006-01-12  Simon Josefsson  <jas@extundo.com>
9232
9233         * lib/base64.c: Fix warning, reported by Bruno Haible
9234         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9235
9236 2006-01-12  Bruno Haible  <bruno@clisp.org>
9237
9238         * modules/ldd: New file.
9239         * build-aux/ldd.sh.in: New file.
9240         * MODULES.html.sh (Support for building libraries and executables): Add
9241         ldd.
9242
9243 2006-01-12  Bruno Haible  <bruno@clisp.org>
9244
9245         * m4/ldd.m4: New file.
9246
9247 2006-01-12  Bruno Haible  <bruno@clisp.org>
9248
9249         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9250         endless loop while replacing $auxdir with build-aux.
9251
9252 2006-01-11  Simon Josefsson  <jas@extundo.com>
9253
9254         * lib/stdint_.h (SIZE_MAX): Add missing (.
9255
9256 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9257
9258         Sync from coreutils.
9259         * lib/md5.c: Fix commentary typos.
9260         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9261         * lib/md5.h (__attribute__): Remove; unused.
9262         * lib/sha1.c: Fix commentary to match md5 better.
9263         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9264         so that we don't need to worry about alignment.  All uses changed.
9265         This merges the 2005-10-28 md5 change into sha1.
9266
9267 2006-01-11  Jim Meyering  <jim@meyering.net>
9268
9269         Sync from coreutils.
9270         * lib/md5.c (OP): Fix spacing.
9271
9272 2006-01-11  Bruno Haible  <bruno@clisp.org>
9273
9274         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9275         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9276         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9277
9278 2006-01-11  Bruno Haible  <bruno@clisp.org>
9279
9280         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9281         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9282         the "early" section as well.
9283
9284 2006-01-11  Bruno Haible  <bruno@clisp.org>
9285
9286         Avoid "ar: no archive members specified" error on MacOS X.
9287         * gnulib-tool (func_modules_add_dummy): New function.
9288         (func_import, func_create_testdir): Invoke it.
9289
9290 2006-01-11  Bruno Haible  <bruno@clisp.org>
9291
9292         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9293         with $auxdir in AC_CONFIG_FILES statements.
9294
9295 2006-01-11  Bruno Haible  <bruno@clisp.org>
9296
9297         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9298         Initialize also noinst_HEADERS to empty.
9299
9300 2006-01-11  Bruno Haible  <bruno@clisp.org>
9301
9302         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9303         variables.
9304         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9305         autoreconf.
9306
9307 2006-01-11  Bruno Haible  <bruno@clisp.org>
9308
9309         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9310         overridable by the user.
9311         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9312
9313 2006-01-10  Simon Josefsson  <jas@extundo.com>
9314
9315         * modules/sys_socket: New file.
9316
9317 2006-01-10  Simon Josefsson  <jas@extundo.com>
9318
9319         * m4/sys_socket_h.m4: New file.
9320
9321 2006-01-10  Simon Josefsson  <jas@extundo.com>
9322
9323         * lib/socket_.h: New file.
9324
9325 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9326
9327         * modules/readutmp (Maintainer): Add myself.
9328
9329 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9330
9331         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9332         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9333         People who are still concerned with buggy memcmp implementations
9334         can invoke gl_FUNC_MEMCMP themselves.
9335
9336 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9337
9338         * lib/regex_internal.h (BITSET_WORD_BITS):
9339         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9340         preprocessor mishandles large unsigned values as if they were signed.
9341         Problem reported by Claudio Fontana in
9342         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9343
9344 2006-01-10  Jim Meyering  <jim@meyering.net>
9345
9346         Avoid the double-free (first in fts_read, second in fts_close) that
9347         would occur when an `active' directory is made inaccessible (e.g.,
9348         via chmod a-x) during a traversal.
9349         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9350         before returning.  Reproduce this failure by
9351         mkdir -p a/b; cd a; chmod a-x . b
9352         Reported by Stavros Passas.
9353
9354         Sync from coreutils.
9355         * lib/sha1.c: Tweak grammar in a comment.
9356
9357 2006-01-10  Jim Meyering  <jim@meyering.net>
9358
9359         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9360         Patch by Joerg Sonnenberger.
9361
9362 2006-01-10  Bruno Haible  <bruno@clisp.org>
9363
9364         * modules/readutmp: Depend on module free.
9365         * modules/strtok_r: Depend on module restrict.
9366
9367 2006-01-10  Bruno Haible  <bruno@clisp.org>
9368
9369         * modules/gettext (configure.ac): Add an invocation of
9370         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9371
9372 2006-01-10  Bruno Haible  <bruno@clisp.org>
9373
9374         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9375         Reported by Werner Lemberg <wl@gnu.org>.
9376
9377 2006-01-10  Bruno Haible  <bruno@clisp.org>
9378
9379         * lib/localcharset.c: Update from GNU gettext.
9380
9381 2006-01-10  Bruno Haible  <bruno@clisp.org>
9382
9383         * lib/argp.h (__const): Remove macro. Use const instead.
9384         * lib/argp-fmtstream.h (__const): Likewise.
9385         * lib/glob_.h (__const): Remove macro.
9386         * lib/glob-libc.h: Use const instead of __const.
9387
9388 2006-01-10  Bruno Haible  <bruno@clisp.org>
9389
9390         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9391         variable.
9392         Needed to avoid an automake error regarding the 'gettext' module.
9393
9394 2006-01-09  Simon Josefsson  <jas@extundo.com>
9395
9396         * modules/inet_ntop (Depends-on): Add restrict.
9397
9398 2006-01-09  Simon Josefsson  <jas@extundo.com>
9399
9400         * modules/gc-rijndael-tests (License): Put under LGPL.
9401
9402         * modules/gc-des-tests (License): Likewise.
9403
9404         * modules/gc-arcfour-tests (License): Likewise.
9405
9406         * modules/gc-arctwo-tests (License): Likewise.
9407
9408         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9409
9410         * modules/gc-hmac-sha1-tests (Files): Likewise.
9411
9412         * modules/gc-hmac-md5-tests (License): Likewise.
9413
9414         * modules/gc-sha1-tests (License): Likewise.
9415
9416         * modules/gc-md5-tests (License): Likewise.
9417
9418         * modules/gc-md4-tests (License): Likewise.
9419
9420         * modules/gc-md2-tests (License): Likewise.
9421
9422         * modules/gc-tests (License): Likewise.
9423
9424         * modules/des-tests (License): Likewise.
9425
9426         * modules/md4-tests (License): Likewise.
9427
9428         * modules/md2-tests (License): Likewise.
9429
9430 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9431
9432         Sync from coreutils:
9433
9434         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9435         * modules/lib-ignore: New file.
9436         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9437         chdir-safer.m4, lchmod.m4.
9438         * modules/openat: Add mkdirat.c, openat-priv.h.
9439
9440 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9441
9442         Sync from coreutils.
9443         * m4/lib-ignore.m4: New file.
9444         * m4/lchmod.m4: New file.
9445
9446 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9447
9448         Sync from coreutils.
9449         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9450         for write access: POSIX says that must fail.
9451         * lib/fts.c (diropen): Likewise.
9452         * lib/save-cwd.c (save_cwd): Likewise.
9453         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9454         well, for minor improvements on hosts that lack O_DIRECTORY.
9455         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9456         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9457         Fall back on chown if open failed with EACCES.
9458
9459         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9460         Report an error at compile-time if only a 1-second nominal clock
9461         resolution is found.
9462
9463         * lib/lchmod.h: New file.
9464         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9465         (make_dir_parents): Use lchown rather than chown, and
9466         lchmod rather than chmod.
9467
9468         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9469         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9470         "proc" reported by n0dalus.
9471
9472         * lib/mountlist.c: Include <limits.h>.
9473         (dev_from_mount_options)
9474         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9475         New function.  It no longer assumes "dev=" has the System V meaning
9476         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9477         (read_file_system_list)
9478         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9479         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9480         dev= in that case.
9481
9482         * lib/posixtm.h (PDS_PRE_2000): New macro.
9483         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9484         allow_century.  All usages changed.  Reject dates outside the range
9485         1969-1999 if PDS_PRE_2000 is used.
9486
9487 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9488
9489         Sync from coreutils.
9490         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9491         (Time of day items): Mention the possibility of leap seconds.
9492         Problem reported by Dr. David Alan Gilbert.
9493
9494 2006-01-09  Jim Meyering  <jim@meyering.net>
9495
9496         Sync from coreutils.
9497
9498         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9499
9500         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9501
9502         * lib/modechange.c (mode_compile): Reject an invalid mode string
9503         that starts with an octal digit.  From Andreas Gruenbacher.
9504
9505         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9506         and dup to open_safer and dup_safer, respectively.
9507         (openat_permissive): Fix typo in comment.
9508
9509         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9510         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9511         (_): Remove; no longer needed.
9512         (openat): Renamed from rpl_openat; no need for rpl_openat
9513         since openat.h renames openat for us.
9514         Replace most of the body with a call to openat_permissive,
9515         to avoid duplicate code.
9516         Port to (probably hypothetical) environments were mode_t is
9517         wider than int.
9518         (openat_permissive): Require mode arg, so that we can check
9519         types better.  Put it just after flags.  Change cwd failure
9520         indicator from pointer-to-bool to pointer-to-errno-value.
9521         All callers changed.
9522         Invoke openat_save_fail and/or openat_restore_fail if
9523         cwd_errno is null, so that openat can call us.
9524         (openat_permissive, fdopendir, fstatat, unlinkat):
9525         Simplify errno handling to avoid some duplicate code,
9526         as it's OK to set errno on success.
9527         * lib/openat.h: Revamp code so that function macros depend on
9528         __OPENAT_PREFIX only, not also on AT_FDCWD.
9529         (openat_ro): Remove.  Caller changed to use openat_permissive.
9530         (openat_permissive): Now a macro, if not a function.
9531         (openat_restore_fail, openat_save_fail): Now always functions,
9532         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9533
9534         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9535         and openat.c.
9536         * lib/mkdirat.c: Include openat-priv.h.
9537         Remove definitions of macros defined therein.
9538         * lib/openat.c: Likewise.
9539
9540         * lib/mkdirat.c (mkdirat): New file and function.
9541         * lib/openat.h (mkdirat): Declare.
9542
9543         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9544
9545         * lib/openat.h (openat_permissive): Declare.
9546         (openat_ro): Define.
9547
9548         * lib/openat.c (EXPECTED_ERRNO): New macro.
9549         (openat_permissive): New function -- used in remove.c rewrite.
9550         (all functions): Set errno just before returning, only if there
9551         was an actual failure.
9552         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9553
9554         Emulate openat-family functions using Linux's procfs, if possible.
9555         Idea and some code based on Ulrich Drepper's glibc changes.
9556
9557         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9558         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9559         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9560         before falling back on save_cwd and restore_cwd.
9561         (fdopendir, fstatat, unlinkat): Likewise.
9562
9563         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9564         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9565
9566         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9567         as second argument to va_arg.  Otherwise, some versions of gcc
9568         warn that `if this code is reached, the program will abort'.
9569
9570 2006-01-09  Jim Meyering  <jim@meyering.net>
9571
9572         Sync from coreutils.
9573         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9574         Require openat-priv.h.
9575
9576 2006-01-09  Bruno Haible  <bruno@clisp.org>
9577
9578         * modules/strnlen (Include): Use strnlen.h.
9579
9580 2006-01-09  Bruno Haible  <bruno@clisp.org>
9581
9582         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9583
9584 2006-01-09  Bruno Haible  <bruno@clisp.org>
9585
9586         * lib/sysexit_.h (EX_OK): New macro.
9587         Suggested by Martin Lambers <marlam@marlam.de>.
9588
9589 2006-01-09  Bruno Haible  <bruno@clisp.org>
9590
9591         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9592         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9593
9594 2006-01-09  Bruno Haible  <bruno@clisp.org>
9595
9596         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9597         numbers.
9598
9599 2006-01-09  Bruno Haible  <bruno@clisp.org>
9600
9601         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9602         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9603         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9604         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9605
9606 2006-01-09  Bruno Haible  <bruno@clisp.org>
9607
9608         * build-aux/javacomp.sh.in: New file, moved from lib/.
9609         * modules/javacomp-script (Files): Update.
9610         (configure.ac): Add AC_CONFIG_FILES invocation.
9611         (EXTRA_DIST): Remove variable.
9612
9613         * build-aux/javaexec.sh.in: New file, moved from lib/.
9614         * modules/javaexec (Files): Update.
9615         (configure.ac): Add AC_CONFIG_FILES invocation.
9616         (EXTRA_DIST): Remove javaexec.sh.in.
9617
9618         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9619         * modules/csharpcomp-script (Files): Update.
9620         (configure.ac): Add AC_CONFIG_FILES invocation.
9621         (EXTRA_DIST): Remove variable.
9622
9623         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9624         * modules/csharpexec (Files): Update.
9625         (configure.ac): Add AC_CONFIG_FILES invocation.
9626         (EXTRA_DIST): Remove csharpexec.sh.in.
9627
9628 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9629
9630         Sync from coreutils.
9631
9632         Add POSIX ACL support
9633         * lib/acl.h (copy_acl, set_acl): Add declarations.
9634         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9635         systems other than Linux.
9636         (chmod_or_fchmod): New function: use fchmod when possible,
9637         and chmod otherwise.
9638         (file_has_acl): Add a POSIX ACL implementation, with a
9639         Linux-specific subcase.
9640         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9641         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9642         acls are unsupported.
9643         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9644         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9645         are unsupported.
9646
9647 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9648
9649         Sync from coreutils.
9650         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9651
9652 2006-01-07  Bruno Haible  <bruno@clisp.org>
9653
9654         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9655         gl_EARLY.
9656
9657 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9658
9659         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9660         Problem reported for Mingw by Mark Junker.
9661
9662 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9663
9664         * README: Gnulib normally doesn't generate a tarball.
9665
9666 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9667
9668         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9669         long int, not int, for nanosecond counts, so that people who are
9670         used to POSIX struct timespec won't be surprised.  Reported by Jim
9671         Meyering.
9672
9673 2005-12-28  Bruno Haible  <bruno@clisp.org>
9674
9675         * build-aux/config.rpath: Update from GNU gettext.
9676
9677 2005-12-16  Jim Meyering  <jim@meyering.net>
9678
9679         * modules/fprintftime: New module.
9680         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9681
9682 2005-12-16  Jim Meyering  <jim@meyering.net>
9683
9684         * m4/fprintftime.m4: New file.
9685
9686 2005-12-16  Jim Meyering  <jim@meyering.net>
9687
9688         * lib/fprintftime.c, lib/fprintftime.h: New files.
9689
9690 2005-12-15  Simon Josefsson  <jas@extundo.com>
9691
9692         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9693         new m4/socklen.m4.
9694
9695 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9696
9697         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9698         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9699
9700 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9701
9702         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9703         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9704         struct uparams is valid. Fall back to the default values if it is
9705         not.
9706
9707 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9708
9709         * modules/argp (Files): Add argp-pin.c
9710         (Depends-on): dirname
9711         (lib_SOURCES): Add argp-pin.c
9712
9713 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9714
9715         * m4/argp.m4:  Check if program_invocation_name and
9716         program_invocation_short_name are declared and define appropriate
9717         macros if they are not.
9718
9719 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9720
9721         * lib/argp-help.c (__argp_base_name): New function
9722         (__argp_short_program_name): Rewrite using __argp_base_name
9723         * lib/argp-namefrob.h: Define program_invocation_name and
9724         program_invocation_short_name if requested
9725         (__argp_base_name): Add prototype
9726         * lib/argp-parse.c (argp_def): Use gettext wrappers
9727         (argp_default_parser): Use __argp_base_name
9728         * lib/argp-pin.c: New file. Defines program_invocation_name and
9729         program_invocation_short_name on systems that lack them.
9730
9731 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9732
9733         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9734         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9735         porting problem reported by Georg Schwarz in
9736         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9737
9738 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9739
9740         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9741         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9742         porting problem reported by Georg Schwarz in
9743         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9744
9745 2005-12-05  Bruno Haible  <bruno@clisp.org>
9746
9747         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9748         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9749         Reported by Mark Junker <mjscod@gmx.de>.
9750
9751 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9752
9753         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9754         Use implementation from Albert Chin, with some
9755         comments/corrections by Stepan Kasal and myself.
9756
9757 2005-12-02  Bruno Haible  <bruno@clisp.org>
9758
9759         * gnulib-tool (func_import): Accept GPLed build tool modules when
9760         --lgpl is given.
9761         * modules/csharpcomp-script: New file.
9762         * modules/csharpcomp: Depend on it.
9763         * modules/javacomp-script: New file.
9764         * modules/javacomp: Depend on it.
9765         Suggested by Simon Josefsson.
9766
9767 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9768
9769         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9770         statement, to work around an HP-UX 10.20 compiler bug reported by
9771         Peter O'Gorman.
9772
9773 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9774
9775         * modules/savedir (Depends-on): Add openat.
9776
9777 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9778
9779         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9780         (uintmax_t) [defined uintmax_t]: Do not declare.
9781         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9782         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9783         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9784         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9785         sake of portability to weird hosts that C allows (though we don't
9786         know of any practical examples).
9787
9788         * lib/savedir.h (fdsavedir): New decl.
9789         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9790         contains most of the former guts of savedir.
9791         (savedir): Use savedirstream.
9792         Include "openat.h".
9793
9794 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9795
9796         * modules/obstack (Files): Add m4/ulonglong.m4.
9797         Problem reported by Davide Angelocola.
9798
9799 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9800
9801         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9802         coreutils no longer futzes with rounding modes.
9803
9804 2005-11-14  Jim Meyering  <jim@meyering.net>
9805
9806         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9807         replacement of mkstemp.
9808
9809 2005-11-10  Simon Josefsson  <jas@extundo.com>
9810
9811         * lib/readline.c: Remove EOL.
9812
9813 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9814
9815         * modules/gethrxtime (Depends-on): Add gettime.
9816
9817 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9818
9819         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9820         or gettimeofday; no longer needed.
9821
9822 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9823
9824         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9825         time business.
9826         (gethrxtime) [! (HAVE_NANOUPTIME
9827         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9828         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9829         our own approximation.
9830
9831 2005-11-08  Eric Blake  <ebb9@byu.net>
9832
9833         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9834
9835 2005-11-08  Eric Blake  <ebb9@byu.net>
9836
9837         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9838
9839 2005-11-04  Bruno Haible  <bruno@clisp.org>
9840
9841         * gnulib-tool: Implement --update mode.
9842
9843 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9844
9845         Fix porting problem reported by Theodoros V. Kalamatianos.
9846         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9847         Don't assume that futimes failing means we must fail.
9848
9849 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9850
9851         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9852         variables to suggest the intended function of the PATH_MAX check.
9853
9854 2005-10-30  Kean Johnston  <jkj@sco.com>
9855
9856         Trivial changes to support SCO systems.
9857         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9858         as PATH_MAX.
9859         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9860         where __ptr is null when no I/O is pending.
9861
9862 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9863
9864         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9865         leave errno alone.  Problem reported by Dmitry V. Levin.
9866
9867 2005-10-28  Simon Josefsson  <jas@extundo.com>
9868
9869         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9870         Test more.
9871
9872         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9873
9874         * modules/md2, modules/md2-tests: New files.
9875
9876 2005-10-28  Simon Josefsson  <jas@extundo.com>
9877
9878         * m4/inet_ntop.m4: More tests.
9879
9880         * m4/gc-md2.m4, md2.m4: New file.
9881
9882 2005-10-28  Simon Josefsson  <jas@extundo.com>
9883
9884         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9885         "restrict" keywords, as per POSIX.  Protect the function
9886         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9887         Don't use K&R prototypes.  Check the sprintf return values.
9888         Re-define EAFNOSUPPORT if not present.  Indent.
9889
9890         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9891         suggested by Bruno Haible <bruno@clisp.org>.
9892
9893         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9894
9895         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9896
9897         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9898         libgcrypt).
9899
9900         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9901
9902         * lib/md2.h, lib/md2.c: New files.
9903
9904 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9905
9906         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9907         errno alone.  Problem reported by Frederic Jolliton.
9908
9909 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9910
9911         * modules/verify (License): Change from GPL to LGPL.  This is a
9912         tiny module and there are apparently near-equivalents that are
9913         under the BSD license.
9914
9915 2005-10-24  Simon Josefsson  <jas@extundo.com>
9916
9917         * modules/sha1: Relicense to LGPL.
9918
9919 2005-10-24  Simon Josefsson  <jas@extundo.com>
9920
9921         * lib/md4.h: Shrink buffer size, now that we changed the type.
9922
9923 2005-10-23  Simon Josefsson  <jas@extundo.com>
9924
9925         * gnulib-tool (func_import): Fix --tests-base.
9926
9927 2005-10-22  Simon Josefsson  <jas@extundo.com>
9928
9929         * modules/arcfour (Depends-on): Need stdint.
9930
9931 2005-10-22  Simon Josefsson  <jas@extundo.com>
9932
9933         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9934         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9935
9936 2005-10-22  Simon Josefsson  <jas@extundo.com>
9937
9938         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9939         suggested by Bruno Haible <bruno@clisp.org>.
9940
9941 2005-10-22  Simon Josefsson  <jas@extundo.com>
9942
9943         * lib/crc.h: Include stddef.h, for size_t.
9944
9945 2005-10-22  Simon Josefsson  <jas@extundo.com>
9946
9947         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9948         arcfour_context struct (simplify test vector testing in GNU
9949         Shishi).
9950
9951 2005-10-21  Simon Josefsson  <jas@extundo.com>
9952
9953         * modules/des, modules/des-tests: New files.
9954
9955         * modules/gc-des, modules/gc-des-tests: New files.
9956
9957         * tests/test-des.c, tests/test-gc-des.c: New file.
9958
9959 2005-10-21  Simon Josefsson  <jas@extundo.com>
9960
9961         * modules/arctwo, modules/arctwo-tests: New files.
9962
9963         * tests/test-arctwo.c: New file.
9964
9965         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9966
9967         * tests/test-gc-arctwo.c: New file.
9968
9969 2005-10-21  Simon Josefsson  <jas@extundo.com>
9970
9971         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9972         Bruno Haible <bruno@clisp.org>.
9973
9974         * m4/gc-des.m4: New file.
9975
9976 2005-10-21  Simon Josefsson  <jas@extundo.com>
9977
9978         * m4/arctwo.m4: New file.
9979
9980         * m4/gc-arctwo.m4: New file.
9981
9982 2005-10-21  Simon Josefsson  <jas@extundo.com>
9983
9984         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9985         block.
9986
9987 2005-10-21  Simon Josefsson  <jas@extundo.com>
9988
9989         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9990         <bruno@clisp.org>.
9991
9992         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9993
9994         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9995         Bruno Haible <bruno@clisp.org>.
9996
9997         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9998         <bruno@clisp.org>.
9999
10000 2005-10-21  Simon Josefsson  <jas@extundo.com>
10001
10002         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10003
10004 2005-10-21  Simon Josefsson  <jas@extundo.com>
10005
10006         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10007
10008 2005-10-21  Simon Josefsson  <jas@extundo.com>
10009
10010         * lib/des.h, lib/des.c: New files.
10011
10012         * lib/gc-gnulib.c: Support DES.c
10013
10014 2005-10-21  Simon Josefsson  <jas@extundo.com>
10015
10016         * lib/arctwo.h, lib/arctwo.c: New files.
10017
10018         * lib/gc-gnulib.c: Support ARCTWO.
10019
10020 2005-10-21  Simon Josefsson  <jas@extundo.com>
10021
10022         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10023         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10024
10025 2005-10-21  Simon Josefsson  <jas@extundo.com>
10026
10027         * gnulib-tool (func_import, func_create_testdir): Define automake
10028         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10029         Makefile.am snippet),
10030         suggested by Bruno Haible <bruno@clisp.org>.
10031
10032         * modules/gc (Makefile.am): Use it.
10033
10034 2005-10-21  Bruno Haible  <bruno@clisp.org>
10035
10036         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10037         patch.
10038
10039 2005-10-19  Simon Josefsson  <jas@extundo.com>
10040
10041         * tests/test-gc-rijndael.c: New file.
10042
10043         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10044
10045 2005-10-19  Simon Josefsson  <jas@extundo.com>
10046
10047         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10048         interface too.
10049
10050 2005-10-19  Simon Josefsson  <jas@extundo.com>
10051
10052         * tests/test-gc-arcfour.c: New file.
10053
10054         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10055
10056 2005-10-19  Simon Josefsson  <jas@extundo.com>
10057
10058         * modules/gc-md4, modules/gc-md4-tests: New file.
10059
10060         * tests/test-gc-md4.c: New file.
10061
10062 2005-10-19  Simon Josefsson  <jas@extundo.com>
10063
10064         * m4/gc-md4.m4: New file.
10065
10066 2005-10-19  Simon Josefsson  <jas@extundo.com>
10067
10068         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10069         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10070         <kasal@ucw.cz>.
10071
10072 2005-10-19  Simon Josefsson  <jas@extundo.com>
10073
10074         * m4/gc-arcfour.m4: New file.
10075
10076         * m4/gc-rijndael.m4: New file.
10077
10078 2005-10-19  Simon Josefsson  <jas@extundo.com>
10079
10080         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10081
10082 2005-10-19  Simon Josefsson  <jas@extundo.com>
10083
10084         * lib/gc-gnulib.c: Support ARCFOUR.
10085
10086 2005-10-19  Simon Josefsson  <jas@extundo.com>
10087
10088         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10089         support.
10090
10091         * lib/gc.h: Add ECB enum type.
10092
10093         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10094
10095 2005-10-18  Simon Josefsson  <jas@extundo.com>
10096
10097         * tests/test-md5.c: New file.
10098
10099         * modules/md5-tests: New file.
10100
10101 2005-10-18  Simon Josefsson  <jas@extundo.com>
10102
10103         * tests/test-md4.c: New file.
10104
10105         * modules/md4, modules/md4-tests: New files.
10106
10107 2005-10-18  Simon Josefsson  <jas@extundo.com>
10108
10109         * m4/md4.m4: New file.
10110
10111 2005-10-18  Simon Josefsson  <jas@extundo.com>
10112
10113         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10114
10115 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10116
10117         * gnulib-tool (func_create_testdir): Omit the second check whether
10118         BUILT_SOURCES in nonempty.
10119
10120 2005-10-17  Simon Josefsson  <jas@extundo.com>
10121
10122         * tests/test-rijndael.c: New file.
10123
10124 2005-10-17  Simon Josefsson  <jas@extundo.com>
10125
10126         * modules/sha1: Depend on stdint instead of md5.
10127
10128         * modules/md5: Depend on stdint, remove uint32_t.
10129
10130 2005-10-17  Simon Josefsson  <jas@extundo.com>
10131
10132         * modules/gc-sha1-tests: New file.
10133
10134         * tests/test-gc-sha1.c: New file.
10135
10136 2005-10-17  Simon Josefsson  <jas@extundo.com>
10137
10138         * m4/md5.m4: Remove call to uint32_t.m4.
10139
10140 2005-10-17  Simon Josefsson  <jas@extundo.com>
10141
10142         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10143
10144         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10145         md5.h.
10146
10147         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10148
10149         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10150
10151 2005-10-17  Simon Josefsson  <jas@extundo.com>
10152
10153         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10154
10155 2005-10-17  Simon Josefsson  <jas@extundo.com>
10156
10157         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10158
10159 2005-10-17  Simon Josefsson  <jas@extundo.com>
10160
10161         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10162
10163         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10164
10165 2005-10-17  Bruno Haible  <bruno@clisp.org>
10166
10167         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10168         that it can also be used in a test.
10169
10170 2005-10-16  Bruno Haible  <bruno@clisp.org>
10171
10172         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10173         TESTS_ENVIRONMENT, so that individual tests can augment it.
10174
10175         * gnulib-tool (func_create_testdir): Use an intermediate target for
10176         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10177         macros, like $(ALLOCA_H), which cannot be passed through the command
10178         line.
10179
10180 2005-10-15  Simon Josefsson  <jas@extundo.com>
10181
10182         * modules/rijndael-tests: New file.
10183
10184         * modules/rijndael: New file.
10185
10186 2005-10-15  Simon Josefsson  <jas@extundo.com>
10187
10188         * m4/rijndael.m4: New file.
10189
10190 2005-10-15  Simon Josefsson  <jas@extundo.com>
10191
10192         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10193
10194         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10195
10196 2005-10-14  Simon Josefsson  <jas@extundo.com>
10197
10198         * tests/test-arcfour.c: New file.
10199
10200         * modules/arcfour, modules/arcfour-tests: New files.
10201
10202 2005-10-14  Simon Josefsson  <jas@extundo.com>
10203
10204         * m4/arcfour.m4: New file.
10205
10206 2005-10-14  Simon Josefsson  <jas@extundo.com>
10207
10208         * lib/arcfour.h, lib/arcfour.c: New files.
10209
10210 2005-10-14  Roland McGrath  <roland@redhat.com>
10211
10212         Import from libc.  [BZ #1331]
10213         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10214         macro argument.
10215         Reported by Matej Vela <vela@debian.org>.
10216
10217 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10218
10219         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10220         include <wchar.h>; no longer needed.
10221
10222 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10223
10224         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10225
10226 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10227         and  Ulrich Drepper  <drepper@redhat.com>
10228
10229         Import from libc.
10230         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10231         instead of inline stream orientation test and two separate
10232         function calls.  Pay no attention to USE_IN_LIBIO.
10233
10234 2005-10-13  Simon Josefsson  <jas@extundo.com>
10235
10236         * modules/gc-hmac-md5-tests: New file.
10237
10238         * tests/test-gc-hmac-sha1.c: New file.
10239
10240         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10241
10242         * modules/gc-hmac-md5-tests: New file.
10243
10244         * tests/test-gc-md5.c: New file.
10245
10246         * modules/gc-md5-tests: New file.
10247
10248 2005-10-13  Simon Josefsson  <jas@extundo.com>
10249
10250         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10251         Move memory allocation outside of loop.
10252
10253 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10254
10255         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10256         intermediate directory is in a read-only file system.  Problem
10257         reported by Eric Blake.
10258
10259 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10260
10261         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10262
10263 2005-10-12  Simon Josefsson  <jas@extundo.com>
10264
10265         * tests/test-hmac-sha1.c: New file.
10266
10267         * modules/hmac-sha1-tests: New file.
10268
10269         * modules/hmac-sha1: New file.
10270
10271 2005-10-12  Simon Josefsson  <jas@extundo.com>
10272
10273         * modules/gc-sha1: New file.
10274
10275 2005-10-12  Simon Josefsson  <jas@extundo.com>
10276
10277         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10278
10279         * tests/test-gc-pbkdf2-sha1.c: New file.
10280
10281 2005-10-12  Simon Josefsson  <jas@extundo.com>
10282
10283         * modules/gc-md5, modules/gc-hmac-md5: New files.
10284
10285         * modules/gc (Files): Remove md5, memxor and hmac files.
10286
10287 2005-10-12  Simon Josefsson  <jas@extundo.com>
10288
10289         * m4/gc-pbkdf2-sha1.m4: New file.
10290
10291         * m4/gc-hmac-sha1.m4: New file.
10292
10293         * m4/gc-sha1: New file.
10294
10295         * m4/hmac-sha1.m4: New file.
10296
10297 2005-10-12  Simon Josefsson  <jas@extundo.com>
10298
10299         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10300
10301         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10302
10303 2005-10-12  Simon Josefsson  <jas@extundo.com>
10304
10305         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10306         suggested by Bruno Haible <bruno@clisp.org>.
10307
10308 2005-10-12  Simon Josefsson  <jas@extundo.com>
10309
10310         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10311
10312 2005-10-12  Simon Josefsson  <jas@extundo.com>
10313
10314         * lib/gc-pbkdf2-sha1.c: New file.
10315
10316         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10317
10318 2005-10-12  Simon Josefsson  <jas@extundo.com>
10319
10320         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10321
10322         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10323
10324 2005-10-12  Simon Josefsson  <jas@extundo.com>
10325
10326         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10327         GC_USE_HMAC_MD5, respectively.
10328
10329         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10330         (gc_md5): Fix typo.
10331
10332         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10333
10334         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10335
10336         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10337
10338 2005-10-12  Bruno Haible  <bruno@clisp.org>
10339
10340         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10341         Reported by Stepan Kasal <kasal@ucw.cz>.
10342
10343 2005-10-11  Simon Josefsson  <jas@extundo.com>
10344
10345         * tests/test-crc.c: New file.
10346
10347         * modules/crc, modules/crc-tests: New files.
10348
10349 2005-10-11  Simon Josefsson  <jas@extundo.com>
10350
10351         * m4/crc.m4: New file.
10352
10353 2005-10-11  Simon Josefsson  <jas@extundo.com>
10354
10355         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10356
10357         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10358
10359         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10360
10361 2005-10-11  Simon Josefsson  <jas@extundo.com>
10362
10363         * lib/crc.h, lib/crc.c: New files.
10364
10365         * lib/gc.h (gc_hash_buffer): Add doc.
10366
10367 2005-10-11  Bruno Haible  <bruno@clisp.org>
10368
10369         * modules/c-strcasestr: New file.
10370         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10371
10372 2005-10-11  Bruno Haible  <bruno@clisp.org>
10373
10374         * modules/c-strcase: New file.
10375         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10376
10377 2005-10-11  Bruno Haible  <bruno@clisp.org>
10378
10379         * lib/strcasecmp.c: Include limits.h.
10380         (strcasecmp): Avoid integer overflow on exotic platforms.
10381         * lib/strncasecmp.c: Include limits.h.
10382         (strncasecmp): Avoid integer overflow on exotic platforms.
10383         Reported by Paul Eggert.
10384
10385 2005-10-11  Bruno Haible  <bruno@clisp.org>
10386
10387         * lib/c-strcasestr.h: New file, from GNU gettext.
10388         * lib/c-strcasestr.c: New file, from GNU gettext.
10389
10390 2005-10-11  Bruno Haible  <bruno@clisp.org>
10391
10392         * lib/c-strcase.h: New file, from GNU gettext.
10393         * lib/c-strcasecmp.c: New file, from GNU gettext.
10394         * lib/c-strncasecmp.c: New file, from GNU gettext.
10395
10396 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10397
10398         * modules/mempcpy (License): GPL -> LGPL.
10399         * modules/strchrnul (License): Likewise.
10400         * modules/sysexits (License): Likewise.
10401
10402 2005-10-08  Simon Josefsson  <jas@extundo.com>
10403
10404         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10405
10406 2005-10-07  Simon Josefsson  <jas@extundo.com>
10407
10408         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10409
10410 2005-10-06  Simon Josefsson  <jas@extundo.com>
10411
10412         * tests/test-hmac-md5.c: New file.
10413
10414         * modules/hmac-md5-tests: New file.
10415
10416         * modules/hmac-md5: New file.
10417
10418 2005-10-06  Simon Josefsson  <jas@extundo.com>
10419
10420         * m4/hmac-md5.m4: New file.
10421
10422         * m4/memxor.m4: Require gl_C_RESTRICT.
10423
10424 2005-10-06  Simon Josefsson  <jas@extundo.com>
10425
10426         * lib/memxor.c (memxor): Avoid casts and warnings.
10427
10428 2005-10-06  Simon Josefsson  <jas@extundo.com>
10429
10430         * lib/hmac-md5.c: New file.
10431
10432         * lib/hmac.h: New file.
10433
10434 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10435
10436         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10437         promotes to int, not unsigned int, to catch the AIX 5.3
10438         compiler bug.
10439
10440 2005-10-05  Simon Josefsson  <jas@extundo.com>
10441
10442         * modules/memxor: New file.
10443
10444         * modules/iconv (Files): Move config.rpath to havelib, it is used
10445         there.
10446
10447         * modules/havelib (Files): Add config.rpath.
10448
10449 2005-10-05  Simon Josefsson  <jas@extundo.com>
10450
10451         * m4/memxor.m4: New file.
10452
10453 2005-10-05  Simon Josefsson  <jas@extundo.com>
10454
10455         * lib/memxor.c (memxor): Fix compiler error.
10456
10457         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10458         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10459
10460         * lib/memxor.h, lib/memxor.c: New files.
10461
10462         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10463         we assume all systems have it, suggested by Jim Meyering
10464         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10465         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10466         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10467         same reasons.
10468
10469 2005-10-05  Simon Josefsson  <jas@extundo.com>
10470
10471         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10472
10473 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10474
10475         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10476         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10477         needed, since the source code now assumes these .h files.
10478
10479 2005-10-05  Derek Price  <derek@ximbiot.com>
10480
10481         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10482
10483 2005-10-05  Bruno Haible  <bruno@clisp.org>
10484
10485         * modules/stdint (License): Change to LGPL.
10486
10487 2005-10-04  Simon Josefsson  <jas@extundo.com>
10488
10489         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10490         D. Baushke" <mdb@gnu.org>.
10491
10492 2005-10-04  Bruno Haible  <bruno@clisp.org>
10493
10494         * lib/verify.h (verify_true): Provide alternative definition for C++.
10495
10496 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10497
10498         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10499         (SSIZE_MAX): New macro, if not already defined.
10500         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10501         than 2 GiB.
10502
10503 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10504
10505         Sync from coreutils.
10506         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10507         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10508         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10509         ULLONG_MAX doesn't work with 2.7.2.1.
10510
10511 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10512
10513         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10514         From Ben Pfaff.
10515
10516         * modules/exclude (Depends-on): Depend on verify.
10517         * modules/strtoimax (Depends-on): Likewise.
10518         * modules/utimecmp (Depends-on): Likewise.
10519
10520 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10521
10522         * lib/exclude.c: Include verify.h.
10523         (verify): Remove.  All callers changed to use verify.h's version.
10524         * lib/strtoimax.c: Likewise.
10525         * lib/utimecmp.c: Likewis.e
10526
10527         Sync from coreutils.
10528         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10529         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10530         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10531         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10532         bother returning ENOSYS if settimeofday or stime fails; just let
10533         them return whatever errno they want to return.
10534         * lib/utimens.c: Include unistd.h, for dup2.
10535         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10536         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10537
10538 2005-10-02  Jim Meyering  <jim@meyering.net>
10539
10540         Sync from coreutils.
10541         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10542         from glibc-2.2.5 that fails for read-only files.
10543
10544 2005-10-02  Jim Meyering  <jim@meyering.net>
10545
10546         Sync from coreutils.
10547         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10548         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10549         `#if HAVE_CONFIG_H'.
10550         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10551         Remove AT_FDCWD test.
10552         Do not consume the fd unless successful.
10553         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10554         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10555         block, so that we don't even try to compile it if settimeofday is
10556         available.  This works around a compilation failure on OSF1 V5.1,
10557         due to stime requiring a `long int*' while tv_sec is `int'.
10558
10559 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10560
10561         Sync from coreutils.
10562         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10563         against `yes', rather than just testing for nonempty.
10564
10565 2005-10-01  Simon Josefsson  <jas@extundo.com>
10566
10567         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10568         and Darwin.
10569
10570         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10571         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10572         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10573         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10574         Check if struct addrinfo is declared.
10575
10576 2005-10-01  Simon Josefsson  <jas@extundo.com>
10577
10578         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10579         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10580         AI_* and EAI_* definitions.  Protect function declarations.
10581
10582 2005-10-01  Jim Meyering  <jim@meyering.net>
10583
10584         Sync from coreutils.
10585
10586         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10587         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10588         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10589         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10590         in the inet and nsl libraries.  Required on Solaris 5.7.
10591
10592 2005-10-01  Jim Meyering  <jim@meyering.net>
10593
10594         Sync from coreutils.
10595         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10596         in the inet and nsl libraries.  Required on Solaris 5.7.
10597
10598 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10599
10600         * lib/getdelim.c (getdelim): Remove unused variables.
10601
10602 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10603
10604         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10605         so that the code works even with ancient cpp.  Portability problem
10606         with GCC 2.7.2.1 reported by Thomas M.Ott.
10607
10608 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10609
10610         * modules/regex (Depends-on): Add strcase.
10611
10612         * modules/gethostname (Licence): Change from GPL to LGPL, since
10613         gethostname.c is a trivial implementation of a standard library
10614         function.
10615         * modules/poll (License): Change from GPL to LGPL, since it's
10616         derived from LGPL code.
10617
10618 2005-09-27  Jim Meyering  <jim@meyering.net>
10619
10620         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10621         HAVE_CONFIG_H.
10622
10623         * lib/intprops.h (signed_type_or_expr__): Define.
10624         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10625         for unsigned types.
10626
10627 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10628
10629         * lib/verify.h (verify_expr): Remove, replacing with:
10630         (verify_true): New macro that returns true instead of void.
10631         (verify_type__): Remove.
10632         (verify): Use verify_true rather than verify_type__.
10633
10634 2005-09-26  Bruno Haible  <bruno@clisp.org>
10635
10636         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10637         is necessary.
10638         (lib_SOURCES): Remove mbchar.c.
10639         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10640         (Files): Add m4/mbrtowc.m4.
10641         * modules/mbiter: Likewise.
10642         * modules/mbuiter: Likewise.
10643
10644 2005-09-26  Bruno Haible  <bruno@clisp.org>
10645
10646         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10647         compile mbchar.c if they are not both present.
10648         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10649         * m4/mbiter.m4 (gl_MBITER): Likewise.
10650         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10651         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10652         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10653
10654 2005-09-25  Jim Meyering  <jim@meyering.net>
10655
10656         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10657         also uses socklen_t.
10658
10659 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10660
10661         * lib/utimens.c (ENOSYS): Define if not already defined.
10662         (futimens): Support having a null PATH if the file descriptor
10663         is nonnegative.
10664
10665         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10666         Remove.
10667         (__attribute): Define to empty unless GCC 3.1 or later.
10668         This works around a core dump on OpenBSD 3.4, which has GCC
10669         2.95.3, which dumps core when given __attribute__(()).  It also
10670         simplifies other tests, since we really don't want to bother with
10671         worrying about which ancient version of GCC supported what.
10672         Original problem reported by Yoann Vandoorselaere, with part of
10673         the fix suggested by Derek Price.
10674
10675 2005-09-24  Jim Meyering  <jim@meyering.net>
10676
10677         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10678         so we can once again use a positive bitfield width of 1 -- now we
10679         don't have to explain why we were using a bitfield width of 2.
10680
10681 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10682
10683         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10684         and similarly for the other external symbols.  Problem reported
10685         by James Gallager.
10686
10687         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10688         bug reported by Jim Meyering.
10689
10690         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10691         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10692         not needed, since socklen is a prerequisite module.
10693
10694 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10695
10696         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10697         Problem reported by Eric Blake.
10698         (getaddrinfo): Initialize se so that it's not garbage.
10699         Redo internal storage allocation so that it doesn't make unportable
10700         assumptions about alignment.
10701         Fix a memory leak.
10702
10703         * lib/utimens.c (futimens): Use futimesat if available.
10704         Prefer it to futimes since it doesn't have the futimes bug.
10705
10706         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10707         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10708         Instead, declare a function that returns a pointer to an array,
10709         and use verify_type__ to declare the size of the array.
10710         Problem and germ of a solution reported by Bruno Haible.
10711         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10712         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10713
10714 2005-09-23  Jim Meyering  <jim@meyering.net>
10715
10716         Sync from coreutils.
10717         Correct build failure (socklen_t not defined) on at least
10718         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10719         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10720
10721 2005-09-23  Jim Meyering  <jim@meyering.net>
10722
10723         * modules/getaddrinfo (Depends-on): Add socklen.
10724
10725 2005-09-23  Bruno Haible  <bruno@clisp.org>
10726
10727         * tests/test-verify.c: New file.
10728
10729 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10730
10731         Sync from coreutils.
10732
10733         * modules/argmatch (Depends-on): Add verify.
10734         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10735         unistd-safer.
10736         * modules/save-cwd (Depends-on): Likewise.
10737
10738         * modules/openat (Files): Add lib/openat-die.c.
10739         (Depends-on): Remove error, exitfail.
10740         Add dirname.
10741
10742         * modules/verify: New file.
10743         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10744         with "verify" module.
10745
10746 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10747
10748         Sync from coreutils.
10749
10750         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10751         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10752         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10753         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10754         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10755         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10756         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10757         Don't bother checking for string.h, stdlib.h, unistd.h.
10758         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10759         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10760         module's job.
10761         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10762         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10763
10764         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10765         (gl_GETDATE): Use it.
10766
10767         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10768
10769 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10770
10771         Sync from coreutils.
10772
10773         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10774         stat-time.h.
10775         * lib/argmatch.h: Include verify.h
10776         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10777         (ARGMATCH_ASSERT): Remove; unused.
10778         * lib/canonicalize.c: Assume STDC_HEADERS.
10779         * lib/exclude.c: Include "strcase.h".
10780         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10781         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10782         and stdio-safer.h.
10783         (getusershell): Call fopen, not fopen_safer.
10784         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10785         Do not include unistd-safer.h.
10786         (save_cwd): Don't call fd_safer; no longer needed
10787         now that we include fcntl--.h.
10788
10789         * lib/getdate.y (relative_time): New type.
10790         (RELATIVE_TIME_0): New constant.
10791         (parser_control): Use relative_time instead of doing it ourselves.
10792         (%union): Add new relative_time rel member.
10793         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10794         Now typeless.
10795         (relunit, relunit_snumber): Now of type rel.
10796         (zone, rel, relunit, get_date): Adjust to above changes.
10797
10798         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10799         Do not include unistd-safer.h.
10800         (getloadavg): Don't call fd_safer; no longer needed
10801         now that we include fcntl--.h.
10802
10803         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10804         (make_dir_parents): Treat ENOSYS like EEXIST.
10805
10806         Improve quality of diagnostics on restore_cwd failure.
10807         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10808         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10809         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10810         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10811         each time through the loop.  Do not diagnose restore_cwd failure;
10812         that is the caller's job (and perhaps the caller does not care).
10813
10814         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10815         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10816         If the file already exists but is not a directory, don't bother
10817         to try to make its parents.
10818         Close potential file descriptor leak if we can't chdir("/") (!).
10819         Don't always return true if chdir($PWD) fails; return true only
10820         if the requested action was done successfully (except for the
10821         chdir($PWD)).
10822         Don't log final directory unless we actually made it.
10823         Refactor to avoid duplicate code to fix up permissions.
10824         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10825
10826         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10827         to make it a bit faster and (I hope) clearer.
10828         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10829         Fix bug in formats like %2N.
10830
10831         * lib/verify.h: New file.
10832
10833 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10834
10835         Sync from coreutils.
10836         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10837
10838 2005-09-22  Jim Meyering  <jim@meyering.net>
10839
10840         Sync from coreutils.
10841
10842         * m4/lstat.m4 (gl_FUNC_LSTAT):
10843         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10844         Remove obsolete comment.
10845         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10846         * m4/xstrtod.m4: Likewise.
10847
10848         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10849
10850 2005-09-22  Jim Meyering  <jim@meyering.net>
10851
10852         Sync from coreutils.
10853
10854         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10855
10856         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10857         the .tm_year member, since otherwise gcc-4.0 would now warn about
10858         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10859
10860         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10861         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10862
10863         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10864         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10865         when run in a time zone for which daylight savings time is in effect
10866         for the starting date.
10867
10868         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10869         stop us from restricting permissions of just-created absolute-named
10870         directories.
10871         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10872         to restore initial working directory.
10873         * lib/mkdir-p.c (make_dir_parents): New parameter:
10874         different_working_dir, to tell caller if/when we change the working
10875         directory and are unable to return to the initial one.
10876         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10877         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10878         `return false'.  This fixes a bug introduced on 2004-07-30.
10879
10880         * lib/openat.c (fdopendir): Be sure to close the supplied
10881         file descriptor before returning.  This makes our replacement
10882         implementation a little closer to Solaris's, where fdopendir
10883         ties the file descriptor to the returned DIR* pointer.
10884         * lib/openat.c (unlinkat): New function.
10885         * lib/openat.h (unlinkat): Add prototype.
10886         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10887         (openat_restore_fail): Rename from openat_restore_die.
10888         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10889
10890         Provide an alternative to exiting immediately upon save_cwd or
10891         restore_cwd failure.  Now, an application can arrange e.g.,
10892         to perform a longjump in that case.
10893         * lib/openat.c: Include dirname.h.
10894         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10895         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10896         and openat_restore_die rather than calling error directly.
10897         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10898
10899         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10900         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10901         define.
10902
10903         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10904         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10905                             int utc, int nanoseconds);
10906         Background:
10907         date should not have to allocate a megabyte of virtual memory to
10908         handle a format argument like +%1048575T.  When implemented with
10909         strftime, it must allocate such a buffer, use strftime to fill it
10910         in, print it, then free it.
10911         With fprintftime, it simply prints everything and exits.
10912         With no need for memory allocation, that's one fewer way to fail.
10913         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10914         optional field width, not before, so we accept %9:z, not %:9z.
10915         (my_strftime): Be sure to use L_('x') for literals.
10916
10917         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10918         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10919         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10920         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10921         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10922         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10923         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10924         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10925         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10926         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10927         * lib/xgethostname.c, lib/xreadlink.c:
10928         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10929
10930         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10931         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10932         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10933         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10934         and don't include <sys/file.h>).
10935
10936 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10937
10938         Sync from coreutils.
10939
10940         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10941         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10942         [!LDAV_DONE]: Avoid unused variable warning.
10943
10944 2005-09-21  Bruno Haible  <bruno@clisp.org>
10945
10946         * lib/unicodeio.h (unicode_to_mb): New declaration.
10947
10948 2005-09-20  Derek Price  <derek@ximbiot.com>
10949
10950         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10951         getaddrinfo.h.
10952
10953 2005-09-20  Bruno Haible  <bruno@clisp.org>
10954
10955         * gnulib-tool: Remove trailing slashes from the values specified for
10956         --source-base, --m4-base, --tests-base, --aux-dir.
10957         Suggested by Simon Josefsson <jas@extundo.com>.
10958
10959 2005-09-20  Bruno Haible  <bruno@clisp.org>
10960
10961         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10962         func_modules_to_filelist, func_import, func_create_testdir): Make all
10963         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10964         change when gnulib-tool is invoked in a different locale.
10965
10966 2005-09-19  Simon Josefsson  <jas@extundo.com>
10967
10968         * m4/socklen.m4: Fix typo.
10969
10970 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10971
10972         Use a consistent style for including <config.h>.
10973         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10974         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10975         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10976         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10977         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10978         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10979         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10980         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10981         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10982         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10983         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10984         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10985         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10986         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10987         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10988         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10989         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10990         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10991         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10992         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10993         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10994         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10995         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10996         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10997         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10998         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10999         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11000         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11001         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11002         lib/xstrtoumax.c, lib/yesno.c:
11003         Standardize inclusion of config.h.
11004         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11005         lib/inttostr.h:  Removed inclusion of config.h from header files.
11006         * lib/inttostr.c:  Adjusted in-tree users.
11007         * lib/timespec.h: Remove superfluous warning to include config.h.
11008         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11009         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11010         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11011         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11012         config.h with HAVE_CONFIG_H.
11013
11014 2005-09-19  Jim Meyering  <jim@meyering.net>
11015
11016         * modules/pathmax (License): Change to LGPL.
11017
11018 2005-09-19  Derek Price  <derek@ximbiot.com>
11019
11020         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11021
11022 2005-09-19  Bruno Haible  <bruno@clisp.org>
11023
11024         * gnulib-tool (import): Provide default for --tests-base.
11025
11026 2005-09-19  Bruno Haible  <bruno@clisp.org>
11027
11028         * doc/quote.texi: New file, extracted from gnulib.texi.
11029         * doc/ctime.texi: New file, extracted from gnulib.texi.
11030         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11031         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11032         * doc/gnulib.texi: Include them.
11033
11034 2005-09-18  Bruno Haible  <bruno@clisp.org>
11035
11036         Portability fix.
11037         * gnulib-tool (func_readlink): New function.
11038         (func_ln_if_changed): Use it.
11039
11040 2005-09-18  Bruno Haible  <bruno@clisp.org>
11041
11042         * gnulib-tool: Support --with-tests also with --import.
11043         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11044         (func_import): Use variables $testsbase and $inctests. Emit a
11045         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11046         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11047         SUBDIRS += $testsdir.
11048         (func_create_testdir): Update.
11049
11050 2005-09-18  Bruno Haible  <bruno@clisp.org>
11051
11052         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11053         instead of $dry_run.
11054         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11055         (func_ln_if_changed): Don't handle dry-run here.
11056         (func_import): In dry-run mode, detect more precisely which actions
11057         would be performed, and don't use "...ing" verbs.
11058
11059 2005-09-18  Bruno Haible  <bruno@clisp.org>
11060
11061         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11062         (func_import): Use join on two temporary files instead of three nested
11063         loops, in order to determine which files are new or old.
11064
11065 2005-09-18  Bruno Haible  <bruno@clisp.org>
11066
11067         * gnulib-tool (func_import): Comment out code that spits out the
11068         new files with --dry-run.
11069
11070 2005-09-18  Bruno Haible  <bruno@clisp.org>
11071
11072         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11073
11074 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11075
11076         * lib/stat-time.h: New file.
11077         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11078         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11079         in a different way.
11080         (timespec_cmp): New function.
11081         * lib/utimecmp.c: Include stat-time.h.
11082         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11083         members exist, not on the obsolescent ST_MTIM_NSEC.
11084         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11085
11086 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11087
11088         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11089
11090 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11091
11092         * MODULES.html.sh (File system functions): Add stat-time.
11093         * modules/stat-time: New file.
11094         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11095         is now done in a different way, by the stat-time module.
11096         * modules/utimecmp (Depends-on): Add stat-time.
11097
11098 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11099
11100         * m4/st_mtim.m4: Remove.  Superseded by...
11101         * m4/stat-time.m4: New file.
11102         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11103         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11104
11105 2005-09-15  Derek Price  <derek@ximbiot.com>
11106
11107         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11108
11109 2005-09-15  Derek Price  <derek@ximbiot.com>
11110
11111         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11112         * lib/regex_internal.c: Ditto, using this...
11113         (__GNUC_PREREQ): ...new macro.
11114         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11115         using...
11116         (__GNUC_PREREQ): ...this new macro.
11117
11118         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11119
11120 2005-09-15  Derek Price  <derek@ximbiot.com>
11121             Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11124         changes, consolidating in...
11125         * lib/regex_internal.h: ...this file.
11126
11127 2005-09-13  Jim Meyering  <jim@meyering.net>
11128
11129         * lib/canon-host.c: Filter through gnu indent and reword comments
11130         slightly.
11131         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11132
11133 2005-09-13  Derek Price  <derek@ximbiot.com>
11134
11135         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11136         failure.
11137         Reported by Jim Meyering  <jim@meyering.net>.
11138
11139 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11140
11141         * lib/base64.c: Typo.
11142         (base64_encode): Put b64str in initialized data section.
11143
11144 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11145
11146         Merge glibc and coreutils changes into gnulib, plus a few
11147         extra fixes.
11148         * lib/md5.c: Use #error rather than a string.
11149         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11150         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11151         (__attribute__): Define to empty for non recent-GCC.
11152         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11153         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11154         Renamed from their non-__ counterparts, with new macros replacing
11155         them if not _LIBC.  Add __THROW attribute.
11156         (rol): Remove.
11157         (struct md5_ctx): Align buffer if using GCC.
11158         * lib/sha1.h (struct sha1_ctx): Likewise.
11159         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11160         The old name was backwards.
11161         (NOTSWAP): Remove; not used.
11162         (rol): New macro, moved here from md5.h.
11163         (sha1_process_block): Remove a FIXME that doesn't make sense.
11164
11165 2005-09-12  Derek Price  <derek@ximbiot.com>
11166
11167         Return usable errors from canon-host.
11168         * lib/canon-host.h: New file.
11169         * lib/canon-host.c (canon_host): Wrap...
11170         (canon_host_r): ...this new function, which now relies exclusively on
11171         getaddrinfo.
11172         (ch_strerror): New function.
11173         (last_cherror): New global.
11174         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11175         interface.
11176         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11177         void *.
11178         (freeaddrinfo): Free ai->ai_canonname when set.
11179
11180 2005-09-12  Derek Price  <derek@ximbiot.com>
11181
11182         Make canon-host require getaddrinfo.
11183         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11184         AC_LIBSOURCE canon-host.h.  Call...
11185         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11186         gl_GETADDRINFO.
11187         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11188
11189 2005-09-12  Derek Price  <derek@ximbiot.com>
11190
11191         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11192         LGPL.
11193         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11194
11195 2005-09-12  Derek Price  <derek@ximbiot.com>
11196
11197         * lib/gai_strerror.c: Include config.h when available.  Include
11198         getaddrinfo.h before other headers to test interface.
11199         Reported by Larry Jones <lawrence.jones@ugs.com>.
11200
11201 2005-09-12  Derek Price  <derek@ximbiot.com>
11202             Paul Eggert  <eggert@cs.ucla.edu>
11203
11204         * modules/glob (Files): Add glob-libc.h.
11205
11206 2005-09-12  Derek Price  <derek@ximbiot.com>
11207             Paul Eggert  <eggert@cs.ucla.edu>
11208
11209         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11210         glob_.h, glob-libc.h.
11211         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11212
11213 2005-09-12  Derek Price  <derek@ximbiot.com>
11214             Paul Eggert  <eggert@cs.ucla.edu>
11215
11216         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11217         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11218         protecting things that should be done only in gnulib contexts.
11219         * lib/glob_.h: New file, containing only the glob things needed for
11220         gnulib.
11221         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11222         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11223         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11224         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11225         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11226         and to respect the namespace rules better.
11227
11228 2005-09-08  Simon Josefsson  <jas@extundo.com>
11229
11230         * modules/socklen: New file.
11231
11232 2005-09-08  Simon Josefsson  <jas@extundo.com>
11233
11234         * m4/socklen.m4: New file.
11235
11236 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11237
11238         * modules/utimens (Files): Add m4/utimbuf.m4, since
11239         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11240         Reported by Sergey Poznyakoff.
11241
11242 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11243
11244         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11245         definitions, since that's the preferred style in glibc.
11246         Fix a minor spacing issue, and update copyright notice to match
11247         glibc's.
11248
11249 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11250
11251         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11252
11253 2005-09-06  Simon Josefsson  <jas@extundo.com>
11254
11255         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11256         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11257
11258 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11261         warning.
11262
11263 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11264
11265         * config/srclist.txt: Add glibc bug 1302.
11266
11267 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11268
11269         Change bitset word type from unsigned int to unsigned long int,
11270         as this has better performance on typical 64-bit hosts.
11271         Port bitset code to hosts with unusual word sizes.
11272         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11273         (build_collating_symbol):
11274         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11275         argument is a bitset.  This is merely a style issue, but it makes
11276         it clearer that an entire array is expected.
11277         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11278         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11279         Port to the case where bitset_word is not the same as unsigned int.
11280         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11281         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11282         Likewise.
11283         * lib/regexec.c (check_dst_limits_calc_pos_1,
11284         check_subexp_matching_top):
11285         (build_trtable, group_nodes_into_DFAstates):
11286         Likewise.
11287         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11288         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11289         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11290         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11291         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11292         * lib/regcomp.c (optimize_subexps, lower_subexp):
11293         Work even if bitset_word has holes in its bitwise representation.
11294         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11295         * lib/regexec.c (check_dst_limits_calc_pos_1,
11296         check_subexp_matching_top):
11297         Likewise.
11298         * lib/regex_internal.c (re_string_reconstruct):
11299         Don't assume UCHAR_MAX == 255.
11300         * lib/regex_internal.h (bitset_set_all): Likewise.
11301         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11302         All uses changed.
11303         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11304         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11305         All uses changed.
11306         (BITSET_WORD_MAX): New macro.
11307         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11308         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11309         (bitset_empty, bitset_copy):
11310         Prefer sizeof (bitset) to multiplying it out ourselves.
11311         (bitset_not_merge): Remove; unused.
11312         (bitset_contain): Return bool, not unsigned int with one bit on.
11313         All callers changed.
11314         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11315         alignment than re_node_set; do this by defining a new internal
11316         type struct dests_alloc and using it to allocate memory.
11317
11318 2005-09-05  Bruno Haible  <bruno@clisp.org>
11319
11320         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11321         links.
11322
11323 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11324
11325         * modules/size_max (Makefile.am): Add size_max.h
11326
11327 2005-09-04  Derek Price  <derek@ximbiot.com>
11328
11329         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11330
11331 2005-09-03  Simon Josefsson  <jas@extundo.com>
11332
11333         * gnulib-tool: Fix typo.
11334
11335 2005-09-03  Simon Josefsson  <jas@extundo.com>
11336
11337         * config/srclist.txt: Add glibc bug 1293.
11338
11339 2005-09-03  Derek Price  <derek@ximbiot.com>
11340
11341         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11342         From Larry Jones <lawrence.jones@ugs.com>.
11343
11344 2005-09-02  Simon Josefsson  <jas@extundo.com>
11345
11346         * modules/socklen: New file.
11347
11348 2005-09-02  Simon Josefsson  <jas@extundo.com>
11349
11350         * modules/havelib: New module.
11351
11352         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11353         Use havelib.
11354
11355 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11356
11357         Check for arithmetic overflow when calculating sizes, to prevent
11358         some buffer-overflow issues.  These patches are conservative, in the
11359         sense that when I couldn't determine whether an overflow was possible,
11360         I inserted a run-time check.
11361         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11362         macros.
11363         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11364         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11365         (re_xnrealloc, re_x2nrealloc): New inline functions.
11366         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11367         parse_bracket_exp):
11368         (build_equiv_class, build_charclass): Check for arithmetic overflow
11369         in size expression calculations.
11370         * lib/regex_internal.c (re_string_realloc_buffers):
11371         (build_wcs_upper_buffer, re_node_set_add_intersect):
11372         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11373         (re_dfa_add_node, register_state): Likewise.
11374         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11375         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11376         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11377         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11378
11379 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11382         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11383
11384 2005-09-02  Bruno Haible  <bruno@clisp.org>
11385
11386         Support for lib vs. lib64 distinction on biarch platforms.
11387         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11388         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11389         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11390
11391 2005-09-02  Bruno Haible  <bruno@clisp.org>
11392
11393         * gnulib-tool (import): In the other first-use case, provide defaults
11394         as well.
11395
11396 2005-09-02  Bruno Haible  <bruno@clisp.org>
11397
11398         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11399         patches not yet found in the latest gettext release.
11400
11401 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11402
11403         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11404         to avoid a collision with bits/local_lim.h in glibc.
11405         All uses changed.  Problem reported by Dmitry V. Levin in
11406         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11407
11408         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11409         bugs in int versus size_t comparisons.
11410         (re_string_context_at): Fix bug where the code assumed that
11411         Idx is signed.
11412
11413         Use bool where appropriate.
11414         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11415         All callers changed.
11416         (calc_eclosure_iter): Likewise, for ROOT arg.
11417         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11418         (build_charclass_op): Likewise, for NON_MATCH arg.
11419         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11420         (re_string_construct_common): Likewise, for ICASE arg.
11421         * lib/regexec.c (re_search_2_stub, re_search_stub):
11422         Likewise, for RET_LEN arg.
11423         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11424         (set_regs): Likewise, for FL_BACKTRACK arg.
11425         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11426         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11427         (calc_eclosure_iter, parse_bracket_exp):
11428         Use bool for internal variables that are booleans.
11429         * lib/regexec.c (re_search_internal, check_matching,
11430         proceed_next_node):
11431         (set_regs, build_sifted_states, sift_states_bkref):
11432         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11433         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11434         (find_collation_sequence_value):
11435         Likewise.
11436         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11437         (re_node_set_compare):
11438         Return bool, not int. All callers changed.
11439         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11440         (build_trtable, check_node_accept): Likewise.
11441         * lib/regex_internal.h: Include stdbool.h.
11442
11443         Fix bugs uncovered when converting to bool.
11444         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11445         failure instead of charging ahead blindly.
11446         * lib/regex_internal.c (register_state): Likewise.
11447         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11448         for freeing internal storage.
11449         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11450         bitset pieces used as boolean, to avoid undefined behavior
11451         on hosts that do int overflow checking.
11452
11453 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11454
11455         * config/srclist.txt: Add glibc bugs 1285-1287.
11456
11457 2005-09-01  Jim Meyering  <jim@meyering.net>
11458
11459         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11460         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11461         Require gl_STAT_MACROS, too.
11462
11463 2005-09-01  Bruno Haible  <bruno@clisp.org>
11464
11465         * gnulib-tool (import): In the first-use case, provide defaults.
11466
11467 2005-09-01  Bruno Haible  <bruno@clisp.org>
11468
11469         * gnulib-tool (func_import): Remove the .tmp files.
11470
11471 2005-09-01  Bruno Haible  <bruno@clisp.org>
11472
11473         * gnulib-tool (func_import): Fix handling of symbolic links.
11474
11475 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11476
11477         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11478         old glibc regex code mishandles strings longer than 2**31 bytes.
11479         This patch fixes this when the regex code is used in gnulib
11480         (i.e., outside glibc).
11481
11482         This patch should not affect the use of the regex code inside
11483         glibc.  No doubt this problem also needs to be handled for glibc
11484         as well, but the result will be an incompatible change to the
11485         glibc ABI, and the old ABI will have to be supported too.  That
11486         can be the the subject for another patch.
11487
11488         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11489         governing whether the rest of this patch is active.  By default,
11490         the macro is disabled and the patch has no effect.
11491         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11492         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11493         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11494         (re_match_2, re_set_registers): Use the new types.
11495         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11496         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11497         New macros.
11498         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11499         (re_string_context_at, bin_tree_t, re_dfastate_t):
11500         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11501         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11502         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11503         (re_string_char_size_at, re_string_wchar_at):
11504         (re_string_elem_size_at):
11505         Use the new types and macros to port to 64-bit hosts.
11506         Use unsigned types for internal values, so that the code
11507         mostly works even for arrays larger than SSIZE_MAX.
11508         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11509         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11510         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11511         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11512         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11513         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11514         (calc_inveclosure, parse_dup_op, build_range_exp):
11515         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11516         (fetch_number, create_token_tree, mark_opt_subexp):
11517         Likewise.
11518         * lib/regex_internal.c (re_string_construct_common,
11519         create_ci_newstate):
11520         (create_cd_newstate, re_string_allocate, re_string_construct):
11521         (re_string_realloc_buffers, build_wcs_upper_buffer):
11522         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11523         (re_string_reconstruct, re_string_peek_byte_case):
11524         (re_string_fetch_byte_case, re_string_context_at):
11525         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11526         (re_node_set_init_copy, re_node_set_add_intersect):
11527         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11528         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11529         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11530         (re_acquire_state, re_acquire_state_context, register_state):
11531         Likewise.
11532         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11533         search_cur_bkref_entry):
11534         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11535         (re_search_internal, re_search_2_stub, re_search_stub)
11536         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11537         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11538         (update_cur_sifted_state, check_dst_limits):
11539         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11540         (check_subexp_limits, sift_states_bkref, merge_state_array):
11541         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11542         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11543         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11544         (expand_bkref_cache, check_node_accept_bytes):
11545         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11546         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11547         (acquire_init_state_context, check_halt_node_context):
11548         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11549         (sift_states_backward, clean_state_log_if_needed):
11550         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11551         (find_recover_state, transit_state_sb, transit_state_mb):
11552         (transit_state_bkref, build_trtable, match_ctx_clean):
11553         Likewise.
11554         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11555         to work around an assumption that REG_MISSING is negative.
11556
11557         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11558         (seek_collating_symbol_entry) [defined _LIBC]:
11559         (lookup_collation_sequence_value) [defined _LIBC]:
11560         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11561         Use prototypes rather than old-style function definitions.
11562         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11563         (transit_state_sb) [0]:
11564         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11565
11566         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11567         rm_eo.
11568
11569         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11570         (optimize_subexps, lower_subexp):
11571         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11572         since the signed shift might overflow.  Use 1u<<31 instead.
11573         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11574         Likewise.
11575         * lib/regexec.c (check_dst_limits_calc_pos_1,
11576         check_subexp_matching_top): Likewise.
11577
11578         * lib/regcomp.c (optimize_subexps, lower_subexp):
11579         Use CHAR_BIT rather than 8, for clarity.
11580         * lib/regexec.c (check_dst_limits_calc_pos_1):
11581         (check_subexp_matching_top): Likewise.
11582         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11583         have to worry about portability issues when shifting it left.
11584         Remove no-longer-needed test for table_size > 0.
11585         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11586         in a word, as the resulting behavior is undefined.
11587         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11588         in one case, a <= should have been an <, and in another case the
11589         whole test was missing.
11590         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11591         the standard name CHAR_BIT.
11592         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11593         this is not true on one's complement and signed-magnitude hosts.
11594
11595         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11596         next_last_offset.
11597         (struct re_dfa_t): Remove unused member states_alloc.
11598         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11599
11600 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11601
11602         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11603         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11604         and large-file glibc and in 32-bit large-file Solaris.
11605
11606 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11607
11608         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11609         lengths fit in regoff_t; this isn't true if regoff_t is the same
11610         width as size_t.
11611         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11612         (= START + RANGE) instead of RANGE.  This avoids overflow
11613         problems when regoff_t is the same width as size_t.
11614         All callers changed.
11615         (re_search_2_stub): Check for overflow when adding the
11616         sizes of the two strings.
11617         (re_search_stub): Check for overflow when adding START
11618         to RANGE; if it occurs, substitute the extreme value.
11619
11620 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11621
11622         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11623
11624 2005-08-31  Jim Meyering  <jim@meyering.net>
11625
11626         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11627         a pointer-to-const.
11628         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11629         (register_state): Likewise.
11630         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11631         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11632         (group_nodes_into_DFAstates): Likewise.
11633
11634 2005-08-31  Jim Meyering  <jim@meyering.net>
11635
11636         * check-module: Add a FIXME comment.
11637
11638 2005-08-31  Eric Blake  <ebb9@byu.net>
11639
11640         * modules/unistd-safer (Files): Add unistd--.h.
11641         * modules/stdio-safer (Files): Add stdio--.h.
11642
11643 2005-08-31  Derek Price  <derek@ximbiot.com>
11644
11645         * lib/getdelim.c (getdelim): Return EOF on EOF.
11646         Reported by Larry Jones <lawrence.jones@ugs.com>.
11647
11648 2005-08-31  Bruno Haible  <bruno@clisp.org>
11649
11650         Avoid unnecessary diffs in the generated lib/Makefile.am.
11651         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11652         the generated files.
11653         (func_import): Don't set cmd.
11654
11655 2005-08-31  Bruno Haible  <bruno@clisp.org>
11656
11657         * lib/strstr.c: Include <stddef.h>, for NULL.
11658         * lib/strcasestr.c: Likewise.
11659         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11660
11661 2005-08-31  Bruno Haible  <bruno@clisp.org>
11662
11663         * gnulib-tool: New option --macro-prefix.
11664         (func_import): Use macro_prefix.
11665         (import): Handle option --macro-prefix.
11666
11667 2005-08-31  Bruno Haible  <bruno@clisp.org>
11668
11669         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11670         Also use new variables cached_lgpl, cached_libtool.
11671
11672 2005-08-31  Bruno Haible  <bruno@clisp.org>
11673
11674         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11675         always instantiating them.
11676
11677 2005-08-31  Bruno Haible  <bruno@clisp.org>
11678
11679         * gnulib-tool (func_import): Read the previous cached settings
11680         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11681         earlier added by gnulib but are now dropped. Warn when a gnulib file
11682         overwrites a non-gnulib file.
11683
11684 2005-08-31  Bruno Haible  <bruno@clisp.org>
11685
11686         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11687         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11688         projects that don't keep autogenerated files in CVS. Put into
11689         actioncmd only the specified modules, not the transitive closure.
11690
11691 2005-08-31  Bruno Haible  <bruno@clisp.org>
11692
11693         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11694         Create directories that shall be filled.
11695         (import): Don't look for gl_* macros in configure.ac. Recurse across
11696         all directories containing a gnulib-cache.m4 files, if meaningful.
11697
11698 2005-08-31  Bruno Haible  <bruno@clisp.org>
11699
11700         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11701         (import): Set seen_libtool when we see gl_LIBTOOL.
11702
11703 2005-08-31  Bruno Haible  <bruno@clisp.org>
11704
11705         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11706         declaration macro definitions from generated gnulib.m4.
11707
11708 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11709
11710         * lib/iconvme.h: Add prototype for iconv_alloc.
11711
11712 2005-08-29  Simon Josefsson  <jas@extundo.com>
11713
11714         * lib/iconvme.c: Fix errno.
11715
11716 2005-08-29  Bruno Haible  <bruno@clisp.org>
11717
11718         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11719         that it works when the directory contains spaces.
11720
11721 2005-08-29  Bruno Haible  <bruno@clisp.org>
11722
11723         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11724
11725 2005-08-29  Bruno Haible  <bruno@clisp.org>
11726
11727         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11728         Emit more advice.
11729
11730 2005-08-29  Bruno Haible  <bruno@clisp.org>
11731         and Stepan Kasal  <kasal@ucw.cz>
11732
11733         * check-module: If more parameters are given, check each of them
11734         separately; add more exceptions, as noted by Jim Meyering.
11735         (check_module): New procedure.
11736         (%exempt_header): Now contains all exceptions.
11737
11738 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11739
11740         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11741
11742 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11743
11744         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11745
11746 2005-08-28  Bruno Haible  <bruno@clisp.org>
11747
11748         * m4/gnulib-tool.m4: New file.
11749
11750 2005-08-27  Jim Meyering  <jim@meyering.net>
11751
11752         * modules/unistd-safer (Files): Add pipe-safer.c.
11753         * modules/fcntl-safer (Files): Add creat-safer.c.
11754
11755 2005-08-27  Jim Meyering  <jim@meyering.net>
11756
11757         * m4/stdlib-safer.m4: New file.  From coreutils.
11758         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11759         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11760         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11761         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11762         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11763
11764 2005-08-27  Jim Meyering  <jim@meyering.net>
11765
11766         * lib/fopen-safer.c: Merge minor changes from coreutils.
11767         * lib/dup-safer.c: Likewise.
11768         * lib/fd-safer.c: Likewise.
11769
11770         Merge from coreutils.
11771         * lib/stdio--.h: New file.
11772         * lib/stdlib--.h: New file.
11773         * lib/mkstemp-safer.c: New file.
11774
11775         GNU tar needs these.
11776         * lib/pipe-safer.c: New file.
11777         * lib/creat-safer.c: New file.
11778         * lib/fcntl--.h (creat): Define to creat_safer.
11779         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11780         * lib/unistd--.h (pipe): Define to pipe_safer.
11781         * lib/unistd-safer.h: Declare pipe_safer.
11782
11783 2005-08-26  Simon Josefsson  <jas@extundo.com>
11784
11785         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11786         Haible <bruno@clisp.org>.
11787
11788 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11789
11790         * lib/regex_internal.h: Remove all references to
11791         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11792         or better.
11793         (bitset_not, bitset_merge, bitset_not_merge):
11794         (bitset_mask, re_string_allocate, re_string_construct):
11795         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11796         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11797         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11798         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11799         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11800         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11801         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11802         (re_acquire_state_context):
11803         Remove unnecessary forward decls.
11804         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11805         Put __attribute at function definition,
11806         now that the function decl has been removed.
11807         * lib/regex_internal.c (re_string_peek_byte_case):
11808         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11809         Likewise.
11810
11811 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11812
11813         * m4/regex.m4: Add AC_PREREQ(2.50).
11814         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11815
11816 2005-08-25  Simon Josefsson  <jas@extundo.com>
11817
11818         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11819         __fsetlocking.
11820
11821 2005-08-25  Simon Josefsson  <jas@extundo.com>
11822
11823         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11824         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11825         GLIBC specific code.
11826
11827 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11828
11829         Make regex safe for g++.  This fixes one real bug (an "err"
11830         that should have been "*err").  g++ problem reported by
11831         Sam Steingold.
11832         * lib/regex_internal.h (re_calloc): New macro, consistent with
11833         re_malloc etc.  All callers of calloc changed to use re_calloc.
11834         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11835         not int.  All callers changed.
11836         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11837         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11838         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11839         (find_recover_state): Change "err" to "*err"; this fixes what
11840         appears to be a real bug.
11841         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11842         versus int.
11843
11844 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11845
11846         * modules/regex (Depends-on): Add malloc, since the code
11847         assumes that !malloc(0) means failure.
11848
11849 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11850
11851         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11852
11853         alloca modernization/simplification for regex.
11854         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11855         needs to be at the start of the file, and can be moved into
11856         regex_internal.h and simplified.
11857         * lib/regex_internal.h: Include <alloca.h>.
11858         (__libc_use_alloca) [!defined _LIBC]: New macro.
11859         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11860         now works outside glibc.
11861
11862 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11863
11864         * config/srclist.txt: Add glibc bugs 1241, 1245.
11865
11866 2005-08-25  Jim Meyering  <jim@meyering.net>
11867
11868         * lib/open-safer.c: Include <config.h>.
11869         Otherwise, we'd lose LARGEFILE support in any file using
11870         e.g. "fcntl--.h"
11871
11872 2005-08-25  Bruno Haible  <bruno@clisp.org>
11873
11874         * m4/minmax.m4: Require autoconf 2.52.
11875         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11876         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11877         alternatives of translit over the alphabet.
11878         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11879
11880 2005-08-24  Simon Josefsson  <jas@extundo.com>
11881
11882         * tests/test-getpass.c: New file.
11883
11884 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11885
11886         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11887         for GNU regex features.
11888
11889 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11890
11891         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11892         * lib/regex.h (regerror): Likewise.
11893
11894         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11895         requires this.  (The code never needed it.)
11896
11897         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11898         All uses of recently-renamed identifiers changed to use the new,
11899         POSIX-compliant names.  The code will build and run just fine
11900         without these changes, but it's better to eat our own dog food
11901         and use the standard-conforming names.
11902
11903         * lib/regex.h: Fix a multitude of POSIX name space violations.
11904         These changes have an effect only for programs that define
11905         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11906         do not change anything for programs compiled in the normal way.
11907         Also, there is no effect on the ABI.
11908
11909         (_REGEX_SOURCE): New macro.
11910         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11911         defined and _GNU_SOURCE is not; this fixes a name space violation.
11912
11913         Rename the following macros to obey POSIX requirements.
11914         The old names are still visible as macros if _REGEX_SOURCE is defined.
11915         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11916         RE_BACKSLASH_ESCAPE_IN_LISTS.
11917         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11918         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11919         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11920         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11921         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11922         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11923         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11924         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11925         (REG_INTERVALS): renamed from RE_INTERVALS.
11926         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11927         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11928         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11929         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11930         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11931         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11932         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11933         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11934         RE_UNMATCHED_RIGHT_PAREN_ORD.
11935         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11936         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11937         (REG_DEBUG): renamed from RE_DEBUG.
11938         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11939         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11940         unusual, since we can't clash with the POSIX REG_ICASE.
11941         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11942         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11943         (REG_NO_SUB): renamed from RE_NO_SUB.
11944         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11945         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11946         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11947         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11948         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11949         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11950         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11951         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11952         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11953         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11954         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11955         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11956         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11957         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11958         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11959         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11960         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11961         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11962         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11963         (REG_FIXED): Renamed from REGS_FIXED.
11964         (REG_NREGS): Renamed from RE_NREGS.
11965
11966         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11967         of other REG_* macros, since POSIX says the user is allowed to
11968         #undef these macros selectively.
11969
11970         (reg_errcode_t): Update comment stating what other tables need
11971         to be consistent.
11972
11973         Rename the following enum values to obey POSIX requirements.
11974         The old names are still visible as macros.
11975         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11976         is not defined, since GNU is supposed to be a superset of POSIX as
11977         much as possible, and since we want reg_errcode_t to be a signed
11978         type for implementation consistency.
11979         (_REG_NOERROR): Renamed from REG_NOERROR.
11980         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11981         (_REG_BADPAT): Renamed from REG_BADPAT.
11982         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11983         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11984         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11985         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11986         (_REG_EBRACK): Renamed from REG_EBRACK.
11987         (_REG_EPAREN): Renamed from REG_EPAREN.
11988         (_REG_EBRACE): Renamed from REG_EBRACE.
11989         (_REG_BADBR): Renamed from REG_BADBR.
11990         (_REG_ERANGE): Renamed from REG_ERANGE.
11991         (_REG_ESPACE): Renamed from REG_ESPACE.
11992         (_REG_BADRPT): Renamed from REG_BADRPT.
11993         (_REG_EEND): Renamed from REG_EEND.
11994         (_REG_ESIZE): Renamed from REG_ESIZE.
11995         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11996         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11997         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11998         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11999         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12000
12001         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12002         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12003         changed.  But support the old name if the new one is not defined
12004         and if _REGEX_SOURCE.
12005
12006         Change the following member names in struct re_pattern_buffer.
12007         The old names are still supported if !_REGEX_SOURCE.
12008         The new names are always supported, regardless of _REGEX_SOURCE.
12009         (re_buffer): Renamed from buffer.
12010         (re_allocated): Renamed from allocated.
12011         (re_used): Renamed from used.
12012         (re_syntax): Renamed from syntax.
12013         (re_fastmap): Renamed from fastmap.
12014         (re_translate): Renamed from translate.
12015         (re_can_be_null): Renamed from can_be_null.
12016         (re_regs_allocated): Renamed from regs_allocated.
12017         (re_fastmap_accurate): Renamed from fastmap_accurate.
12018         (re_no_sub): Renamed from no_sub.
12019         (re_not_bol): Renamed from not_bol.
12020         (re_not_eol): Renamed from not_eol.
12021         (re_newline_anchor): Renamed from newline_anchor.
12022
12023         Change the following member names in struct re_registers.
12024         The old names are still supported if !_REGEX_SOURCE.
12025         The new names are always supported, regardless of _REGEX_SOURCE.
12026         (rm_num_regs): Renamed from num_regs.
12027         (rm_start): Renamed from start.
12028         (rm_end): Renamed from end.
12029
12030         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12031         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12032         Prepend __ to parameter names.
12033
12034         Undo yesterday's changes.
12035
12036 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12037
12038         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12039         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12040         lib/regex.c.
12041
12042 2005-08-24  Jim Meyering  <jim@meyering.net>
12043
12044         Sync from coreutils.
12045         * m4/fcntl-safer.m4: New file.
12046
12047         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12048         and object files for this module.
12049
12050 2005-08-24  Jim Meyering  <jim@meyering.net>
12051
12052         Sync from coreutils.
12053         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12054
12055 2005-08-24  Jim Meyering  <jim@meyering.net>
12056
12057         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12058         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12059
12060 2005-08-24  Jim Meyering  <jim@meyering.net>
12061
12062         * modules/fcntl-safer: New module.
12063         * modules/fts (Depends-on): Add fcntl-safer.
12064         * MODULES.html.sh (File descriptor based Input/Output):
12065         Add fcntl-safer.
12066
12067 2005-08-24  Bruno Haible  <bruno@clisp.org>
12068
12069         Support for unit test modules.
12070         * modules/README: Mention tests modules.
12071         * modules/TEMPLATE-TESTS: New file.
12072         * gnulib-tool: New options --extract-tests-module, --with-tests and
12073         --tests-base (unused for the moment).
12074         (testsbase, inctests): New variables.
12075         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12076         (func_verify_module): Exclude TEMPLATE-TESTS.
12077         (func_verify_nontests_module, func_verify_tests_module): New functions.
12078         (func_get_dependencies): Add implicit dependency for tests modules.
12079         (func_get_tests_module): New function.
12080         (func_modules_transitive_closure): When --with-tests was specified,
12081         include the unit tests as well, unless explicitly avoided.
12082         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12083         (func_emit_tests_Makefile_am): New function.
12084         (func_create_testdir): When --with-tests was specified, emit a
12085         tests/ directory.
12086         * MODULES.html.sh (Future developments): Update.
12087
12088 2005-08-24  Bruno Haible  <bruno@clisp.org>
12089
12090         * modules/tls-tests: New file.
12091         * tests/test-tls.c: New file, from GNU gettext.
12092
12093 2005-08-24  Bruno Haible  <bruno@clisp.org>
12094
12095         * modules/lock-tests: New file.
12096         * tests/test-lock.c: New file, from GNU gettext.
12097
12098 2005-08-24  Bruno Haible  <bruno@clisp.org>
12099
12100         * lib/lock.h: Add multiple inclusion guard.
12101         * lib/tls.h: Add multiple inclusion guard.
12102
12103 2005-08-24  Bruno Haible  <bruno@clisp.org>
12104
12105         * gnulib-tool: Add support for the --aux-dir option to
12106         --create-testdir, --create-megatestdir, --test, --megatest.
12107         (func_create_testdir, func_create_megatestdir): Optionally emit a
12108         AC_CONFIG_AUX_DIR directive.
12109         (create-testdir, create-megatestdir, test, megatest): Provide a
12110         default value for $auxdir.
12111
12112 2005-08-24  Bruno Haible  <bruno@clisp.org>
12113
12114         * gnulib-tool (import): Use compound statement instead of subshell
12115         where possible.
12116
12117 2005-08-24  Bruno Haible  <bruno@clisp.org>
12118
12119         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12120
12121 2005-08-24  Bruno Haible  <bruno@clisp.org>
12122
12123         * gnulib-tool (func_version): Update.
12124
12125 2005-08-24  Bruno Haible  <bruno@clisp.org>
12126
12127         * gnulib-tool (func_import, func_create_testdir,
12128         func_create_megatestdir): Quote all autoconf macro arguments.
12129
12130 2005-08-24  Bruno Haible  <bruno@clisp.org>
12131
12132         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12133         option --force, because --force causes the aclocal.m4 of each
12134         subdirectory to be newer than the corresponding config.h.in.
12135
12136 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12137
12138         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12139         All contents moved to gl_REGEX.
12140         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12141         assume that it does.
12142
12143 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12144
12145         * lib/regex.h (REG_NOSYS)
12146         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12147         Define, since POSIX requires it as of 2001.
12148         (_REG_ENOSYS)
12149         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12150         New private symbol, used to keep the enum signed in all cases.
12151         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12152         Youngman in
12153         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12154
12155         * lib/regex_internal.c (re_string_skip_chars, register_state):
12156         (calc_state_hash):
12157         Remove forward decls; no longer needed now that we use prototypes.
12158         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12159         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12160         (clean_state_log_if_needed): Likewise.
12161
12162 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12163
12164         * config/srclist.txt: Add glibc bugs 1231-1233.
12165
12166 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         Fix problems reported by Sam Steingold in
12169         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12170         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12171         assumed that reg_errcode_t is a signed type, which is not
12172         necessarily true if _XOPEN_SOURCE is not defined.
12173         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12174         since some compilers warn about it otherwise.
12175
12176 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12177
12178         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12179         (init_word_char, create_initial_state, duplicate_node_closure):
12180         (fetch_token, peek_token_bracket, build_range_exp):
12181         (build_collating_symbol): Remove forward decls; no longer needed
12182         now that we use prototypes.
12183
12184         * lib/regcomp.c:
12185         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12186         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12187         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12188         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12189         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12190         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12191         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12192         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12193         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12194         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12195         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12196         (build_charclass, build_charclass_op, fetch_number, create_tree):
12197         (create_token_tree, mark_opt_subexp, duplicate_tree):
12198         Use prototypes rather than old-style definitions.
12199
12200         * lib/regex_internal.c:
12201         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12202         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12203         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12204         (re_string_reconstruct, re_string_peek_byte_case):
12205         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12206         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12207         (re_node_set_init_copy, re_node_set_add_intersect):
12208         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12209         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12210         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12211         (re_acquire_state, re_acquire_state_context, register_state):
12212         (create_ci_newstate, create_cd_newstate, free_state):
12213         Likewise.
12214         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12215         re_search_2):
12216         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12217         (re_search_internal, prune_impossible_nodes):
12218         (acquire_init_state_context, check_matching, static):
12219         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12220         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12221         (update_regs, sift_states_backward, build_sifted_states):
12222         (clean_state_log_if_needed, merge_state_array):
12223         (update_cur_sifted_state, add_epsilon_src_nodes):
12224         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12225         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12226         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12227         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12228         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12229         (check_arrival, check_arrival_add_next_nodes):
12230         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12231         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12232         (check_node_accept_bytes, check_node_accept, extend_buffers):
12233         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12234         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12235         (sift_ctx_init):
12236         Likewise.
12237
12238         * lib/regex_internal.h:
12239         (re_string_allocate, re_string_construct, re_string_reconstruct):
12240         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12241         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12242         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12243         (re_string_context_at, re_string_peek_byte_case):
12244         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12245         is defined, since we now use prototypes always.
12246
12247         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12248         C89 or better.  All uses removed.
12249
12250 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         * config/srclist.txt: Add glibc bugs 1220-1227.
12253
12254 2005-08-20  Jim Meyering  <jim@meyering.net>
12255
12256         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12257         of unused local, dfa.
12258
12259 2005-08-20  Bruno Haible  <bruno@clisp.org>
12260
12261         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12262
12263 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12264
12265         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12266         (re_node_set_insert_last, re_dfa_add_node):
12267         Rename local variables to avoid GCC shadowing warnings.
12268
12269 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12270
12271         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12272         [defined lint]: Suppress bogus uninitialized-variable warnings.
12273
12274         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12275         and let the caller return REG_ESPACE if out of space.  This
12276         removes an uninitialied-variable warning with GCC 4.0.1, and also
12277         avoids taking the address of a local variable.  All callers
12278         changed.
12279
12280 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12281
12282         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12283         $LIBCSRC/posix/regexec.c.
12284         Add glibc bug 1217 for regcomp.c.
12285
12286 2005-08-19  Jim Meyering  <jim@meyering.net>
12287
12288         * lib/regexec.c (proceed_next_node): Redo local variables to
12289         avoid GCC shadowing warnings.
12290
12291 2005-08-18  Bruno Haible  <bruno@clisp.org>
12292
12293         * lib/strstr.c (strstr): Fix return value in multibyte case.
12294         * lib/strcasestr.c (strcasestr): Likewise.
12295
12296 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12297
12298         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12299
12300 2005-08-17  Jim Meyering  <jim@meyering.net>
12301
12302         Make the %s format (seconds since the epoch) work for a negative
12303         number and when used with a zero-padded field width, e.g. %015s.
12304
12305         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12306         label so that it precedes the code to set `digits'.  Otherwise,
12307         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12308         print `00-22'.  Now, it prints `-0022', as it should.
12309
12310 2005-08-17  Bruno Haible  <bruno@clisp.org>
12311
12312         * modules/strstr (Files): Add m4/mbrtowc.m4.
12313         (Depends-on): Add mbuiter.
12314
12315 2005-08-17  Bruno Haible  <bruno@clisp.org>
12316
12317         * modules/strcasestr: New file.
12318         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12319         strcasestr.
12320
12321 2005-08-17  Bruno Haible  <bruno@clisp.org>
12322
12323         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12324
12325 2005-08-17  Bruno Haible  <bruno@clisp.org>
12326
12327         * modules/mbuiter: New file.
12328         * MODULES.html.sh (Extended multibyte and wide character utilities):
12329         Add mbuiter.
12330
12331 2005-08-17  Bruno Haible  <bruno@clisp.org>
12332
12333         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12334         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12335
12336 2005-08-17  Bruno Haible  <bruno@clisp.org>
12337
12338         * m4/strcasestr.m4: New file.
12339
12340 2005-08-17  Bruno Haible  <bruno@clisp.org>
12341
12342         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12343         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12344
12345 2005-08-17  Bruno Haible  <bruno@clisp.org>
12346
12347         * lib/strcasestr.h: New file.
12348         * lib/strcasestr.c: New file.
12349
12350 2005-08-17  Bruno Haible  <bruno@clisp.org>
12351
12352         * lib/strcasecmp.c: Use mbuiter.h.
12353
12354 2005-08-17  Bruno Haible  <bruno@clisp.org>
12355
12356         * lib/mbuiter.h: New file.
12357
12358 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12359
12360         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12361         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12362         and gl_GETOPT are both invoked via different paths (as happens
12363         with GNU tar CVS because it uses both argp and getopt), the former
12364         wins.
12365
12366 2005-08-16  Bruno Haible  <bruno@clisp.org>
12367
12368         * modules/tls: New file.
12369         * MODULES.html.sh (Multithreading): Add tls.
12370
12371 2005-08-16  Bruno Haible  <bruno@clisp.org>
12372
12373         * modules/strnlen1: New file.
12374         * MODULES.html.sh (String handling): Add strnlen1.
12375
12376 2005-08-16  Bruno Haible  <bruno@clisp.org>
12377
12378         * modules/strcase (Files): Add m4/mbrtowc.m4.
12379         (Depends-on): Add strnlen1, mbchar.
12380
12381 2005-08-16  Bruno Haible  <bruno@clisp.org>
12382
12383         * modules/mbiter: New file.
12384         * MODULES.html.sh (Extended multibyte and wide character utilities):
12385         Add mbiter.
12386
12387 2005-08-16  Bruno Haible  <bruno@clisp.org>
12388
12389         * modules/mbfile: New file.
12390         * MODULES.html.sh (Extended multibyte and wide character utilities):
12391         Add mbfile.
12392
12393 2005-08-16  Bruno Haible  <bruno@clisp.org>
12394
12395         * modules/mbchar: New file.
12396         * MODULES.html.sh (Extended multibyte and wide character utilities):
12397         New section.
12398
12399 2005-08-16  Bruno Haible  <bruno@clisp.org>
12400
12401         * m4/tls.m4: New file, from GNU gettext.
12402
12403 2005-08-16  Bruno Haible  <bruno@clisp.org>
12404
12405         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12406         always.
12407         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12408
12409 2005-08-16  Bruno Haible  <bruno@clisp.org>
12410
12411         * m4/mbiter.m4: New file.
12412
12413 2005-08-16  Bruno Haible  <bruno@clisp.org>
12414
12415         * m4/mbfile.m4: New file.
12416
12417 2005-08-16  Bruno Haible  <bruno@clisp.org>
12418
12419         * m4/mbchar.m4: New file.
12420
12421 2005-08-16  Bruno Haible  <bruno@clisp.org>
12422
12423         * lib/tls.h: New file, from GNU gettext.
12424         * lib/tls.c: New file, from GNU gettext.
12425
12426 2005-08-16  Bruno Haible  <bruno@clisp.org>
12427
12428         * lib/strnlen1.h: New file.
12429         * lib/strnlen1.c: New file.
12430
12431 2005-08-16  Bruno Haible  <bruno@clisp.org>
12432
12433         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12434         (mbi_init): Update.
12435         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12436         NUL byte, not after it.
12437
12438 2005-08-16  Bruno Haible  <bruno@clisp.org>
12439
12440         * lib/strcase.h (strcasecmp): Add note in comments.
12441         * lib/strncasecmp.c: Use code from strcasecmp.c.
12442         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12443         (strcasecmp): Work correctly in multibyte locales.
12444
12445 2005-08-16  Bruno Haible  <bruno@clisp.org>
12446
12447         * lib/mbiter.h: New file.
12448
12449 2005-08-16  Bruno Haible  <bruno@clisp.org>
12450
12451         * lib/mbfile.h: New file.
12452
12453 2005-08-16  Bruno Haible  <bruno@clisp.org>
12454
12455         * lib/mbchar.h: New file.
12456         * lib/mbchar.c: New file.
12457
12458 2005-08-16  Bruno Haible  <bruno@clisp.org>
12459
12460         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12461         the valid ones. Makes the comparison operations transitive:
12462         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12463         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12464
12465 2005-08-15  Simon Josefsson  <jas@extundo.com>
12466
12467         * modules/ssize_t (License): Change to 'unlimited'.
12468
12469         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12470
12471 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12472
12473         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12474         Add comments for each pending glibc patch.
12475
12476 2005-08-15  Bruno Haible  <bruno@clisp.org>
12477
12478         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12479         __cplusplus is defined.
12480
12481 2005-08-14  Jim Meyering  <jim@meyering.net>
12482
12483         Sync from coreutils.
12484
12485         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12486         Use the hash-table-based cycle-detection code not just when
12487         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12488         Reported by James Youngman in
12489         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12490         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12491         FTS_TIGHT_CYCLE_CHECK.
12492         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12493         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12494         once again.
12495         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12496         * lib/fts.c (fd_safer): Remove decl.
12497         Include fcntl--.h rather than unistd-safer.h
12498         (fts_safe_changedir): Don't call fd_safer; no longer needed
12499         now that we include fcntl--.h.
12500
12501 2005-08-12  Simon Josefsson  <jas@extundo.com>
12502
12503         * modules/getndelim2: Use ssize_t module.
12504         * modules/getnline: Likewise.
12505         * modules/safe-read: Likewise.
12506         * modules/xreadlink: Likewise.
12507
12508         * modules/ssize_t: New file.
12509
12510 2005-08-12  Simon Josefsson  <jas@extundo.com>
12511
12512         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12513
12514 2005-08-12  Simon Josefsson  <jas@extundo.com>
12515
12516         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12517         ssize_t.
12518
12519 2005-08-12  Simon Josefsson  <jas@extundo.com>
12520
12521         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12522         readline, getdelim and check_version.
12523         (Support for systems lacking ISO C 99: Sizes of integer types):
12524         Add size_max.
12525
12526 2005-08-12  Bruno Haible  <bruno@clisp.org>
12527
12528         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12529
12530 2005-08-11  Simon Josefsson  <jas@extundo.com>
12531
12532         * modules/readline: New file.
12533
12534         * modules/strnlen (Files): Add strnlen.h.
12535
12536 2005-08-11  Simon Josefsson  <jas@extundo.com>
12537
12538         * m4/readline.m4: New file.
12539
12540 2005-08-11  Simon Josefsson  <jas@extundo.com>
12541
12542         * lib/readline.h, readline.c: New file.
12543
12544 2005-08-11  Simon Josefsson  <jas@extundo.com>
12545
12546         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12547         gl_AVOID.
12548
12549 2005-08-11  Bruno Haible  <bruno@clisp.org>
12550
12551         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12552
12553 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12554
12555         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12556
12557 2005-08-10  Simon Josefsson  <jas@extundo.com>
12558
12559         * tests/test-iconvme.c: New file.
12560
12561 2005-08-10  Simon Josefsson  <jas@extundo.com>
12562
12563         * m4/strnlen.m4: New file.
12564
12565         * m4/strndup.m4: Don't check for strnlen declaration, done in
12566         strnlen.m4.
12567
12568 2005-08-10  Simon Josefsson  <jas@extundo.com>
12569
12570         * lib/strndup.c: Use strnlen.h.
12571
12572         * lib/strnlen.h: New file.
12573
12574 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12575
12576         * README: Typos.
12577
12578 2005-08-02  Simon Josefsson  <jas@extundo.com>
12579
12580         * modules/readline: New file.
12581
12582 2005-08-02  Simon Josefsson  <jas@extundo.com>
12583
12584         * modules/getdelim: New file.
12585
12586         * modules/getline: Rewrite, don't use getndelim2.
12587
12588 2005-08-02  Simon Josefsson  <jas@extundo.com>
12589
12590         * m4/getline.m4: Separate out getdelim stuff into separate module.
12591
12592         * m4/getdelim.m4: New file.
12593
12594 2005-08-02  Simon Josefsson  <jas@extundo.com>
12595
12596         * lib/getline.h, getline.c: Rewrite.
12597
12598         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12599
12600 2005-07-31  Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/lock.h (gl_lock_initializer): New macro.
12603         (gl_lock_define_initialized): Use it.
12604         (gl_rwlock_initializer): New macro.
12605         (gl_rwlock_define_initialized): Use it.
12606         (gl_recursive_lock_initializer): New macro.
12607         (gl_recursive_lock_define_initialized): Use it.
12608
12609 2005-07-30  Karl Berry  <karl@gnu.org>
12610
12611         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12612         Report from Ben Pfaff, regarding getopt.
12613
12614 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12615
12616         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12617         normal way.
12618         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12619         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12620         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12621         (gl_GETOPT): Use the new macros.  Most of the implementation
12622         is moved to the new macros.  This is for programs like Emacs
12623         that don't want all the functionality of gl_GETOPT.
12624
12625 2005-07-26  Bruno Haible  <bruno@clisp.org>
12626
12627         * m4/lock.m4: Update from GNU gettext.
12628
12629 2005-07-26  Bruno Haible  <bruno@clisp.org>
12630
12631         * lib/lock.h: Update from GNU gettext.
12632         * lib/lock.c: Update from GNU gettext.
12633
12634 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12635
12636         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12637         obsolescent AC_TRY_RUN.  Include the default includes files, for
12638         'exit'.
12639
12640 2005-07-24  Bruno Haible  <bruno@clisp.org>
12641
12642         * modules/visibility: New file.
12643         * MODULES.html.sh (Misc): Add visibility.
12644
12645 2005-07-24  Bruno Haible  <bruno@clisp.org>
12646
12647         * m4/visibility.m4: New file.
12648
12649 2005-07-24  Bruno Haible  <bruno@clisp.org>
12650
12651         * doc/visibility.texi: New file.
12652
12653 2005-07-22  Bruno Haible  <bruno@clisp.org>
12654
12655         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12656         $(ALLOCA_H), redundant through BUILT_SOURCES.
12657         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12658         redundant through BUILT_SOURCES.
12659         * modules/byteswap (Makefile.am): Remove explicit dependency on
12660         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12661         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12662         $(FNMATCH_H), redundant through BUILT_SOURCES.
12663         * modules/getopt (Makefile.am): Remove explicit dependency on
12664         $(GETOPT_H), redundant through BUILT_SOURCES.
12665         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12666         redundant through BUILT_SOURCES.
12667         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12668         redundant through BUILT_SOURCES.
12669         * modules/stdbool (Makefile.am): Remove explicit dependency on
12670         $(STDBOOL_H), redundant through BUILT_SOURCES.
12671         * modules/stdint (Makefile.am): Remove explicit dependency on
12672         $(STDINT_H), redundant through BUILT_SOURCES.
12673         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12674         Remove explicit dependency on $(SYSEXITS_H).
12675         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12676
12677 2005-07-18  Simon Josefsson  <jas@extundo.com>
12678
12679         * lib/check-version.c (check_version): Accept identical versions too.
12680
12681 2005-07-18  Bruno Haible  <bruno@clisp.org>
12682
12683         * modules/lock: New file.
12684         * MODULES.html.sh (Multithreading): New section.
12685
12686 2005-07-18  Bruno Haible  <bruno@clisp.org>
12687
12688         * m4/lock.m4: New file, from GNU gettext.
12689
12690 2005-07-18  Bruno Haible  <bruno@clisp.org>
12691
12692         * lib/lock.h: New file, from GNU gettext.
12693         * lib/lock.c: New file, from GNU gettext.
12694
12695 2005-07-18  Bruno Haible  <bruno@clisp.org>
12696
12697         * lib/lock.h (gl_once_t): New type.
12698         (gl_once_define, gl_once): New macros.
12699         * lib/lock.c (fresh_once): New variable.
12700         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12701         functions.
12702
12703 2005-07-16  Simon Josefsson  <jas@extundo.com>
12704
12705         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12706         workaround, suggested by Bruno.
12707
12708 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12709
12710         * modules/xalloc (Depends-on): Add xalloc-die.
12711         * modules/xvasprintf (Depends-on): Add xalloc-die.
12712
12713 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12714
12715         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12716         with a minor change.
12717
12718 2005-07-15  Bruno Haible  <bruno@clisp.org>
12719
12720         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12721         When using lib/poll.c, define poll as rpl_poll.
12722
12723 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12724
12725         * modules/argp (Depends-on): Remove unlocked-io.
12726
12727 2005-07-14  Derek Price  <derek@ximbiot.com>
12728
12729         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12730         for glob symlink bug.
12731
12732 2005-07-14  Bruno Haible  <bruno@clisp.org>
12733
12734         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12735         Instead, test for *_unlocked function declarations directly.
12736
12737 2005-07-11  Simon Josefsson  <jas@extundo.com>
12738
12739         * modules/size_max: New file.
12740
12741         * modules/xsize: Depend on size_max module for size_max.m4.
12742
12743 2005-07-11  Simon Josefsson  <jas@extundo.com>
12744
12745         * lib/size_max.h: New file.
12746
12747 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12748
12749         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12750         copyright symbol and the year.
12751         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12752         (version_etc_va): Use parameterized copyright notice.
12753         Reword to conform to the current GNU coding standards.
12754
12755 2005-07-11  Karl Berry  <karl@gnu.org>
12756
12757         * doc/gnulib.texi (Quoting): new node.
12758         (Initial import): more info, from Patrice.
12759
12760 2005-07-11  Bruno Haible  <bruno@clisp.org>
12761
12762         * gnulib-tool (func_usage): Document option --avoid.
12763         (Command line options): Handle --avoid.
12764         (func_acceptable): New function.
12765         (func_modules_transitive_closure): Use it.
12766
12767 2005-07-11  Bruno Haible  <bruno@clisp.org>
12768
12769         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12770         Reported by Jim Meyering.
12771
12772 2005-07-10  Bruno Haible  <bruno@clisp.org>
12773
12774         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12775         Needed when size_t is smaller than 'unsigned int'.
12776         Reported by Paul Eggert.
12777
12778 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12779
12780         * modules/argp (Depends-on): Add unlocked-io
12781
12782 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12783
12784         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12785         block of defines.
12786
12787 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12788
12789         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12790         fix now.
12791
12792 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12793         and Paul Eggert  <eggert@cs.ucla.edu>
12794
12795         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12796         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12797
12798 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12799
12800         * modules/regex (Files): Add lib/regex_internal.c,
12801         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12802         (Depends-on): Add extensions.
12803         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12804
12805 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12806
12807         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12808         pathconf.
12809         * m4/same.m4 (gl_SAME): Likewise.
12810         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12811
12812         * m4/regex.m4: Adjust to new libc regex implementation.
12813         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12814         all the .c and .h parts of (the new) regex.
12815         Quote the m4 stuff better.
12816         Check for RE_ICASE bug of old gnulib.
12817         Check for REG_STARTEND of recent libc.
12818         Rename local variables from jm_* to gl_*.
12819         Quote operand of "test -f".
12820         Say "recent enough" version of libc, not "version 2".
12821         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12822         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12823         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12824         Remove check for btowc, isascii.
12825         Require AM_LANGINFO_CODESET.
12826
12827 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12828
12829         * lib/regex.c, regex.h: Sync from libc.
12830         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12831         * lib/regexec.c:
12832         New files, synced from libc, except that regex_internal.h
12833         currently has a small porting fix.
12834
12835 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12836
12837         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12838         regex_internal.c, regexec.c.
12839         Add regex_internal.h too, but as a comment, since the libc version
12840         is currently broken in gnulib mode.
12841
12842 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12843
12844         Support programs like Emacs that use gnulib but not gettext.
12845         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12846         * modules/gettext-h: New file.
12847         * modules/gettext (Files): Remove lib/gettext.h.
12848         (Depends-on): Add gettext-h.
12849         (Makefile.am): Remove lib_SOURCES.
12850         * modules/argmatch, modules/c-stack, modules/closeout:
12851         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12852         * modules/execute, modules/file-type, modules/getaddrinfo:
12853         * modules/getopt, modules/human, modules/javacomp:
12854         * modules/javaexec, modules/mkdir-p, modules/obstack:
12855         * modules/openat, modules/pagealign_alloc, modules/pipe:
12856         * modules/quotearg, modules/regex, modules/rpmatch:
12857         * modules/unicodeio, modules/userspec, modules/version-etc:
12858         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12859         * modules/xsetenv:
12860         Depend on gettext-h, not gettext.
12861
12862 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12863
12864         * gnulib-tool (func_import): Add support for 'public domain' license.
12865         * modules/alloca, modules/atexit, modules/memmove:
12866         Now public domain, not GPL.
12867         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12868         * modules/realloc, modules/strerror, modules/strtod:
12869         Now LGPL, not GPL.
12870
12871 2005-07-05  Bruno Haible  <bruno@clisp.org>
12872
12873         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12874         autoconf CVS. Needed for mingw.
12875
12876 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12877
12878         Remove the dependency of the strftime module on the tzset module.
12879         * modules/strftime (Depends-on): Remove dependency on tzset.
12880
12881 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12882
12883         Remove the dependency of the strftime module on the tzset module.
12884         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12885         gl_FUNC_TZSET_CLOBBER.
12886
12887 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12888
12889         Remove the dependency of the strftime module on the tzset module.
12890         * lib/strftime.c (my_strftime)
12891         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12892         Copy the input structure, to work around some of the bug with
12893         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12894         Solaris releases, you should also use the tzset module, but we won't
12895         require it as a dependency any more since we don't want LGPLed code
12896         to depend on GPLed code.
12897
12898 2005-07-02  Jim Meyering  <jim@meyering.net>
12899
12900         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12901         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12902         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12903         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12904
12905 2005-07-02  Jim Meyering  <jim@meyering.net>
12906
12907         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12908
12909 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12910
12911         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12912         declares only 'struct timespec;' (!).
12913
12914 2005-07-01  Jim Meyering  <jim@meyering.net>
12915
12916         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12917         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12918         * lib/save-cwd.c, tempname.c:
12919         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12920         and don't include <sys/file.h>).
12921
12922 2005-06-29  Jim Meyering  <jim@meyering.net>
12923
12924         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12925         type name.  Use the variable name instead.
12926         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12927         Likewise.
12928
12929 2005-06-28  Simon Josefsson  <jas@extundo.com>
12930
12931         * modules/check-version (Files): Add check-version.m4.
12932
12933 2005-06-28  Simon Josefsson  <jas@extundo.com>
12934
12935         * m4/check-version.m4: New file, suggested by Jim Meyering
12936         <jim@meyering.net>.
12937
12938 2005-06-28  Simon Josefsson  <jas@extundo.com>
12939
12940         * lib/check-version.h, lib/check-version.c: New files.
12941
12942 2005-06-28  Simon Josefsson  <jas@extundo.com>
12943
12944         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12945         collision with global variable.  Better indentation.  Don't
12946         increment buffer pointer beyond buffer end.  Based on comments
12947         from Paul Eggert <eggert@cs.ucla.edu>.
12948
12949         * lib/base64.h: Indent.
12950
12951 2005-06-28  Simon Josefsson  <jas@extundo.com>
12952
12953         * doc/gnulib.texi (Library version handling): New section.
12954
12955 2005-06-28  Jim Meyering  <jim@meyering.net>
12956
12957         * check-module (find_included_lib_files): Hard-code another
12958         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12959         but modules/fts-lgpl (correctly) does not list those files.
12960
12961         * modules/canonicalize (Files): Add lib/pathmax.h.
12962
12963 2005-06-25  Simon Josefsson  <jas@extundo.com>
12964
12965         * modules/check-version: New file.
12966
12967 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12968
12969         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12970         initializer of struct addrinfo, as an indication that we don't
12971         care how many members the structure has.
12972
12973 2005-06-24  Derek Price  <derek@ximbiot.com>
12974         and Bruno Haible  <bruno@clisp.org>
12975
12976         Remove stat module & update lstat.
12977         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12978         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12979         * m4/stat.m4: Remove this file.
12980
12981 2005-06-24  Derek Price  <derek@ximbiot.com>
12982         and Bruno Haible  <bruno@clisp.org>
12983
12984         Remove stat module & update lstat.
12985         * lib/stat.c: Remove this file...
12986         (slash_aware_lstat): ...moving this content and its support...
12987         * lib/lstat.c (rpl_lstat): ...into here.
12988         * lib/lstat.h: New file.
12989
12990 2005-06-24  Derek Price  <derek@ximbiot.com>
12991         and Bruno Haible  <bruno@clisp.org>
12992
12993         Remove stat module & update lstat.
12994         * config/srclist.txt (libc sources): Remove stat.
12995
12996 2005-06-24  Derek Price  <derek@ximbiot.com>
12997         and Bruno Haible  <bruno@clisp.org>
12998
12999         Remove stat module & update lstat.
13000         * MODULES.html.sh (stat): Remove.
13001         * MODULES.html: Regenerated.
13002         * modules/lstat (Description): Correct function name.
13003         (Files): Add "lstat.h".
13004         (Depends-on): Remove stat, add xalloc, stat-macros.
13005         * modules/stat: Remove this file.
13006         (Include): Add "lstat.h", remove <sys/stat.h>.
13007
13008 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13009
13010         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13011         (ranged_convert): Don't save conversion in a temporary struct.
13012         This causes a warning with GCC 4.0.0, and anyway in the typical
13013         case it's not worth the extra 100 bytes or so of code.
13014         (ranged_convert, __mktime_internal): When calling a function via a
13015         pointer P, use P () rather than (*P) (), as we now assume C89 or
13016         better.
13017
13018 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13019
13020         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13021         "who -r" failed to give output.  Problem reported by Tim Waugh.
13022
13023         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13024         (xcalloc): Use it to avoid needless tests.
13025         Problem reported by Jim Meyering.
13026
13027 2005-06-20  Derek Price  <derek@ximbiot.com>
13028
13029         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13030         unnecessary for Autoconfs > 2.59c.
13031
13032 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13033
13034         * lib/argp.h (__option_is_short): Check upper limit of
13035         __key. Isprint() requires its argument to have the value
13036         of an unsigned char or EOF.
13037
13038 2005-06-16  Jim Meyering  <jim@meyering.net>
13039
13040         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13041         when either N or S is zero.
13042
13043 2005-06-16  Derek Price  <derek@ximbiot.com>
13044
13045         * m4/bison.m4: Declare YACC & YFLAGS precious.
13046
13047 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13048
13049         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13050         multibyte string or pattern, fall back on unibyte matching.
13051         Problem reported by James Youngman.
13052
13053 2005-06-08  Bruno Haible  <bruno@clisp.org>
13054
13055         * modules/csharpcomp: New file.
13056         * MODULES.html.sh (C#): Add csharpcomp.
13057
13058 2005-06-08  Bruno Haible  <bruno@clisp.org>
13059
13060         * m4/csharpcomp.m4: New file, from GNU gettext.
13061
13062 2005-06-08  Bruno Haible  <bruno@clisp.org>
13063
13064         * lib/csharpcomp.h: New file, from GNU gettext.
13065         * lib/csharpcomp.c: New file, from GNU gettext.
13066         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13067
13068 2005-06-08  Bruno Haible  <bruno@clisp.org>
13069
13070         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13071         warning on mingw.
13072
13073 2005-06-07  Derek Price  <derek@ximbiot.com>
13074
13075         Sync from CVS.
13076         * lib/glob_.h: Indent nested #ifdef.
13077
13078 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13079
13080         Sync from coreutils.
13081         Use "file name" when talking about file names, instead of "filename"
13082         or "path", as per the GNU coding standards.
13083         * lib/mkdir-p.c: Renamed from makepath.c.
13084         (make_dir_parents): Renamed from make_path.  All callers changed.
13085         * lib/mkdir-p.h: Likewise.  All includers changed.
13086         * lib/filenamecat.c: Renamed from path-concat.c.
13087         (file_name_concat): Renamed from path_concat.  All callers changed.
13088         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13089         * lib/filenamecat.h: Likewise.  All includers changed.
13090         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13091         in comments or local variable names.
13092         * lib/basename.c: Likewise.
13093         * lib/canonicalize.c, canonicalize.h: Likewise.
13094         * lib/dirname.c, dirname.h: Likewise.
13095         * lib/euidaccess.c: Likewise.
13096         * lib/exclude.c: Likewise
13097         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13098         * lib/fsusage.c, fsuage.h: Likewise.
13099         * lib/fts.c, fts_.h: Likewise.
13100         * lib/getcwd.c: Likewise.
13101         * lib/getloadavg.c: Likewise.
13102         * lib/mkstemp.c: Likewise.
13103         * lib/mountlist.c, mountlist.h: Likewise.
13104         * lib/openat.c, openat.h: Likewise.
13105         * lib/readlink-stub.c: Likewise.
13106         * lib/readutmp.c, readutmp.h: Likewise.
13107         * lib/rename.c: Likewise.
13108         * lib/rmdir.c: Likewise.
13109         * lib/same.c: Likewise.
13110         * lib/savedir.c: Likewise.
13111         * lib/stripslash.c: Likewise.
13112         * lib/tempname.c: Likewise.
13113         * lib/xreadlink.c: Likewise.
13114         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13115         All uses changed.
13116         * lib/exclude.h: Likewise.
13117
13118         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13119         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13120         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13121         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13122         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13123         files have been getting away with it for years (MORE/BSD 4.3
13124         is extinct now).
13125         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13126         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13127
13128         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13129         Define to 256, not 255, as per modern POSIX.
13130
13131 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13132
13133         Sync from coreutils.
13134         Use "file name" when talking about file names, instead of "filename"
13135         or "path", as per the GNU coding standards.
13136         * MODULES.html.sh: mkdir-p renamed from makepath.
13137         filenamecat renamed from path-concat.
13138         * modules/filenamecat: Renamed from modules/path-concat.
13139         (Files): filenamecat.h and filenamecat.c renamed from
13140         path-concat.h and path-concat.c.
13141         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13142         (Include): filenamecat.h, not path-concat.h.
13143         * modules/mkdir-p: Renamed from modules/makepath.
13144         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13145         makepath.c.
13146         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13147         (Include): mkdir-p.h, not makepath.h.
13148
13149 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13150
13151         Sync from coreutils.
13152         * m4/mkdir-p.m4: Renamed from makepath.m4.
13153         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13154         Rename files from makepath.c to mkdir-p.c, and from
13155         makepath.h to mkdir-p.h.
13156         * m4/filenamecat.m4: Renamed from path-concat.m4.
13157         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13158         Rename files from path-concat.c to filenamecat.c,
13159         and from path-concat.h to filenamecat.h.
13160         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13161         "file name" in local variables or comments.
13162         * m4/rename.m4: Likewise.
13163
13164 2005-06-01  Bruno Haible  <bruno@clisp.org>
13165
13166         * modules/csharpexec: New file.
13167         * MODULES.html.sh (C#): New section.
13168
13169 2005-06-01  Bruno Haible  <bruno@clisp.org>
13170
13171         * m4/csharp.m4: New file, from GNU gettext.
13172         * m4/csharpexec.m4: New file, from GNU gettext.
13173
13174 2005-06-01  Bruno Haible  <bruno@clisp.org>
13175
13176         * lib/csharpexec.h: New file, from GNU gettext.
13177         * lib/csharpexec.c: New file, from GNU gettext.
13178         * lib/csharpexec.sh.in: New file, from GNU gettext.
13179
13180 2005-05-31  Derek Price  <derek@ximbiot.com>
13181             Paul Eggert  <eggert@cs.ucla.edu>
13182
13183         Sync from cvs.
13184         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13185
13186 2005-05-31  Derek Price  <derek@ximbiot.com>
13187             Paul Eggert  <eggert@cs.ucla.edu>
13188
13189         Sync from cvs.
13190         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13191
13192 2005-05-29  Derek Price  <derek@ximbiot.com>
13193
13194         * config/srclist.txt (glob_.h, glob.c): Add these files.
13195
13196 2005-05-29  Derek Price  <derek@ximbiot.com>
13197
13198         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13199         * modules/glob: New file.
13200         * modules/getlogin_r: Add link to POSIX spec in description.
13201
13202 2005-05-29  Derek Price  <derek@ximbiot.com>
13203             Paul Eggert  <eggert@cs.ucla.edu>
13204
13205         * m4/glob.m4: New file.
13206
13207 2005-05-29  Derek Price  <derek@ximbiot.com>
13208             Paul Eggert  <eggert@cs.ucla.edu>
13209
13210         * lib/glob_.h, lib/glob.c: New files.
13211
13212 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13213
13214         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13215         * modules/fts-lgpl (Depends-on): Remove gettext.
13216
13217 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13218
13219         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13220         and don't require gt_INTTYPES_PRI.
13221
13222 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13223
13224         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13225
13226         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13227         the configuration hassle isn't worth it.
13228         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13229         (LONGEST_MODIFIER, PRIuMAX): Remove.
13230
13231 2005-05-27  Bruno Haible  <bruno@clisp.org>
13232
13233         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13234
13235 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13236
13237         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13238         _POSIX_PTHREAD_SEMANTICS for Solaris.
13239
13240 2005-05-25  Derek Price  <derek@ximbiot.com>
13241
13242         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13243
13244 2005-05-25  Derek Price  <derek@ximbiot.com>
13245             Paul Eggert  <eggert@cs.ucla.edu>
13246
13247         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13248         * lib/getlogin_r.c, getlogin_r.h: New files.
13249
13250 2005-05-25  Bruno Haible  <bruno@clisp.org>
13251             Derek Price  <derek@ximbiot.com>
13252
13253         * lib/getlogin_r.h: Simplify API documentation.
13254
13255 2005-05-23  Derek Price  <derek@ximbiot.com>
13256
13257         * modules/minmax (Files): Add m4/minmax.m4.
13258         (configure.ac): Add gl_MINMAX.
13259
13260 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13263         so that unistd-safer.h (GPL'ed code) need not be included.
13264
13265 2005-05-22  Bruno Haible  <bruno@clisp.org>
13266
13267         * m4/minmax.m4: New file.
13268         Based on a patch by Derek Price <derek@ximbiot.com>.
13269
13270 2005-05-22  Bruno Haible  <bruno@clisp.org>
13271
13272         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13273         (INT64_MIN): Fix definition.
13274         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13275
13276         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13277         NEED_SIGNED_INT_TYPES.
13278
13279         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13280         HAVE_SYSTEM_INTTYPES.
13281
13282 2005-05-22  Bruno Haible  <bruno@clisp.org>
13283
13284         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13285         Also include <sys/param.h> if it defines MIN, MAX.
13286         Based on a patch by Derek Price <derek@ximbiot.com>.
13287
13288 2005-05-21  Jim Meyering  <jim@meyering.net>
13289
13290         * modules/fts (Files): Add m4/inttypes-pri.m4.
13291         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13292
13293 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13294
13295         New fts module.
13296         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13297         (setup_dir, free_dir): New functions.
13298         (enter_dir, leave_dir): Define trivial
13299         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13300         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13301         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13302         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13303         Move to fts-cycle.c.
13304         (fts_open): Use setup_dir.
13305         (fts_close): Use free_dir.
13306         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13307         This adds a label and some gotos, but the alternatives were messier.
13308         Check for memory allocation failure when entering a dir.
13309         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13310         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13311         (FTS): New member fts_cycle, that is a union that contains the
13312         old active_dir_ht and cycle_state.  All uses changed to mention
13313         fts_cycle.ht and fts_cycle.state.
13314         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13315         fts.c, with the following changes:
13316         (setup_dir, free_dir): New functions.
13317         (enter_dir): Now returns bool.  Return true if successful, false
13318         if memory exhausted.  All callers changed.
13319         Do not bother partly cleaning up on
13320         memory allocation failure; that is free_dir's job.
13321         However, free ad if hash_insert fails, to avoid memory leak.
13322         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13323         fts->fts_options to see which union member to use.
13324
13325 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13326
13327         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13328         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13329
13330 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13333
13334 2005-05-20  Jim Meyering  <jim@meyering.net>
13335
13336         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13337         Now a macro, to pacify GCC.
13338
13339 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13340
13341         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13342         of -1.
13343
13344 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13345
13346         * lib/chown.c (rpl_chown): Return -1 on failure.
13347
13348 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13349
13350         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13351         Don't check for stddef.h.
13352         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13353         don't use its results.
13354         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13355         since we include them unconditionally.  Don't require
13356         AM_STDBOOL_H, since stdbool is a prerequisite.
13357         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13358         since we assume C89 or better.
13359         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13360         as we don't use their results.
13361         Don't check for fchdir, memmove, memset, strrchr, as we use
13362         them unconditionally.
13363         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13364         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13365
13366 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13367
13368         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13369         Include <stddef.h> unconditionally, since we assume C89 now.
13370         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13371         * lib/fts.c: Include fts_.h first, to check interface.
13372         Do not include intprops.h; no longer needed.
13373         Include cycle-check.h and hash.h, since fts_.h no longer does.
13374         Remove unnecessary casts of closedir to void.
13375         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13376         decide whether to decrement nlinks.
13377         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13378         (FTS): Use struct hash_table * instead of Hash_table, so that
13379         we no longer need to include hash.h here.
13380
13381 2005-05-18  Jim Meyering  <jim@meyering.net>
13382
13383         * modules/dirfd (License): Change to LGPL.  Most of the code
13384         is already in the public domain.
13385
13386 2005-05-18  Jim Meyering  <jim@meyering.net>
13387
13388         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13389         Reported by Yoann Vandoorselaere.
13390
13391 2005-05-17  Jim Meyering  <jim@meyering.net>
13392
13393         * m4/fts.m4: New file, from coreutils.
13394
13395 2005-05-17  Jim Meyering  <jim@meyering.net>
13396
13397         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13398
13399 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13400
13401         Sync from coreutils.
13402         * m4/unlinkdir.m4: New file.
13403
13404 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13405
13406         Sync from coreutils.
13407         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13408         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13409         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13410         White space changes only.
13411         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13412         special.
13413         * lib/yesno.c: Include getline.h, not ctype.h.
13414         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13415         Use getline to remove arbitrary restriction on response length.
13416
13417 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13418
13419         * config/srclist-update: Spell out "Street" in FSF postal
13420         mail address; this is the style the FSF seems to prefer.
13421
13422         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13423         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13424         this updates FSF postal mail address.
13425
13426         Sync from coreutils.
13427         * modules/unlinkdir: New file.
13428         * modules/yesno (Depends-on): Add getline.
13429         * MODULES.html.sh (File system functions): Add unlinkdir.
13430
13431 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13432
13433         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13434         lib/strsep.h:
13435         Change the initial comment to refer to GPL, not LGPL.
13436         gnulib-tool will change it to LGPL as needed.
13437
13438         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13439         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13440         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13441         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13442         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13443         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13444         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13445         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13446         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13447         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13448         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13449         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13450         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13451         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13452         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13453         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13454         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13455         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13456         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13457         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13458         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13459         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13460         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13461         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13462         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13463         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13464         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13465         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13466         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13467         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13468         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13469         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13470         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13471         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13472         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13473         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13474         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13475         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13476         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13477         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13478         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13479         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13480         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13481         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13482         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13483         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13484         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13485         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13486         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13487         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13488         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13489         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13490         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13491         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13492         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13493         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13494         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13495         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13496         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13497         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13498         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13499         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13500         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13501         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13502         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13503         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13504         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13505         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13506         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13507         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13508         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13509         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13510         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13511         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13512         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13513         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13514         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13515         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13516         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13517         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13518         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13519         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13520         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13521         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13522         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13523         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13524         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13525         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13526         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13527         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13528         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13529         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13530         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13531         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13532         lib/yesno.c, lib/yesno.h:
13533         Update FSF postal mail address.
13534
13535 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13536
13537         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13538         tests/test-memmem.c, tests/test-stpncpy.c:
13539         Update FSF postal mail address.
13540
13541 2005-05-13  Bruno Haible  <bruno@clisp.org>
13542
13543         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13544         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13545         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13546         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13547         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13548         Add support for 64-bit integers in the MSVC compiler.
13549
13550 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13551
13552         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13553
13554 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13555
13556         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13557
13558 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         * doc/getdate.texi (General date syntax): Don't say that date
13561         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13562         Problem reported by Nic Ferrier.
13563
13564 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13565
13566         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13567         specified in ai_socktype. Fix invalid ai_protocol
13568         check. ai_protocol is usually set to 0 or depending on
13569         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13570         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13571         ai_socktype / ai_protocol in the returned addrinfo structure.
13572
13573 2005-05-10  Simon Josefsson  <jas@extundo.com>
13574
13575         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13576         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13577
13578 2005-05-10  Karl Berry  <karl@gnu.org>
13579
13580         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13581         (from http://www.gnu.org/licenses).
13582         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13583         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13584         fdl.texi suffices.
13585
13586 2005-05-10  Karl Berry  <karl@gnu.org>
13587
13588         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13589         (COPYING.DOC): remove.
13590
13591         * config/srclist-update: new FSF address.
13592
13593 2005-05-10  Derek Price  <derek@ximbiot.com>
13594
13595         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13596         possible.
13597
13598 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13599             Bruno Haible  <bruno@clisp.org>
13600
13601         * modules/inet_ntop: New file.
13602         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13603         inet_ntop.
13604
13605 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13606             Bruno Haible  <bruno@clisp.org>
13607
13608         * m4/inet_ntop.m4: New file.
13609
13610 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13611             Bruno Haible  <bruno@clisp.org>
13612
13613         * lib/inet_ntop.h: New file.
13614         * lib/inet_ntop.c: New file, from glibc with modifications.
13615
13616 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13617
13618         * modules/time_r (License): Change to LGPL.
13619         * modules/extensions (License): Change to LGPL.  Actually,
13620         the license is more permissive than that, but currently gnulib-tool
13621         doesn't know how to handle more-permissive licenses.
13622
13623         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13624         Problem reported by Dave Love.
13625
13626 2005-05-08  Jim Meyering  <jim@meyering.net>
13627
13628         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13629         blank.
13630
13631 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13632
13633         * modules/argmatch (Depends-on): Add stdbool.
13634         * modules/backupfile (Depends-on): Likewise.
13635         * modules/chdir-long (Depends-on): Likewise.
13636         * modules/closeout (Depends-on): Likewise.
13637         * modules/cycle-check (Depends-on): Likewise.
13638         * modules/dirname (Depends-on): Likewise.
13639         * modules/fnmatch (Depends-on): Likewise.
13640         * modules/fsusage (Depends-on): Likewise.
13641         * modules/fwriteerror (Depends-on): Likewise.
13642         * modules/getcwd (Depends-on): Likewise.
13643         * modules/getloadavg (Depends-on): Likewise.
13644         * modules/hard-locale (Depends-on): Likewise.
13645         * modules/makepath (Depends-on): Likewise.
13646         * modules/mountlist (Depends-on): Likewise.
13647         * modules/nanosleep (Depends-on): Likewise.
13648         * modules/posixtm (Depends-on): Likewise.
13649         * modules/quotearg (Depends-on): Likewise.
13650         * modules/readtokens (Depends-on): Likewise.
13651         * modules/readtokens0 (Depends-on): Likewise.
13652         * modules/readutmp (Depends-on): Likewise.
13653         * modules/save-cwd (Depends-on): Likewise.
13654         * modules/strftime (Depends-on): Likewise.
13655         * modules/userspec (Depends-on): Likewise.
13656         * modules/utimecmp (Depends-on): Likewise.
13657         * modules/xgetcwd (Depends-on): Likewise.
13658         * modules/xnanosleep (Depends-on): Likewise.
13659         * modules/xstrtod (Depends-on): Likewise.
13660         * modules/yesno (Depends-on): Likewise.
13661
13662 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13663
13664         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13665         needless checks.
13666
13667 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13668
13669         Merge from coreutils.  Among other things,
13670         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13671         * lib/fd-safer.c: New file.
13672         * lib/fcntl-safer.h, open-safer.c: Remove.
13673         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13674         * lib/dup-safer.c: Include unistd-safer.h first.
13675         Don't include errno.h.
13676         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13677         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13678         * lib/file-type.c: Rely on file-type.h change.
13679         * lib/getloadavg.c: Include unistd-safer.h.
13680         (getloadavg): Use safer open.
13681         * lib/getusershell.c: Include "stdio-safer.h".
13682         (getusershell): Use safer fopen.
13683         * lib/long-options.c (long_options): Use NULL rather than 0.
13684         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13685         'free'.
13686         * lib/modechange.c: Likewise.
13687         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13688         (MODE_DONE): New constant.
13689         (struct mode_change): Remove 'next' member.
13690         (make_node_op_equals): New function; like the old one of the
13691         same name, except it allocates an array.
13692         (mode_compile, mode_create_from_ref): Use it.
13693         (mode_compile): Allocate result as an array, not a linked list.
13694         Parse octal string ourself, so that we catch mistakes like "+0".
13695         (mode_adjust): Arg is an array, not a linked list.
13696         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13697         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13698         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13699         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13700         Remove.  This is now stat-macros.h's job.
13701         (talloc): Remove.  All callers replaced by xalloc, so that
13702         our invokers don't have to worry about reporting memory failures.
13703         (make_node_op_equals): Remove.
13704         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13705         New constants.
13706         (struct mode_change): Moved here from modechange.h.
13707         (mode_append_entry): Remove.
13708         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13709         apps to have incorrect behavior.  Use simpler algorithm for head
13710         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13711         Detect more invalid usages rather than having somewhat-random behavior.
13712         Don't insert an "a=" action, as that leads to incorrect behavior.
13713         (mode_compile, mode_create_from_ref): Return NULL on error instead
13714         of an enum, since now there's only one way to have an error.  All
13715         callers changed.
13716         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13717         at the correct time.  Simplify calculation of "+u" and its ilk.
13718         Don't mishandle "+X".
13719         (mode_free): Remove "register" and localize decls.
13720         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13721         (struct mode_change): Move to modechange.c; callers don't
13722         need to see this stuff.
13723         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13724         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13725         (mode_change, mode_adjust): Reflect the new signatures noted above.
13726         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13727         that might redefine system include files.
13728         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13729         (my_usleep): Use NULL rather than (void *) 0.
13730         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13731         Use siginterrupt to specify that system calls should be interrupted.
13732         (rpl_nanosleep): Move initialization of suspended closer to call of
13733         my_usleep.
13734         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13735         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13736         (desirable_utmp_entry): New function.
13737         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13738         using x2nrealloc, to simplify logic.
13739         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13740         size calculation.  Do not assume utmp file is a regular file.
13741         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13742         (READ_UTMP_CHECK_PIDS): New constant.
13743         * lib/save-cwd.c: Include unistd-safer.h.
13744         (save_cwd): Use fd_safer.
13745         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13746         [!_LIBC] Include "stat-macros.h" instead.
13747         * lib/unistd-safer.h (fd_safer): New decl.
13748
13749 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13750
13751         * modules/getloadavg (Depends-on): Add unistd-safer.
13752         * modules/getusershell (Depends-on): Add stdio-safer.
13753         * modules/lstat (Depends-on): Remove xalloc.
13754         * modules/mkstemp (Depends-on): Add stat-macros.
13755         * modules/modechange (Depends-on): Remove xstrtol.
13756         Add stat-macros, xalloc.
13757         * modules/save-cwd (Depends-on): Add unistd-safer.
13758         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13759         * modules/unistd-safer (Files): Add lib/fd-safer.c
13760         (Makefile.am): Remove lib_SOURCES.
13761
13762         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13763         Remove fcntl-safer; unistd-safer supersedes it.
13764
13765 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13766
13767         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13768         AC_HEADER_STAT.
13769         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13770         (gl_PREREQ_CHOWN): Remove.
13771         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13772         it.  Don't require AC_HEADER_STAT.
13773         (gl_PREREQ_LSTAT): Remove.
13774         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13775         Don't require AC_HEADER_STAT.
13776         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13777         (gl_PREREQ_RMDIR): Remove.
13778         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13779         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13780         the stat-macros module a prerequisite.
13781         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13782         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13783         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13784         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13785         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13786         variable names.
13787         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13788         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13789         variable prefixes.
13790         * m4/fcntl-safer.m4: Remove.
13791         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13792         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13793         Invoke gl_PREREQ_FD_SAFER.
13794         (gl_PREREQ_FD_SAFER): New macro.
13795         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13796         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13797         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13798         Remove duplicate call to AC_LIBOBJ(readutmp).
13799         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13800
13801         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13802         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13803
13804 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13805
13806         * MODULES.html.sh (Misc): Add byteswap.
13807
13808 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13809
13810         * modules/getcwd (Depends-on): Add extensions.
13811         * modules/openat (Depends-on): Likewise.
13812
13813 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13814
13815         * modules/byteswap: New file.
13816
13817 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13818
13819         * m4/byteswap.m4: New file.
13820
13821 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13822
13823         * lib/byteswap_.h: New file.
13824
13825 2005-04-25  Karl Berry  <karl@gnu.org>
13826
13827         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13828
13829 2005-04-25  Albert Chin  <china@thewrittenword.com>
13830
13831         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13832         Toolkit C bug.
13833
13834 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13835
13836         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13837         (func_ln_if_changed) Remove forcibly for no error message
13838         in case file does not exist.
13839
13840 2005-04-19  Simon Josefsson  <jas@extundo.com>
13841
13842         * gnulib-tool (Options): Make --symlink mean --symbolic.
13843
13844 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13845
13846         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13847
13848 2005-04-16  Simon Josefsson  <jas@extundo.com>
13849
13850         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13851
13852 2005-04-15  Simon Josefsson  <jas@extundo.com>
13853
13854         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13855
13856 2005-04-15  Simon Josefsson  <jas@extundo.com>
13857
13858         * gnulib-tool: Rename --symlink to --symbolic.
13859
13860 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13861
13862         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13863         symbolic links to files instead of copying/moving.  Add --aux-dir,
13864         specifying directory relative --dir where auxiliary build tools
13865         are placed.
13866
13867 2005-04-14  Bruno Haible  <bruno@clisp.org>
13868
13869         * modules/allocsa (License): Change to LGPL.
13870         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13871
13872 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13873
13874         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13875         that "UTC +1 second" continues to work.  Problem reported
13876         by Dmitry V. Levin.
13877         (relunit_snumber): New rule.
13878         (relunit): Use it.
13879
13880 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13881
13882         * lib/getdate.y (universal_time_zone_table): New constant.
13883         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13884         universal_time_zone_table.
13885         (lookup_zone): Prefer universal_time_zone_table to
13886         local_time_zone_table, so that "GMT" time stamps are allowed in
13887         London during the summer.  Problem reported by Ian Abbott.
13888
13889 2005-04-12  Jim Meyering  <jim@meyering.net>
13890
13891         * lib/human.c (humblock): Set *options even when returning due to
13892         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13893         warning from gcc-4.
13894
13895 2005-04-09  Jim Meyering  <jim@meyering.net>
13896
13897         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13898         -Wuninitialized: initialize tm0.tm_year.
13899
13900 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13901
13902         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13903         count, since there's no maximum.  All uses changed.
13904         Add member dsts_seen.
13905         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13906         not being INT_MAX.
13907         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13908         Use pc_rels_seen to decide whther a date is absolute.
13909
13910         * lib/getdate.y (number): Don't overwrite year.
13911         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13912         check.
13913
13914 2005-04-02  Simon Josefsson  <jas@extundo.com>
13915
13916         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13917         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13918
13919 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13920
13921         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13922         where no absolute path name can be longer than PATH_MAX.
13923
13924 2005-03-27  Jim Meyering  <jim@meyering.net>
13925
13926         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13927
13928 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13929
13930         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13931         "one's complement" -> "ones' complement" in comment, as per Knuth.
13932         "value of type" -> "type or expression" in comment.
13933         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13934
13935 2005-03-26  Jim Meyering  <jim@meyering.net>
13936
13937         Comment nits.
13938         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13939         Correct typos: s/or/of/.
13940
13941 2005-03-26  Jim Meyering  <jim@meyering.net>
13942
13943         * modules/check-include-files: Move to ../ and rename to...
13944         * check-module: ...this.
13945
13946 2005-03-25  Jim Meyering  <jim@meyering.net>
13947
13948         * modules/xvasprintf (Files): Add xalloc.h.
13949
13950 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13951
13952         * modules/gettext (Files): config/config.rpath ->
13953         build-aux/config.rpath
13954         * modules/iconv (Files): Likewise.
13955         Problem reported by Oskar Liljeblad.
13956
13957 2005-03-23  Jim Meyering  <jim@meyering.net>
13958
13959         * modules/check-include-files: New script to check for
13960         missing dependencies, multiple includes, etc.
13961
13962         * modules/c-strtold (Depends-on): Add xalloc.
13963         * modules/c-strtod (Depends-on): Add xalloc.
13964         * modules/hash (Depends-on): Add xalloc.
13965         (Files): Remove lib/xalloc.h.
13966
13967         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13968         * modules/userspec (Files): Add lib/inttostr.h.
13969
13970 2005-03-23  Jim Meyering  <jim@meyering.net>
13971
13972         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13973
13974 2005-03-22  Jim Meyering  <jim@meyering.net>
13975
13976         * modules/stat-macros: New module.
13977         * modules/canonicalize, modules/euidaccess, modules/file-type,
13978         * modules/filemode, modules/lchown, modules/makepath,
13979         * modules/rmdir, modules/stat: Depend on new stat-macros module
13980         rather than listing lib/stat-macros.h manually.
13981         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13982
13983 2005-03-22  Jim Meyering  <jim@meyering.net>
13984
13985         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13986
13987 2005-03-22  Bruno Haible  <bruno@clisp.org>
13988
13989         * config/srclist.txt: Replace target directory 'config' with
13990         'build-aux'.
13991         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13992         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13993         ../build-aux/.
13994
13995 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13996
13997         * modules/chdir-long (Depends-on): Add mempcpy.
13998
13999         * modules/acl, modules/backupfile, modules/c-strtod,
14000         modules/c-strtold, modules/canon-host, modules/canonicalize,
14001         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14002         modules/exclude, modules/exitfail, modules/file-type,
14003         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14004         modules/getdate, modules/getline, modules/getpagesize,
14005         modules/getpass, modules/getugroups, modules/group-member,
14006         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14007         modules/inttostr, modules/long-options, modules/makepath,
14008         modules/md5, modules/memcasecmp, modules/memcoll,
14009         modules/modechange, modules/mountlist, modules/path-concat,
14010         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14011         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14012         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14013         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14014         modules/strftime, modules/strndup, modules/strverscmp,
14015         modules/timespec, modules/unlocked-io, modules/userspec,
14016         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14017         modules/yesno:
14018         Remove lib_SOURCES line from Makefile.am section, as this is now
14019         done automatically by the corresponding Autoconf macro.
14020
14021 2005-03-21  Jim Meyering  <jim@meyering.net>
14022
14023         Changes imported from coreutils.
14024
14025         * lib/cycle-check.c: Don't include xalloc.h.
14026
14027         * lib/path-concat.c: Don't include assert.h.
14028         (path_concat): Remove assertion that would have triggered
14029         for ABASE starting with more than one slash.
14030         Reported by Andreas Schwab.
14031
14032         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14033         properly when ABASE is an absolute file name.
14034         Correct the description of this function.
14035         Include <assert.h>.
14036         Add an assertion and a test driver.
14037         This fixes a bug introduced on 2004-07-02.
14038         Andreas Schwab reported the resulting failure of cp --parents:
14039         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14040
14041 2005-03-21  Jim Meyering  <jim@meyering.net>
14042
14043         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14044         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14045
14046 2005-03-21  Jim Meyering  <jim@meyering.net>
14047         and  Paul Eggert  <eggert@cs.ucla.edu>
14048
14049         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14050         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14051         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14052         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14053         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14054         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14055         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14056         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14057         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14058         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14059         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14060         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14061         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14062         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14063         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14064         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14065         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14066         for these modules.
14067
14068 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14069
14070         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14071         (which shouldn't happen), generate nothing instead of returning 0
14072         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14073
14074 2005-03-16  Bruno Haible  <bruno@clisp.org>
14075
14076         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14077         HAVE_LONGLONG_64BIT.
14078
14079 2005-03-16  Bruno Haible  <bruno@clisp.org>
14080
14081         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14082         HAVE_LONGLONG_64BIT.
14083
14084 2005-03-16  Bruno Haible  <bruno@clisp.org>
14085
14086         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14087         HAVE_LONGLONG_64BIT.
14088
14089 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14090
14091         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14092         reliably distinguish strftime failure from empty output on POSIX
14093         hosts.
14094
14095 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14096
14097         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14098         (iconv_string): Don't guess a size-zero buffer, as that might cause
14099         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14100         result would be 'too large', where 'too large' is (heuristically)
14101         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14102         overflow concerns.  This will prevent some unwanted malloc failures
14103         when the inputs are very large.
14104
14105 2005-03-15  Karl Berry  <karl@gnu.org>
14106
14107         * config/srclist.txt (config.rpath): from gettext.
14108         * config/config.rpath: update.
14109
14110 2005-03-15  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14113         to 'negate'.
14114
14115         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14116         variable.
14117
14118         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14119         results.
14120
14121 2005-03-14  Simon Josefsson  <jas@extundo.com>
14122
14123         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14124         <fx@gnu.org>.
14125
14126 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14127
14128         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14129         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14130         intprops.h.
14131         * lib/strtol.c: Likewise.
14132
14133 2005-03-14  Jim Meyering  <jim@meyering.net>
14134
14135         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14136         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14137         to be nonzero so that we (and caller) can detect the difference
14138         between a valid zero-length expansion and an error return, even
14139         when the underlying strftime fails before writing anything into
14140         that location.
14141
14142 2005-03-14  Bruno Haible  <bruno@clisp.org>
14143
14144         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14145         Update from GNU gettext 0.14.3.
14146
14147 2005-03-10  Jim Meyering  <jim@meyering.net>
14148
14149         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14150
14151 2005-03-10  Jim Meyering  <jim@meyering.net>
14152
14153         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14154         so that this module works on systems without fchdir.
14155
14156 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14157
14158         Factor int-properties macros into a single file, except for
14159         glibc-related files.
14160         * lib/intprops.h: New file.
14161         * lib/getloadavg.c: Include it instead of limits.h.
14162         (INT_STRLEN_BOUND): Remove.
14163         * lib/human.c: Include intprops.h.
14164         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14165         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14166         302/1000.
14167         * lib/inttostr.h: Include intprops.h instead of limits.h.
14168         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14169         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14170         for consistency with intprops.h.
14171         (time_t_is_integer, twos_complement_arithmetic): Use them.
14172         * lib/sig2str.h: Include <signal.h>, intprops.h.
14173         (INT_STRLEN_BOUND): Remove.
14174         * lib/strftime.c (TYPE_SIGNED): Remove.
14175         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14176         * lib/strtol.c: Adjust comments to match intprops.h.
14177         * lib/userspec.c: Include intprops.h.
14178         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14179         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14180         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14181         instead of rolling our own expressions.
14182         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14183
14184         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14185         instead of int.
14186         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14187         the right thing even if adding 1900 would overflow.  Similarly
14188         for tm_mon + 1 and tm_yday + 1.
14189         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14190         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14191         (DO_SIGNED_NUMBER): New macro.
14192         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14193
14194 2005-03-07  Bruno Haible  <bruno@clisp.org>
14195
14196         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14197
14198 2005-03-07  Bruno Haible  <bruno@clisp.org>
14199
14200         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14201
14202 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14203
14204         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14205         (func_import): Only replace files via --import when they have actually
14206         changed.
14207
14208 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14209
14210         * m4/mmap-anon.m4: New file.
14211         * m4/pagealign_alloc.m4: New file.
14212
14213 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14214             Bruno Haible  <bruno@clisp.org>
14215
14216         * modules/pagealign_alloc: New file.
14217         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14218
14219 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14220             Bruno Haible  <bruno@clisp.org>
14221
14222         * lib/pagealign_alloc.h: New file.
14223         * lib/pagealign_alloc.c: New file.
14224
14225 2005-03-03  Bruno Haible  <bruno@clisp.org>
14226
14227         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14228         Use an all-permissive copyright notice, recommended by RMS.
14229
14230 2005-03-02  Bruno Haible  <bruno@clisp.org>
14231
14232         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14233         of AIX, the replacement has to be done only after <string.h> is
14234         included, therefore not in config.h. stpncpy.h does the replacement,
14235         and stpncpy.c uses it.
14236
14237 2005-03-02  Bruno Haible  <bruno@clisp.org>
14238
14239         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14240         stpncpy.c uses it.
14241
14242 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14243
14244         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14245         The workaround isn't strictly needed for POSIX conformance, and
14246         it's too much of a pain to configure and maintain.  We'll ask
14247         people to fix their kernels instead.
14248         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14249         (NANOSLEEP_BUG_WORKAROUND): Remove.
14250         (xnanosleep): Remove the workaround.
14251
14252 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14253
14254         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14255         Reported by Derek Price.
14256         (Include): Add "timespec.h".
14257
14258         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14259
14260 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14263         to detect nanosleep bug.
14264
14265 2005-03-01  Bruno Haible  <bruno@clisp.org>
14266
14267         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14268
14269 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14270
14271         * modules/gethrxtime: New file.
14272         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14273         (Depends-on): Add gethrxtime.
14274         (configure.ac): Add gl_XNANOSLEEP.
14275         (Makefile.am): Remove lib_SOURCES line.
14276
14277 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14280         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14281
14282 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14283
14284         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14285         * lib/timespec.h (gettime): Return void, since it always
14286         succeeds now.  All uses changed.
14287         * lib/gettime.c (gettime) Likewise.
14288         [HAVE_NANOTIME]: Prefer nanotime.
14289         Assume gettimeofday succeeds, as POSIX requires.
14290         Assime time () succeeds, since other code already does.
14291         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14292         (timespec_subtract): Remove.
14293         (NANOSLEEP_BUG_WORKAROUND): New constant.
14294         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14295         things considerably.  Use it only on GNU/Linux hosts, since the
14296         workaround shouldn't be needed elsewhere.
14297
14298 2005-02-24  Bruno Haible  <bruno@clisp.org>
14299
14300         * modules/gettext (Files): Add m4/glibc2.m4.
14301
14302 2005-02-24  Bruno Haible  <bruno@clisp.org>
14303
14304         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14305         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14306         * m4/progtest.m4:
14307         Update from GNU gettext 0.14.2.
14308         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14309
14310 2005-02-24  Bruno Haible  <bruno@clisp.org>
14311
14312         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14313         * lib/config.charset: Update from GNU gettext 0.14.2.
14314
14315 2005-02-24  Bruno Haible  <bruno@clisp.org>
14316
14317         * lib/gettext.h: Update from GNU gettext 0.14.2.
14318
14319 2005-02-23  Simon Josefsson  <jas@extundo.com>
14320
14321         * m4/iconvme.m4: New file.
14322
14323 2005-02-23  Jim Meyering  <jim@meyering.net>
14324
14325         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14326         change.
14327         Thanks to Bruno Haible for catching it.
14328
14329 2005-02-22  Simon Josefsson  <jas@extundo.com>
14330
14331         * modules/iconvme: New file.
14332
14333         * MODULES.html.sh: Add iconvme.
14334
14335 2005-02-22  Simon Josefsson  <jas@extundo.com>
14336
14337         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14338
14339 2005-02-22  Simon Josefsson  <jas@extundo.com>
14340
14341         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14342
14343 2005-02-22  Jim Meyering  <jim@meyering.net>
14344
14345         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14346         s/ifndef/ifdef/.
14347
14348 2005-02-20  Neil Conway  <neilc@samurai.com>
14349
14350         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14351         returned by OSX/Darwin if the specified buffer is not large
14352         enough for the hostname.
14353
14354 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14355
14356         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14357         pass it to _help, otherwise the latter coredumps trying to
14358         dereference state.root_argp.
14359
14360 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14361
14362         * modules/chdir-long (Depends-on): Add memrchr.
14363         * modules/memrchr (Files): Add lib/memrchr.h.
14364         (Include): "memrchr.h".
14365
14366 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14367
14368         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14369
14370 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14371
14372         * lib/memrchr.h: New file.
14373         * lib/chdir-long.c: Include it.
14374         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14375         Don't bother including stddef.h.
14376
14377 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14378
14379         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14380         inclusion.
14381         Include <sys/types.h>, for dev_t.
14382         (ME_DUMMY, ME_REMOTE): Move from here....
14383         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14384         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14385         Dmitry V. Levin.
14386         Include mountlist.h first, to test the interface.
14387
14388 2005-01-29  Bruno Haible  <bruno@clisp.org>
14389
14390         * lib/progname.c (program_name): Initialize.
14391         Needed when linking statically on MacOS X.
14392
14393 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         Sync from coreutils.
14396         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14397         (Depends-on): Add c-strtod.
14398         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14399
14400 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14401
14402         Sync from coreutils.
14403         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14404
14405         Remove files that are specific to coreutils.
14406         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14407
14408 2005-01-28  Bruno Haible  <bruno@clisp.org>
14409
14410         * modules/javacomp: New file.
14411         * MODULES.html.sh (Java): Add javacomp.
14412
14413 2005-01-28  Bruno Haible  <bruno@clisp.org>
14414
14415         * m4/javacomp.m4: New file, from GNU gettext.
14416
14417 2005-01-28  Bruno Haible  <bruno@clisp.org>
14418
14419         * lib/javacomp.sh.in: New file, from GNU gettext.
14420         * lib/javacomp.h: New file, from GNU gettext.
14421         * lib/javacomp.c: New file, from GNU gettext.
14422
14423 2005-01-26  Simon Josefsson  <jas@extundo.com>
14424
14425         * lib/gai_strerror.c: Use GPL in header.
14426
14427 2005-01-26  Bruno Haible  <bruno@clisp.org>
14428
14429         * modules/javaexec: New file.
14430         * MODULES.html.sh (Java): Add javaexec.
14431
14432 2005-01-26  Bruno Haible  <bruno@clisp.org>
14433
14434         * m4/javaexec.m4: New file, from GNU gettext.
14435
14436 2005-01-26  Bruno Haible  <bruno@clisp.org>
14437
14438         * lib/javaexec.sh.in: New file, from GNU gettext.
14439         * lib/javaexec.h: New file, from GNU gettext.
14440         * lib/javaexec.c: New file, from GNU gettext.
14441
14442 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14443
14444         * modules/lchown (Depends-on): Remove lchown.h
14445
14446 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14447
14448         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14449         must be defined if the header file was not found, in order
14450         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14451
14452 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14453
14454         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14455         initializers for struct pentry_state.
14456         (__argp_error): Check return value of __asprintf
14457         (__argp_failure): Translate error message
14458
14459         * lib/argp-parse.c: Removed braces around the expansion of N_()
14460
14461 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14462
14463         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14464         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14465         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14466         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14467         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14468         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14469         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14470         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14471         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14472         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14473         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14474         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14475         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14476         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14477         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14478         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14479         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14480         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14481         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14482         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14483         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14484         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14485         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14486         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14487         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14488         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14489         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14490         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14491         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14492         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14493         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14494         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14495         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14496         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14497         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14498         Use an all-permissive copyright notice, recommended by RMS.
14499
14500 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14501
14502         * modules/chdir-long (Depends-on): Remove mempcpy.
14503
14504 2005-01-21  Jim Meyering  <jim@meyering.net>
14505
14506         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14507         same value as for Solaris 9.
14508
14509         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14510         component length.  This included changing the parameter to be
14511         of type `char *' rather than `char const *'.
14512         * lib/chdir-long.h (chdir_long): Update prototype.
14513
14514         * lib/openat.c (fdopendir, fstatat): New functions.
14515         * lib/openat.h: Include headers required for use of DIR and struct
14516         stat.
14517         [AT_SYMLINK_NOFOLLOW]: Define.
14518         (fdopendir, fstatat): Add prototypes.
14519
14520 2005-01-21  Bruno Haible  <bruno@clisp.org>
14521
14522         * modules/classpath: New file.
14523         * MODULES.html.sh (Java): Add classpath.
14524
14525 2005-01-21  Bruno Haible  <bruno@clisp.org>
14526
14527         * lib/classpath.h: New file, from GNU gettext.
14528         * lib/classpath.c: New file, from GNU gettext.
14529
14530 2005-01-20  Simon Josefsson  <jas@extundo.com>
14531
14532         * modules/version-etc-fsf: New file.
14533
14534 2005-01-20  Simon Josefsson  <jas@extundo.com>
14535
14536         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14537         * lib/version-etc.c: Remove version_etc_copyright.
14538         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14539         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14540
14541 2005-01-20  Simon Josefsson  <jas@extundo.com>
14542
14543         * lib/base64.h (isbase64): Add.
14544
14545         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14546         using a unsigned prototype, don't inline.
14547         (base64_decode): Use it.
14548
14549 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14550
14551         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14552         it.
14553
14554 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14555
14556         * lib/save-cwd.c (save_cwd): Remove code to support the case
14557         where fchdir is missing or flaky.
14558
14559 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14562
14563 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14564
14565         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14566         AC_LIBSOURCES now does this.
14567         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14568         with new ullong_max module.
14569
14570 2005-01-19  Bruno Haible  <bruno@clisp.org>
14571
14572         * modules/sh-quote: New file.
14573         * MODULES.html.sh (Executing programs): Add sh-quote.
14574
14575 2005-01-19  Bruno Haible  <bruno@clisp.org>
14576
14577         * lib/sh-quote.h: New file, from GNU gettext.
14578         * lib/sh-quote.c: New file, from GNU gettext.
14579
14580 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14581
14582         Merge from coreutils.
14583         * m4/ullong_max.m4: New file.
14584         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14585         (gl_MACROS): Assume localeconv exists.
14586
14587 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14588
14589         Merge changes from coreutils, as described below in several
14590         changelogs dated today.
14591
14592         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14593         (O_DIRECTORY): Remove; not needed here, since "." must be
14594         a directory.  All uses removed.
14595         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14596         universal on Suns, and we also need to test for IRIX.
14597         Revamp code to use 'if' rather than '#if'.
14598         Avoid unnecessary comparison of cwd->desc to 0.
14599
14600         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14601         for known valid error numbers rather than observed invalid ones.
14602
14603 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14604
14605         * modules/ullong_max: New file.
14606
14607         * modules/chdir-long, modules/openat: New files.
14608         * modules/save-cwd (Depends-on): Depend on chdir-long.
14609         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14610
14611 2005-01-18  Jim Meyering  <jim@meyering.net>
14612
14613         Merge from coreutils.
14614         * m4/chdir-long.m4, m4/openat.m4: New files.
14615         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14616         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14617         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14618         is sane and DOES follow symlinks.  Besides, testing 20 different
14619         systems found no broken chown implementations.
14620         Prompted by a change in rsync's copy of this macro.
14621         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14622
14623         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14624
14625         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14626         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14627         NULL-means-set-to-current-time semantics.
14628         Remove temporary file immediately, rather than waiting
14629         for configure's at-exit trap code to do it.
14630
14631 2005-01-18  Jim Meyering  <jim@meyering.net>
14632
14633         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14634
14635         * lib/utimens.c (futimens): Account for the fact that futimes
14636         can also fail with errno == ENOSYS or errno == ENOENT.
14637         Patch from Dmitry V. Levin.
14638
14639         Change the name of the robust chdir function from chdir to chdir_long.
14640         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14641         (restore_cwd): Use chdir_long, not chdir.
14642         * lib/chdir-long.c: Renamed from chdir.c.
14643         * lib/chdir-long.h: Renamed from chdir.h.
14644         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14645         Hurd.
14646
14647 2005-01-18  Bruno Haible  <bruno@clisp.org>
14648
14649         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14650         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14651         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14652         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14653         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14654         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14655         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14656         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14657         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14658         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14659         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14660         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14661         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14662         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14663         Use an all-permissive copyright notice, recommended by RMS.
14664
14665 2005-01-18  Bob Proulx  <bob@proulx.com>
14666
14667         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14668         simplify offsetof() macro construct to avoid compile failure with
14669         native HP-UX 11.0 ANSI C compiler.
14670
14671 2005-01-17  Bruno Haible  <bruno@clisp.org>
14672
14673         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14674         redundant because stpncpy.m4 takes care of it.
14675
14676 2005-01-17  Bruno Haible  <bruno@clisp.org>
14677
14678         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14679
14680 2005-01-17  Bruno Haible  <bruno@clisp.org>
14681
14682         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14683         used.
14684
14685 2005-01-17  Bruno Haible  <bruno@clisp.org>
14686
14687         * lib/fwriteerror.h (fwriteerror): Change specification to include
14688         fclose.
14689         * lib/fwriteerror.c: Include <stdbool.h>.
14690         (fwriteerror): At the end, close the file stream. Record whether
14691         stdout was already closed.
14692
14693 2005-01-17  Bruno Haible  <bruno@clisp.org>
14694
14695         * lib/execute.c (environ): Declare if needed.
14696         * lib/pipe.c (environ): Likewise.
14697         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14698
14699 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14700
14701         * modules/argp: Depend on vsnprintf
14702
14703 2005-01-10  Jim Meyering  <jim@meyering.net>
14704
14705         * modules/closeout (Depends-on): Add atexit.
14706
14707 2005-01-06  Bruno Haible  <bruno@clisp.org>
14708
14709         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14710
14711 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14712
14713         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14714         definitions to be after all include files, to avoid collisions.
14715         Problem reported by Bob Proulx.
14716
14717 2005-01-04  Jim Meyering  <jim@meyering.net>
14718
14719         Changes imported from coreutils.
14720         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14721         as the mkstemp template, use a temporary directory and an
14722         8.3-friendly template to avoid trouble on systems like DJGPP.
14723         Reported by Juan M. Guerrero via Stepan Kasal.
14724         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14725         close. Remove the temporary directory right away, rather than waiting
14726         for configure's at-exit trap code to do it.
14727         Suggestion from Stepan Kasal.
14728
14729 2005-01-01  Simon Josefsson  <jas@extundo.com>
14730
14731         * gnulib-tool: Print #include directives when --import'ing.
14732
14733 2004-12-28  Simon Josefsson  <jas@extundo.com>
14734
14735         * tests/test-base64.c: Include required header files.  Remove
14736         unused variables.
14737
14738 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14739
14740         * modules/error (Depends-on): Remove gettext.
14741
14742 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14743
14744         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14745         not needed.  This removes a dependency on the gettext module.
14746         [defined _LIBC]: Do not include <libintl.h>; not needed.
14747
14748 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14749
14750         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14751         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14752
14753 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14754
14755         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14756         HAVE_DECL_STRTOLD.
14757
14758 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14759
14760         * modules/getdate (Depends-on): Remove alloca-opt.
14761
14762 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14763
14764         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14765
14766 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14767
14768         * lib/argp-parse.c: Include <stddef.h>.
14769         (alignof, alignto): New macros.
14770         (parser_init): Don't assume that void * is aligned sufficiently
14771         for struct option.
14772
14773         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14774         need to extend the stack.
14775         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14776         large.
14777
14778 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14779
14780         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14781
14782 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14783
14784         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14785         (2004-10-24) change.  Apparently this was a false alarm.
14786
14787         * modules/getdate: Depend on alloca-opt, not alloca.
14788
14789 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14790
14791         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14792         Remove now-obsolete comment about AIX.
14793         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14794         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14795         (YYMAXDEPTH): New macro.
14796
14797 2004-12-18  Simon Josefsson  <jas@extundo.com>
14798
14799         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14800
14801 2004-12-18  Bruno Haible  <bruno@clisp.org>
14802
14803         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14804
14805 2004-12-18  Bruno Haible  <bruno@clisp.org>
14806
14807         * lib/fatal-signal.c (fatal_signals): Make non-const.
14808         (init_fatal_signals): New function.
14809         (uninstall_handlers, install_handlers): Ignore signals that were set to
14810         SIG_IGN.
14811         (at_fatal_signal): Call init_fatal_signals.
14812         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14813         SIG_IGN.
14814         Reported by Paul Eggert.
14815
14816 2004-12-18  Bruno Haible  <bruno@clisp.org>
14817
14818         * doc/alloca.texi: New file.
14819         * doc/alloca-opt.texi: New file.
14820
14821 2004-12-17  Jim Meyering  <jim@meyering.net>
14822
14823         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14824         Otherwise, install-sh could exit with improper exit status when
14825         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14826
14827 2004-12-16  Simon Josefsson  <jas@extundo.com>
14828
14829         * tests/test-base64.c: Add license.
14830
14831 2004-12-15  Stepan Kasal  <address@hidden>
14832
14833         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14834
14835 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14836
14837         * modules/getcwd (Files): Add m4/d-ino.m4.
14838         Suggested by Mark D. Baushke.
14839
14840 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14841
14842         * lib/getdate.y (textint): New member "negative".
14843         (time_zone_hhmm): New function.
14844         Expect 14 shift-reduce conflicts, not 13.
14845         (o_colon_minutes): New rule.
14846         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14847         (yylex): Set the "negative" member of signed numbers.
14848
14849 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14850
14851         * doc/getdate.texi (Time of day items, Time zone items):
14852         Describe new formats +00:00, UTC+00:00.
14853
14854 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14855
14856         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14857         spurious "-l"s.  Problem reported by Stepan Kasal.
14858
14859 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14860
14861         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14862         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14863
14864 2004-12-04  Simon Josefsson  <jas@extundo.com>
14865
14866         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14867         Vandoorselaere <yoann@prelude-ids.org>.
14868
14869 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14870
14871         Changes imported from coreutils.
14872         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14873         exist.
14874         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14875
14876 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         Changes imported from coreutils.
14879         * lib/hard-locale.c: Assume <locale.h> exists.
14880         Include "strdup.h".
14881         (GLIBC_VERSION): New macro.
14882         (hard_locale): Assume setlocale exists.
14883         Rewrite to avoid #ifdef.
14884         Use strdup rather than malloc + strcpy.
14885         * lib/human.c: Assume <locale.h> exists.
14886         (human_readable): Assume localeconv exists.
14887
14888 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14889
14890         * modules/hard-locale (Depends-on): Add strdup.
14891
14892 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14893
14894         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14895         convert T2, not T.  (Imported from libc.)
14896
14897 2004-11-30  Simon Josefsson  <jas@extundo.com>
14898
14899         * modules/restrict (License): Change to LGPL.
14900
14901 2004-11-30  Simon Josefsson  <jas@extundo.com>
14902
14903         * m4/restrict.m4: Add copyright and copying conditions.
14904
14905 2004-11-30  Simon Josefsson  <jas@extundo.com>
14906
14907         * m4/base64.m4: New file.
14908
14909 2004-11-30  Simon Josefsson  <jas@extundo.com>
14910
14911         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14912         base64.
14913
14914         * tests/test-base64.c: New file.
14915
14916         * modules/base64: New file.
14917
14918 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14919
14920         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14921         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14922
14923         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14924
14925 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14926
14927         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14928         (__getcwd.c): Don't restore errno; glibc doesn't.
14929         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14930         first, falling back to our code only if its results look suspicious.
14931         Ensure that the resulting buffer is only as large as necessary.
14932
14933         * lib/readutmp.c: Include readutmp.h first.
14934         Include <errno.h>, since readutmp.h no longer does that.
14935         * lib/readutmp.h: Don't include <errno.h>,
14936         <sys/param.h>, <time.h>; not needed to establish interface.
14937         (errno): Remove decl.
14938         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14939         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14940         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14941
14942 2004-11-28  Simon Josefsson  <jas@extundo.com>
14943
14944         * lib/base64.h, base64.c: New file.
14945
14946 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14947
14948         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14949
14950 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14951
14952         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14953         (Depends-on): Remove pathmax, same.  Add mempcpy.
14954         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14955         (Makefile.am): Append getcwd.h to lib_SOURCES.
14956         (Include): Add getcwd.h.
14957         (Maintainer): Change from Jim Meyering to "all, glibc",
14958         since getdate now uses intended-for-glibc code.
14959         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14960         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14961
14962 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14963
14964         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14965         HP's ANSI C compiler.
14966         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14967         Declaring int functions causes warnings on some modern systems and
14968         shouldn't be needed to compile on ancient ones.
14969         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14970         defined.
14971
14972         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14973         with the following changes.
14974         (__set_errno): Parenthesize properly.
14975         Include <stdbool.h>.
14976         (MIN, MAX, MATCHING_INO): New macros.
14977         (__getcwd): Define with prototype, not K&R form.
14978         Use heuristics to allocate default buffer on stack if possible.
14979         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14980         behavior, and to avoid the PATH_MAX limit when computing
14981         ../../../../...
14982         Use MATCHING_INO to compare inode number to file.
14983         Check for arithmetic overflow in size calculations.
14984         Fix bug in reallocation of dot array that caused getcwd to fail
14985         on directories nested deeper than 75.
14986         Be more careful about saving errno on error.
14987         Do not use realloc; use only free+malloc, as this is a bit
14988         more flexible and avoids a needless copy operation.
14989         Do not inspect st_dev and st_ino for symbolic links; POSIX
14990         doesn't specify the latter.
14991         Check for closedir errors.
14992         Avoid needless casts.
14993         Use "#ifdef weak_alias" around weak_alias, to be like other
14994         glibc code.
14995         The following changes to getcwd.c have effect only when used in
14996         gnulib; they have no effect inside glibc proper.
14997         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14998         as alloca isn't used.
14999         (alloca, __alloca): Likewise.
15000         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15001         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15002         unconditionally, as gnulib assumes C89 or better.
15003         Do not include <sys/param.h>.
15004         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15005         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15006         better.
15007         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15008         Include <dirent.h> in a way that is compatible with modern Autoconf.
15009         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15010         New macros, if not already defined.
15011         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15012         Use "_LIBC", not "defined _LIBC", for consistency.
15013         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15014         a mempcpy module.
15015         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15016         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15017         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15018         credit only to Jim Meyering and adjust the copyright dates.
15019         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15020         <stdlib.h>, <unistd.h>, "pathmax.h".
15021         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15022         (INITIAL_BUFFER_SIZE): Remove.
15023         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15024
15025 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15026
15027         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15028         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15029         Use the _ONCE methods, for efficiency.
15030         Check for fcntl.h.  In test program, include <errno.h>
15031         and <fcntl.h> if available.  Remove old K&R cruft from
15032         test program.  Check for common errors in GNU/Linux,
15033         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15034         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15035         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15036         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15037         name accordingly.
15038         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15039         accommodate new getcwd.c.
15040         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15041         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15042         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15043         that's all we need now.
15044
15045 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15046
15047         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15048         argp-parse.c depends on getopt internals, that means we should
15049         always use our getopt, to be on the safe side.
15050         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15051         order not to spoil the result of an eventual previous invocation
15052         of gl_GETOPT_SUBSTITUTE.
15053
15054 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15055
15056         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15057         redefinition warnings. To avoid them, include the defines
15058         in `#if !defined __need_getopt ... #endif'. The only place
15059         where __getopt_argv_const is used is in definitions
15060         of getopt_long and getopt_long_only below, which are as well
15061         protected by `#ifndef __need_getopt'.
15062         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15063         __need_getopt after including <stdio.h> and <unistd.h> These
15064         headers might have defined it.
15065
15066 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15067
15068         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15069
15070 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15071
15072         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15073         (futimens): New function, which uses futimes if available.
15074         (futimens, utimens): Support timespec==NULL, with same semantics
15075         as utime and utimens.
15076         * lib/utimens.h (futimens): New decl.
15077
15078 2004-11-23  Jim Meyering  <jim@meyering.net>
15079
15080         * lib/getopt_.h: Remove trailing blanks.
15081
15082 2004-11-23  Jim Meyering  <jim@meyering.net>
15083
15084         * lib/__fpending.c: Add comment.
15085
15086 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15087
15088         * modules/canonicalize (Depends-on): Add xreadlink.
15089         Problem reported by James Youngman.
15090
15091 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15092
15093         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15094         New macros.
15095         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15096         optopt): Use them instead of invoking ## directly; otherwise, the
15097         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15098
15099 2004-11-19  Bruno Haible  <bruno@clisp.org>
15100
15101         * lib/strtok_r.c: Move comments from here...
15102         * lib/strtok_r.h: ... to here.
15103
15104 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15105
15106         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15107         implementations that mishandle size_t overflow.
15108
15109 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15110
15111         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15112         might fail.  Problem reported by Yoann Vandoorselaere.
15113         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15114         implementations that mishandle size_t overflow.
15115
15116 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15117
15118         * modules/canon-host (Depends-on): Add strdup.
15119
15120 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15121
15122         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15123
15124 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         * lib/canon-host.c: Include "strdup.h".
15127         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15128         Use strdup instead of malloc/strcpy to duplicate strings.
15129
15130         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15131         (human_space_before_unit): New constant.
15132         * lib/human.c (human_readable): Support it.
15133
15134         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15135         (xgetcwd): Set errno correctly when failing.
15136         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15137         the failure is actually due to a PATH_MAX problem.
15138
15139         Further getopt changes to make it more likely that glibc will
15140         buy the changes back.
15141         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15142         (getopt): Use it, so to preserve glibc semantic
15143         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15144         when compiling for libc.
15145         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15146         (getopt_long, getopt_long_only): Use it.
15147
15148         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15149         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15150         (getopt): Argv is now char * const *, as per standard.
15151         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15152         not char *__getopt_argv_const *.
15153         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15154         _getopt_long_only_r): Likewise.
15155         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15156         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15157         _getopt_long_r, _getopt_long_only_r): Likewise.
15158         * lib/getopt_.h (__getopt_argv_const): Remove.
15159         (getopt): Argv is now char * const *, as per standard.
15160
15161         * lib/getdate.y (tORDINAL): New token.
15162         (day, relunit): Allow it for relative times.
15163         (relative_time_table): Use tORDINAL for ordinals.
15164
15165 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15166
15167         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15168         Document that "second" isn't allowed as an ordinal number.
15169
15170 2004-11-16  Jim Meyering  <jim@meyering.net>
15171
15172         * modules/closeout (Depends-on): Add fpending.
15173
15174 2004-11-15  Jim Meyering  <jim@meyering.net>
15175
15176         * lib/closeout.c: Include "__fpending.h" once again.
15177         Include <stdbool.h>.
15178         (close_stdout): Don't fail just because stdout was closed initially,
15179         since some programs don't write to stdout in the normal course of
15180         operation (other than --version and --help), and we don't want this
15181         function to make e.g. `touch file >&-' fail.
15182         But do fail if it was closed and someone has tried to write to it.
15183         E.g., `printf foo >&-' must fail.
15184
15185 2004-11-13  Jim Meyering  <jim@meyering.net>
15186
15187         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15188
15189 2004-11-12  Simon Josefsson  <jas@extundo.com>
15190
15191         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15192         small doc fix is still pending.
15193
15194 2004-11-11  Simon Josefsson  <jas@extundo.com>
15195
15196         * modules/strtok_r: New file.
15197
15198         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15199         strtok_r.
15200
15201 2004-11-11  Simon Josefsson  <jas@extundo.com>
15202
15203         * m4/strtok_r.m4: New file.
15204
15205         * m4/getopt.m4: Replace opterr.
15206
15207 2004-11-11  Simon Josefsson  <jas@extundo.com>
15208
15209         * lib/strtok_r.h, strtok_r.c: New file.
15210
15211 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15212
15213         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15214         of replacing opterr, getopt, etc.  This should handle the
15215         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15216
15217 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15218
15219         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15220         we can stop lying to compilers about the constness of argv when we
15221         are compiled outside glibc.
15222         (getopt, getopt_long, getopt_long_only): Use it.
15223         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15224         _getopt_internal, getopt): Likewise.
15225         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15226         _getopt_long_only_r): Likewise.
15227         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15228         _getopt_long_r, _getopt_long_only_r): Likewise.
15229
15230         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15231         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15232         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15233         the other external symbols.
15234         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15235         declaration, since the above renaming now works around collisions.
15236
15237 2004-11-11  Jim Meyering  <jim@meyering.net>
15238
15239         * lib/linebreak.c: Remove trailing blanks.
15240         * lib/alloca_.h: Likewise.
15241         * lib/acosl.c: Likewise.
15242         * lib/euidaccess.c: Likewise.
15243         * lib/allocsa.h: Likewise.
15244
15245 2004-11-10  Simon Josefsson  <jas@extundo.com>
15246
15247         * m4/getaddrinfo.m4: New file.
15248
15249 2004-11-10  Simon Josefsson  <jas@extundo.com>
15250
15251         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15252
15253 2004-11-10  Simon Josefsson  <jas@extundo.com>
15254
15255         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15256         getaddrinfo.
15257
15258         * modules/getaddrinfo: New file.
15259
15260 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15261
15262         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15263
15264 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         * lib/mktime.c (SHR): New macro, which is a portable
15267         substitute for >> that should work even on Crays.
15268         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15269         Problem reported by Mark D. Baushke in
15270         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15271         * lib/getdate.y (SHR): Likewise.
15272         (tm_diff): Use it.
15273         * lib/strftime.c (SHR): Likewise.
15274         (tm_diff): Use it.
15275         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15276         quote_these_too, so that right shifts are well defined.  All uses
15277         changed.
15278
15279 2004-11-10  Jim Meyering  <jim@meyering.net>
15280
15281         Ensure that no close failure goes unreported.
15282         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15283         return early when it seems there's nothing to flush.
15284         Don't include __fpending.h.
15285
15286 2004-11-10  Jim Meyering  <jim@meyering.net>
15287
15288         * modules/closeout (Depends-on): Remove fpending.
15289
15290 2004-11-10  Jim Meyering  <jim@meyering.net>
15291
15292         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15293
15294 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15295
15296         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15297         gl_FUNC_STRFTIME.
15298         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15299         and AC_REQUIRE when possible, to avoid duplicate checks.
15300         Check for <wchar.h>.
15301
15302 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15303
15304         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15305
15306 2004-11-09  Bruno Haible  <bruno@clisp.org>
15307
15308         * m4/sockpfaf.m4: New file.
15309
15310 2004-11-05  Bruno Haible  <bruno@clisp.org>
15311
15312         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15313         Reported by Mark D. Baushke <mdb@cvshome.org>.
15314
15315 2004-11-04  Bruno Haible  <bruno@clisp.org>
15316
15317         2004-09-11  Bruno Haible  <bruno@clisp.org>
15318                 * allocsa.valgrind: New file.
15319         2004-02-06  Bruno Haible  <bruno@clisp.org>
15320                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15321                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15322                 Reported by Christopher Seip <chris.seip@hp.com>.
15323
15324 2004-11-04  Bruno Haible  <bruno@clisp.org>
15325
15326         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15327         (Makefile.am): Distribute it.
15328
15329 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15330
15331         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15332         with errno == ERANGE if the buffer is too small.
15333         Problem reported by Mark D. Baushke.
15334
15335 2004-11-03  Albert Chin  <china@thewrittenword.com>
15336             Paul Eggert  <eggert@cs.ucla.edu>
15337
15338         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15339         equivalent, substitute $ac_type for equivalent type rather than
15340         blindly using uint32_t *always* which won't work if uint32_t is not
15341         available.  Define _UINT32_T to work around typedef of uint32_t if
15342         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15343         2.5.1.
15344
15345 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15346
15347         * m4/jm-macros.m4: Sync from coreutils.
15348         (gl_MACROS): Check for mbrlen, for pathchk.
15349         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15350
15351 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15352
15353         * lib/xreadlink.c (MAXSIZE): New macro.
15354         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15355         size does not exceed MAXSIZE.  Avoid cast.
15356         As suggested by Mark D. Baushke in
15357         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15358         if readlink fails with buffer size just under MAXSIZE, try again
15359         with MAXSIZE.
15360
15361 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15362
15363         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15364
15365 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15366         and  Paul Eggert  <eggert@cs.ucla.edu>
15367
15368         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15369         (get_date): Overparenthesize to avoid GCC warning.
15370
15371 2004-11-02  Bruno Haible  <bruno@clisp.org>
15372
15373         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15374         returns void.
15375
15376 2004-11-02  Bruno Haible  <bruno@clisp.org>
15377
15378         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15379         function returns void.
15380
15381 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15382
15383         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15384         fflush_unlocked, flockfile, funlockfile, funlockfile,
15385         fputs_unlocked, putc_unlocked.
15386
15387 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15388
15389         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15390         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15391         already declared.
15392
15393 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15394
15395         * modules/getdate (Files): Add doc/getdate.texi.
15396         (Depends-on): Add setenv, xalloc.
15397
15398 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15399
15400         * lib/getdate.y: Add support for TZ="foo" within a date string.
15401         Fix some bugs near time_t boundaries.  Reject dates with
15402         out-of-range components, e.g., "Sept 31".
15403         Include <stdlib.h>, "setenv.h", "xalloc.h".
15404         (ISDIGIT_LOCALE): Remove; unused.
15405         Note that the TZ and time functions used here are not reentrant.
15406         (mktime_ok, get_tz): New functions.
15407         (TZBUFSIZE): New constant.
15408         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15409         This requires that we sometimes generate our own TZ="XXX..." setting.
15410
15411 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15412
15413         * doc/getdate.texi: New file, from coreutils with modifications for
15414         the new TZ parsing.
15415
15416 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15417
15418         * lib/mktime.c (not_equal_tm): Remove redundant check.
15419
15420 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15421
15422         * modules/regex (lib_SOURCES): Add regex.c.
15423         Reported by James Youngman in
15424         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15425
15426 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15427
15428         * lib/getdate.y: Use Bison 1.875 features, and some minor
15429         code cleanups.  This change does not affect semantics.
15430         Don't include <stdlib.h>; no longer needed.
15431         Don't include unlocked-io.h; only the "#if TEST" code uses
15432         stdio, and performance isn't crucial there.
15433         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15434         Bison 1.875 features as described below.
15435         All uses of "PC." replaced by "pc->".
15436         (YYSTYPE): Add a forward declaration.
15437         (yylex, yyerror): Use full prototypes in forward decls.
15438         Use "%pure-parser" rather than obsolescent "%pure_parser".
15439         Use %parse-param and %lex-param instead of obsolescent
15440         YYPARSE_PARAM and YYLEX_PARAM.
15441         (meridian_table, month_and_day_table, time_units_table,
15442         relative_time_table, time_zone_table, military_table,
15443         lookup_zone, lookup_word, get_date):
15444         Use NULL instead of 0 where appropriate.
15445         (to_hour): Avoid abort (), to avoid a dependency on
15446         stdlib.h.
15447         (yyerror, yylex): Now accepts parser_control * arg.
15448         (main) [TEST]: Use '\0' rather than 0 for char.
15449
15450 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15451
15452         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15453
15454 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15457         It's now the caller's responsibility to handle the case where
15458         !HAVE_GETPAGESIZE && !defined getpagesize.
15459
15460         * lib/mktime.c (leapyear): Arg is long int, not int.
15461
15462 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15463
15464         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15465
15466 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15467
15468         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15469         missing.  Problem reported by James Youngman.
15470
15471 2004-10-16  Simon Josefsson  <jas@extundo.com>
15472
15473         * gnulib-tool: Fix comments.  Fix parse problem.
15474         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15475
15476 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15477
15478         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15479         implementation of getopt_long.  Problem reported by Alexander Taler in:
15480         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15481
15482 2004-10-15  Bruno Haible  <bruno@clisp.org>
15483
15484         * gnulib-tool: Untabify. Initialize supplied_libname.
15485         (func_usage): More homogenous output.
15486         (func_modules_transitive_closure, func_modules_to_filelist,
15487         func_emit_lib_Makefile_am): New functions.
15488         (func_import): New function, extracted from big case statement. Use
15489         func_get_license, func_modules_transitive_closure,
15490         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15491         opt_lgpl. Don't use test -a, as it's not portable.
15492         (func_create_testdir): Use func_modules_transitive_closure,
15493         func_modules_to_filelist, func_emit_lib_Makefile_am.
15494
15495 2004-10-15  Bruno Haible  <bruno@clisp.org>
15496
15497         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15498
15499 2004-10-15  Bruno Haible  <bruno@clisp.org>
15500
15501         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15502         the portions belonging to each module.
15503         Suggested by Derek Robert Price <derek@ximbiot.com>.
15504
15505 2004-10-12  Simon Josefsson  <jas@extundo.com>
15506
15507         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15508         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15509         to real functions.
15510
15511 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15512
15513         * modules/vsnprintf: New file.
15514
15515 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15516
15517         * m4/vsnprintf.m4: New file.
15518
15519 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15520
15521         * lib/vsnprintf.h: New file.
15522         * lib/vsnprintf.c: New file.
15523
15524 2004-10-11  Bruno Haible  <bruno@clisp.org>
15525
15526         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15527         vsnprintf.
15528
15529 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15532
15533 2004-10-07  Bruno Haible  <bruno@clisp.org>
15534
15535         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15536         fits into the provided buffer.
15537
15538 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15539
15540         * lib/diacrit.c, diacrit.h: Add GPL notice.
15541
15542         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15543         notice.
15544         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15545         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15546         This avoids a potential constant-folding bug.
15547
15548 2004-10-05  Bruno Haible  <bruno@clisp.org>
15549
15550         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15551         for the declaration of strsep.
15552
15553 2004-10-05  Bruno Haible  <bruno@clisp.org>
15554
15555         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15556
15557 2004-10-04  Simon Josefsson  <jas@extundo.com>
15558
15559         * modules/memmem: New file.
15560         * tests/test-memmem.c: New file.
15561         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15562
15563 2004-10-04  Simon Josefsson  <jas@extundo.com>
15564
15565         * m4/memmem.m4: New file.
15566
15567 2004-10-04  Simon Josefsson  <jas@extundo.com>
15568
15569         * lib/memmem.h: New file.
15570         * lib/memmem.c: New file, taken from glibc.
15571
15572 2004-10-04  Simon Josefsson  <jas@extundo.com>
15573
15574         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15575         '#ifdef USE_UNLOCKED_IO'.
15576
15577 2004-10-04  Simon Josefsson  <jas@extundo.com>
15578
15579         * config/srclist.txt: Add memmem from glibc.
15580
15581 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15582
15583         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15584
15585         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15586         modules/exclude, modules/getdate, modules/getline,
15587         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15588         modules/getusershell, modules/linebuffer, modules/md5,
15589         modules/mountlist, modules/posixtm, modules/readtokens,
15590         modules/readutmp, modules/regex, modules/sha1,
15591         modules/version-etc, modules/yesno:
15592         Remove dependency on unlocked-io.
15593
15594 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15595
15596         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15597
15598         * m4/unlocked-io.m4: Add copyright notice.
15599         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15600
15601 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15602
15603         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15604         * lib/xmalloc.c (xmemdup): Likewise.
15605         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15606         XFREE): Remove these long-obsolescent macros.
15607         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15608         * lib/xstrdup.c: Remove.
15609
15610         * lib/regex.c (re_comp): Cast gettext return value to char *,
15611         Problem reported by Martin Neitzel via Mark D. Baushke.
15612
15613 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15614
15615         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15616         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15617         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15618         regex.c, sha1.c, version-etc.c, yesno.c:
15619         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15620         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15621         the includer's responsibility.
15622
15623         Sync from coreutils.
15624
15625         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15626         points to the start of a string, as the C Standard says the
15627         resulting behavior is undefined.
15628
15629         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15630         simple -> simple_backups, numbered_existing ->
15631         numbered_existing_backups, numbered -> numbered_backups
15632         to avoid shadowing problems.  All uses changed.
15633         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15634         * lib/backupfile.c (check_extension, numbered_backup):
15635         Rename locals to avoid shadowing 'basename'.
15636         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15637         once.
15638
15639         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15640         * lib/.cvsignore: Add getopt.h.
15641
15642 2004-10-04  Bruno Haible  <bruno@clisp.org>
15643
15644         * modules/README: New file.
15645         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15646         not a module.
15647
15648 2004-10-02  Jim Meyering  <jim@meyering.net>
15649
15650         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15651
15652 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15653
15654         * modules/strsep: New file.
15655
15656 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15657
15658         * m4/strsep.m4: New file.
15659
15660 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15661
15662         * lib/strsep.h: New file.
15663         * lib/strsep.c: New file.
15664
15665 2004-10-01  Simon Josefsson  <jas@extundo.com>
15666
15667         * lib/snprintf.c (snprintf): Handle size==0.
15668
15669 2004-10-01  Simon Josefsson  <jas@extundo.com>
15670             Bruno Haible  <bruno@clisp.org>
15671
15672         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15673         (snprintf): Declare 'args'.
15674
15675 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15676
15677         * lib/snprintf.c: Remove comments as to why each header is needed.
15678
15679 2004-10-01  Bruno Haible  <bruno@clisp.org>
15680
15681         * MODULES.html.sh: Add strsep.
15682
15683 2004-09-30  Simon Josefsson  <jas@extundo.com>
15684
15685         * modules/snprintf: New file.
15686
15687 2004-09-30  Simon Josefsson  <jas@extundo.com>
15688
15689         * m4/snprintf.m4: New file.
15690
15691 2004-09-30  Simon Josefsson  <jas@extundo.com>
15692
15693         * lib/snprintf.h, lib/snprintf.c: New files.
15694
15695 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15696
15697         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15698         (hol_entry_help): Never translate an empty string.
15699         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15700         * lib/argp.h (OPTION_NO_TRANS): New option.
15701
15702 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15703
15704         * modules/argp (Maintainer): Replace Simon Josefsson
15705         by Sergey Poznyakoff.
15706
15707 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15708
15709         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15710         changes merged back into glibc.
15711
15712 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15713
15714         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15715
15716 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15717
15718         * lib/xvasprintf.c: Include xalloc.h.
15719         (xvasprintf): Use xalloc_die, not xmalloc_die.
15720
15721 2004-09-29  Bruno Haible  <bruno@clisp.org>
15722
15723         * modules/alloca-opt: New file, derived from modules/alloca.
15724         * modules/allocsa: Depend on alloca-opt instead of alloca.
15725         * modules/setenv: Likewise.
15726         * modules/vasnprintf: Likewise.
15727         * MODULES.html.sh: Add alloca-opt.
15728
15729 2004-09-28  Simon Josefsson  <jas@extundo.com>
15730
15731         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15732         LGPL, and to replace license template from GPL to LGPL.
15733
15734 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15735
15736         * modules/dummy: Change license to LGPL.
15737
15738 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15739
15740         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15741
15742 2004-09-24  Simon Josefsson  <jas@extundo.com>
15743
15744         * modules/minmax (License): Change from GPL to LGPL.
15745
15746 2004-09-23  Simon Josefsson  <jas@extundo.com>
15747
15748         * gnulib-tool (--import): Typo.
15749
15750 2004-09-23  Simon Josefsson  <jas@extundo.com>
15751
15752         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15753
15754 2004-09-22  Bruno Haible  <bruno@clisp.org>
15755
15756         * modules/*: Add 'License' field.
15757         * gnulib-tool: Accept --extract-license option.
15758         (func_get_license): New function.
15759
15760 2004-09-21  Bruno Haible  <bruno@clisp.org>
15761
15762         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15763         Reported by Simon Josefsson.
15764
15765 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15766
15767         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15768         gl_AC_TYPE_LONG_LONG.
15769
15770 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15771
15772         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15773
15774 2004-09-18  Simon Josefsson  <jas@extundo.com>
15775         and  Paul Eggert  <eggert@cs.ucla.edu>
15776
15777         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15778         calls with autoreconf.  Define GL_LIB.
15779
15780 2004-09-14  Karl Berry  <karl@gnu.org>
15781
15782         * config/srclist.txt: unsync setenv.c, sigh.
15783
15784 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15785
15786         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15787         Problem reported by Bruno Haible in:
15788         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15789
15790 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * config/srclist.txt: Comment out argp-pvh.c.
15793
15794 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15795
15796         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15797         in case some system header has #define'd it.  Problem reported by
15798         Soeren D. Schulze in
15799         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15800
15801 2004-09-09  Karl Berry  <karl@gnu.org>
15802
15803         * regex.[ch]: delete from the root.  These were supposed to be
15804                 synced with emacs cvs, but this has not happened for about
15805                 a year, and anyway nothing else uses emacs regex.[ch].
15806                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15807                 lib/regex[.ch] is untouched.
15808
15809 2004-09-09  Bruno Haible  <bruno@clisp.org>
15810
15811         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15812
15813 2004-09-09  Bruno Haible  <bruno@clisp.org>
15814
15815         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15816         modifications.
15817         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15818
15819 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15820
15821         * modules/xvasprintf: New file.
15822         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15823
15824 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15825
15826         * lib/xvasprintf.h: New file.
15827         * lib/xvasprintf.c: New file.
15828         * lib/xasprintf.c: New file.
15829
15830 2004-09-08  Bruno Haible  <bruno@clisp.org>
15831
15832         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15833
15834 2004-09-08  Bruno Haible  <bruno@clisp.org>
15835
15836         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15837         length is > INT_MAX.
15838         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15839         more.
15840
15841 2004-09-08  Bruno Haible  <bruno@clisp.org>
15842
15843         * lib/stdint_.h: New file, taken from GNU clisp.
15844
15845 2004-09-08  Bruno Haible  <bruno@clisp.org>
15846             Oskar Liljeblad  <oskar@osk.mine.nu>
15847
15848         * modules/stdint: New file.
15849         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15850
15851 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         Import from coreutils.
15854         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15855         strings on unbounded length.  alloca's performance benefits aren't
15856         that important here.
15857         (V_STRDUP): Remove.
15858         (parse_with_separator): New function, with most of the internals
15859         of the old parse_user_spec.  Allow user to omit both user and group,
15860         for compatibility with FreeBSD.
15861         Clone only the user name, not the entire spec.
15862         Do not set *uid, *gid unless entirely successful.
15863         Avoid memory leak in some failing cases.
15864         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15865         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15866         (parse_user_spec): Rewrite to use parse_with_separator.
15867
15868 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         * modules/userspec: Don't depend on alloca.
15871
15872 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15873
15874         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15875
15876 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15877
15878         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15879         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15880         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15881
15882 2004-08-16  Simon Josefsson  <jas@extundo.com>
15883
15884         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15885         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15886         Add --dry-run for --import.
15887         Let user provided command line parameters override configure.ac
15888         settings.
15889
15890 2004-08-12  Simon Josefsson  <jas@extundo.com>
15891
15892         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15893         as discussed with Paul Eggert in threads rooted at
15894         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15895         and
15896         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15897         Before, the test was empty, and relied on ELIDE_CODE in source
15898         code.)
15899         (gl_PREREQ_GETOPT): New macro.
15900         (gl_GETOPT): Use them.
15901
15902 2004-08-12  Simon Josefsson  <jas@extundo.com>
15903
15904         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15905         * lib/getopt_.h: Renamed from getopt.h.
15906
15907 2004-08-12  Simon Josefsson  <jas@extundo.com>
15908
15909         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15910         Change default library name from libfoo to libgnu.
15911         Now, if you have a configure.ac that says:
15912                 gl_SOURCE_BASE(gl)
15913                 gl_M4_BASE(gl/m4)
15914                 gl_MODULES(error getopt etcetera)
15915                 gl_INIT
15916         you can import all you need by running:
15917                 ../gnulib/gnulib-tool --import
15918
15919         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15920         (Makefile.am): Rewrite, use logic from argz.
15921         (Include): Use <getopt.h> instead of "getopt.h".
15922
15923 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15924
15925         * modules/argp (Files): Add m4/unlocked-io.m4.
15926         (Depends-on): Add extensions.
15927
15928 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15929
15930         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15931         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15932         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15933         Check for program_invocation_name, program_invocation_short_name,
15934         flockfile, funlockfile, features.h, _getopt_long_only_r.
15935
15936 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15937
15938         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15939         its complicated substitute.
15940         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15941         and program_invocation_name.
15942         (__argp_basename) [!_LIBC]: Remove; the only use was
15943         replaced by its body.
15944         (__argp_short_program_name): Change condition from
15945         !defined __argp_short_program_name to
15946         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15947         to match argp-namefrob.h.
15948         (__argp_failure): Don't assume strerror_r returns char *.
15949         * lib/argp-parse.c (N_): Define unconditionally.
15950         (argp_default_options): Fill out initializers with 0 to avoid
15951         gcc warnings.
15952
15953 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15954
15955         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15956         getopt1.c.
15957
15958 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15959
15960         Merge from coreutils.
15961
15962         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15963
15964         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15965         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15966
15967 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15968
15969         Merge from coreutils.
15970
15971         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15972         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15973         for Reliant Unix 5.43.
15974
15975         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15976         (union fooround): Use uintmax_t, not long int.
15977         The rest is a merge from libc:
15978         [defined _LIBC]: Include <shlib-compat.h>.
15979         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15980
15981         * lib/settime.c (settime): Recode to avoid warning with
15982         Sun Forte C 6U2.
15983
15984         * lib/strverscmp.c: Convert to UTF-8.
15985
15986 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15987
15988         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15989         m4/uintmax_t.m4.
15990
15991 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15992
15993         * modules/xalloc-die: New file.
15994         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15995
15996         * modules/md5 (Files): Add m4/uint32_t.m4.
15997         * modules/sha1: Renamed from modules/sha.
15998         (Files):
15999         Rename lib/sha.h to lib/sha1.h.
16000         Rename lib/sha.c to lib/sha1.c.
16001         Rename m4/sha.m4 to m4/sha1.m4.
16002         (lib_SOURCES): Likewise.
16003         (configure.ac): Rename gl_SHA to gl_SHA1.
16004         (Include): sha.h -> sha1.h.
16005
16006 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16009         * m4/sha1.m4: Renamed from sha.m4.
16010         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16011
16012 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * lib/obstack.h (obstack_empty_p):
16015         Don't assume that chunk->contents is suitably aligned.
16016         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16017         Likewise. Problem reported by Benno in
16018         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16019
16020         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16021         readable.  This could be improved further but it'd take some work.
16022
16023 2004-08-08  Simon Josefsson  <jas@extundo.com>
16024
16025         * modules/xgethostname (Depends-on): Remove exit and error (not
16026         used).
16027
16028         * modules/getpass-gnu: Add getpass.h.
16029         (Depends-on): Add stdbool.
16030         * modules/getpass: Add getpass.h.
16031
16032 2004-08-08  Simon Josefsson  <jas@extundo.com>
16033
16034         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16035         Check getpass declaration.
16036
16037 2004-08-08  Simon Josefsson  <jas@extundo.com>
16038
16039         * lib/xgethostname.c: Don't include error.h (not used).
16040
16041         * lib/getpass.h: Add.
16042         * lib/getpass.c: Include getpass.h first.
16043
16044 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16045
16046         * lib/xalloc-die.c: New file.
16047         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16048         All uses removed.
16049         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16050         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16051         xalloc-die.c.
16052         (_, N_, xalloc_die): Move to xalloc-die.c.
16053         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16054         so that we needn't mess with xalloc_msg_memory_exhausted.
16055
16056         * lib/sha1.h: Renamed from sha.h.
16057         (SHA1_H): Renamed from _SHA_H.
16058         (sha1_ctx): Renamed from sha_ctx.
16059         (sha1_init_ctx): Renamed from sha_init_ctx.
16060         (sha1_process_block): Renamed from sha_process_block.
16061         (sha1_process_bytes): Renamed from sha_process_bytes.
16062         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16063         (sha1_read_ctx): Renamed from sha_read_ctx.
16064         (sha1_stream): Renamed from sha_stream.
16065         (sha1_buffer): Renamed from sha_buffer.
16066         * lib/sha1.c: Likewise; renamed from sha.c.
16067         Do not include <sys/types.h>.
16068         Include <stddef.h> rather than <stdlib.h>.
16069
16070 2004-08-08  Bruno Haible  <bruno@clisp.org>
16071
16072         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16073         FILESYSTEM_PREFIX_LEN.
16074         * lib/progreloc.c: Likewise.
16075         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16076
16077 2004-08-06  Simon Josefsson  <jas@extundo.com>
16078
16079         * modules/progname (Depends-on): Don't depend on stdbool.
16080
16081 2004-08-06  Simon Josefsson  <jas@extundo.com>
16082
16083         * modules/getsubopt: New file.
16084         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16085         getsubopt.
16086
16087 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         More merge from coreutils.
16090
16091         * m4/utimens.m4, m4/utimecmp.m4: New files.
16092         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16093         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16094         prereq.m4, sha.m4: Import changes from coreutils.
16095
16096 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         More merge from coreutils.
16099         * modules/raise, modules/readtokens0, modules/utimens:
16100         * modules/utimecmp, module/xnanosleep: New files.
16101         * modules/strftime: Add lib/strftime.h.
16102         Change include from <time.h> to "strftime.h".
16103         * modules/yesno: Add lib/yesno.h.
16104         * modules/backupfile: Remove lib/addext.c.
16105         * modules/euidaccess: Add stat-macros.h.
16106         * modules/canonicalize, modules/euidaccess,
16107         modules/filemode, modules/lchown, modules/makepath,
16108         modules/rmdir, modules/stat: Likewise.
16109
16110 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16111
16112         Merge from tar.
16113         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16114         SIZE_MAX is a valid preprocessor constant.
16115         (__argp_basename): Change from "#ifndef _LIBC"
16116         to "#ifndef __argp_short_program_name", so that
16117         we don't compile these functions for tar.
16118
16119         More merges from coreutils.
16120         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16121         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16122         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16123         * lib/addext.c: Remove; no longer needed.
16124         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16125         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16126         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16127         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16128         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16129         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16130         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16131         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16132         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16133         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16134         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16135         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16136         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16137         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16138         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16139         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16140         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16141         Import changes from coreutils.
16142
16143 2004-08-05  Simon Josefsson  <jas@extundo.com>
16144
16145         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16146
16147 2004-08-05  Simon Josefsson  <jas@extundo.com>
16148
16149         * m4/getsubopt.m4: New file.
16150
16151 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16152
16153         Merge from coreutils.
16154
16155         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16156         * m4/getcwd-path-max.m4: New files.
16157
16158         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16159         FILESYSTEM_PREFIX_LEN ->
16160         FILE_SYSTEM_PREFIX_LEN.
16161         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16162         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16163         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16164         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16165
16166         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16167         prerequisite modules now handle the DOS stuff.
16168         Don't check for unistd.h.
16169
16170 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16171
16172         Merge from coreutils.
16173
16174         * lib/.gdb-history: Remove; this doesn't belong here.
16175
16176         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16177         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16178         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16179         * lib/getcwd.c: New files.
16180
16181         * lib/dirname.h: Include <stdbool.h>.
16182         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16183         for consistency with POSIX terminology.  All uses changed.
16184         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16185         (strip_trailing_slashes): Use bool for booleans.
16186         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16187
16188         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16189         sometimes returns a positive errno value even when it succeeds.
16190         (print_errno_message) [!LIBC]: Fall back on strerror if
16191         __strerror_r fails.
16192
16193         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16194         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16195         (longest_relative_suffix): New function.
16196         (path_concat): Use it.  Assume first argument is not NULL.
16197         Port to DOS.  Omit redundant separators.
16198         Report an error instead of returning NULL.
16199         Use mempcpy instead of memcpy.
16200         (xpath_concat): Remove: not declared or used.
16201
16202         * lib/same.h: Include <stdbool.h>
16203         (same_name): Return bool, not int.
16204         * lib/same.c (same_name): Likewise.
16205         (errno): Don't declare; we assume C89 or better now.
16206
16207         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16208         if not already defined.
16209
16210         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16211         * lib/dup-safer.c (errno): Likewise.
16212
16213 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16214
16215         Merge from coreutils.
16216         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16217         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16218         * modules/path-concat: Don't depend on strdup.
16219
16220 2004-08-03  Simon Josefsson  <jas@extundo.com>
16221
16222         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16223         * lib/progname.h: Don't include stdbool.h.
16224
16225 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16228         * MODULES.html.sh (func_all_modules): Remove fatal.
16229
16230 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16231
16232         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16233
16234 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16235
16236         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16237         working.
16238
16239 2004-08-02  Simon Josefsson  <jas@extundo.com>
16240
16241         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16242         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16243         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16244
16245 2004-08-01  Simon Josefsson  <jas@extundo.com>
16246
16247         * lib/xgetdomainname.c: Include stdlib.h, for free().
16248
16249 2004-07-19  Bruno Haible  <bruno@clisp.org>
16250
16251         * MODULES.html.sh (func_all_modules): Add dummy.
16252
16253 2004-07-16  Simon Josefsson  <jas@extundo.com>
16254
16255         * modules/dummy: New file.
16256
16257 2004-07-16  Simon Josefsson  <jas@extundo.com>
16258
16259         * lib/dummy.c: New file.
16260
16261 2004-07-16  Bruno Haible  <bruno@clisp.org>
16262
16263         * lib/backupfile.h: Add extern "C" for C++.
16264         * lib/closeout.h: Likewise.
16265         * lib/copy-file.h: Likewise.
16266         * lib/findprog.h: Likewise.
16267         * lib/full-write.h: Likewise.
16268         * lib/pathname.h: Likewise.
16269         * lib/progname.h: Likewise.
16270         * lib/stpcpy.h: Likewise.
16271         * lib/stpncpy.h: Likewise.
16272         * lib/strcase.h: Likewise.
16273         * lib/strstr.h: Likewise.
16274         * lib/xalloc.h: Likewise.
16275
16276         * lib/mbswidth.h: Add extern "C" for C++.
16277         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16278
16279 2004-07-13  Robert Millan  <robertmh@gnu.org>
16280
16281         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16282
16283 2004-07-09  Simon Josefsson  <jas@extundo.com>
16284
16285         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16286         failed without this.)
16287
16288 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16289
16290         * modules/chown (Files): Add lib/fchown-stub.c, since
16291         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16292
16293 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16294
16295         * lib/fchown-stub.c: New file.
16296
16297 2004-06-24  Jim Meyering  <jim@meyering.net>
16298
16299         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16300
16301 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16302
16303         * modules/argz: Omit "#include".
16304
16305         * MODULES.html.sh (func_all_modules): Add calloc, to match
16306         2004-06-01 addition of calloc module.
16307
16308 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16309
16310         * m4/argz.m4: New file, which is autoupdated from libtool.
16311
16312 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16313
16314         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16315         libtool.
16316
16317 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16318
16319         * config/srclist-update: Don't insist on "USA." before the
16320         close-comment, as libtool omits the period and puts the */ on a
16321         separate line.
16322         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16323         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16324
16325 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16326
16327         * modules/argz: New file.
16328         * MODULES.html.sh (func_all_modules): Add argz.
16329
16330 2004-06-12  Jim Meyering  <jim@meyering.net>
16331         and  Paul Eggert  <eggert@cs.ucla.edu>
16332
16333         * modules/hash (Files): Add lib/xalloc.h.
16334         * modules/pipe (Depends-on): Add wait-process.
16335         * modules/stat (Depends-on): Add xalloc.
16336         * modules/userspec (Files): Add lib/userspec.h.
16337         * modules/xstrto
16338
16339         Upgrade from gettext-0.13.
16340         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16341         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16342         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16343
16344 2004-06-10  Jim Meyering  <jim@meyering.net>
16345
16346         * lib/calloc.c: New file.
16347
16348 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16349
16350         * lib/getdate.y (yylex): Allow space between sign and number.
16351         Problem reported by Dan Jacobson.
16352
16353 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16354
16355         Merge from coreutils CVS.
16356
16357         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16358         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16359         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16360         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16361         xstrtol.m4: Fix copyright date and/or serial number.
16362
16363         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16364         See if we need an fchown replacement.
16365         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16366         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16367         and use the replacement function if we detect either defect.
16368
16369         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16370         gl_UTIMECMP.
16371
16372 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16373         and  Jim Meyering  <jim@meyering.net>
16374
16375         Merge from coreutils CVS.
16376
16377         * lib/stat-macros.h: New file, with contents from file-type.h
16378         and coreutils' system.h.
16379         * lib/file-type.c: Include "stat-macros.h".
16380         * lib/file-type.h (file_type): Move all macro definitions to new file,
16381         stat-macros.h.
16382
16383         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16384         Wrap old code with this conditional.
16385         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16386         function that does not dereference symlinks.
16387         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16388
16389         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16390         dependency problems.
16391         (xreadlink): Accept new arg SIZE, for efficiency.
16392         All decls and uses changed.
16393         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16394
16395         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16396         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16397
16398         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16399         sysexits.h.
16400
16401 2004-06-01  Jim Meyering  <jim@meyering.net>
16402
16403         * m4/calloc.m4: New file.
16404
16405 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16406
16407         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16408         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16409         Also, fix a typo in a diagnostic.
16410
16411 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16412
16413         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16414         or AC_FUNC_REALLOC.
16415
16416 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16417
16418         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16419         macros to be defined.
16420         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16421         the allocator returns NULL because the requested size is zero.
16422
16423 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16424
16425         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16426         var.  Add comment explaining why libc still defines it.  This
16427         merges the following patch from glibc:
16428         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16429
16430 2004-05-20  Andreas Schwab  <schwab@suse.de>
16431
16432         * m4/free.m4: Replace free if it not known to work, not the other
16433         way round.
16434
16435 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16436
16437         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16438         present in glibc since revision 1.1 of this file.
16439         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16440         obstack_alignment_mask, obstack_alloc, obstack_base,
16441         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16442         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16443         obstack_grow0, obstack_init, obstack_int_grow,
16444         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16445         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16446         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16447         nonexistent functions.
16448
16449 2004-05-18  Karl Berry  <karl@gnu.org>
16450
16451         * config/srclist.txt: break link for vasnprintf.c.
16452
16453 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16454
16455         Port obstack to the AS/400, where pointers are 16 bytes wide and
16456         you cannot cast an integer to a valid pointer.  This patch is
16457         currently waiting to be integrated into glibc; see
16458         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16459
16460         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16461         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16462         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16463         (struct obstack): temp member is now a union of a pointer and
16464         an integer, instead of an integer.  All integer uses changed.
16465         This does not affect the physical layout of struct obstack,
16466         except on hosts (like the AS/400) where the size or alignment of
16467         void * is greater than that of ptrdiff_t.
16468         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16469         __STDC__)]: Store temporary in pointer member of union, not
16470         integer member.
16471         * lib/obstack.c: Include <stddef.h>, for offsetof.
16472         (struct fooalign): Remove; it doesn't need a name.
16473         (union fooround): Change double to long double, and add void *.
16474         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16475         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16476         not a macro.  Hence the values are always int; so remove all
16477         casts-to-int in uses.
16478
16479 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16480
16481         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16482         we can get this patch merged into glibc.
16483
16484 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16485             Paul Eggert  <eggert@cs.ucla.edu>
16486
16487         * m4/argp: Depend on alloca.
16488
16489 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16490             Paul Eggert  <eggert@cs.ucla.edu>
16491
16492         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16493         freecoding.
16494
16495 2004-05-17  Bruno Haible  <bruno@clisp.org>
16496
16497         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16498         precision that consists of a '.' followed by an empty digit string.
16499         Patch by Tor Lillqvist <tml@iki.fi>.
16500
16501 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16502
16503         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16504         for backward compatibility with older code.  We need our own
16505         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16506         it under some other name, and our alloca.h will define it.
16507
16508 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16509             Derek Price  <derek@ximbiot.com>
16510
16511         * lib/alloca.c: Include <alloca.h>, to get our interface.
16512         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16513         include <alloca.h> first.  Use C89 prototype for alloca; this
16514         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16515         Use #elif for simplicity, since we can assume C89 now.
16516         Don't try to source the system alloca.h since it will not be found
16517         and to prevent recursively including its replacement.
16518         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16519         * lib/regex.c: Likewise.
16520
16521 2004-05-16  Derek Price  <derek@ximbiot.com>
16522             Paul Eggert  <eggert@cs.ucla.edu>
16523
16524         getline cleanup.  This changes the getndelim2 API: both order of
16525         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16526         no delimiter).
16527
16528         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16529         interface does that.
16530         (getline): Always use getdelim, so that we don't have two
16531         copies of this code.
16532         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16533         if available.
16534         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16535         (GETNDELIM2_MAXIMUM): New macro.
16536         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16537         instead of the old practice of delim2==0.  All callers changed.
16538         Return -1 on overflow, instead of returning junk.
16539         Do not set *linesize unless allocation succeeds.
16540         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16541         that we include sys/types.h.
16542         * lib/getnline.h: Likewise.
16543         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16544         (getndelim2): Reorder arguments.
16545         * lib/getnline.c (getnline, getndelim):
16546         Don't discard the NMAX argument.
16547         (getnline): Invoke getndelim, to avoid code duplication.
16548         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16549         of (size_t) -1 by callers of the getnline family.
16550
16551 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16552
16553         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16554         Check for gettimeofday.
16555         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16556         Check for settimeofday, stime.
16557
16558 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16559
16560         * lib/nanosleep.c (suspended): Change its type from int to
16561         sig_atomic_t volatile.
16562         (first_call): Make it private to rpl_nanosleep, and have it
16563         be zero initially as that's a bit faster.
16564         (my_usleep): Round up fractional times instead of truncating them,
16565         as this is the usual meaning for 'sleep'.
16566
16567         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16568         doesn't work.
16569         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16570         (ENOSYS): Define if not defined.
16571         (settime): Fall back on stime if it exists and settimeofday fails.
16572         But don't bother with fallbacks if a method fails with errno == EPERM.
16573
16574 2004-05-11  Jim Meyering  <jim@meyering.net>
16575
16576         Prior to this change, the save_cwd caller required read access to the
16577         current directory on most systems (ones with the fchdir function).
16578
16579         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16580         fails, try write-only, and finally, resort to using xgetcwd.
16581
16582 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * lib/obstack.c, obstack.h: Import changes from libc.
16585
16586 2004-04-28  Bruno Haible  <bruno@clisp.org>
16587
16588         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16589         also implicitly appends .exe to executables.
16590         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16591         accepts Windows pathnames.
16592         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16593         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16594         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16595         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16596         Reported by Derek Robert Price <derek@ximbiot.com>.
16597
16598 2004-04-21  Karl Berry  <karl@gnu.org>
16599
16600         * config/srclist.txt (localcharset.c): break sync.
16601
16602 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16603
16604         * m4/host-os.m4: Add a copyright notice.
16605
16606 2004-04-20  Jim Meyering  <jim@meyering.net>
16607
16608         Change UTILS_ to gl_ in AC_DEFINE'd names.
16609         Change utils_- and jm_-prefixed variables, too.
16610         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16611         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16612         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16613
16614         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16615         Don't emit trailing blanks.
16616         Also rename jm_-prefixed variables to have gl_ prefix.
16617
16618         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16619         Also rename jm_-prefixed variables to have gl_ prefix.
16620
16621         * m4/jm-macros.m4: Reflect the renamings.
16622         * m4/prereq.m4: Likewise.
16623
16624 2004-04-20  Jim Meyering  <jim@meyering.net>
16625
16626         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16627         memory.
16628
16629 2004-04-20  Jim Meyering  <jim@meyering.net>
16630             Bruno Haible  <bruno@clisp.org>
16631
16632         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16633         memory when realloc fails.
16634
16635 2004-04-19  Jim Meyering  <jim@meyering.net>
16636
16637         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16638         now that readutmp.c may call `free (0)'.
16639
16640 2004-04-19  Bruno Haible  <bruno@clisp.org>
16641
16642         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16643         * m4/inttypes_h.m4: Likewise.
16644         * m4/stdint_h.m4: Likewise.
16645         * m4/intmax_t.m4: Likewise.
16646         * m4/uintmax_t.m4: Likewise.
16647
16648 2004-04-18  Jim Meyering  <jim@meyering.net>
16649
16650         * m4/prereq.m4: Don't forbid jm_ prefix.
16651
16652         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16653         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16654         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16655         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16656         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16657         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16658         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16659         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16660         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16661         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16662         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16663         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16664         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16665         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16666         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16667         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16668         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16669         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16670         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16671
16672 2004-04-18  Jim Meyering  <jim@meyering.net>
16673
16674         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16675         failure, don't leak memory and do call END_UTMP_ENT.
16676
16677 2004-04-16  Jim Meyering  <jim@meyering.net>
16678
16679         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16680         coreutils' stat program.
16681         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16682
16683 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16684
16685         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16686         C89.
16687         (CHAR_BIT): Remove, since we assume C89.
16688         Include <stdint.h> if available, as per current Autoconf CVS advice.
16689
16690 2004-03-31  Jim Meyering  <jim@meyering.net>
16691
16692         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16693         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16694         * m4/xalloc.m4: Likewise.
16695
16696 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16697
16698         Merge from coreutils.
16699
16700         * m4/inttostr.m4: New file.
16701         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16702         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16703         Require gl_CLOCK_TIME.
16704         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16705
16706 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16707
16708         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16709         not bool, to be more consistent with Unix conventions.
16710         Suggested by Bruno Haible.
16711
16712         Merge from coreutils.
16713
16714         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16715         * lib/umaxtostr.c: New files.
16716
16717         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16718         the usual <time.h> dance.
16719         (get_date): Change signature to support fractional time stamps.
16720         All callers changed.
16721         * lib/getdate.y: Include "getdate.h" first, as we can now
16722         assume C89 and don't need to worry about 'const'.
16723         Similarly, include "unlocked-io.h" near start, not in middle.
16724         Include <limits.h>.
16725         (textint.value): Use long int rather than int.
16726         (textint.digits): Use size_t rather than int.
16727         (BILLION, LOG10_BILLION): New constants.
16728         (parser_control): New member rel_ns.  Members day_ordinal,
16729         time_zone, month, day, hour, minutes, rel_year, rel_month,
16730         rel_day, rel_hour, rel_minutes, rel_seconds
16731         are now long int, not int.  Member seconds is now struct timespec,
16732         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16733         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16734         not int.
16735         (%union.intval): Now long int, not int.
16736         New member timespec.
16737         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16738         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16739         (spec): Now is a timespec or an item list.
16740         (timespec, items): New nonterminals.
16741         (time, rel, relunit, number, get_date):
16742         Add support for fractional seconds.
16743         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16744         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16745         (to_hour): First arg is now long int, not int.
16746         (to_year): Returns long int, not int.
16747         Don't treat year -70 like 70.
16748         (tm_diff): Returns long int, not int.
16749         (lookup_word): Use bool instead of int when appropriate.
16750         (yylex): Use size_t for count, not int.
16751         Detect overflow when parsing large integer constants.
16752         Add support for fractions.
16753         (get_date): Make pointers 'const' if possible.
16754         Use more-portable code to detect integer overflow.
16755         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16756         Don't use ctime; it's not reliable if the year has >4 digits.
16757
16758         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16759         This is for compatibility with BSD.
16760
16761         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16762         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16763         From coreutils' system.h.
16764
16765         * lib/userspec.c: Don't include "posixver.h".
16766         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16767         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16768         compatible extension.  Simplify code by removing a boolean int
16769         that was always nonzero if a string was nonnull.
16770
16771 2004-03-30  Jim Meyering  <jim@meyering.net>
16772
16773         Merge from coreutils.
16774
16775         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16776         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16777         on some systems one must include <grp.h> before it.
16778         Reported by Christian Krackowizer.
16779
16780 2004-03-30  Jim Meyering  <jim@meyering.net>
16781
16782         Merge from coreutils.
16783
16784         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16785
16786         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16787         an empty input stream.
16788
16789         * lib/readtokens.c: Include <stdbool.h>.
16790         (readtoken): Use `size_t' rather than int/long.
16791         All callers adjusted.
16792         Use `bool' rather than `int' where appropriate.
16793         Use memset rather than an explicit loop.
16794         Use x2nrealloc rather than xrealloc.
16795         Allow the use of `\0' as a delimiter.
16796         (readtokens): Likewise.
16797         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16798
16799 2004-03-30  Jim Meyering  <jim@meyering.net>
16800
16801         * m4/realloc.m4: Remove file, since now it does no more than
16802         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16803         the `configure.ac' section of module/realloc.
16804         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16805
16806 2004-03-30  Bruno Haible  <bruno@clisp.org>
16807
16808         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16809         nonnull.
16810
16811 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16812
16813         Merge changes to getloadavg.c from coreutils and Emacs.
16814
16815         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16816         Define to an expression, not to the empty string.
16817         Include cloexec.h and xalloc.h.
16818         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16819         Use set_cloexec_flag rather than rolling our own.
16820         * lib/cloexec.c, lib/cloexec.h: New files.
16821
16822 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16823
16824         * m4/cloexec.m4: New file.
16825
16826 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16827
16828         * lib/getopt.h: Sync with libc CVS.
16829
16830 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16831             Bruno Haible  <bruno@clisp.org>
16832
16833         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16834         mbswidth.
16835
16836 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16837             Bruno Haible  <bruno@clisp.org>
16838
16839         * lib/mbswidth.h: Include <wchar.h> only if
16840         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16841         <wchar.h>.
16842         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16843
16844 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16845
16846         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16847         Sync with libc CVS.
16848         * lib/getopt_int.h: New file, also synced from libc.
16849
16850 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16851
16852         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16853         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16854         Bring back getopt.c, getopt.h, getopt1.c.
16855
16856 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16857
16858         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16859         All uses changed.  Check for sa_sigaction member; this fixes
16860         a bug first reported by Jason Andrade in
16861         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16862
16863 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16864
16865         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16866         '#if' expressions.  Unlike the code it replaces, it does not
16867         depend on (defined _SC_PAGESIZE).  However, it does depend on
16868         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16869         first reported by Jason Andrade in
16870         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16871
16872 2004-02-25  Simon Josefsson  <jas@extundo.com>
16873
16874         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16875
16876 2004-02-25  Simon Josefsson  <jas@extundo.com>
16877
16878         * lib/strdup.h: New file.
16879         * lib/strdup.c: Include it.
16880         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16881         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16882
16883 2004-02-23  Karl Berry  <karl@gnu.org>
16884
16885         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16886         (from fencepost.gnu.org:/gd/gnuorg).
16887
16888 2004-02-23  Karl Berry  <karl@gnu.org>
16889
16890         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16891         * config/srclist.txt: add maintain/standards documents.
16892
16893 2004-02-18  Bruno Haible  <bruno@clisp.org>
16894
16895         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16896         Reported by Derek Robert Price <derek@ximbiot.com>.
16897
16898 2004-02-16  Karl Berry  <karl@gnu.org>
16899
16900         * config/mkinstalldirs, install-sh: update from automake.
16901
16902 2004-02-06  Karl Berry  <karl@gnu.org>
16903
16904         * m4/po.m4: update from gettext 0.14.1.
16905
16906 2004-02-06  Karl Berry  <karl@gnu.org>
16907
16908         * lib/config.charset: update from gettext 0.14.1.
16909
16910 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16911
16912         Add comments and code, prompted by suggestions from Bruno Haible
16913         for sh-quote.
16914         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16915         describing the enum quoting_style values.
16916         * lib/quotearg.c (quotearg_alloc): New function.
16917         (quotearg_buffer_restyled): Treat lone { and } as special.
16918         Treat = as special.  Work around bug with older shells
16919         that "see" a '\' that is really the 2nd byte of a multibyte char.
16920         Quote empty string with shell_quoting_style.
16921
16922 2004-02-03  Bruno Haible  <bruno@clisp.org>
16923
16924         * m4/pipe.m4: New file, from GNU gettext.
16925
16926 2004-02-03  Bruno Haible  <bruno@clisp.org>
16927
16928         * lib/pipe.h: New file, from GNU gettext.
16929         * lib/pipe.c: New file, from GNU gettext.
16930
16931 2004-01-27  Bruno Haible  <bruno@clisp.org>
16932
16933         * m4/execute.m4: New file, from GNU gettext.
16934
16935 2004-01-27  Bruno Haible  <bruno@clisp.org>
16936
16937         * lib/execute.h: New file, from GNU gettext.
16938         * lib/execute.c: New file, from GNU gettext.
16939         * lib/w32spawn.h: New file, from GNU gettext.
16940
16941 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16942
16943         Merge from diffutils.
16944
16945         * lib/file-type.c (file_type): Add typed memory objects.
16946         * lib/file-type.h (S_TYPEISTMO): New macro.
16947
16948         * lib/c-stack.h (c_stack_action): Remove argv argument.
16949         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16950         (die): Don't calculate message unless segv_action returns.
16951         (get_stack_location, min_address_from_argv, max_address_from_argv,
16952         volatile stack_base, volatile_stack_size): Remove.
16953         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16954         that every segmentation violation is a stack overflow.  (Ouch!)
16955         See Debian bug 136249 (still outstanding) for more info about why
16956         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16957
16958 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16959
16960         Exit-status fix from coreutils.
16961
16962         Use exit_failure consistently in place of EXIT_FAILURE,
16963         so that program exit statuses are consistent on failure.
16964
16965         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16966         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16967         * lib/argmatch.h: Comment fix to match the above.
16968         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16969         Now a macro referring to exit_failure, instead of a separate
16970         variable.  Include "exitfail.h" to get it.
16971         * lib/xstrtol.h: Include "exitfail.h".
16972         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16973
16974         * lib/long-options.c (parse_long_options): Use prototype
16975         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16976         for clarity.
16977
16978 2004-01-21  Jim Meyering  <jim@meyering.net>
16979
16980         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16981         so as not to conflict with a different-sized __mktime_internal
16982         function in GNU libc.
16983         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16984         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16985
16986 2004-01-20  Karl Berry  <karl@gnu.org>
16987
16988         * config/config.guess: update from config.
16989
16990         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16991
16992 2004-01-20  Bruno Haible  <bruno@clisp.org>
16993
16994         Safer stack allocation.
16995         * lib/setenv.c: Include allocsa.h.
16996         (alloca): Remove fallback definition.
16997         (freea): Remove macro.
16998         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16999         instead of freea.
17000
17001 2004-01-20  Bruno Haible  <bruno@clisp.org>
17002
17003         * m4/eealloc.m4: New file, from GNU gettext.
17004
17005 2004-01-20  Bruno Haible  <bruno@clisp.org>
17006
17007         * m4/allocsa.m4: New file, from GNU gettext.
17008
17009 2004-01-20  Bruno Haible  <bruno@clisp.org>
17010
17011         * lib/xallocsa.h: New file, from GNU gettext.
17012         * lib/xallocsa.c: New file, from GNU gettext.
17013
17014 2004-01-20  Bruno Haible  <bruno@clisp.org>
17015
17016         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17017
17018 2004-01-20  Bruno Haible  <bruno@clisp.org>
17019
17020         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17021         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17022         specially.
17023
17024 2004-01-20  Bruno Haible  <bruno@clisp.org>
17025
17026         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17027         patch.
17028
17029 2004-01-20  Bruno Haible  <bruno@clisp.org>
17030
17031         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17032
17033 2004-01-20  Bruno Haible  <bruno@clisp.org>
17034
17035         * lib/eealloc.h: New file.
17036
17037 2004-01-20  Bruno Haible  <bruno@clisp.org>
17038
17039         * lib/binary-io.h: Avoid warnings on Cygwin.
17040
17041 2004-01-20  Bruno Haible  <bruno@clisp.org>
17042
17043         * lib/allocsa.h: New file, from GNU gettext.
17044         * lib/allocsa.c: New file, from GNU gettext.
17045
17046 2004-01-18  Karl Berry  <karl@gnu.org>
17047
17048         * doc/gpl.texi, doc/lgpl.texi: new files.
17049
17050 2004-01-18  Karl Berry  <karl@gnu.org>
17051
17052         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17053         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17054
17055 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17056
17057         Merge from coreutils.
17058
17059         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17060         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17061         (gl_DEFAULT_POSIX2_VERSION): Move
17062         the documentation from 'configure' into 'config.hin',
17063         so that 'configure --help' isn't burdened by it and
17064         we don't have to worry about its formatting there.
17065         Reword the documentation so that it's more succinct
17066         and can be run together into a single paragraph.
17067         * m4/same.m4 (gl_SAME): Check for pathconf.
17068
17069 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17070
17071         Merge from coreutils.
17072
17073         * lib/posixver.c: Include posixver.h.
17074
17075         * lib/same.c: Include <stdbool.h>, <limits.h>.
17076         (_POSIX_NAME_MAX): Define if not defined.
17077         (MIN): New macro.
17078         (same_name): If file names are silently truncated, report
17079         that the file names are the same if they are the same after
17080         the silent truncation.
17081
17082         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17083         conversion function.
17084         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17085         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17086         longer needed.
17087
17088 2004-01-15  Jim Meyering  <jim@meyering.net>
17089
17090         Merge from coreutils.
17091
17092         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17093         if no library is required.
17094         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17095         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17096         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17097         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17098         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17099         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17100         value, $ac_cv_search_crypt, if it's "none required".
17101         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17102         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17103         not gl_FUNC_GETLOADAVG.
17104         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17105         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17106
17107 2004-01-15  Jim Meyering  <jim@meyering.net>
17108
17109         Merge from coreutils.
17110
17111         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17112         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17113         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17114
17115         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17116         optional configure-time default.
17117
17118         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17119
17120         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17121
17122 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17123
17124         Merge from coreutils.
17125
17126         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17127         value, $ac_cv_search_nanosleep, if it's "none required".
17128
17129 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17130
17131         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17132         with like-named macro in fnmatch.c.
17133         (EXT): Use an internal constant instead.
17134
17135         Merge fnmatch patches from glibc.
17136         * lib/fnmatch.c (mbsinit): Remove define.
17137         Add libc_hidden_ver (__fnmatch, fnmatch).
17138         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17139         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17140
17141 2004-01-14  Karl Berry  <karl@gnu.org>
17142
17143         * config/install-sh: update from automake.
17144
17145 2004-01-13  Karl Berry  <karl@gnu.org>
17146
17147         * config/install-sh: update from automake.
17148
17149 2004-01-09  Karl Berry  <karl@gnu.org>
17150
17151         * config/install-sh: update from automake.
17152
17153 2004-01-05  Karl Berry  <karl@gnu.org>
17154
17155         * config/config.{sub,guess}: update from config.
17156
17157 2003-12-31  Karl Berry  <karl@gnu.org>
17158
17159         * config/depcomp: update from automake.
17160
17161 2003-12-14  Karl Berry  <karl@gnu.org>
17162
17163         * lib/config.charset: update from gettext-runtime.
17164
17165 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17166
17167         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17168         Bug reported by Alfred M. Szmidt.
17169
17170 2003-12-03  Bruno Haible  <bruno@clisp.org>
17171
17172         * m4/gettext.m4: Upgrade from gettext-0.13.
17173         * m4/po.m4: Upgrade from gettext-0.13.
17174         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17175         * m4/intmax.m4: New file, from gettext-0.13.
17176         * m4/printf-posix.m4: New file, from gettext-0.13.
17177
17178 2003-11-29  Karl Berry  <karl@gnu.org>
17179
17180         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17181
17182 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17183             Bruno Haible  <bruno@clisp.org>
17184
17185         * lib/printf-parse.h: Don't include sys/types.h.
17186         (ARG_NONE): New macro.
17187         (char_directive): Change type of *arg_index fields to size_t.
17188         * lib/printf-parse.c: Don't include sys/types.h.
17189         (SSIZE_MAX): Remove macro.
17190         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17191         Remove unnecessary overflow check.
17192         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17193         fields.
17194
17195 2003-11-25  Bruno Haible  <bruno@clisp.org>
17196
17197         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17198
17199 2003-11-25  Bruno Haible  <bruno@clisp.org>
17200
17201         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17202         gt_TYPE_SSIZE_T.
17203
17204 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17205
17206         * modules/alloca: Remove dependency on xalloc.
17207
17208 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17209
17210         * lib/alloca.c: Remove dependency on xalloc module.
17211         (xalloc_die): Remove.
17212         (memory_full) [!defined emacs]: New macro.
17213         [!defined emacs]: Don't include xalloc.h.
17214         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17215         address arithmetic overflows.  Change datatypes a bit to avoid
17216         unnecessary casts.
17217
17218 2003-11-22  Jim Meyering  <jim@meyering.net>
17219
17220         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17221         s/size/size_t/.
17222
17223 2003-11-21  Karl Berry  <karl@gnu.org>
17224
17225         * config/config.{sub,guess}: update from config.
17226
17227 2003-11-18  Karl Berry  <karl@gnu.org>
17228
17229         * config/config.{sub,guess}: update from config.
17230
17231         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17232
17233 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17234
17235         * README: Mention that S+T cannot overflow if S is the size of
17236         an existing object and T is sufficiently small.
17237
17238 2003-11-17  Jim Meyering  <jim@meyering.net>
17239
17240         On systems without utime and without a utimes function capable of
17241         dealing with a NULL struct utimbuf* argument, this utime replacement
17242         could -- in unusual circumstances -- leak a file descriptor.
17243         * lib/utime.c: Include <unistd.h> and <errno.h>.
17244         (utime_null): Be sure to close `fd' and to preserve errno.
17245         Reported by Geoff Collyer via Arnold Robbins.
17246
17247 2003-11-17  Bruno Haible  <bruno@clisp.org>
17248
17249         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17250         (Depends-on): Add xsize.
17251
17252 2003-11-17  Bruno Haible  <bruno@clisp.org>
17253
17254         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17255
17256 2003-11-17  Bruno Haible  <bruno@clisp.org>
17257
17258         * lib/vasnprintf.c (alloca): Remove fallback definition.
17259         (freea): Remove definition.
17260         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17261         Reported by Paul Eggert.
17262
17263 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17264             Bruno Haible  <bruno@clisp.org>
17265
17266         Protect against address arithmetic overflow.
17267         * lib/printf-args.h: Include stddef.h.
17268         (arguments): Change type of field 'count' to size_t.
17269         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17270         'unsigned int' where appropriate.
17271         * lib/printf-parse.h: Include sys/types.h.
17272         (char_directive): Change type of *arg_index fields to ssize_t.
17273         (char_directives): Change type of fields 'count', max_*_length to
17274         size_t.
17275         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17276         (SSIZE_MAX): Define fallback value.
17277         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17278         instead of 'int' where appropriate. Check a_allocated, d_allocated
17279         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17280         * lib/vasnprintf.c: Include xsize.h.
17281         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17282         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17283         overflow. Avoid wraparound when converting a width or precision from
17284         decimal to binary.
17285
17286 2003-11-16  Bruno Haible  <bruno@clisp.org>
17287
17288         Update from GNU gettext.
17289         * lib/printf-parse.c: Generalize to it can be compiled for wide
17290         strings.
17291         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17292         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17293         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17294         SNPRINTF): New macros.
17295         Don't include <alloca.h> if the file is used inside libintl.
17296         (local_wcslen): New function, for Solaris 2.5.1.
17297         (VASNPRINTF): Use it instead of wcslen.
17298
17299 2003-11-16  Bruno Haible  <bruno@clisp.org>
17300
17301         * lib/xsize.h (xmax): New function.
17302         (xsum, xsum3, xsum4): Declare as "pure" functions.
17303
17304 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17305
17306         * modules/xalloc (Files): Undo latest change, since xalloc.h
17307         no longer needs SIZE_MAX or PTRDIFF_MAX.
17308
17309 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17310
17311         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17312         gl_PTRDIFF_MAX.
17313
17314 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17315
17316         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17317         "return", to pacify some unknown compiler.  Problem reported
17318         by Joerg Schilling.
17319
17320 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17321
17322         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17323         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17324         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17325         heuristic is just as accurate as far as we know, and it removes a
17326         dependency on size_max.m4 and ptrdiff_max.m4.
17327
17328 2003-11-11  Bruno Haible  <bruno@clisp.org>
17329
17330         * modules/xsize (Files): Add m4/size_max.m4.
17331         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17332
17333 2003-11-11  Bruno Haible  <bruno@clisp.org>
17334
17335         * m4/size_max.m4: New file.
17336         * m4/ptrdiff_max.m4: New file.
17337         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17338         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17339         (gl_XALLOC): Invoke it.
17340
17341 2003-11-11  Bruno Haible  <bruno@clisp.org>
17342
17343         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17344         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17345         defined.
17346
17347 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17348
17349         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17350         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17351         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17352         From Bruno Haible.
17353         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17354         not (size_t) -1, since it's defined here.
17355
17356 2003-11-09  Karl Berry  <karl@gnu.org>
17357
17358         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17359
17360 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17361
17362         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17363         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17364         Reject sizes of exactly SIZE_MAX bytes.
17365         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17366         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17367
17368 2003-11-05  Bruno Haible  <bruno@clisp.org>
17369
17370         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17371         SIZE_MAX defined in <limits.h> on Solaris.
17372
17373 2003-11-04  Jim Meyering  <jim@meyering.net>
17374
17375         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17376         variable names, rather than @VAR@.
17377         * modules/poll: Likewise.
17378
17379 2003-11-04  Bruno Haible  <bruno@clisp.org>
17380
17381         * modules/xsize: New file.
17382         * modules/linebreak: Depend on xsize.
17383         * MODULES.html.sh (func_all_modules): Add xsize.
17384
17385 2003-11-04  Bruno Haible  <bruno@clisp.org>
17386
17387         * m4/xsize.m4: New file.
17388
17389 2003-11-04  Bruno Haible  <bruno@clisp.org>
17390
17391         * lib/xsize.h: New file.
17392         * lib/linebreak.c: Include xsize.h.
17393         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17394         argument for overflow.
17395         Suggested by Paul Eggert.
17396
17397 2003-11-03  Karl Berry  <karl@gnu.org>
17398
17399         * config/config.{guess,sub}: update from config.
17400
17401 2003-11-03  Jim Meyering  <jim@meyering.net>
17402
17403         * modules/userspec (lib_SOURCES): Add userspec.h.
17404         (Include): Add "userspec.h".
17405         Improve description.
17406
17407 2003-11-03  Jim Meyering  <jim@meyering.net>
17408
17409         * lib/userspec.c: Include "userspec.h".
17410         * lib/userspec.h: New file.
17411
17412 2003-11-03  Bruno Haible  <bruno@clisp.org>
17413
17414         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17415
17416 2003-11-03  Bruno Haible  <bruno@clisp.org>
17417
17418         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17419         available, to avoid (extremely rare) race condition.
17420         Suggested by Paul Eggert.
17421
17422 2003-11-02  Karl Berry  <karl@gnu.org>
17423
17424         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17425
17426 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17427
17428         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17429         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17430         (read_filesystem_list): Set and use me_type_malloced.
17431         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17432         whatever the type happens to be), for brevity and consistency.
17433         Check for size calculation overflow on Alphas running OSF/1.
17434
17435 2003-10-31  Jim Meyering  <jim@meyering.net>
17436
17437         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17438
17439         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17440
17441 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17442             Bruno Haible  <bruno@clisp.org>
17443
17444         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17445         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17446
17447 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17448
17449         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17450         netbsd*-gnu*.  Suggested by Robert Millan.
17451
17452 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17453
17454         * modules/group-member: Depend on stdbool.
17455
17456 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17457
17458         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17459
17460 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17461
17462         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17463         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17464         after the 'gnu' in these cases.  This fixes some bugs in the
17465         previous change, and is based on suggestions by Robert Millan.
17466
17467 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17468
17469         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17470         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17471         no longer needed.
17472         * lib/quotearg.c (quotearg_n_options): Use it.
17473         * lib/group-member.c: Include <stdbool.h>.
17474         (free_group_info): Arg is now const *; don't free arg.
17475         (get_group_info): Now returns bool and accepts struct group_info *,
17476         rather than returning a malloc'ed struct group_info *.
17477         All uses changed.  Check for overflow in internal size calculation.
17478
17479         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17480         rather than xmalloc/xrealloc.
17481         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17482         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17483         conformance bug: the old code used a pointer after freeing the
17484         storage that it addressed.
17485         * lib/hash.c (hash_initialize): Simplify the code by using
17486         xalloc_oversized rather than doing it by hand.
17487         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17488         the buffer preserved.  Use free and xmalloc instead.
17489         * lib/quotearg.c (quotearg_n_options): Likewise.
17490         Use a simpler test for size overflow.  Don't use xalloc_oversized
17491         because unsigned int might be wider than size_t (!); this suggests
17492         that we should switch from unsigned int to size_t for slot numbers.
17493
17494 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17495
17496         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17497         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17498         NetBSD kernels.  Requested by Richard Stallman.
17499
17500 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17501
17502         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17503         to allocate the returned structure.  Do not allocate a subarray,
17504         as x2nrealloc will do that.
17505         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17506         instead of xnrealloc.
17507         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17508
17509 2003-10-27  Bruno Haible  <bruno@clisp.org>
17510
17511         * lib/stdbool_.h: Better support for BeOS.
17512
17513 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17514
17515         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17516         now uses inline.
17517
17518 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17519
17520         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17521         callers that want to do their own size-overflow checking.  Include
17522         <stdbool.h>, since xalloc_oversized returns bool.
17523         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17524         to use xalloc_oversized.
17525
17526         Add two functions x2realloc, x2nrealloc, for programs that grow
17527         arrays dynamically by doubling their sizes.
17528         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17529         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17530         New functions.
17531
17532         Port to C99 semantics for 'inline' of external functions.
17533         Bug reported by Bruno Haible.
17534         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17535         with the old contents of xnmalloc.
17536         (xnmalloc, xmalloc): Use it.
17537         (xnrealloc_inline): New static inline function,
17538         with the old contents of xnrealloc.
17539         (xnrealloc, xrealloc): Use it.
17540
17541         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17542         that.
17543
17544 2003-10-26  Karl Berry  <karl@gnu.org>
17545
17546         * config/srclist.txt (COPYING.DOC): no longer available from
17547         /gd/gnuorg; don't know where the ultimate source is.
17548
17549 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17550
17551         Fix several address-calculation bugs in the hash modules,
17552         plus some minor code cleanup.
17553
17554         * lib/hash.h: Include <stdbool.h>, for bool.
17555         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17556         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17557         hash_get_n_entries, hash_get_max_bucket_length,
17558         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17559         hash_rehash): Use size_t rather than unsigned.
17560         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17561         hash_get_n_buckets_used, hash_get_n_entries,
17562         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17563         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17564         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17565         Likewise.
17566         (SIZE_MAX): Define if not defined.
17567         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17568         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17569         hash_print):
17570         Use const * when possible.
17571         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17572         (check_tuning): Fix bug: if tuning parameters were very close to
17573         0 or 1, rounding errors could have caused subscript violations.
17574         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17575         (hash_initialize): Add 'fail:' label
17576         to free table and return NULL, and use it to simplify code.
17577         Use calloc rather than clearing the storage ourself.
17578         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17579         buffer size calculations.
17580         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17581         Include <stddef.h>, for size_t.
17582         * lib/hash-pjw.c (hash_pjw): Likewise.
17583         Switch to method described by Bruno Haible.
17584         Include <limits.h>, for CHAR_BIT.
17585         (SIZE_BITS): New macro.
17586
17587 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17588
17589         * m4/getline.m4 (AM_FUNC_GETLINE):
17590         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17591         hosts.  Problem reported by Derek Robert Price in
17592         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17593         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17594         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17595
17596 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17597
17598         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17599         ceiling the allocation at NMAX bytes rather than silently
17600         discarding input bytes before NMAX is reached.  This makes
17601         a difference only if NMAX exceeds SIZE_MAX / 2.
17602
17603         * lib/obstack.c: Merge from glibc.
17604         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17605         Add libc_hidden_def (_obstack_newchunk).
17606         (_obstack_free) [! defined _LIBC]: Remove.
17607         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17608         a clone of the function body.
17609         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17610         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17611
17612         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17613         glibc.
17614         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17615         arg to memcpy.
17616
17617         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17618         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17619         Don't use lvalue casts, as GCC plans to remove support for them
17620         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17621         was also present in the non-GCC version, indicating that this
17622         code had always been buggy and had never been widely used.
17623         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17624         Use the fast variant of each macro, rather than copying the
17625         definiens of the fast variant; that way, we'll be more likely to
17626         catch future bugs in the fast variants.
17627
17628 2003-10-20  Bruno Haible  <bruno@clisp.org>
17629
17630         * modules/wait-process: New file.
17631         * MODULES.html.sh (func_all_modules): Add wait-process.
17632
17633 2003-10-20  Bruno Haible  <bruno@clisp.org>
17634
17635         * m4/wait-process.m4: New file.
17636
17637 2003-10-20  Bruno Haible  <bruno@clisp.org>
17638
17639         * lib/wait-process.h: New file, from GNU gettext.
17640         * lib/wait-process.c: New file, from GNU gettext.
17641
17642 2003-10-19  Jim Meyering  <jim@meyering.net>
17643
17644         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17645         HPUX 10.20.
17646
17647 2003-10-18  Karl Berry  <karl@gnu.org>
17648
17649         * config/config.guess: update from config.
17650
17651 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17652
17653         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17654         (getgroups): First arg is int, not size_t.
17655         Don't let 'free' mangle errno.
17656
17657 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17658
17659         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17660
17661 2003-10-16  Karl Berry  <karl@gnu.org>
17662
17663         * config/config.{guess,sub}: update from config.
17664
17665 2003-10-16  Jim Meyering  <jim@meyering.net>
17666
17667         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17668         memcpy.
17669
17670 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17671
17672         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17673         (SIZE_MAX): Remove.
17674         (new_exclude, add_exclude_file): Initial size no longer needs to
17675         be a power of 2.
17676         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17677         our own address arithmetic overflow checking.
17678
17679         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17680         (fnmatch): Do not alloca more than 2000 wide characters;
17681         instead, use malloc for large buffers.
17682         Check for address arithmetic overflow, and return -1
17683         with errno set to ENOMEM in that case.
17684         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17685         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17686         instead, return -1.  Check for address arithmetic overflow.
17687
17688 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17689
17690         Handle invalid suffixes and overflow independently, so that
17691         callers can treat them independently as needed.  Fix some bugs in
17692         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17693         suffix for a human-readable blocksize.  The major caller-visible
17694         change is the addition of a new
17695         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17696         that both overflow and suffix chars were found.
17697
17698         * lib/human.c (humblock): Don't check separately for invalid suffix
17699         char; that is xstrtoumax's job (now that its bug is fixed).
17700         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17701         INTMAX_MAX]: New macros.
17702         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17703         TYPE_MAXIMUM): New macros.
17704         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17705         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17706         if overflow occurs, as it's what __strtol does and it's more useful
17707         in practice.
17708         (__xstrtol): If __strtol reports some error other than ERANGE,
17709         reflect it to the caller as LONGINT_INVALID.  If it reports
17710         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17711         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17712         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17713         value.
17714         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17715         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17716         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17717         [defined UINTMAX_MAX]: New macros.
17718
17719 2003-10-14  Bruno Haible  <bruno@clisp.org>
17720
17721         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17722
17723 2003-10-14  Bruno Haible  <bruno@clisp.org>
17724
17725         * m4/sig_atomic_t: New file, from GNU gettext.
17726         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17727
17728 2003-10-14  Bruno Haible  <bruno@clisp.org>
17729
17730         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17731         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17732         Also use volatile where needed.
17733
17734 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17735
17736         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17737         Change maintainer from Bruno Haible to 'all'.
17738
17739 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17740
17741         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17742
17743 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17744
17745         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17746         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17747         and define in terms of the other primitives.
17748         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17749         (SIZE_MAX): Define if not already defined.
17750         (array_size_overflow): New function.
17751         (xalloc_die): Abort instead of exiting if 'error' returns.
17752         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17753         (xmalloc, xrealloc): Use them.
17754         (xcalloc): Check for address arithmetic overflow.
17755         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17756         a bit faster than strcpy.
17757
17758 2003-10-10  Simon Josefsson  <jas@extundo.com>
17759
17760         * modules/argp (Depends-on): Add restrict and strcase.
17761
17762 2003-10-10  Simon Josefsson  <jas@extundo.com>
17763
17764         * m4/argp.m4: Add AC_C_INLINE.
17765
17766 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17767
17768         Merge getpass from libc, plus a few fixes.
17769
17770         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17771         Include <stdbool.h>.
17772         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17773         __fsetlocking to empty.
17774         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17775         do include <bits/libc-lock.h>.
17776         Do not include <fcntl.h>; not needed.
17777         [_LIBC]: Include <wchar.h>.
17778         (NOTCANCEL_MODE): New macro.
17779         (flockfile, funlockfile) [_LIBC]: New macros.
17780         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17781         [!_LIBC]: New macros.
17782         (call_fclose): New function.
17783         (getpass): Use it.  Save tty stream separately; this simplifies the
17784         code and makes it more reliable if stdin happens to equal stdout.
17785         Invoke __fsetlocking on tty.
17786         Handle thread cancellation if needed.
17787         Namespace cleanup (use __tcgetattr, __getline).
17788         Use bool for Booleans.
17789         [USE_IN_LIBIO]: Handle wide streams.
17790         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17791         stream might go where.
17792
17793         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17794         doesn't have to include <stdio.h> before us.
17795         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17796         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17797         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17798         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17799         if not declared, so that we can use getpass.c code from libc without
17800         rewriting it.
17801         (flockfile, ftrylockfile, funlockfile): New macros.
17802
17803 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17804
17805         * modules/getpass: Depend on stdbool.
17806
17807 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17808
17809         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17810
17811 2003-10-07  Karl Berry  <karl@gnu.org>
17812
17813         * config/config.{guess,sub}: update from config.
17814
17815 2003-10-06  Jim Meyering  <jim@meyering.net>
17816             Bruno Haible  <bruno@clisp.org>
17817
17818         This lets translators provide better translations for the
17819         "Written by ..." part of --version output.
17820         * lib/version-etc.h: Include stdarg.h.
17821         (version_etc_copyright): Declare as readonly.
17822         (version_etc): Make this function variadic with a NULL-terminated list
17823         of author name strings.
17824         (version_etc_va): New declaration.
17825         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17826         (version_etc_copyright): Declare as readonly.
17827         (version_etc_va): New function. Provide a different translatable string
17828         for each possible number of authors < 10. Abbreviate when there are 10
17829         authors or more.
17830         (version_etc): Make this function variadic. Call version_etc_va.
17831         Suggestion from Gary V. Vaughan.
17832
17833         * lib/long-options.h (parse_long_options): Change prototype: the
17834         authors string is moved to the end and becomes variadic.
17835         * lib/long-options.c: Include stdarg.h.
17836         (parse_long_options): Make this function variadic, too.
17837         Call version_etc_va, not version_etc.
17838
17839 2003-10-06  Bruno Haible  <bruno@clisp.org>
17840
17841         * modules/version-etc-2: Remove file.
17842         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17843
17844 2003-10-06  Bruno Haible  <bruno@clisp.org>
17845
17846         * modules/fatal-signal: New file.
17847         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17848
17849 2003-10-06  Bruno Haible  <bruno@clisp.org>
17850
17851         * m4/fatal-signal.m4: New file.
17852         * m4/signalblocking.m4: New file, from GNU gettext.
17853
17854 2003-10-06  Bruno Haible  <bruno@clisp.org>
17855
17856         * lib/version-etc-2.h: Remove file.
17857         * lib/version-etc-2.c: Remove file.
17858
17859 2003-10-06  Bruno Haible  <bruno@clisp.org>
17860
17861         * lib/fatal-signal.h: New file, from GNU gettext.
17862         * lib/fatal-signal.c: New file, from GNU gettext.
17863
17864 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17865
17866         * README: Rework advice for preventing empty .o files.
17867         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17868         not <sys/types.h>.
17869
17870 2003-10-04  Karl Berry  <karl@gnu.org>
17871
17872         * lib/argp*: update from libc.
17873
17874 2003-10-04  Karl Berry  <karl@gnu.org>
17875
17876         * config/config.{guess,sub}: update from config.
17877
17878 2003-10-02  Bruno Haible  <bruno@clisp.org>
17879
17880         * modules/lchown (Include): Add lchown.h.
17881         * modules/time_r (Include): Use "..." syntax.
17882         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17883
17884 2003-10-01  Simon Josefsson  <jas@extundo.com>
17885
17886         * MODULES.html.sh (func_all_modules): Move gethostname from section
17887         'based on' to section 'lacking' POSIX:2001.
17888
17889 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17890
17891         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17892         to output mode on the same stream.
17893
17894 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17895
17896         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17897         Fix arg typo in previous patch.
17898
17899 2003-09-28  Jim Meyering  <jim@meyering.net>
17900
17901         * lib/error.c: Correct cpp indentation.
17902
17903 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17904
17905         * modules/free: New file.
17906
17907 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17908
17909         * m4/free.m4: New file.
17910
17911 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17912
17913         * lib/minmax.h (MIN, MAX)
17914         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17915         Omit the special code that used __typeof__, since we worry that
17916         it could be more trouble than it's worth.  See:
17917         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17918         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17919
17920         * lib/free.c: New file.
17921
17922 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17923
17924         Trivial fixes to Makefile.am parts of module listings.
17925         * modules/strstr: Append strstr.h to lib_SOURCES.
17926         * modules/strcase: Likewise, for strcase.h.
17927
17928 2003-09-27  Karl Berry  <karl@gnu.org>
17929
17930         * config/mkinstalldirs: update from automake.
17931
17932 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17933
17934         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17935         (error_tail): Do not loop, reallocating temporary buffer, since
17936         the output cannot contain more wide characters than the input
17937         contains bytes, the size must be big enough already.  This avoids
17938         one potential size overflow calculation.  Check for size overflow
17939         when calculating temporary buffer size.  Free temporary buffer
17940         when done, if it was allocated with malloc; this plugs a memory
17941         leak.  Remove casts from void * to pointers, that are no longer
17942         needed now that we're assuming C89 or better.
17943
17944         Merge error changes from glibc.
17945
17946         * lib/error.c, error.h: Update copyright notice header to match glibc.
17947         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17948         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17949         Disable cancellation while printing error.
17950         * lib/error.h: Prepend __ to parameter names.
17951
17952 2003-09-26  Jim Meyering  <jim@meyering.net>
17953
17954         * lib/error.c (error_tail): Move some declarations
17955         into inner scope where the local variables are used.
17956
17957 2003-09-26  Bruno Haible  <bruno@clisp.org>
17958
17959         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17960         stpncpy().
17961         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17962
17963 2003-09-26  Bruno Haible  <bruno@clisp.org>
17964
17965         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17966         (stpncpy): Define as alias for gnu_stpncpy.
17967         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17968
17969 2003-09-25  Simon Josefsson  <jas@extundo.com>
17970
17971         * lib/xgetdomainname.h: New file.
17972         * lib/xgetdomainname.c: New file.
17973
17974 2003-09-25  Simon Josefsson  <jas@extundo.com>
17975             Bruno Haible  <bruno@clisp.org>
17976
17977         * modules/getdomainname: New file.
17978         * modules/xgetdomainname: New file.
17979         * MODULES.html.sh (func_all_modules): Add getdomainname,
17980         xgetdomainname.
17981
17982 2003-09-25  Simon Josefsson  <jas@extundo.com>
17983             Bruno Haible  <bruno@clisp.org>
17984
17985         * m4/getdomainname.m4: New file.
17986
17987 2003-09-25  Simon Josefsson  <jas@extundo.com>
17988             Bruno Haible  <bruno@clisp.org>
17989
17990         * lib/getdomainname.h: New file.
17991         * lib/getdomainname.c: New file.
17992
17993 2003-09-25  Karl Berry  <karl@gnu.org>
17994
17995         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17996
17997 2003-09-25  Karl Berry  <karl@gnu.org>
17998
17999         * config/install-sh: update from automake.
18000
18001 2003-09-25  Bruno Haible  <bruno@clisp.org>
18002
18003         * modules/version-etc-2: New file, from modules/version-etc with
18004         modifications.
18005         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18006
18007 2003-09-25  Bruno Haible  <bruno@clisp.org>
18008
18009         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18010         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18011
18012 2003-09-24  Simon Josefsson  <jas@extundo.com>
18013
18014         * modules/xgethostname: Add xgethostname.h.
18015
18016 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18017
18018         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18019         the buffer associated with the argument.  Bug reported by
18020         Simon Josefsson.
18021
18022 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18023
18024         * README: Document assumptions that 'int' is at least 32 bits
18025         wide, that integer arithmetic is 2's complement without overflow,
18026         that there are no holes in integer values, that adding sizes of
18027         two nonoverlapping objects can't overflow, and that all-bits-zero
18028         yields scalar zero.  Fix spelling and capitalization typos.
18029
18030 2003-09-19  Karl Berry  <karl@gnu.org>
18031
18032         * lib/argp.h: update from libc.
18033
18034 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18035
18036         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18037         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18038         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18039
18040 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18041
18042         * gnulib-tool: Use "test -h", not "test -L", for portability
18043         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18044         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18045         (sed_extract_prog): Issue s commands one-by-one, rather than
18046         using \| in one s command.
18047
18048 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18049
18050         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18051         input error, instead of returning NULL the next time we are called
18052         (and therefore losing track of errno).
18053
18054 2003-09-16  Bruno Haible  <bruno@clisp.org>
18055
18056         * gnulib-tool (func_create_testdir): Warn about duplicated
18057         dependencies.
18058
18059 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18060
18061         * modules/argmatch, modules/fatal, modules/obstack,
18062         modules/xalloc, modules/xgethostname: Sort dependencies by
18063         importance, not alphabetically.
18064
18065 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18066
18067         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18068         fails, so that the caller gets the proper errno.
18069
18070         * lib/readutmp.c (read_utmp): Likewise.
18071         Check for fstat error.  Close stream and free storage
18072         when failing.
18073
18074 2003-09-14  Karl Berry  <karl@gnu.org>
18075
18076         * config/srclist.txt (strdup.c): disable for c89 changes.
18077
18078 2003-09-14  Jim Meyering  <jim@meyering.net>
18079
18080         * lib/getloadavg.c: Correct cpp indentation.
18081         * lib/strdup.c: Likewise.
18082         * lib/vasnprintf.c: Likewise.
18083
18084 2003-09-14  Bruno Haible  <bruno@clisp.org>
18085
18086         * modules/fwriteerror: New file.
18087         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18088
18089 2003-09-14  Bruno Haible  <bruno@clisp.org>
18090
18091         * lib/fwriteerror.h: New file.
18092         * lib/fwriteerror.c: New file.
18093
18094 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18095
18096         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18097         modules/xgethostname, modules/xalloc: Depend on exit.
18098
18099 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18100
18101         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18102
18103         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18104         and AC_MINIX, too, so that their extensions are available.
18105
18106         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18107         This macro has been superseded by gl_BACKUPFILE.
18108
18109         More patches to assume C89 or better.
18110
18111         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18112
18113         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18114         unconditionally.
18115         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18116         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18117         Include <string.h>, <stdlib.h> unconditionally.
18118         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18119         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18120         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18121         headers or for string.h.
18122         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18123         or strtoul.
18124
18125         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18126         headers.
18127         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18128         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18129         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18130         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18131         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18132         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18133         memcpy, memset.
18134         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18135         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18136         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18137         strtol.
18138         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18139         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18140         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18141         strtoul.
18142
18143 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18144
18145         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18146         * lib/obstack.c [!defined _LIBC]: Likewise.
18147         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18148         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18149         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18150
18151         More changes to assume C89 or better.
18152
18153         * lib/error.c (error_tail): Assume vprintf.
18154
18155         * lib/argmatch.c (getenv): Remove decl.
18156         * lib/progreloc.c (get_full_program_name): Define via prototype.
18157         * lib/setenv.c (clearenv): Likewise.
18158         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18159         needed.
18160         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18161         (malloc, memcpy): Remove decls.
18162         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18163         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18164         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18165         (memcpy): Remove macro.
18166         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18167         (__P): Remove.  All uses removed.
18168         (PTR): Remove.  All uses changed to void *.
18169         (CHAR_BIT, NULL): Remove.
18170         (spaces, zeros, memset_space, memset_zero)
18171         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18172         Remove.
18173         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18174         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18175         Define with prototype.
18176         Remove now-unnecessary prototype decl.
18177         (extra_args_spec): Assume ANSI C.  All uses changed.
18178         (extra_args_spec_iso): Remove.
18179         (my_strftime, emacs_strftimeu): Define via prototype.
18180         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18181         unconditionally.
18182         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18183         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18184         (strtoul, strtol): Remove decls.
18185         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18186         LONG_MAX): Remove.
18187         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18188         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18189         (LOCALE_PARAM_PROTO): New macro.
18190         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18191         (INTERNAL (strtol), strtol): Define with a prototype.
18192         (PARAMS): Remove.  All uses removed.
18193         * lib/tempname.c: Include <string.h> unconditionally.
18194         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18195         * lib/xgethostname.c (main): Define with a prototype.
18196         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18197         Include <stdlib.h> unconditionally.
18198         (calloc, malloc, realloc, free): Remove decls.
18199         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18200         Include <stdlib.h> unconditionally.  Sort include file names.
18201         (strtod): Remove.
18202         (xstrtod): Define with a prototype.
18203         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18204         (strtol, strtoul): Remove decls.
18205
18206 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18207
18208         More patches to assume C89 or better.
18209         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18210         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18211         string.h, memchr, STDC_HEADERS.
18212
18213 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18214
18215         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18216         Include <stdlib.h>, <string.h> unconditionally.
18217         Remove now-unnecessary cast to char *.
18218         * lib/strnlen.c: Include <string.h> unconditionally.
18219         * lib/yesno.c (yesno): Define with a prototype.
18220
18221 2003-09-11  Bruno Haible  <bruno@clisp.org>
18222
18223         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18224
18225 2003-09-10  Jim Meyering  <jim@meyering.net>
18226
18227         * lib/error.c: Correct indentation of cpp directives.
18228
18229 2003-09-10  Bruno Haible  <bruno@clisp.org>
18230
18231         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18232         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18233         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18234         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18235         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18236         <stdlib.h> and <string.h> checks.
18237         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18238         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18239
18240 2003-09-10  Bruno Haible  <bruno@clisp.org>
18241
18242         * lib/strcspn.c: Include <string.h> unconditionally.
18243         * lib/strpbrk.c: Include <string.h> unconditionally.
18244         * lib/strstr.c: Include <string.h> unconditionally.
18245         * lib/unicodeio.c: Include <string.h> unconditionally.
18246         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18247         * lib/unsetenv.c: Likewise.
18248         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18249         * lib/yesno.c: Include <stdlib.h> unconditionally.
18250         (rpmatch): Add prototype.
18251
18252 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18253
18254         More patches to assume C89 or better.
18255         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18256         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18257         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18258         or for string.h.
18259         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18260         stdlib.h.
18261         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18262         C headers.
18263         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18264         string.h.
18265         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18266         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18267         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18268         or for string.h.
18269         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18270         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18271         C headers.
18272         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18273         memcpy.
18274         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18275         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18276         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18277         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18278         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18279         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18280         string.h, free.
18281         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18282         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18283         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18284         C headers, or for string.h.
18285         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18286         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18287         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18288         headers, memory.h, stdlib.h, string.h, strings.h.
18289         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18290         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18291         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18292         strchr.
18293         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18294         headers, memory.h, string.h.
18295         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18296         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18297         free.
18298         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18299         headers.
18300         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18301         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18302         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18303         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18304         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18305
18306 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18307
18308         More K&R removal.
18309
18310         * lib/acosl.c (main): Use a prototype.
18311         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18312         tanl.c: Likewise.
18313
18314         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18315
18316         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18317         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18318         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18319         with a prototype.
18320         * lib/getopt.c (const): Remove macro.
18321         Include <string.h> unconditionally.
18322         (my_index): Remove; all uses changed to strchr.
18323         (strlen): Remove decl.
18324         (exchange): Remove forward decl; no longer needed.
18325         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18326         Define with prototype.
18327         * lib/getopt1.c (const): Remove macro.
18328         (getopt_long, getopt_long_only, main): Define with prototype.
18329
18330         * lib/getugroups.c: Include <string.h> unconditionally.
18331
18332         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18333         (getusershell, setusershell, endusershell, readname, main):
18334         Define with prototypes.
18335
18336         * lib/group-member.c: Include group-member.h first.
18337         Include <stdlib.h> unconditionally.
18338
18339         * lib/hard-locale.c: Include hard-locale.h first.
18340         Include <stdlib.h>, <string.h> unconditionally.
18341
18342         * lib/hash.c (free, malloc): Remove decls.
18343         Include <stdlib.h> unconditionally.
18344
18345         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18346         (getenv): Do not declare.
18347
18348         * lib/idcache.c: Include <string.h> unconditionally.
18349
18350         * lib/long-options.c: Include long-options.h first, to test interface.
18351         Include <stdlib.h> unconditionally.
18352
18353         * lib/makepath.c: Include makepath.h first, to test interface.
18354         Include <stdlib.h> and <string.h> unconditionally.
18355
18356         * lib/linebuffer.c: Include <stdlib.h>.
18357         (free): Remove decl.
18358
18359         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18360         stddef.h. rpl_malloc returns void *, not char *.
18361         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18362         prototype.
18363
18364         * lib/md5.h: Include <limits.h> unconditionally.
18365         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18366         (__P): Remove; all uses removed.
18367         * lib/md5.c: Include "md5.h" first.
18368         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18369         md5_buffer, md5_process_bytes, md5_process_block):
18370         Define with prototypes.
18371         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18372         * lib/sha.c: Include "sha.h" first.
18373         Include <stdlib.h>, <string.h> unconditionally.
18374
18375         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18376         * lib/memcmp.c (__ptr_t): Likewise.
18377         * lib/memrchr.c (__ptr_t): Likewise.
18378         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18379         Include <string.h> unconditionally.
18380         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18381         * lib/memchr.c: Include <stdlib.h> unconditionally.
18382         * lib/memchr.c (LONG_MAX): Remove.
18383         * lib/memrchr.c (LONG_MAX): Likewise.
18384         * lib/memchr.c (__memchr): Define via a prototype.
18385         * lib/memrchr.c (__memrchr): Likewise.
18386         * lib/memcmp.c (__P): Remove, and remove all uses.
18387         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18388         Remove forward decls; no longer needed.
18389         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18390         Use types required by C89 in prototype.
18391
18392         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18393         * lib/savedir.c: Likewise.
18394         * lib/mkdir.c (free): Remove decl.
18395         * lib/rmdir.c (rmdir): Define with a prototype.
18396         * lib/savedir.c: Include savedir.h first, to test interface.
18397
18398         * lib/mktime.c (STDC_HEADERS): Remove.
18399         Include <stdlib.h>, <string.h> unconditionally.
18400
18401         * lib/modechange.c: Include <stdlib.h> unconditionally.
18402         (malloc): Remove decl.
18403
18404         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18405         (free): Remove decl.
18406
18407         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18408         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18409         (This type really should be intptr_t, but that's a C99ism.)
18410         (_obstack_memcpy): Remove: all uses changed to memcpy.
18411         Include <string.h> unconditionally.
18412         (struct obstack): Assume __STDC__ for types of members
18413         chunkfun, freefun, extra_arg.
18414         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18415         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18416         obstack_begin, obstack_specify_allocation,
18417         obstack_specify_allocation_with_arg, obstack_chunkfun,
18418         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18419         Remove unprototyped decls and the macros that use them.
18420         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18421         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18422         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18423         (defined __STDC__ && __STDC__)]:
18424         Remove nonprototyped code.
18425         Include <stdlib.h> unconditionally.
18426         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18427         _obstack_allocated_p, _obstack_free, obstack_free,
18428         _obstack_memory_used, print_and_abort):
18429         Define using prototypes.
18430         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18431         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18432         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18433         obstack_next_free, obstack_object_size, obstack_room) [0]:
18434         Remove unused, unprototyped code.
18435
18436         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18437
18438         * lib/physmem.c (physmem_total, physmem_available, main): Define
18439         with prototypes.
18440
18441         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18442         (main): Define with a prototype.
18443
18444         * lib/posixver.c (getenv): Remove decl.
18445
18446         * lib/putenv.c (malloc): Returns void *, not char *.
18447         Include <string.h> unconditionally.
18448         (strchr, memcpy, NULL): Do not define.
18449
18450         * lib/readtokens.c: Include readtokens.h first, to test interface.
18451         Include <stdlib.h>, <string.h> unconditionally.
18452         (init_tokenbuffer): Define with a prototype.
18453
18454         * lib/regex.c (PARAMS): Remove.  All uses removed.
18455         All uses of _RE_ARGS removed, too.
18456         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18457         unconditionally.
18458         (bzero): Assume memset exists.
18459         (memcmp, memcpy, NULL): Remove.
18460         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18461         char, or assignments to local vars of type signed char.
18462         (init_syntax_once, PREFIX(extract_number_and_incr),
18463         PREFIX(print_partial_compiled_pattern),
18464         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18465         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18466         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18467         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18468         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18469         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18470         wcs_compile_range, byte_compile_range, truncate_wchar,
18471         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18472         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18473         count_mbs_length, wcs_re_match_2_internal,
18474         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18475         PREFIX(alt_match_null_string_p),
18476         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18477         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18478         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18479         now-unnecessary declaration, if any.
18480         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18481         regcomp, regexec):
18482         Remove now-unnecessary casts among pointer types.
18483         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18484
18485         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18486         (free): Remove decl.
18487
18488         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18489
18490         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18491         (free): Remove decl.
18492
18493         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18494         * lib/xgetcwd.c: Likewise.
18495
18496         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18497         (free): Remove decl.
18498
18499         * lib/strchrnul.c (strchrnul): Define with a prototype.
18500         Fix bug: c_in was not converted to char before searching.
18501
18502         The following changes are not K&R related:
18503
18504         * lib/group-member.h: Include <sys/types.h>, so that this file is
18505         self-contained.
18506         * lib/makepath.h: Likewise.
18507
18508         * lib/getusershell.c (readname, default_index, line_size, readname):
18509         Use size_t, not int, for sizes.
18510         (readname): If the size overflows, report an error instead of
18511         looping forever.
18512
18513 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18514
18515         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18516         libc.
18517
18518 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18519
18520         * README: New section: portability guidelines.
18521
18522 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18523
18524         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18525         C89 spec.
18526
18527 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18528
18529         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18530
18531 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18532
18533         Assume C89 or better; remove K&R cruft.
18534         A few of these changes were first proposed by Derek Robert Price
18535         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18536
18537         * lib/addext.c: Include <string.h> unconditionally.
18538         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18539         Don't declare getenv or malloc.
18540
18541         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18542         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18543         (NULL): Remove.
18544         (find_stack_direction, alloca): Use prototypes.
18545
18546         * lib/atexit.c (atexit): Define using a prototype.
18547
18548         * lib/basename.c, dirname.c, stripslash.c:
18549         Include <string.h> unconditionally.
18550
18551         * lib/bcopy.c: Include <stddef.h>.
18552         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18553
18554         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18555
18556         * lib/error.h (error, error_at_line, error_print_progname)
18557         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18558         * lib/error.c: Include error.h first, to check interface.
18559         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18560         (VA_START): Remove; all uses changeed to va_start.
18561         (exit, strerror): Remove decls.
18562         (error_print_progname): Prototype uncondionally.
18563         Don't include <errno.h>; no longer needed.
18564         (private_strerror): Remove.
18565         (error_tail): Always define.
18566         (error, error_at_line): Assume C89 or better; always use prototypes.
18567         * lib/fatal.c: Include "fatal.h" first, to test interface.
18568         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18569         (VA_START): Remove; all uses changed to va_start.
18570         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18571         this case.
18572         (exit): Remove decl.
18573         (fatal): Prototype unconditionally.  Assume va_start works.
18574         Abort at end, to pacify gcc.
18575
18576         * lib/euidaccess.c (main): Define with a prototype.
18577
18578         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18579
18580         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18581
18582         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18583         prototypes.
18584         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18585         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18586         (getenv): Remove decl.
18587         (fnmatch): Define using a prototype.
18588         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18589         (FCT): Define using a prototype.
18590
18591         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18592
18593         * lib/gethostname.c: Include <stddef.h>.
18594         (gethostname): Define with prototype.  Length is size_t, not int.
18595
18596 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18597
18598         Assume C89 or better; remove K&R cruft.
18599         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18600         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18601         string.h, getenv, malloc.
18602         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18603         headers.
18604         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18605         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18606         do not check for strerror.
18607         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18608         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18609         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18610         do not check for doprnt or vprintf.
18611         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18612         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18613
18614 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18615
18616         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18617         getversion.c should have been removed then, but was accidentally
18618         preserved.
18619
18620         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18621         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18622
18623 2003-09-08  Karl Berry  <karl@gnu.org>
18624
18625         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18626                 config, forget about prep.
18627
18628         * config/depcomp, missing: update from automake.
18629
18630 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18631
18632         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18633         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18634
18635 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18636
18637         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18638         copy_tm_result.  Bug reported by Simon Josefsson in
18639         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18640
18641 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18642
18643         * m4/time_r.m4: New file.
18644         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18645         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18646         is. Check for timegm declaration.
18647         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18648         Do not check for gmtime_r.
18649         Replace mktime if __mktime_internal does not exist and if mktime
18650         hasn't been replaced already.
18651
18652 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18653
18654         * lib/time_r.c, lib/time_r.h: New files.
18655
18656         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18657         __localtime_r.
18658         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18659         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18660
18661         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18662         __gmtime_r.
18663         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18664         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18665         Include <time_r.h>.
18666
18667         * lib/timegm.c: Switch to glibc implementation, with the following
18668         changes:
18669         [defined HAVE_CONFIG_H]: Include <config.h>.
18670         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18671         (__mktime_internal) [!defined _LIBC]: New decl.
18672         (__gmtime_r) [!defined _LIBC]: New macro and function.
18673         (timegm): Use a prototype, since gnulib assumes C89.
18674         Do not bother declaring tmp to be const, as it's not really usefu.
18675         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18676         (timegm): Declare only if HAVE_DECL_TIMEGM.
18677
18678 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18679
18680         * MODULES.html.sh (func_all_modules): Add time_r.
18681         * modules/time_r: New file.
18682         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18683         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18684
18685 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18686
18687         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18688         Bug reported by Lute Kamstra in
18689         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18690
18691         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18692         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18693         course with correspondingly smaller numbers for tomorrow and
18694         yesterday.  From Tadayoshi Funaba.  Originally installed into
18695         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18696         coreutils merge?).
18697
18698 2003-08-31  Simon Josefsson  <jas@extundo.com>
18699
18700         * modules/timegm: New file.
18701         * MODULES.html.sh (func_all_modules): Add timegm.
18702
18703 2003-08-31  Simon Josefsson  <jas@extundo.com>
18704
18705         * m4/timegm.m4: New file.
18706
18707 2003-08-31  Simon Josefsson  <jas@extundo.com>
18708
18709         * lib/timegm.h: New file.
18710         * lib/timegm.c: New file.  Based on
18711         wget-1.8.2/src/http.c:mktime_from_utc.
18712
18713 2003-08-31  Karl Berry  <karl@gnu.org>
18714
18715         * lib/argp.h: update from libc.
18716
18717 2003-08-28  Bruno Haible  <bruno@clisp.org>
18718
18719         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18720         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18721         followed by '#define fnmatch fnmatch_posix' gives an error.
18722
18723 2003-08-28  Bruno Haible  <bruno@clisp.org>
18724
18725         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18726         warning on QNX, which defines O_BINARY to 000000.
18727
18728 2003-08-27  Jim Meyering  <jim@meyering.net>
18729
18730         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18731         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18732         would fail after 32.  Reported by Danny Levinson.  Details here:
18733         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18734
18735 2003-08-24  Bruno Haible  <bruno@clisp.org>
18736
18737         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18738         MSVC7 <stdio.h> is included later.
18739
18740 2003-08-22  Simon Josefsson  <jas@extundo.com>
18741
18742         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18743
18744 2003-08-20  Karl Berry  <karl@gnu.org>
18745
18746         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18747
18748 2003-08-20  Bruno Haible  <bruno@clisp.org>
18749
18750         * modules/progname: New file.
18751         * MODULES.html.sh (func_all_modules): Add progname.
18752
18753 2003-08-20  Bruno Haible  <bruno@clisp.org>
18754
18755         * lib/progname.h: New file, from GNU gettext.
18756         * lib/progname.c: New file, from GNU gettext.
18757         * lib/progreloc.c: New file, from GNU gettext.
18758
18759 2003-08-19  Jim Meyering  <jim@meyering.net>
18760
18761         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18762         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18763
18764 2003-08-19  Bruno Haible  <bruno@clisp.org>
18765
18766         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18767         more.
18768
18769 2003-08-19  Bruno Haible  <bruno@clisp.org>
18770
18771         * lib/xstrdup.c: Assume <string.h> exists.
18772
18773 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18774
18775         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18776         in makefile rules.
18777
18778 2003-08-18  Jim Meyering  <jim@meyering.net>
18779
18780         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18781         * m4/lib-ld.m4: Likewise.
18782
18783 2003-08-18  Jim Meyering  <jim@meyering.net>
18784
18785         * lib/setenv.h: Indent nested cpp directive.
18786         * lib/vasnprintf.c: Remove trailing blanks.
18787
18788 2003-08-17  Simon Josefsson  <jas@extundo.com>
18789
18790         * modules/xstrndup: New file.
18791         * MODULES.html.sh (func_all_modules): Add xstrndup.
18792
18793 2003-08-17  Simon Josefsson  <jas@extundo.com>
18794
18795         * modules/argp: Fix autoconf macro name. Add more dependencies.
18796
18797 2003-08-17  Simon Josefsson  <jas@extundo.com>
18798
18799         * m4/xstrndup.m4: New file.
18800
18801 2003-08-17  Simon Josefsson  <jas@extundo.com>
18802
18803         * m4/argp.m4: New file.
18804
18805 2003-08-17  Simon Josefsson  <jas@extundo.com>
18806             Bruno Haible  <bruno@clisp.org>
18807
18808         * lib/xstrndup.h: New file.
18809         * lib/xstrndup.c: New file.
18810
18811 2003-08-17  Bruno Haible  <bruno@clisp.org>
18812
18813         * modules/strndup (Files, Include): Add lib/strndup.h.
18814
18815 2003-08-17  Bruno Haible  <bruno@clisp.org>
18816
18817         * modules/euidaccess (Files): Add lib/euidaccess.h.
18818
18819 2003-08-17  Bruno Haible  <bruno@clisp.org>
18820
18821         * lib/strndup.h: New file.
18822
18823 2003-08-17  Bruno Haible  <bruno@clisp.org>
18824
18825         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18826         like AC_GNU_SOURCE.
18827         * modules/extensions (configure.ac): Comment out the invocation of
18828         gl_USE_SYSTEM_EXTENSIONS.
18829
18830 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18831
18832         Merges from coreutils, etc.
18833         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18834         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18835         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18836         fixing a typo.
18837         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18838         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18839
18840 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18841
18842         Document merge from coreutils.
18843         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18844         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18845         * modules/utime: Add m4/utimes-null.m4.
18846
18847 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18848
18849         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18850         space, undoing this 2003-08-12 change:
18851         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18852
18853 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18854
18855         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18856         strtoul.c from libc, undoing this 2003-08-12 change:
18857         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18858
18859 2003-08-16  Jim Meyering  <jim@meyering.net>
18860
18861         Merges from coreutils.
18862         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18863         prefix.  Adjust cache variables similarly.  Create 500 rather than
18864         just 300 files, to exercise bug on Darwin6.5, too.
18865         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18866         $missing_dir.
18867         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18868         AM_SYS_POSIX_TERMIOS.
18869         Reported by mkc@mathdogs.com.
18870         Also change use of $am_cv_sys_posix_termios
18871         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18872         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18873         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18874         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18875         in /proc/mounts until it finds one with matching device number.  This
18876         is unnecessary when the FILE argument *is* a mount point.  No stat call
18877         is necessary in that case.  So, disable the statvfs-testing code on
18878         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18879         as RedHat bug# 84846.
18880         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18881         to 1MB, so as not to render systems with no stack size limit (e.g.,
18882         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18883         Include <unistd.h>.  On some systems,
18884         it is required for the definition of _SC_PAGESIZE.
18885
18886 2003-08-16  Jim Meyering  <jim@meyering.net>
18887
18888         Merge from coreutils.
18889         * lib/xstrtoimax.c: #else #if -> #elif.
18890         * lib/xstrtoumax.c: Likewise.
18891
18892 2003-08-16  Jim Meyering  <jim@meyering.net>
18893
18894         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18895         * m4/utimes.m4: Removed.
18896         * m4/utimes-null.m4: Renamed from utimes.m4.
18897
18898         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18899         to 1MB, so as not to render systems with no stack size limit (e.g.,
18900         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18901         Include <unistd.h>.  On some systems,
18902         it is required for the definition of _SC_PAGESIZE.
18903
18904 2003-08-16  Jim Meyering  <jim@meyering.net>
18905         and Paul Eggert  <eggert@cs.ucla.edu>
18906
18907         Merges from coreutils, etc.
18908
18909         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18910         using the latest version from cvs.  This avoids problems with #line
18911         directives using a vendor (Sun) compiler.
18912         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18913         Don't set GETGROUPS_LIB here; now it's
18914         done via getgroups.m4's wrapper function.
18915         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18916         rather than just in sh-util/configure.in, so that the
18917         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18918         same.
18919         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18920         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18921         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18922         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18923         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18924         Remove code that is now done by the newly-required macros.
18925         Append $(EXEEXT) to DF_PROG.
18926         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18927         Do not invoke or require the following here,
18928         since prereq.m4 or some gnulib .m4 now does this for us:
18929         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18930         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18931         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18932         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18933         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18934         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18935         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18936         AC_FUNC_OBSTACK.
18937         Do not replace the following functions, as this is now the job
18938         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18939         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18940         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18941         atexit getpass, strdup, getpagesize.
18942         Replace 'raise'.
18943         Do not check for the following functions, as this is now the job
18944         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18945         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18946         setregid.
18947         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18948         Check for sys/sysctl.h.
18949         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18950         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18951         of checking for ssize_t ourselves.
18952
18953         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18954         Require every macro that gnulib/modules/* suggests for us.
18955         (jm_PREREQ_ADDEXT): New macro.
18956         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18957         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18958
18959         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18960         (gl_PHYSMEM): Use it.
18961         Also check for `table' function.
18962         Check for new headers and functions.
18963         Add check for sys/sysmp.h.
18964         With suggestions from Kaveh Ghazi.
18965         Ignore headers that are present but cannot be compiled.  This
18966         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18967         C 5.4.
18968
18969 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18970
18971         Document merge from coreutils.
18972         * modules/userspec: Depend on posixver.
18973         * modules/strftime: Depend on tzset.
18974
18975 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18976
18977         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18978         rather than tab, after '#' in shell-script copyright notices.
18979         Suggested by Bruno Haible.
18980
18981 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18982
18983         * config/srclist-update: Use three spaces, rather than tab, after '#'
18984         in shell-script copyright notices.  Suggested by Bruno Haible.
18985         Remove unnecessary parenthesization in regular expression.
18986
18987 2003-08-15  Jim Meyering  <jim@meyering.net>
18988
18989         Merge from coreutils.
18990         * lib/xgethostname.c: Include <stdlib.h>.
18991         (xghostname): Don't exit for anything other than memory-related
18992         failure; just return NULL.
18993         * lib/userspec.c: Include "posixver.h".
18994         (parse_user_spec): Accept `.' as a separator only
18995         in pre-POSIX-200112 mode.
18996         * lib/strtoimax.c: Use #elif rather than #else #if.
18997         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18998         Remove function, now that we can rely on a working tzset function.
18999         [!_LIBC]: Ensure that the required autoconf test has been run.
19000         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19001         Use underlying_strftime for %r.
19002         * lib/sha.c: Merge in some clean-up and optimization changes from
19003         glibc.
19004         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19005         Ensure that it is a multiple of 64.
19006         Rearrange loop exit tests so as to avoid performing an
19007         additional fread after encountering an error or EOF.
19008         * lib/realloc.c: Update copyright date.
19009
19010 2003-08-15  Jim Meyering  <jim@meyering.net>
19011         and Paul Eggert  <eggert@twinsun.com>
19012
19013         Merge from coreutils.
19014         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19015         member but strut utmpx does not.  Needed for AIX 4.3.3.
19016         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19017
19018 2003-08-15  Jim Meyering  <jim@meyering.net>
19019         and Paul Eggert  <eggert@cs.ucla.edu>
19020
19021         Merges from coreutils, etc.
19022         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19023         Require gl_FUNC_TZSET_CLOBBER.
19024         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19025         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19026         members.
19027
19028 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19029
19030         Help the merge from coreutils.
19031         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19032         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19033         * m4/tzset.m4: Use it too.
19034
19035 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19036
19037         * modules/tzset: New file.
19038
19039 2003-08-14  Jim Meyering  <jim@meyering.net>
19040
19041         Merges from coreutils.
19042         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19043         variable names, rather than @FNMATCH_H@.
19044         * modules/alloca: Likewise for $(ALLOCA_H).
19045
19046         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19047         the three copies of the literal target, `fnmatch.h'.
19048         * modules/alloca (alloca.h): Likewise.
19049
19050 2003-08-14  Jim Meyering  <jim@meyering.net>
19051
19052         Merge from coreutils.
19053         * m4/tzset.m4: New file.
19054         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19055         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19056         otherwise, AIX 5.1 systems would end up using the latter.
19057         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19058         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19059         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19060         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19061
19062 2003-08-14  Jim Meyering  <jim@meyering.net>
19063
19064         Merge from coreutils.
19065         * lib/obstack.h: Whitespace changes.
19066         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19067         and xcalloc return values.
19068         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19069         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19070         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19071         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19072         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19073         error from mntctl.
19074         Use mntctl's return value to drive the entry-processing loop, since
19075         we can't rely on the value of the vmt_length member in the last
19076         entry.  On some systems doing so could result in exhausting
19077         virtual memory.  Based in part on a patch from Mike Jetzer.
19078
19079 2003-08-14  Jim Meyering  <jim@meyering.net>
19080         and Paul Eggert  <eggert@twinsun.com>
19081
19082         Merges from coreutils, plus other fixes.
19083         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19084         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19085         for credits and details.  Thanks to Kaveh Ghazi for helping
19086         to keep these files in sync.
19087         (ARRAY_SIZE): Define it.
19088         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19089         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19090         (memcasecmp): Don't assume size_t fits in unsigned int.
19091         Remove casts and duplicate code.
19092         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19093         (memcpy): Remove definition.
19094         Merge in some clean-up and optimization changes from glibc.
19095         [BLOCKSIZE]: Move definition to top of file.
19096         Ensure that it is a multiple of 64.
19097         Rearrange loop exit tests so as to avoid performing an
19098         additional fread after encountering an error or EOF.
19099         * lib/md5.h (md5_uintptr): Define.
19100         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19101         return to the initial working directory.  Preserve errno
19102         for caller.
19103         * lib/idcache.c: Include "xalloc.h".
19104         (xmalloc, xrealloc): Remove decls.
19105         (getuser): Remove casts no longer required in C89.
19106         * lib/human.c: Include stdio.h, for sprintf.
19107         * lib/group-member.c: Include "xalloc.h".
19108         (xmalloc, xrealloc): Remove decls.
19109         (get_group_info): Remove casts no longer required in C89.
19110         * lib/getusershell.c (readname): Remove casts no longer required in
19111         C89.
19112         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19113         * lib/getline.c: Whitespace fix, from coreutils.
19114
19115 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19116
19117         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19118         Check for isascii.
19119
19120         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19121         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19122         Undo previous (whitespace-only) change.
19123
19124 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19125
19126         * lib/exclude.c: Include <ctype.h>
19127         (IN_CTYPE_DOMAIN): New macro.
19128         (is_space): New fn.
19129         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19130         and empty lines.
19131
19132         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19133         Undo previous (whitespace-only) change.
19134
19135 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19136
19137         * config/srclist-update: Change update back to the old behavior,
19138         leaving whitespace alone.  Use one 'sed' command rather than a
19139         pipeline.
19140         (fixlicense): Now a variable, not a function.
19141         (remove_trailing_blanks): Remove.
19142         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19143         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19144         Undo previous (whitespace-only) change.
19145
19146 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19147
19148         Merge from coreutils.
19149         * modules/euidaccess: Add lib_SOURCES, include for new
19150         file euidaccess.h
19151
19152 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19153
19154         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19155         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19156         Normalize leading white space and remove trailing white space.
19157
19158         Merge from coreutils
19159         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19160
19161         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19162         0.12.1.  These files are now being upgraded automatically by
19163         ../config/srclist-update.
19164
19165 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19166
19167         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19168         Normalize leading white space and remove trailing white space.
19169         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19170         notice, as per ../config/srclist-update.
19171
19172         Merge from coreutils.
19173         * lib/euidaccess.h: New file.
19174         * lib/euidaccess.c: Include it.
19175         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19176         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19177         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19178
19179 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19180
19181         * config/srclist-update: Add copyright notice.
19182         (remove_id_lines, remove_trailing_blanks): New constants.
19183         (fixfile): Use them to normalize spacing a bit in copied files.
19184         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19185         Normalize leading white space and remove trailing white space.
19186
19187         * config/texinfo.tex: Sync with texinfo.
19188
19189         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19190         strtoul.c from libc, to merge coreutils whitespace changes.
19191
19192         * config/srclist.txt: Get the following m4 files from gettext:
19193         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19194         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19195         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19196         wint_t.m4.
19197
19198 2003-08-12  Karl Berry  <karl@gnu.org>
19199
19200         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19201         been made.
19202
19203 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19204
19205         * modules/gnu-source, m4/gnu-source.m4:
19206         Remove; we're assuming Autoconf 2.54 or later now.
19207         Suggested by Bruno Haible.
19208         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19209
19210 2003-08-11  Bruno Haible  <bruno@clisp.org>
19211
19212         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19213
19214 2003-08-11  Bruno Haible  <bruno@clisp.org>
19215
19216         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19217         (vasnprintf): Use it instead of wcslen.
19218
19219 2003-08-11  Bruno Haible  <bruno@clisp.org>
19220
19221         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19222         value to ensure that _Bool promotes to int. Use #define for _Bool when
19223         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19224
19225 2003-08-10  Karl Berry  <karl@gnu.org>
19226
19227         * lib/regex.h: update from libc (whitespace fix).
19228
19229 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19230
19231         Merge some files from coreutils.  These changes were
19232         originally made by Jim Meyering.
19233         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19234         many older Unixes require this.
19235         * lib/alloca.c (alloca): Remove cast to argument of free;
19236         no longer needed in C89.
19237         * lib/alloca_.h, regex.h: Fix white space to match
19238         what GNU indent does.
19239
19240 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19241
19242         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19243         apparently Emacs's Unicode mode got confused before my 2003-08-05
19244         checkin.
19245
19246 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19247
19248         * m4/extensions.m4: New file.
19249         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19250         Require gl_USE_SYSTEM_EXTENSIONS.
19251         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19252         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19253
19254 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19255
19256         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19257         * modules/extensions, modules/gnu-source: New files.
19258         * modules/timespec, modules/unlocked-io: Depend on extensions.
19259
19260 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19261
19262         * modules/restrict: New file.
19263         * MODULES.html.sh (func_all_modules): Add restrict.
19264         * modules/regex: Depend on restrict.
19265
19266 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19267
19268         * m4/restrict.m4: New file.
19269         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19270
19271 2003-08-07  Bruno Haible  <bruno@clisp.org>
19272
19273         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19274         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19275
19276 2003-08-07  Bruno Haible  <bruno@clisp.org>
19277
19278         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19279         makes the module 'getndelim2' compatible with the module 'getline'.
19280
19281 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19282
19283         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19284         byte with "\201" to avoid glitches when editing that source file
19285         with multi-gnome-terminal.
19286
19287 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19288
19289         * lib/bumpalloc.h: Remove.
19290
19291 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19292
19293         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19294         * modules/bumpalloc: Remove.
19295
19296 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19297
19298         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19299         GNU coding style.
19300
19301         Merge from coreutils.
19302         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19303         1. From glibc.
19304         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19305         from Karl Berry, implemented by Jim Meyering.
19306         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19307         from Dmitry V. Levin.
19308         Remove anachronistic cast of xrealloc.
19309         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19310         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19311         type. Otherwise, it wouldn't compile with at least /bin/cc on
19312         ymp-cray-unicos9.0.2.X.
19313         Combine two mostly-identical uses of alloca into one.
19314         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19315
19316 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19317
19318         [From Emacs.]
19319
19320         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19321         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19322         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19323         obsolete NLIST_NAME_UNION.
19324         [__GNU__]: Undef BSD and FSCALE.
19325         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19326
19327 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19328
19329         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19330         an enum type, so that it's guaranteed to promote to int.  See:
19331         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19332
19333 2003-08-03  Karl Berry  <karl@gnu.org>
19334
19335         * config/depcomp: update from automake.
19336
19337 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19338
19339         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19340         (strerror): Don't assume that a printable int fits in 14 bytes.
19341
19342 2003-07-31  Bruno Haible  <bruno@clisp.org>
19343
19344         * modules/getpass-gnu: New file.
19345         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19346
19347 2003-07-31  Bruno Haible  <bruno@clisp.org>
19348
19349         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19350
19351 2003-07-24  Karl Berry  <karl@gnu.org>
19352
19353         * config/missing: update from automake.
19354
19355 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19356             Bruno Haible  <bruno@clisp.org>
19357
19358         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19359         * lib/getline.c (getline, getdelim): Likewise.
19360         Remove _GNU_SOURCE define; now it's defined in config.h through
19361         m4/getline.m4.
19362
19363 2003-07-23  Karl Berry  <karl@gnu.org>
19364
19365         * config/config.sub: update from prep.
19366
19367 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19368
19369         * modules/xalloc (Depends-on): Add exitfail.
19370         * modules/xmemcoll: Likewise.
19371
19372 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19373
19374         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19375         over-parenthesization in macros.
19376
19377         Sync with coreutils.
19378
19379         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19380         required by C99.
19381
19382         Use `exit_failure' for xalloc and xmemcoll instead of their own
19383         private exit-failure variables.
19384         * lib/xalloc.h (xalloc_exit_failure): Remove.
19385         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19386         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19387         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19388         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19389         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19390
19391 2003-07-20  Jim Meyering  <jim@meyering.net>
19392
19393         * modules/closeout (Depends-on): Add exitfail.
19394         Suggestion from Bruno Haible.
19395
19396 2003-07-19  Karl Berry  <karl@gnu.org>
19397
19398         * config/config.sub: update from prep.
19399
19400 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19401
19402         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19403         Remove.
19404         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19405         to test that it can stand by itself.  Include "exitfail.h".
19406         Clients should set exit_failure instead.
19407         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19408
19409 2003-07-18  Bruno Haible  <bruno@clisp.org>
19410
19411         * modules/getndelim2: New file.
19412         * modules/getline: Share files with module getndelim2.
19413         * modules/getnline: Depend on getndelim2 instead of sharing files with
19414         it. Add getnline.c to lib_SOURCES.
19415         * MODULES.html.sh (func_all_modules): Add getndelim2.
19416
19417 2003-07-18  Bruno Haible  <bruno@clisp.org>
19418
19419         * m4/getndelim2.m4: New file.
19420         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19421         invoke gl_PREREQ_GETNDELIM2.
19422         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19423         gl_PREREQ_GETNDELIM2.
19424         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19425         gl_GETNDELIM2.
19426
19427 2003-07-18  Bruno Haible  <bruno@clisp.org>
19428
19429         * lib/getndelim2.h: New file.
19430         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19431         getndelim2.h.
19432         (getndelim2): Make non-static. Change return type to ssize_t.
19433         * lib/getline.h: Change argument names.
19434         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19435         * lib/getnline.c: Include getndelim2.h.
19436
19437 2003-07-18  Andreas Schwab  <schwab@suse.de>
19438
19439         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19440
19441 2003-07-17  Karl Berry  <karl@gnu.org>
19442
19443         * config/config.sub: update from prep.
19444
19445 2003-07-17  Bruno Haible  <bruno@clisp.org>
19446
19447         * modules/getnline: New file.
19448         * modules/getline: Add lib/getndelim2.c to source file list.
19449         * MODULES.html.sh (func_all_modules): Add getnline.
19450
19451 2003-07-17  Bruno Haible  <bruno@clisp.org>
19452
19453         * m4/getnline.m4: New file.
19454
19455 2003-07-17  Bruno Haible  <bruno@clisp.org>
19456
19457         * m4/Makefile.am.in: Remove file.
19458         * m4/Makefile.am: Remove file.
19459         * m4/Makefile.in: Remove file.
19460
19461 2003-07-17  Bruno Haible  <bruno@clisp.org>
19462
19463         * lib/getnline.h: New file.
19464         * lib/getnline.c: New file.
19465         * lib/getndelim2.c: New file, extracted from getline.c.
19466         (getndelim2): Renamed from getdelim2, with added nmax argument.
19467         * lib/getline.c: Include getndelim2.c.
19468         (getdelim2): Moved out to getndelim2.c.
19469         (getline, getdelim): Update.
19470
19471 2003-07-17  Bruno Haible  <bruno@clisp.org>
19472
19473         * lib/Makefile.am: Remove file.
19474         * lib/Makefile.in: Remove file.
19475
19476 2003-07-17  Bruno Haible  <bruno@clisp.org>
19477
19478         * configure.in: Remove file.
19479         * Makefile.in: Remove file.
19480
19481 2003-07-17  Bruno Haible  <bruno@clisp.org>
19482
19483         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19484
19485 2003-07-16  Karl Berry  <karl@gnu.org>
19486
19487         * config/srclist-update: was running fixlicense twice, which caused
19488                 texinfo.tex to be nullified for some reason.  Simplify,
19489                 $gplsrc is no longer needed as far as I can see?
19490
19491 2003-07-16  Jim Meyering  <jim@meyering.net>
19492
19493         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19494
19495 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19496
19497         * config/srclist.txt: Get the following files from gettext-runtime/intl
19498         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19499         ref-del.sin.  From Bruno Haible.
19500         * config/srclist-update (fixfile): Change grep pattern again, since the
19501         previous fix didn't work (there was another trailing $).  Use
19502         '[$]' to escape the $s.
19503
19504 2003-07-15  Karl Berry  <karl@gnu.org>
19505
19506         * lib/vasnprintf.c: update from gettext.
19507
19508 2003-07-15  Karl Berry  <karl@gnu.org>
19509
19510         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19511         gets expanded when surrounded by '$'.
19512
19513 2003-07-15  Jim Meyering  <jim@meyering.net>
19514
19515         * modules/save-cwd: Don't depend on error.  From Derek Price.
19516
19517 2003-07-15  Jim Meyering  <jim@meyering.net>
19518
19519         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19520
19521 2003-07-14  Simon Josefsson  <jas@extundo.com>
19522
19523         * modules/mempcpy: New file.
19524         * MODULES.html.sh (func_all_modules): Add mempcpy.
19525
19526 2003-07-14  Simon Josefsson  <jas@extundo.com>
19527
19528         * m4/mempcpy.m4: New file.
19529
19530 2003-07-14  Simon Josefsson  <jas@extundo.com>
19531
19532         * lib/mempcpy.h: New file.
19533         * lib/mempcpy.c: New file.
19534
19535 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19536
19537         * modules/getdate, modules/posixtm: Depend on mktime.
19538
19539 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19540
19541         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19542         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19543         unicodeio.c, unicodeio.h, unlocked-io.h:
19544         Switch from LGPL to GPL.
19545
19546 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19547
19548         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19549         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19550         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19551         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19552         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19553         updated automatically by ../config/srclist-update.  This changes
19554         their license from LPGL to GPL.
19555
19556 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19557
19558         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19559         assumed to refer to the root of the most recent stable gettext version.
19560         * config/srclistvars.sh: Add defaults for eggert.
19561         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19562         Match "This program" as well as "The program".  This is needed
19563         for gettext.
19564
19565 2003-07-14  Jim Meyering  <jim@meyering.net>
19566
19567         Don't emit diagnostics.  Let callers do that.
19568         * lib/save-cwd.c: Don't include "error.h".
19569         (save_cwd): Don't call error.  Ensure that errno is valid
19570         when returning nonzero.
19571
19572         * lib/save-cwd.h (restore_cwd): Update prototype.
19573         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19574         Simplify.  Don't call error upon failure.  Let callers do that.
19575         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19576         when auditing is enabled.  But don't bother updating the #if.
19577
19578 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19579
19580         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19581         it breaks C++ compilation.
19582         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19583
19584 2003-07-10  Simon Josefsson  <jas@extundo.com>
19585
19586         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19587
19588 2003-07-10  Jim Meyering  <jim@meyering.net>
19589
19590         * m4/clock_time.m4: Remove trailing blank.
19591         * m4/intmax_t.m4: Likewise.
19592
19593 2003-07-10  Jim Meyering  <jim@meyering.net>
19594
19595         * lib/vasnprintf.c: Remove trailing blanks.
19596         Make cpp indentation consistent.
19597
19598 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19599
19600         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19601         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19602         Switch from LGPL to GPL.
19603
19604 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19605
19606         * config/srclist.txt: Sort sublists.  Add
19607         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19608         that differ from gnulib for one reason or another; we'd like this list
19609         to be smaller but for now let's document what we have.
19610
19611 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19612
19613         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19614         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19615         and sweeter "eval x=$x".
19616         * config/srclist.txt: Get lib/argp* from glibc.
19617
19618 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19619
19620         * lib/mktime.c: Fix some boundary cases and remove need for floating
19621         point.
19622
19623         Issue a compile-time diagnostic if time_t is floating point, or if
19624         two's complement arithmetic is not in effect, or if arithmetic
19625         right shift does not propagate the sign.  These assumptions were
19626         all in the original code but they weren't checked.
19627
19628         (TIME_T_MIDPOINT, verify): New macros.
19629         (__isleap): Remove; it has integer overflow problems.
19630         (leapyear): New function, without those problems.
19631         (ydhms_tm_diff): Remove; splitting into two parts.
19632         (ydhms_diff): New function, containing the arithmetic part of
19633         the old ydhms_tm_diff function.  Issue a compile-time
19634         diagnostic if we are not using C99 integer division.
19635         Avoid casts when possible.
19636         (guess_time_tm): New function, containing the checking part of
19637         the old ydhms_tm_diff function.  Return the new value, rather than
19638         the difference between it and the old.  Accept a new argument T
19639         so that *T specifies the old value.  Check for overflow in the result.
19640
19641         (__mktime_internal): Use a time_t offset, not a long int offset.
19642         This undoes the 2003-06-04 change, which is no longer needed now
19643         that we have better overflow checking.
19644         (localtime_offset): Likewise.
19645
19646         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19647         and long are 64-bit but int is only 32-bit.
19648         (ydhms_diff): Use long int to store year1 and yday1.
19649         Issue a compile-time diagnostic if long int is not wide enough.
19650
19651         (__mktime_internal): Use long int to store adjusted year and yday.
19652         Use plain C rather than preprocessor commands, if that doesn't
19653         affect efficiency.
19654         Check for overflow (and try to repair) after each probe
19655         rather than checking only at the very end.  This avoids some bugs
19656         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19657         does not equal GMT offset at maximum time).
19658         Use integer to check for overflow rather than floating point; this
19659         is more portable to non-IEEE hosts, and is a tad faster.
19660         When we detect that we are oscillating between two values,
19661         don't check whether tm_isdst has the requested value, since
19662         we already know the answer.  When tm_isdst has the wrong value,
19663         use a different heuristic to find the right one, based on the
19664         extreme values actually observed in practice in tz2003a,
19665         rather than the (overly optimistic) "previous 3 calendar quarters".
19666
19667         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19668         "T const" to accommodate glibc style.
19669         (check_result): Use less-confusing report format.  "long" -> "long int.
19670         (main): Likewise.
19671         Don't loop if the iteration overflows time_t.
19672         Allow a negative step in the iteration.
19673
19674 2003-07-06  Karl Berry  <karl@gnu.org>
19675
19676         * config/depcomp: update from automake.
19677         * config/config.sub: update from prep.
19678
19679 2003-07-03  Karl Berry  <karl@gnu.org>
19680
19681         * config/config.guess: update from prep.
19682
19683 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19684
19685         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19686         xreadlink.c now includes it unconditionally.
19687
19688 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19689
19690         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19691         having it depend on HAVE_SYS_TYPES_H.
19692
19693 2003-07-01  Bruno Haible  <bruno@clisp.org>
19694
19695         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19696         <sys/types.h> should be sufficient.
19697         Reported by Paul Eggert.
19698
19699 2003-06-26  Karl Berry  <karl@gnu.org>
19700
19701         * config/depcomp: update from automake.
19702
19703 2003-06-26  Bruno Haible  <bruno@clisp.org>
19704
19705         * modules/human: Depend on module stdbool.
19706
19707 2003-06-25  Bruno Haible  <bruno@clisp.org>
19708
19709         * modules/readlink: New file.
19710         * modules/xreadlink: Depend on it.
19711         * MODULES.html.sh (func_all_modules): Add readlink.
19712
19713 2003-06-25  Bruno Haible  <bruno@clisp.org>
19714
19715         * m4/readlink.m4: New file.
19716
19717 2003-06-25  Bruno Haible  <bruno@clisp.org>
19718
19719         * lib/readlink.c: New file.
19720
19721 2003-06-22  Karl Berry  <karl@gnu.org>
19722
19723         * config/srclist.txt: update mkinstalldirs from automake.
19724         * config/mkinstalldirs: update.
19725
19726 2003-06-22  Bruno Haible  <bruno@clisp.org>
19727
19728         Portability to mingw32.
19729         * m4/ssize_t.m4: New file, from GNU gettext.
19730         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19731         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19732
19733 2003-06-22  Bruno Haible  <bruno@clisp.org>
19734
19735         * modules/safe-read: Add m4/ssize_t.m4.
19736         * modules/xreadlink: Add m4/ssize_t.m4.
19737
19738 2003-06-20  Bruno Haible  <bruno@clisp.org>
19739
19740         Assume C89, so PARAMS isn't needed.
19741         * lib/unicodeio.h (PARAMS): Remove.
19742         * lib/unicodeio.c: Don't use PARAMS.
19743
19744 2003-06-18  Karl Berry  <karl@gnu.org>
19745
19746         * config/config.{guess,sub}: update from prep.
19747
19748 2003-06-18  Jim Meyering  <jim@meyering.net>
19749
19750         Merge changes from coreutils.
19751         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19752         Remove explicit declarations of xmalloc and realloc.
19753         Include xalloc.h.
19754         (read_utmp): Remove anachronistic cast of xmalloc.
19755
19756 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19757
19758         Assume C89, so PARAMS isn't needed.
19759         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19760         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19761         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19762         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19763         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19764         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19765         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19766         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19767         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19768         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19769         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19770         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19771         no longer needed. Anyway, config.h should always be included before any
19772         other file.
19773
19774 2003-06-11  Simon Josefsson  <jas@extundo.com>
19775
19776         * modules/sysexits: New file.
19777         * MODULES.html.sh (func_all_modules): Add sysexits.
19778
19779 2003-06-11  Simon Josefsson  <jas@extundo.com>
19780
19781         * lib/sysexit_.h: New file.
19782
19783 2003-06-11  Derek Price  <derek@ximbiot.com>
19784
19785         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19786         necessary.
19787
19788 2003-06-11  Bruno Haible  <bruno@clisp.org>
19789
19790         * m4/sysexits.m4: New file.
19791
19792 2003-06-10  Simon Josefsson  <jas@extundo.com>
19793
19794         * lib/argp.h: New file, from glibc.
19795         * lib/argp-ba.c: New file, from glibc.
19796         * lib/argp-eexst.c: New file, from glibc.
19797         * lib/argp-fmtstream.c: New file, from glibc.
19798         * lib/argp-fmtstream.h: New file, from glibc.
19799         * lib/argp-fs-xinl.c: New file, from glibc.
19800         * lib/argp-help.c: New file, from glibc.
19801         * lib/argp-namefrob.h: New file, from glibc.
19802         * lib/argp-parse.c: New file, from glibc.
19803         * lib/argp-pv.c: New file, from glibc.
19804         * lib/argp-pvh.c: New file, from glibc.
19805         * lib/argp-xinl.c: New file, from glibc.
19806
19807 2003-06-10  Simon Josefsson  <jas@extundo.com>
19808
19809         * modules/strchrnul: New file.
19810
19811 2003-06-10  Simon Josefsson  <jas@extundo.com>
19812
19813         * modules/argp: New file.
19814
19815 2003-06-10  Simon Josefsson  <jas@extundo.com>
19816
19817         * m4/strchrnul.m4: New file.
19818
19819 2003-06-10  Simon Josefsson  <jas@extundo.com>
19820
19821         * lib/strchrnul.h: New file.
19822         * lib/strchrnul.c: New file.
19823
19824 2003-06-10  Bruno Haible  <bruno@clisp.org>
19825
19826         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19827
19828 2003-06-07  Karl Berry  <karl@gnu.org>
19829
19830         * config/config.{guess,sub}: update from prep.
19831
19832 2003-06-07  Jim Meyering  <jim@meyering.net>
19833
19834         * modules/strtod: Use $(...) notation, not @...@ for
19835         AC_REPLACE'd variables.
19836         * modules/localcharset: Likewise.
19837
19838 2003-06-07  Jim Meyering  <jim@meyering.net>
19839
19840         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19841         in place of my name in the copyright comment.
19842         Remove definition and uses of __P.
19843
19844         From coreutils.
19845         * lib/stat.c: Don't declare xmalloc explicitly.
19846         Instead, include "xalloc.h".
19847         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19848         xrealloc, and xcalloc return values.
19849         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19850         Improve comment.
19851         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19852
19853 2003-06-07  Bruno Haible  <bruno@clisp.org>
19854
19855         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19856         avoid AC_CONFIG_LINKS.
19857         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19858         fnmatch.h, to avoid AC_CONFIG_LINKS.
19859         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19860
19861 2003-06-07  Bruno Haible  <bruno@clisp.org>
19862
19863         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19864         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19865         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19866         directory.
19867         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19868         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19869         directory.
19870
19871 2003-06-06  Jim Meyering  <jim@meyering.net>
19872
19873         Merge from coreutils.
19874         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19875         Consolidate declarations and initializations of *_base* locals.
19876
19877         Merge from coreutils.
19878         This avoids a core dump on systems without GNU putenv,
19879         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19880         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19881         (unsetenv): New static function, from GNU libc.
19882         (rpl_putenv): Use it.
19883
19884         * lib/modechange.c: Remove trailing blanks.
19885
19886         Merge from coreutils.
19887         * lib/fsusage.c: Remove declaration of statfs.
19888         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19889
19890         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19891
19892 2003-06-06  Jim Meyering  <jim@meyering.net>
19893
19894         * lib/stdbool_.h: Renamed from stdbool.h.in.
19895
19896 2003-06-06  Jim Meyering  <jim@meyering.net>
19897             Bruno Haible  <bruno@clisp.org>
19898
19899         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19900         Adjust Makefile.am snippet not to redirect directly to target.
19901         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19902
19903 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19904
19905         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19906         mismatch, look in future quarters as well as past.  This fixes a
19907         bug when processing fall-backwards gaps immediately after a long
19908         period of daylight-saving time.
19909
19910         * lib/mktime.c: Assume freestanding C89 or better.
19911         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19912         (__P): Remove; not used.
19913         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19914         (mktime, not_equal_tm, print_tm, check_result,
19915         main): Use prototypes.  Use const * where appropriate.
19916         (main): Fix typo in testing code that uncovered by above changes.
19917         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19918
19919 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19920
19921         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19922         locale.h, localeconv.  This merges changes from coreutils.
19923
19924         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19925         It can be removed after the next Autoconf is released.
19926         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19927         needed.
19928
19929 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19930
19931         * lib/mktime.c: Fix Debian bug 177940
19932         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19933         (localtime_offset): Now long int, not time_t, because we want it
19934         to be guaranteed to be signed.  All uses changed.
19935         (__mktime_internal): If overflow would occur when adding offset,
19936         don't add it.
19937
19938         Merge 'human' changes from coreutils.  Rewrite to support
19939         locale-specific notations like thousands separators.
19940         * lib/human.c: Simplify authorship notice.
19941         Include human.h immediately after config.h.
19942         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19943         <limits.h>: Do not include, since human.h does.
19944         (SIZE_MAX, UINTMAX_MAX): New macros.
19945         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19946         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19947         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19948         (power_letter): Renamed from suffixes.
19949         (generate_suffix_backwards): Remove.
19950         (adjust_value): Now takes int style (because of human.h changes)
19951         and long double value (for greater precision on some platforms).
19952         (group_number): New function.
19953         (human_readable): Use it.  Use integer options, not enum.
19954         Put the options before the sizes in the arg list.
19955         Support all the new options.
19956         The old human_readable function has been removed;
19957         use inttostr.h instead.
19958         (human_readable, default_block_size, humblock):
19959         Use uintmax_t, not int, for block sizes.
19960         (human_readable_inexact, block_size_types): Remove.
19961         (block_size_opts): New constant.
19962         (human_options): Renamed from human_block_size, with new signature
19963         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19964         * lib/human.h: Add copyright and authorship notice.
19965         Include <limits.h> and <stdbool.h> unconditionally.
19966         (PARAMS): Remove.  All uses removed.
19967         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19968         (enum human_inexact_style): Remove tag; now a nameless enum.
19969         (human_floor, human_ceiling, human_round_to_even): Now have
19970         values 2, 0, 1 rather than -1, 1, 0.
19971         (human_group_digits, human_suppress_point_zero, human_autoscale,
19972         human_base_1024, human_SI, human_B): New constants.
19973         (human_readable_inexact, human_block_size): Remove.
19974         (human_readable): Size args are now uintmax_t, not int.
19975         (human_options): New decl.
19976
19977         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19978         unnecessary now that we assume C89 or better.  This change
19979         imported from coreutils.
19980
19981         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19982         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19983         in the 2003-05-30 sync from glibc.
19984
19985         .h files should stand alone, but we shouldn't include <sys/types.h>
19986         if we can get away with just <stddef.h>.
19987
19988         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19989         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19990         rather than <sys/types.h>, as we merely need size_t.
19991         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19992         to get size_t.
19993         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19994         Include <stdio.h>, to get FILE.
19995         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19996         memcasecmp.h has included <stddef.h> and all we need is size_t.
19997         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19998         our interface, instead of including <sys/types.h>
19999
20000 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20001
20002         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20003         now, as glibc mktime is buggy on non-glibc systems.
20004
20005 2003-06-03  Karl Berry  <karl@gnu.org>
20006
20007         * config/config.sub: update from prep.
20008
20009 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20010
20011         [from coreutils]
20012         Fix some minor time-related bugs with POSIX time arguments.
20013         Some valid time stamps were being rejected (notably -1, and
20014         time stamps before 1900 on 64-bit hosts).  And some invalid
20015         time stamps were being accepted, e.g. September 31.
20016
20017         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20018         that we can return (time_t) -1 successfully.
20019         * lib/posixtm.c: Likewise.
20020         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20021         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20022         (t): Remove static var.
20023         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20024         of static var.  All uses changed.
20025         (year): Do not reject years before 1900; they can occur with
20026         64-bit time_t.
20027         (posix_time_parse): Do not check for out-of-range components;
20028         that is now the caller's responsibility, since our checks were
20029         only approximations.
20030         (posixtime): Use mktime to check for out-of-range components,
20031         since it knows them exactly.
20032         If mktime returns (time_t) -1, check whether an error actually occurred
20033         by invoking localtime on -1.
20034         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20035         posixtime failures better.
20036         Improve the test data (in comments only).
20037
20038 2003-06-02  Karl Berry  <karl@gnu.org>
20039
20040         * config/mkinstalldirs (version): new variable.
20041         (--version): new option.
20042         (usage): improve message.
20043
20044 2003-05-30  Karl Berry  <karl@gnu.org>
20045
20046         * lib/mktime.c: update from libc.
20047
20048 2003-05-30  Bruno Haible  <bruno@clisp.org>
20049
20050         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20051         * config/config.rpath: Upgrade to gettext-0.12.1.
20052
20053 2003-05-30  Bruno Haible  <bruno@clisp.org>
20054
20055         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20056         * m4/nls.m4: New file, from gettext-0.12.1.
20057         * m4/po.m4: New file, from gettext-0.12.1.
20058         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20059
20060 2003-05-30  Bruno Haible  <bruno@clisp.org>
20061
20062         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20063         * lib/localcharset.h: Likewise.
20064         * lib/localcharset.c: Likewise.
20065
20066 2003-05-29  Karl Berry  <karl@gnu.org>
20067
20068         * config/config.rpath: update from gettext.
20069
20070 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20071
20072         Assume the headers required for C89 freestanding compilers.
20073         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20074         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20075         * m4/human.m4 (gl_HUMAN): Likewise.
20076         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20077         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20078         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20079         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20080         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20081         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20082
20083 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20084
20085         Assume the headers required for C89 freestanding compilers.
20086         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20087         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20088         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20089         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20090         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20091         define, since <limits.h> is guaranteed to do that.
20092         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20093         * lib/exclude.c: Include <stdbool.h> unconditionally.
20094         * lib/tempname.c: Include <stddef.h> unconditionally.
20095         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20096         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20097         <stddef.h> does that.
20098         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20099         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20100         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20101         needed.
20102         * lib/xstrtol.c: Likewise.
20103         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20104         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20105
20106         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20107         warnings on some platforms.
20108
20109         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20110         arbitrarily.
20111
20112 2003-05-26  Jim Meyering  <jim@meyering.net>
20113
20114         Merge in a change from coreutils:
20115         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20116         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20117         that condition, rather than `-1' which is slightly misleading.
20118         Change the name of the cache variable to have the gl_ prefix.
20119         Prompted by a patch from Richard Dawe for DJGPP.
20120
20121 2003-05-24  Karl Berry  <karl@gnu.org>
20122
20123         * config/config.guess: update from prep.
20124
20125 2003-05-22  Karl Berry  <karl@gnu.org>
20126
20127         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20128
20129 2003-05-20  Karl Berry  <karl@gnu.org>
20130
20131         * config/config.guess: update from prep.
20132
20133 2003-05-18  Karl Berry  <karl@gnu.org>
20134
20135         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20136         might actually be set by the user.
20137
20138         * config/depcomp, install-sh, mdate-sh: update from automake.
20139
20140 2003-05-17  Bruno Haible  <bruno@clisp.org>
20141
20142         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20143         invalid expansion for AC_EGREP_CPP.
20144         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20145         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20146         Suggested by Akim Demaille <akim@epita.fr> in
20147         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20148
20149 2003-05-12  Jim Meyering  <jim@meyering.net>
20150
20151         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20152         the space-padded-by-default conversion specifiers, %e, %k, %l.
20153
20154 2003-05-12  Bruno Haible  <bruno@clisp.org>
20155
20156         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20157         the string is longer than 4 KB.
20158
20159 2003-05-11  Karl Berry  <karl@gnu.org>
20160
20161         * config/config.{guess,sub}: update from prep.
20162
20163 2003-05-09  Bruno Haible  <bruno@clisp.org>
20164
20165         * modules/error: Add m4/strerror_r.m4 to file list.
20166
20167 2003-05-03  Bruno Haible  <bruno@clisp.org>
20168
20169         Upgrade to Unicode-4.0.
20170         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20171         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20172         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20173         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20174         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20175         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20176         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20177         Change width of U+E0100..U+E01EF from 1 to 0.
20178
20179 2003-04-25  Jim Meyering  <jim@meyering.net>
20180
20181         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20182         of type size_t, not int.
20183
20184 2003-04-25  Bruno Haible  <bruno@clisp.org>
20185
20186         * lib/copy-file.c: Include <stddef.h>, for size_t.
20187
20188 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20189
20190         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20191         code which expansion is under static control.  Patch imported from
20192         Akim Demaille's patch to Bison; see
20193         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20194
20195 2003-04-14  Bruno Haible  <bruno@clisp.org>
20196
20197         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20198
20199 2003-04-11  Jim Meyering  <jim@meyering.net>
20200
20201         Merge changes from Coreutils.
20202
20203         2003-03-22  Jim Meyering  <jim@meyering.net>
20204
20205         * lib/strftime.c (widen): Cast alloca return value to proper type.
20206
20207         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20208
20209         From GNU libc.
20210         * lib/strftime.c (my_strftime): Handle very large width
20211         specifications for numeric values correctly.  Improve checks for
20212         overflow.
20213
20214         2003-01-19  Jim Meyering  <jim@meyering.net>
20215
20216         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20217         definitions.
20218         (nl_get_alt_digit) [! defined my_strftime]: Define.
20219         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20220         _nl_get_alt_digit and _nl_get_walt_digit.
20221
20222         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20223         libc. These changes have no effect outside of _LIBC.
20224
20225 2003-04-10  Bruno Haible  <bruno@clisp.org>
20226
20227         * modules/findprog: New file.
20228         * MODULES.html.sh (func_all_modules): Add it.
20229
20230 2003-04-10  Bruno Haible  <bruno@clisp.org>
20231
20232         * m4/findprog.m4: New file.
20233         * m4/eaccess.m4: New file.
20234
20235 2003-04-10  Bruno Haible  <bruno@clisp.org>
20236
20237         * lib/findprog.h: New file, from GNU gettext.
20238         * lib/findprog.c: New file, from GNU gettext.
20239
20240 2003-04-05  Jim Meyering  <jim@meyering.net>
20241
20242         Merge changes from Coreutils.
20243
20244         * lib/exclude.h (PARAMS): Remove definition and uses.
20245         * lib/exclude.c: Remove uses of `PARAMS'.
20246
20247         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20248         Add test-cases for DOS filenames. Declare program_name.
20249         (main): Set up program_name.  Patch by Rich Dawe.
20250
20251         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20252         error from mntctl.
20253         Use mntctl's return value to drive the entry-processing loop, since
20254         we can't rely on the value of the vmt_length member in the last
20255         entry.  On some systems doing so could result in exhausting
20256         virtual memory.  Based in part on a patch from Mike Jetzer.
20257
20258 2003-04-04  Bruno Haible  <bruno@clisp.org>
20259
20260         * modules/linebreak: New file.
20261         * MODULES.html.sh (func_all_modules): Add it.
20262
20263 2003-04-04  Bruno Haible  <bruno@clisp.org>
20264
20265         * m4/linebreak.m4: New file.
20266
20267 2003-04-04  Bruno Haible  <bruno@clisp.org>
20268
20269         * lib/linebreak.h: New file, from GNU gettext.
20270         * lib/linebreak.c: New file, from GNU gettext with slight
20271         modifications.
20272         * lib/lbrkprop.h: New file, from GNU gettext.
20273
20274 2003-04-03  Bruno Haible  <bruno@clisp.org>
20275
20276         * modules/utf8-ucs4: New file.
20277         * modules/utf16-ucs4: New file.
20278         * modules/ucs4-utf8: New file.
20279         * modules/ucs4-utf16: New file.
20280         * MODULES.html.sh (func_all_modules): Add them.
20281
20282 2003-04-03  Bruno Haible  <bruno@clisp.org>
20283
20284         * m4/utf-ucs4.m4: New file.
20285         * m4/ucs4-utf.m4: New file.
20286
20287 2003-04-03  Bruno Haible  <bruno@clisp.org>
20288
20289         * lib/utf8-ucs4.h: New file, from GNU gettext.
20290         * lib/utf16-ucs4.h: New file, from GNU gettext.
20291         * lib/ucs4-utf8.h: New file, from GNU gettext.
20292         * lib/ucs4-utf16.h: New file, from GNU gettext.
20293
20294 2003-04-02  Bruno Haible  <bruno@clisp.org>
20295
20296         * modules/binary-io: New file.
20297         * MODULES.html.sh (func_all_modules): Add it.
20298
20299 2003-04-02  Bruno Haible  <bruno@clisp.org>
20300
20301         * lib/binary-io.h: New file, from GNU gettext.
20302
20303 2003-04-01  Bruno Haible  <bruno@clisp.org>
20304
20305         * modules/pathname: New file.
20306         * MODULES.html.sh (func_all_modules): Add it.
20307
20308 2003-04-01  Bruno Haible  <bruno@clisp.org>
20309
20310         * lib/pathname.h: New file, from GNU gettext.
20311         * lib/concatpath.c: New file, from GNU gettext.
20312
20313 2003-03-30  Bruno Haible  <bruno@clisp.org>
20314
20315         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20316
20317 2003-03-30  Bruno Haible  <bruno@clisp.org>
20318
20319         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20320         function chown() doesn't exist.
20321
20322 2003-03-28  Bruno Haible  <bruno@clisp.org>
20323
20324         * modules/copy-file: New file.
20325         * MODULES.html.sh (func_all_modules): Add it.
20326
20327 2003-03-28  Bruno Haible  <bruno@clisp.org>
20328
20329         * m4/copy-file.m4: New file.
20330
20331 2003-03-28  Bruno Haible  <bruno@clisp.org>
20332
20333         * lib/copy-file.h: New file, from GNU gettext.
20334         * lib/copy-file.c: New file, from GNU gettext.
20335
20336 2003-03-18  Jim Meyering  <jim@meyering.net>
20337
20338         * lib/quote.c (quote_n): Fix typo in comment.
20339
20340 2003-03-18  Bruno Haible  <bruno@clisp.org>
20341
20342         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20343         checking.
20344         * m4/onceonly_2_57.m4: Likewise.
20345
20346 2003-03-17  Bruno Haible  <bruno@clisp.org>
20347
20348         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20349         (m4_quote): Remove macro.
20350         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20351
20352 2003-03-14  Jim Meyering  <jim@meyering.net>
20353
20354         Merge changes from Coreutils.
20355         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20356         to be const, in order to avoid warnings.
20357         (obstack_room): Likewise.
20358         (obstack_empty_p): Likewise.
20359
20360 2003-03-14  Bruno Haible  <bruno@clisp.org>
20361
20362         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20363         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20364
20365 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20366
20367         Merge changes from Bison.
20368         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20369         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20370         when compiling Bison 1.875's `bitset bset = obstack_alloc
20371         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20372         * lib/hash.c: Include <stdbool.h> unconditionally.
20373
20374 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20375
20376         * m4/onceonly.m4 (m4_quote): New macro.
20377         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20378         Quote AC_FOREACH variable-expansions properly.
20379
20380 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20381
20382         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20383
20384 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20385
20386         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20387         Reported by Bruce Becker; see:
20388         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20389
20390 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20391             Bruno Haible  <bruno@clisp.org>
20392
20393         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20394         Reported by John Hughes, see
20395         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20396
20397 2003-02-20  Bruno Haible  <bruno@clisp.org>
20398
20399         * MODULES.html.sh (func_all_modules): Add poll.
20400
20401 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20402
20403         * modules/poll: New file.
20404
20405 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20406
20407         * lib/poll_.h: New file.
20408         * lib/poll.c: New file.
20409
20410 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20411
20412         * m4/poll.m4: New file.
20413
20414 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20415
20416         * modules/mathl: New file.
20417
20418 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20419
20420         * lib/mathl.h: New file.
20421         * lib/acosl.c: New file.
20422         * lib/asinl.c: New file.
20423         * lib/atanl.c: New file.
20424         * lib/ceill.c: New file.
20425         * lib/cosl.c: New file.
20426         * lib/expl.c: New file.
20427         * lib/floorl.c: New file.
20428         * lib/frexpl.c: New file.
20429         * lib/ldexpl.c: New file.
20430         * lib/logl.c: New file.
20431         * lib/sincosl.c: New file.
20432         * lib/sinl.c: New file.
20433         * lib/sqrtl.c: New file.
20434         * lib/tanl.c: New file.
20435         * lib/trigl.c: New file.
20436         * lib/trigl.h: New file.
20437
20438 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20439
20440         * m4/mathl.m4: New file.
20441
20442 2003-02-18  Bruno Haible  <bruno@clisp.org>
20443
20444         * MODULES.html.sh (func_all_modules): Add mathl.
20445
20446 2003-02-17  Bruno Haible  <bruno@clisp.org>
20447
20448         * modules/mkdtemp: New module.
20449         * MODULES.html.sh (func_all_modules): Add it.
20450
20451 2003-02-17  Bruno Haible  <bruno@clisp.org>
20452
20453         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20454
20455 2003-02-17  Bruno Haible  <bruno@clisp.org>
20456
20457         * lib/mkdtemp.h: New file, from GNU gettext.
20458         * lib/mkdtemp.c: New file, from GNU gettext.
20459
20460 2003-02-02  Jim Meyering  <jim@meyering.net>
20461
20462         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20463         e.g. glibc-2.2.93.
20464
20465 2003-01-31  Bruno Haible  <bruno@clisp.org>
20466
20467         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20468         'rpl_rename'.
20469         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20470         'rpl_strnlen'.
20471         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20472         'rpl_strtod'.
20473         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20474         'rpl_utime'.
20475
20476 2003-01-31  Bruno Haible  <bruno@clisp.org>
20477
20478         * lib/rename.c: #undef rename before defining rpl_rename.
20479         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20480
20481 2003-01-30  Bruno Haible  <bruno@clisp.org>
20482
20483         * modules/vasnprintf, modules/vasprintf: New modules.
20484         * MODULES.html.sh (func_all_modules): Add them.
20485
20486 2003-01-30  Bruno Haible  <bruno@clisp.org>
20487
20488         * m4/signed.m4: New file, from GNU gettext.
20489         * m4/longdouble.m4: New file, from GNU gettext.
20490         * m4/wchar_t.m4: New file, from GNU gettext.
20491         * m4/wint_t.m4: New file, from GNU gettext.
20492         * m4/vasnprintf.m4: New file.
20493         * m4/vasprintf.m4: New file.
20494
20495 2003-01-30  Bruno Haible  <bruno@clisp.org>
20496
20497         * lib/printf-args.h: New file, from GNU gettext.
20498         * lib/printf-args.c: New file, from GNU gettext.
20499         * lib/printf-parse.h: New file, from GNU gettext.
20500         * lib/printf-parse.c: New file, from GNU gettext.
20501         * lib/vasnprintf.h: New file, from GNU gettext.
20502         * lib/vasnprintf.c: New file, from GNU gettext.
20503         * lib/asnprintf.c: New file, from GNU gettext.
20504         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20505         * lib/vasprintf.c: New file, from GNU gettext.
20506         * lib/asprintf.c: New file, from GNU gettext.
20507
20508 2003-01-29  Bruno Haible  <bruno@clisp.org>
20509
20510         * modules/stpncpy: New module.
20511         * MODULES.html.sh (func_all_modules): Add it.
20512
20513 2003-01-29  Bruno Haible  <bruno@clisp.org>
20514
20515         * m4/stpncpy.m4: New file.
20516
20517 2003-01-29  Bruno Haible  <bruno@clisp.org>
20518
20519         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20520         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20521
20522 2003-01-28  Bruno Haible  <bruno@clisp.org>
20523
20524         * modules/c-ctype: New module.
20525         * MODULES.html.sh (func_all_modules): Add it.
20526
20527 2003-01-28  Bruno Haible  <bruno@clisp.org>
20528
20529         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20530         Paul Eggert.
20531         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20532         Paul Eggert.
20533
20534 2003-01-27  Bruno Haible  <bruno@clisp.org>
20535
20536         * modules/xsetenv: New module.
20537         * MODULES.html.sh (func_all_modules): Add it.
20538
20539 2003-01-27  Bruno Haible  <bruno@clisp.org>
20540
20541         * lib/xsetenv.h: New file, from GNU gettext.
20542         * lib/xsetenv.c: New file, from GNU gettext.
20543
20544 2003-01-23  Jim Meyering  <jim@meyering.net>
20545
20546         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20547         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20548
20549 2003-01-23  Bruno Haible  <bruno@clisp.org>
20550
20551         * modules/minmax: New module.
20552         * MODULES.html.sh (func_all_modules): Add it.
20553
20554 2003-01-23  Bruno Haible  <bruno@clisp.org>
20555
20556         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20557         Eggert.
20558
20559 2003-01-22  Bruno Haible  <bruno@clisp.org>
20560
20561         * modules/exit: New module.
20562         * MODULES.html.sh (func_all_modules): Add it.
20563
20564 2003-01-22  Bruno Haible  <bruno@clisp.org>
20565
20566         * lib/exit.h: New file, from GNU gettext.
20567
20568 2003-01-19  Bruno Haible  <bruno@clisp.org>
20569
20570         * gnulib-tool: Recognize option --extract-maintainer.
20571         (func_get_maintainer): New function.
20572         * modules/*: Add Maintainer entry.
20573
20574 2003-01-16  Jim Meyering  <jim@meyering.net>
20575
20576         * m4/regex.m4: The `regex' struct is both input and output.
20577         Initialize it before each use.  Patch by Tim Waugh.
20578
20579 2003-01-16  Bruno Haible  <bruno@clisp.org>
20580
20581         * MODULES.html.sh: Add a table of contents. Add the module name as
20582         leftmost column. Add hyperlinks.
20583
20584 2003-01-15  Bruno Haible  <bruno@clisp.org>
20585
20586         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20587
20588 2003-01-15  Bruno Haible  <bruno@clisp.org>
20589
20590         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20591         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20592         suffix.
20593
20594 2003-01-15  Bruno Haible  <bruno@clisp.org>
20595
20596         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20597
20598 2003-01-15  Bruno Haible  <bruno@clisp.org>
20599
20600         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20601         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20602
20603 2003-01-14  Jim Meyering  <jim@meyering.net>
20604
20605         * lib/same.c (same_name): Tweak a comment.
20606
20607 2003-01-14  Bruno Haible  <bruno@clisp.org>
20608
20609         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20610         when a string comparison is sufficient.
20611
20612 2003-01-14  Bruno Haible  <bruno@clisp.org>
20613
20614         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20615         'unsigned int'.
20616
20617 2003-01-14  Bruno Haible  <bruno@clisp.org>
20618
20619         * lib/hash-pjw.c: Add comment about low quality of this function.
20620
20621 2003-01-13  Bruno Haible  <bruno@clisp.org>
20622
20623         * modules/stpcpy: Distribute lib/stpcpy.h.
20624         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20625
20626 2003-01-13  Bruno Haible  <bruno@clisp.org>
20627
20628         * modules/*: Add a description.
20629         * modules/strpbrk: Fix Makefile.am snippet.
20630         * modules/strtoimax: Fix dependencies.
20631         * modules/strtoumax: Likewise.
20632
20633 2003-01-13  Bruno Haible  <bruno@clisp.org>
20634
20635         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20636         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20637         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20638
20639 2003-01-13  Bruno Haible  <bruno@clisp.org>
20640
20641         * gnulib-tool (func_create_testdir): Store config/* files in the main
20642         directory.
20643         * config.rpath: Move to ...
20644         * config/config.rpath: ... here.
20645         * modules/gettext: Contains config/config.rpath, not config.rpath.
20646         * modules/iconv: Likewise.
20647
20648 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20649
20650         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20651         to avoid collisions with libcurses and libreadline.
20652
20653         * m4/getstr.m4: Remove.
20654         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20655
20656 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20657
20658         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20659         to avoid collisions with libcurses and libreadline.
20660
20661         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20662         * lib/getstr.h, getstr.c: Remove.
20663         * lib/getline.c: Include "getline.h", to check interface.
20664         Move body of old getstr.c here: this defines MIN_CHUNK and
20665         declares getdelim2, which is renamed from getstr.
20666         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20667
20668         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20669         All uses changed.
20670         * lib/linebuffer.h: Likewise.
20671         (readline): Remove backward-compatibility macro.
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         * getstr: Remove.
20678         * MODULES.html.sh: Remove getstr.
20679         * modules/getline: Depend on unlocked-io, not getstr.
20680
20681 2003-01-12  Jim Meyering  <jim@meyering.net>
20682
20683         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20684
20685 2003-01-10  Bruno Haible  <bruno@clisp.org>
20686
20687         * modules/alloca: Change Makefile.am requirements. Simplify Include
20688         requirements. Add lib/alloca_.h to file list.
20689
20690 2003-01-10  Bruno Haible  <bruno@clisp.org>
20691
20692         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20693
20694 2003-01-10  Bruno Haible  <bruno@clisp.org>
20695
20696         * lib/alloca_.h: New file.
20697         * lib/getdate.y: Unconditionally include alloca.h.
20698         * lib/makepath.c: Likewise.
20699         * lib/setenv.c: Likewise.
20700         * lib/userspec.c: Likewise.
20701
20702 2003-01-09  Karl Berry  <karl@gnu.org>
20703
20704         * MODULES.html.sh: include `dirname $0` in PATH, to find
20705         gnulib-tool.
20706
20707 2003-01-09  Bruno Haible  <bruno@clisp.org>
20708
20709         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20710         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20711
20712 2003-01-09  Bruno Haible  <bruno@clisp.org>
20713
20714         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20715
20716 2003-01-09  Bruno Haible  <bruno@clisp.org>
20717
20718         * lib/stdbool.h.in: New file.
20719
20720 2003-01-09  Bruno Haible  <bruno@clisp.org>
20721
20722         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20723         * MODULES.html.sh: Likewise.
20724
20725 2003-01-08  Jim Meyering  <jim@meyering.net>
20726
20727         * lib/full-write.c: Undefine and define-away `const' after inclusion
20728         of errno.h, not before.  Suggestion from Bruno Haible.
20729
20730 2003-01-08  Bruno Haible  <bruno@clisp.org>
20731
20732         * modules/full-read: Depend on full-write.
20733
20734 2003-01-08  Bruno Haible  <bruno@clisp.org>
20735
20736         * lib/safe-read.c: Include specification header first, to ensure its
20737         selfcontainedness.
20738         * lib/full-write.c: Likewise.
20739
20740 2003-01-07  Jim Meyering  <jim@meyering.net>
20741
20742         * lib/full-write.c: Rework so that it may serve to define full_read,
20743         too.
20744         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20745
20746 2003-01-07  Bruno Haible  <bruno@clisp.org>
20747
20748         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20749         <inttypes.h>.
20750         * lib/xstrtol.h: Likewise.
20751         * lib/xstrtoimax.c: Likewise.
20752         * lib/xstrtoumax.c: Likewise.
20753         * lib/human.h: Likewise.
20754
20755         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20756         on systems that have <inttypes.h> but not <stdint.h>.
20757
20758 2003-01-07  Bruno Haible  <bruno@clisp.org>
20759
20760         * MODULES.html.sh: Add copyright notice.
20761         (missed_files): Omit CVS directory entries.
20762         (func_module): Make it work with sed-3.02.
20763         * MODULES.txt: Remove file.
20764
20765 2003-01-06  Jim Meyering  <jim@meyering.net>
20766
20767         * lib/version-etc.c: Update year in translatable copyright string.
20768
20769 2003-01-03  Karl Berry  <karl@gnu.org>
20770
20771         * config/config.{guess,sub}: update from prep.
20772
20773 2003-01-02  Karl Berry  <karl@gnu.org>
20774
20775         * doc/COPYING.DOC: belatedly updated to 1.2.
20776
20777 2003-01-01  Karl Berry  <karl@gnu.org>
20778
20779         * gnulib-tool (func_verify_module): report module name $module in
20780         error message, not $1.
20781         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20782         be created, only if it doesn't exist.
20783         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20784
20785 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20786
20787         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20788
20789 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20790
20791         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20792         memcmp if strcoll doesn't work.
20793
20794 2002-12-31  Bruno Haible  <bruno@clisp.org>
20795
20796         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20797         nonempty.
20798
20799 2002-12-31  Bruno Haible  <bruno@clisp.org>
20800
20801         * lib/memcoll.c (STRCOLL): New macro.
20802         (memcoll): Use it.
20803
20804 2002-12-31  Bruno Haible  <bruno@clisp.org>
20805
20806         * lib/localcharset.h: New file.
20807         * lib/localcharset.c: Include it.
20808         * lib/unicodeio.c: Likewise.
20809
20810 2002-12-31  Bruno Haible  <bruno@clisp.org>
20811
20812         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20813         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20814
20815 2002-12-31  Bruno Haible  <bruno@clisp.org>
20816
20817         * lib/getline.h: Include <stddef.h>, for size_t.
20818
20819         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20820         * lib/unicodeio.c: Don't include <stddef.h>.
20821
20822 2002-12-31  Bruno Haible  <bruno@clisp.org>
20823
20824         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20825         HAVE_TM_ZONE.
20826
20827 2002-12-24  Karl Berry  <karl@gnu.org>
20828
20829         * config/config.guess: update from prep.
20830
20831 2002-12-24  Bruno Haible  <bruno@clisp.org>
20832
20833         General infrasructure.
20834         * m4/README: Rewritten.
20835         * m4/onceonly.m4: New file.
20836         * m4/onceonly_2_57.m4: New file.
20837
20838         Module atexit.
20839         * m4/atexit.m4: New file.
20840
20841         Module strtod.
20842         * m4/strtod.m4: New file.
20843
20844         Module strtol.
20845         * m4/strtol.m4: New file.
20846
20847         Module strtoul.
20848         * m4/strtoul.m4: New file.
20849
20850         Module memchr.
20851         * m4/memchr.m4: New file.
20852
20853         Module memcmp.
20854         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20855         (jm_FUNC_MEMCMP): Invoke it.
20856
20857         Module memcpy.
20858         * m4/memcpy.m4: New file.
20859
20860         Module memmove.
20861         * m4/memmove.m4: New file.
20862
20863         Module memset.
20864         * m4/memset.m4: New file.
20865
20866         Module strcspn.
20867         * m4/strcspn.m4: New file.
20868
20869         Module strpbrk.
20870         * m4/strpbrk.m4: New file.
20871
20872         Module strstr.
20873         * m4/strstr.m4: New file.
20874
20875         Module strerror.
20876         * m4/strerror.m4: New file.
20877
20878         Module mktime.
20879         * m4/mktime.m4: Renamed from jm-mktime.m4.
20880         (gl_PREREQ_MKTIME): New macro.
20881         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20882
20883         Module malloc.
20884         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20885         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20886         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20887
20888         Module realloc.
20889         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20890         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20891         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20892
20893         Module strftime.
20894         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20895         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20896         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20897         gl_TM_GMTOFF.
20898         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20899
20900         Module xalloc.
20901         * m4/xalloc.m4: New file.
20902
20903         Module alloca.
20904         * m4/alloca.m4: New file.
20905
20906         Module putenv.
20907         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20908         (jm_FUNC_PUTENV): Invoke it.
20909
20910         Module setenv.
20911         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20912         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20913         when invoked twice.
20914         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20915         gt_FUNC_SETENV.
20916
20917         Module memrchr.
20918         * m4/memrchr.m4: New file.
20919
20920         Module stpcpy.
20921         * m4/stpcpy.m4: New file.
20922
20923         Module strcase.
20924         * m4/strcase.m4: New file.
20925
20926         Module strdup.
20927         * m4/strdup.m4: New file.
20928
20929         Module strnlen.
20930         * m4/strnlen.m4: New file.
20931
20932         Module strndup.
20933         * m4/strndup.m4: New file.
20934
20935         Module xstrtod.
20936         * m4/xstrtod.m4: New file.
20937
20938         Module xstrtol.
20939         * m4/xstrtol.m4: New file.
20940
20941         Module getdate.
20942         * m4/getdate.m4: New file.
20943
20944         Module unlocked-io.
20945         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20946         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20947         * m4/jm-glibc-io.m4n: Remove file.
20948
20949         Module long-options.
20950         * m4/long-options.m4: New file.
20951
20952         Module md5.
20953         * m4/md5.m4: New file.
20954
20955         Module sha.
20956         * m4/sha.m4: New file.
20957
20958         Module getstr.
20959         * m4/getstr.m4: New file.
20960
20961         Module getline.
20962         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20963         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20964         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20965         simply getline. Infoke gl_PREREQ_GETLINE.
20966
20967         Module obstack.
20968         * m4/obstack.m4: New file.
20969
20970         Module hash.
20971         * m4/hash.m4: New file.
20972
20973         Module readtokens.
20974         * m4/readtokens.m4: New file.
20975
20976         Module strverscmp.
20977         * m4/strverscmp.m4: New file.
20978
20979         Module stdbool.
20980         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20981         OSF/1.
20982
20983         Module strtoll.
20984         * m4/strtoll.m4: New file.
20985
20986         Module strtoull.
20987         * m4/strtoull.m4: New file.
20988
20989         Module strtoimax.
20990         * m4/strtoimax.m4: New file.
20991
20992         Module strtoumax.
20993         * m4/strtoumax.m4: New file.
20994
20995         Module xstrtoimax.
20996         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20997         jm_AC_PREREQ_XSTRTOIMAX.
20998         Moved the strtol prerequisites to strtol.m4.
20999         Moved the strtoll prerequisites to strtoll.m4.
21000         Moved the strtoimax prerequisites to strtoimax.m4.
21001
21002         Module xstrtoumax.
21003         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21004         jm_AC_PREREQ_XSTRTOUMAX.
21005         Moved the strtoul prerequisites to strtoul.m4.
21006         Moved the strtoull prerequisites to strtoull.m4.
21007         Moved the strtoumax prerequisites to strtoumax.m4.
21008
21009         Module chown.
21010         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21011         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21012
21013         Module dup2.
21014         * m4/dup2.m4: New file.
21015
21016         Module ftruncate.
21017         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21018         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21019
21020         Module getgroups.
21021         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21022         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21023
21024         Module gettimeofday.
21025         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21026         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21027         gl_PREREQ_GETTIMEOFDAY.
21028
21029         Module mkdir.
21030         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21031         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21032
21033         Module mkstemp.
21034         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21035         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21036         jm_AC_TYPE_UINTMAX_T.
21037         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21038
21039         Module stat.
21040         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21041         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21042
21043         Module lstat.
21044         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21045         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21046
21047         Module timespec.
21048         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21049         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21050         * m4/st_mtim.m4: Indentation.
21051
21052         Module nanosleep.
21053         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21054         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21055         gl_PREREQ_NANOSLEEP.
21056
21057         Module regex.
21058         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21059         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21060         (gl_REGEX): New macro.
21061
21062         Module rename.
21063         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21064         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21065
21066         Module rmdir.
21067         * m4/rmdir.m4: New file.
21068
21069         Module utime.
21070         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21071         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21072         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21073
21074         Module dirname.
21075         * m4/dirname.m4: New file.
21076
21077         Module getopt.
21078         * m4/getopt.m4: New file.
21079
21080         Module unistd-safer.
21081         * m4/unistd-safer.m4: New file.
21082
21083         Module fnmatch.
21084         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21085         declaration.
21086         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21087         (gl_FUNC_FNMATCH_POSIX): New macro.
21088         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21089         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21090         simply fnmatch.
21091
21092         Module exclude.
21093         * m4/exclude.m4: New file.
21094
21095         Module human.
21096         * m4/human.m4: New file.
21097
21098         Module acl.
21099         * m4/acl.m4: Nop.
21100
21101         Module backupfile.
21102         * m4/backupfile.m4: New file.
21103         * m4/d-ino.m4: Indentation.
21104
21105         Module fsusage.
21106         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21107         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21108         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21109
21110         Module dirfd.
21111         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21112         requirements.
21113
21114         Module euidaccess.
21115         * m4/euidaccess.m4: New file.
21116
21117         Module file-type.
21118         * m4/file-type.m4: New file.
21119
21120         Module fileblocks.
21121         * m4/fileblocks.m4: New file.
21122
21123         Module filemode.
21124         * m4/filemode.m4: New file.
21125
21126         Module isdir.
21127         * m4/isdir.m4: New file.
21128
21129         Module lchown.
21130         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21131         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21132
21133         Module makepath.
21134         * m4/makepath.m4: New file.
21135
21136         Module modechange.
21137         * m4/modechange.m4: New file.
21138
21139         Module mountlist.
21140         * m4/mountlist.m4: New file.
21141         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21142         Indentation.
21143
21144         Module path-concat.
21145         * m4/path-concat.m4: New file.
21146
21147         Module pathmax.
21148         * m4/pathmax.m4: New file.
21149
21150         Module same.
21151         * m4/same.m4: New file.
21152
21153         Module save-cwd.
21154         * m4/save-cwd.m4: New file.
21155
21156         Module savedir.
21157         * m4/savedir.m4: New file.
21158
21159         Module xgetcwd.
21160         * m4/xgetcwd.m4: New file.
21161         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21162
21163         Module xreadlink.
21164         * m4/xreadlink.m4: New file.
21165
21166         Module safe-read.
21167         * m4/safe-read.m4: New file.
21168
21169         Module safe-write.
21170         * m4/safe-write.m4: New file.
21171
21172         Module closeout.
21173         * m4/closeout.m4: New file.
21174
21175         Module stdio-safer.
21176         * m4/stdio-safer.m4: New file.
21177
21178         Module getpass.
21179         * m4/getpass.m4: New file.
21180
21181         Module getugroups.
21182         * m4/getugroups.m4: New file.
21183
21184         Module group-member.
21185         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21186         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21187
21188         Module idcache.
21189         * m4/idcache.m4: New file.
21190
21191         Module userspec.
21192         * m4/userspec.m4: New file.
21193
21194         Module gettime.
21195         * m4/clock_time.m4: New file.
21196         * m4/gettime.m4: New file.
21197
21198         Module settime.
21199         * m4/settime.m4: New file.
21200
21201         Module posixtm.
21202         * m4/posixtm.m4: New file.
21203
21204         Module gethostname.
21205         * m4/gethostname.m4: New file.
21206
21207         Module canon-host.
21208         * m4/canon-host.m4: New file.
21209
21210         Module gettext.
21211         * m4/codeset.m4: New file, from gettext-0.11.5.
21212         * m4/gettext.m4: New file, from gettext-0.11.5.
21213         * m4/glibc21.m4: New file, from gettext-0.11.5.
21214         * m4/iconv.m4: New file, from gettext-0.11.5.
21215         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21216         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21217         * m4/inttypes.m4: New file, from gettext-0.11.5.
21218         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21219         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21220         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21221         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21222         * m4/lib-link.m4: New file, from gettext-0.11.5.
21223         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21224         * m4/progtest.m4: New file, from gettext-0.11.5.
21225         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21226         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21227         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21228
21229         Module localcharset.
21230         * m4/localcharset.m4: New file.
21231
21232         Module hard-locale.
21233         * m4/hard-locale.m4: New file.
21234
21235         Module mbswidth.
21236         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21237         onceonly macros.
21238         * m4/mbrtowc.m4: Add comment.
21239
21240         Module memcasecmp.
21241         * m4/memcasecmp.m4: New file.
21242
21243         Module memcoll.
21244         * m4/memcoll.m4: New file.
21245
21246         Module unicodeio.
21247         * m4/unicodeio.m4: New file.
21248
21249         Module rpmatch.
21250         * m4/rpmatch.m4: New file.
21251
21252         Module yesno.
21253         * m4/yesno.m4: New file.
21254
21255         Module exitfail.
21256         * m4/exitfail.m4: New file.
21257
21258         Module c-stack.
21259         * m4/c-stack.m4 (gl_C_STACK): New macro.
21260         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21261
21262         Module error.
21263         * m4/error.m4 (gl_ERROR): New macro.
21264         (jm_PREREQ_ERROR): Use onceonly macros.
21265
21266         Module fatal.
21267         * m4/fatal.m4: New file.
21268
21269         Module getloadavg.
21270         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21271         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21272
21273         Module getpagesize.
21274         * m4/getpagesize.m4: New file.
21275
21276         Module getusershell.
21277         * m4/getusershell.m4: New file.
21278
21279         Module physmem.
21280         * m4/physmem.m4: New file.
21281
21282         Module posixver.
21283         * m4/posixver.m4: New file.
21284
21285         Module quotearg.
21286         * m4/quotearg.m4: New file.
21287
21288         Module quote.
21289         * m4/quote.m4: New file.
21290
21291         Module readutmp.
21292         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21293
21294         Module sig2str.
21295         * m4/sig2str.m4: New file.
21296
21297         Other.
21298         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21299         ulonglong.m4.
21300         * m4/intmax_t.m4: New file.
21301         * m4/d-type.m4: Indentation.
21302         * m4/jm-macros.m4: Update.
21303         * m4/prereq.m4 (jm_PREREQ): Update.
21304         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21305         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21306         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21307         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21308         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21309         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21310         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21311         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21312         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21313         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21314         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21315         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21316         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21317         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21318         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21319         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21320         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21321         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21322         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21323
21324 2002-12-24  Bruno Haible  <bruno@clisp.org>
21325
21326         * MODULES.txt: Update according to m4/ changes.
21327
21328         Module gettext.
21329         * config.rpath: New file, from gettext-0.11.5.
21330
21331         * modules/*: New module descriptions.
21332         * gnulib-tool: New file.
21333         * MODULES.html.sh: New file.
21334
21335 2002-12-21  Karl Berry  <karl@gnu.org>
21336
21337         * doc/fdl.texi: update to version 1.2.
21338
21339 2002-12-19  Karl Berry  <karl@gnu.org>
21340
21341         * config/config.guess: update from prep.
21342
21343 2002-12-18  Bruno Haible  <bruno@clisp.org>
21344
21345         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21346         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21347
21348 2002-12-17  Bruno Haible  <bruno@clisp.org>
21349
21350         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21351         stdlib.h, string.h.
21352
21353 2002-12-17  Bruno Haible  <bruno@clisp.org>
21354
21355         * lib/canon-host.c (strdup): Remove unused declaration.
21356
21357         * lib/fsusage.c: Include full_read.h.
21358         (get_fs_usage): Use full_read instead of safe_read.
21359
21360         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21361
21362 2002-12-12  Karl Berry  <karl@gnu.org>
21363
21364         * config/config.guess: update from prep.
21365
21366 2002-12-11  Bruno Haible  <bruno@clisp.org>
21367
21368         * m4/setenv.m4: New file, from gettext-0.11.5.
21369
21370 2002-12-11  Bruno Haible  <bruno@clisp.org>
21371
21372         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21373         not unsetenv().
21374         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21375         modifications:
21376
21377         2002-12-11  Bruno Haible  <bruno@clisp.org>
21378
21379                 * setenv.c (alloca): Fall back to malloc.
21380                 (freea): New macro.
21381                 (setenv): Use freea() to free memory allocated with alloca().
21382
21383         2002-11-13  Bruno Haible  <bruno@clisp.org>
21384
21385                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21386                 function declarations.
21387                 * unsetenv.c (unsetenv): Likewise.
21388
21389         2002-03-04  Bruno Haible  <bruno@clisp.org>
21390
21391                 Portability to AIX 4.3.3.
21392                 * unsetenv.c: New file, extracted from setenv.c.
21393                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21394
21395         2001-12-20  Bruno Haible  <bruno@clisp.org>
21396
21397                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21398                 use malloc instead. For SunOS 4.
21399
21400         2001-12-11  Bruno Haible  <bruno@clisp.org>
21401
21402                 * setenv.c: Declare alloca.
21403                 (compar_fn_t): New typedef.
21404                 (KNOWN_VALUE, STORE_VALUE): Use it.
21405
21406         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21407         setenv.h.
21408
21409 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21410
21411         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21412         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21413         Choose values that are less likely to collide with system fnmatch
21414         options.
21415         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21416         defined (e.g., a pure POSIX system).
21417         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21418         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21419
21420 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21421
21422         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21423         a pain in practice to deal with generated m4 files.  This change
21424         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21425
21426         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21427         and jm-glibc-io.m4, as they are no longer a special case.
21428         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21429         kludge and the auto-generation stuff.  Check only whether the
21430         functions are declared, not whether they exist, since older hosts
21431         that don't declare the functions can't use the optimization anyway.
21432
21433 2002-12-06  Jim Meyering  <jim@meyering.net>
21434
21435         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21436
21437         Merge in changes from libc's misc/error.c, in preparation
21438         for the merge of gnulib's changes back into libc.
21439
21440         * lib/error.c (_): Define only if not already defined.
21441         Move definition to follow all #include directives.
21442         Include unlocked-io.h only if !_LIBC.
21443         [_LIBC]: Include <libio/libioP.h>.
21444         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21445         (fflush): Tweak definition to use INTUSE.
21446         (putc): Define.
21447
21448 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21449
21450         * lib/alloca.c [defined emacs]: Include "lisp.h".
21451         (xalloc_die) [defined emacs]: New macro.
21452         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21453         [! defined emacs]: Include <xalloc.h>.
21454         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21455         (pointer): Typedef to POINTER_TYPE *.
21456         (malloc): Remove decl; we now always use xmalloc.
21457         (alloca): Use old-style definition, since Emacs needs this.
21458         Check for arithmetic overflow when computing combined size.
21459
21460 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21461
21462         Do not generate unlocked-io.h automatically, since it's easier to
21463         maintain it by hand.
21464
21465         * lib/unlocked-io.h: New file, from GNU diffutils,
21466         but with proper copyright notice and attribution.
21467         * lib/gen-uio: Remove.
21468         * lib/Makefile.am: Add copyright notice.
21469         (libfetish_a_SOURCES): Add unlocked-io.h.
21470         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21471         (DISTCLEANFILES, io_functions): Remove macros.
21472         (EXTRA_DIST): Remove gen_uio.
21473         (unlocked-io.h): Remove rule.
21474
21475 2002-12-04  Jim Meyering  <jim@meyering.net>
21476
21477         Reflect the fact that stat.c and lstat.c are no longer generated.
21478         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21479         (DISTCLEANFILES): Likewise.
21480         (EXTRA_DIST): Likewise.
21481         (all_local): Don't depend on stat.c or lstat.c.
21482         (stat.c, lstat.c): Remove rules.
21483         (EXTRA_DIST): Remove xstat.in.
21484
21485         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21486         * lib/stat.c: New file.  Contents mostly from xstat.in.
21487         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21488         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21489
21490         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21491         too.
21492         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21493
21494 2002-12-03  Jim Meyering  <jim@meyering.net>
21495
21496         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21497         but not semantics, to minimize the differences between these two files.
21498         (safe_read): Change comment to mention SAFE_READ_ERROR.
21499
21500         * lib/safe-read.c (IS_EINTR): Define.
21501         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21502
21503 2002-12-02  Jim Meyering  <jim@meyering.net>
21504
21505         * lib/safe-read.c (EINTR): Define.
21506         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21507         (INT_MAX): Provide fallback.
21508         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21509
21510         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21511
21512 2002-12-02  Bruno Haible  <bruno@clisp.org>
21513
21514         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21515         Define, taken from safe-read.c.
21516         (INT_MAX): Provide fallback.
21517         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21518         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21519
21520         * lib/safe-read.c (EINTR): Remove definition.
21521         (safe_read): Don't use EINTR if it is absent.
21522
21523 2002-12-01  Jim Meyering  <jim@meyering.net>
21524
21525         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21526         zero.
21527         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21528
21529 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21530
21531         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21532         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21533         with `if (! (value < limit)) abort ();', for readability.
21534
21535 2002-11-26  Karl Berry  <karl@gnu.org>
21536
21537         * lib/strdup.c: copy from libc again, with jim's ok.
21538         * lib/.cppi-disable: re-add strdup.c
21539
21540 2002-11-25  Karl Berry  <karl@gnu.org>
21541
21542         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21543         instead of "strtol.c".
21544
21545 2002-11-25  Karl Berry  <karl@gnu.org>
21546
21547         * config/install-sh: update from automake for variable quoting, $0 in
21548         error msgs, etc.
21549
21550         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21551         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21552         entry.
21553
21554 2002-11-25  Jim Meyering  <jim@meyering.net>
21555
21556         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21557
21558 2002-11-24  Karl Berry  <karl@gnu.org>
21559
21560         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21561         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21562
21563 2002-11-24  Jim Meyering  <jim@meyering.net>
21564
21565         Update from coreutils:
21566
21567         * lib/mktime.c: Merge in changes from libc.
21568
21569         Avoid a link-time failure on some Linux systems.
21570         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21571         (otherwise).
21572         (__mon_yday): Declare with the STATIC attribute.
21573         (__mktime_internal): Likewise.
21574         Based on a report from Greg Schafer.
21575
21576 2002-11-23  Jim Meyering  <jim@meyering.net>
21577
21578         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21579         Use `unsigned', not `int', as type of index.
21580
21581         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21582
21583         * lib/fsusage.c: Remove unneeded parentheses around operands of
21584         `defined'.
21585
21586 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21587
21588         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21589         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21590         so that we can be included first.
21591         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21592         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21593         No need to include stddef.h or sys/types.h any more.
21594         Surround local include files with "", not "<>".
21595         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21596         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21597         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21598         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21599         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21600         (ISPRINT): Remove; no longer needed now that we assume C89.
21601
21602         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21603         Preserve errno.
21604
21605         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21606         quotearg_char): Use SIZE_MAX rather than
21607         (size_t) -1 when we are talking about "infinity".
21608
21609         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21610
21611 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21612
21613         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21614         hint that one should use `if (! x) abort ();' rather than `assert
21615         (x);', and anyway it's one less thing to worry about configuring.
21616         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21617         hash_rehash, hash_insert): Use abort rather than assert.
21618
21619 2002-11-22  Bruno Haible  <bruno@clisp.org>
21620
21621         * lib/safe-read.h: Assume C89. Add comments.
21622         (safe_read): Change return type to size_t.
21623         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21624         byte counts > SSIZE_MAX correctly.
21625         * lib/safe-write.h: New file.
21626         * lib/safe-write.c: New file.
21627         * lib/full-read.h: New file.
21628         * lib/full-read.c: New file.
21629         * lib/full-write.h: Assume C89. Add comments.
21630         * lib/full-write.c: Include safe-write.h.
21631         (full_write): Rewritten to use safe_write.
21632         Suggested by Jim Meyering and Paul Eggert.
21633
21634 2002-11-21  Jim Meyering  <jim@meyering.net>
21635
21636         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21637
21638         Merge in changes from the coreutils.
21639
21640         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21641         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21642         <stdint.h>.
21643         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21644         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21645         int.  Work more efficiently if X is the same width as uintmax_t.
21646         Do not compare X to -1, to avoid bogus compiler warning.
21647         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21648         Don't assume that f_frsize and f_bsize are the same type.
21649
21650         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21651         warning on FreeBSD.
21652
21653         * lib/makepath.c (make_path): Restore umask *before* creating the final
21654         component.
21655         (make_path): Minor reformatting.
21656
21657         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21658         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21659         HAVE_MALLOC/HAVE_REALLOC.
21660
21661         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21662         dummy ones.  At least on GNU/Linux systems, `auto' means something
21663         else.
21664         From Michael Stone.
21665
21666 2002-11-21  Bruno Haible  <bruno@clisp.org>
21667
21668         Remove case insensitive option matching.
21669         * lib/argmatch.h (argcasematch): Remove declaration.
21670         (ARGCASEMATCH): Remove macro.
21671         (__xargmatch_internal): Remove case_sensitive argument.
21672         (XARGMATCH): Update.
21673         (XARGCASEMATCH): Remove macro.
21674         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21675         case_sensitive argument.
21676         (argcasematch): Remove function.
21677         (__xargmatch_internal): Remove case_sensitive argument.
21678         (main): Use XARGMATCH instead of XARGCASEMATCH.
21679
21680         * lib/xmalloc.c: Change compile-time error message. Add comment about
21681         required autoconf version.
21682
21683 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21684
21685         Merge argmatch cleanups from Bison.  Assume C89.
21686
21687         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21688         Include stdlib.h, for EXIT_FAILURE.
21689         Always include <string.h>, since we assume C89.
21690         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21691         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21692         Include <stddef.h> instead, since it's all we need for size_t.
21693         (PARAMS): Remove.  All uses removed.
21694         (ARRAY_CARDINALITY): Do not bother to #undef.
21695         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21696         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21697         Remove unnecessary parentheses.
21698         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21699         Insert necessary parentheses.
21700         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21701         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21702
21703 2002-11-19  Bruno Haible  <bruno@clisp.org>
21704
21705         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21706         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21707
21708         * lib/mbswidth.h (PARAMS): Remove macro.
21709         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21710         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21711
21712         * lib/gcd.h (PARAMS): Remove macro.
21713         (gcd): Use ANSI C function declarations.
21714         * lib/gcd.c (gcd): Likewise.
21715
21716 2002-11-15  Bruno Haible  <bruno@clisp.org>
21717
21718         * lib/strcspn.c: Include <stddef.h>.
21719         (strcspn): Use ANSI C function declaration. Change return type to
21720         size_t. Use NULL.
21721         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21722         (strpbrk): Use NULL.
21723         * lib/strpbrk.h (PARAMS): Remove macro.
21724         (strpbrk): Use ANSI C function declaration.
21725         * lib/strstr.c: Don't include <sys/types.h>.
21726         * lib/strstr.h (PARAMS): Remove macro.
21727         (strstr): Use ANSI C function declarations.
21728
21729 2002-11-14  Karl Berry  <karl@gnu.org>
21730
21731         * config/mkinstalldirs: `do' on separate line, instead of
21732         `for var; do'.
21733
21734 2002-11-06  Bruno Haible  <bruno@clisp.org>
21735
21736         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21737         * lib/gcd.c (gcd): Likewise.
21738
21739 2002-11-05  Bruno Haible  <bruno@clisp.org>
21740
21741         * lib/gcd.h: New file, from gettext-0.11.5.
21742         * lib/gcd.c: New file, from gettext-0.11.5.
21743
21744 2002-11-05  Bruno Haible  <bruno@clisp.org>
21745
21746         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21747         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21748         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21749         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21750
21751         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21752         <libintl.h>.
21753         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21754         <libintl.h>.
21755
21756         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21757         * lib/human.c: Include gettext.h instead of <libintl.h>.
21758         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21759         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21760         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21761         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21762         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21763         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21764         (textdomain): Remove definition.
21765         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21766
21767         * lib/long-options.c: Remove include of <libintl.h> and definition of
21768         _.
21769         * lib/same.c: Remove include of <libintl.h> and definition of _.
21770
21771 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21772
21773         * lib/config.charset: A few additions for Solaris.
21774
21775 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21776
21777         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21778         * lib/localcharset.c (locale_charset): Declare as extern "C".
21779
21780 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21781
21782         * lib/config.charset: msdos in uk_UA uses CP1125.
21783
21784 2002-11-04  Bruno Haible  <bruno@clisp.org>
21785
21786         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21787         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21788         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21789         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21790         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21791
21792 2002-11-04  Bruno Haible  <bruno@clisp.org>
21793
21794         * lib/localcharset.c (locale_charset): Don't return an empty string.
21795
21796 2002-11-04  Bruno Haible  <bruno@clisp.org>
21797
21798         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21799         aliases.
21800
21801 2002-11-04  Bruno Haible  <bruno@clisp.org>
21802
21803         * lib/config.charset: Update for newest glibc. Add canonical names
21804         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21805
21806 2002-11-04  Bruno Haible  <bruno@clisp.org>
21807
21808         * lib/config.charset: Add support for NetBSD.
21809
21810 2002-11-04  Bruno Haible  <bruno@clisp.org>
21811
21812         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21813
21814 2002-11-01  Bruno Haible  <bruno@clisp.org>
21815
21816         * configure.in: Add AC_CONFIG_AUX_DIR call.
21817         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21818         test/Makefile.
21819         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21820
21821 2002-09-28  Karl Berry  <karl@gnu.org>
21822
21823         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21824         installed automake until the next release, since changes have been
21825         made.
21826
21827 2002-09-25  Karl Berry  <karl@gnu.org>
21828
21829         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21830         * lib/getopt*: copy from libc/posix.
21831         * lib/gettext.h: copy from gettext.
21832         * lib/.cppi-disable: add strdup.c, gettext.h.
21833
21834 2002-09-25  Karl Berry  <karl@gnu.org>
21835
21836         * config/srclist.txt: enable gettext.h check.
21837         * config/config.{guess,sub}: update from prep.
21838         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21839                 from automake 1.6.3.
21840         See srclist*.
21841
21842 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21843
21844         * regex.c (PATFETCH): Remove the translating fetch.
21845         (PATFETCH_RAW): Rename to PATFETCH.
21846         (set_image_of_range): New fun.
21847         (SET_RANGE_TABLE_WORK_AREA): Use it.
21848         (regex_compile): Don't translate the pattern chars so eagerly.
21849         Only do it when inserting an `exactn' bytecode or when handling
21850         a char-range.
21851         (mutually_exclusive_p): Avoid empty statement.
21852
21853 2002-07-06  Jim Meyering  <meyering@lucent.com>
21854
21855         * m4/README: Don't mention Makefile.am.in.
21856         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21857
21858 2002-07-01  Jim Meyering  <meyering@lucent.com>
21859
21860         * lib/c-stack.c: Include sys/time.h.
21861         From Volker Borchert.
21862
21863 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21864
21865         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21866
21867 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21868
21869         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21870         New macro.  Use it uniformly instead of
21871         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21872         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21873         reported by Vin Shelton.
21874
21875 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21876
21877         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21878         Do not assume SA_SIGINFO behavior.
21879         Bug reported by Jim Meyering on NetBSD 1.5.2.
21880
21881 2002-06-22  Jim Meyering  <meyering@lucent.com>
21882
21883         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21884         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21885
21886         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21887         now that configure.ac uses AC_GNU_SOURCE.
21888         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21889         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21890
21891         Update to latest tools.  Suggestions from Paul Eggert.
21892         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21893         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21894         * m4/fnmatch.m4: Likewise.
21895         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21896         to AC_HEADER_STDBOOL
21897
21898 2002-06-22  Jim Meyering  <meyering@lucent.com>
21899
21900         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21901         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21902
21903 2002-06-22  Jim Meyering  <meyering@lucent.com>
21904
21905         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21906
21907         * lib/exitfail.c, exitfail.h: Likewise.
21908         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21909
21910         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21911         of fnmatch.h.
21912         (EXTRA_DIST): Add fnmatch_loop.c.
21913         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21914
21915         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21916         * lib/fnmatch.c: Update from diffutils-2.8.2.
21917         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21918         * lib/fnmatch.h: Remove file.
21919
21920 2002-06-21  Jim Meyering  <meyering@lucent.com>
21921
21922         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21923         * m4/mbrtowc.m4: Likewise.
21924
21925         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21926         * m4/mbswidth.m4: Reflect name change:
21927         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21928         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21929
21930         * m4/lib-link.m4: Update from gettext-0.11.2.
21931         * m4/gettext.m4: Likewise.
21932
21933         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21934         From Alfred M. Szmidt.
21935
21936 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21937
21938         * lib/file-type.h: Report an error if neither S_ISREG nor
21939         S_IFREG is defined, instead of using a test specific to glibc
21940         2.2.  This should be safe, since POSIX requires S_ISREG and
21941         Unix Version 7 had S_IFREG.  We don't need to check for
21942         <sys/types.h> since we don't use any symbols that it defines.
21943
21944 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21945
21946         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21947         $@-t, so that each temporary file name is unique and valid in the first
21948         8 characters, for operation under DOS.
21949
21950 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21951
21952         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21953
21954 2002-06-15  Jim Meyering  <meyering@lucent.com>
21955
21956         Work even with DJGPP 2.03, which lacks support for symlinks.
21957         From Richard Dawe.
21958         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21959         is defined.
21960         * lib/lchown.c (S_ISLNK): Likewise.
21961
21962 2002-06-15  Jim Meyering  <meyering@lucent.com>
21963
21964         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21965         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21966         have been included before this file.
21967
21968 2002-06-14  Jim Meyering  <meyering@lucent.com>
21969
21970         * lib/file-type.h: Use the version from diffutils-2.8.2.
21971         * lib/file-type.c: Likewise.
21972
21973 2002-06-07  Jim Meyering  <meyering@lucent.com>
21974
21975         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21976         They're needed at least for NetBSD 1.5.2.
21977         ($statxfs_includes): Include those same headers.
21978         ($statxfs_includes): Include sys/vfs.h if available.
21979         ($statxfs_includes): Likewise for sys/statvfs.h.
21980         Check for the following members in both structs statfs and statvfs:
21981         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21982
21983 2002-06-01  Jim Meyering  <meyering@lucent.com>
21984
21985         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21986         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21987
21988 2002-05-28  Jim Meyering  <meyering@lucent.com>
21989
21990         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21991         Reported by Volker Borchert.
21992
21993 2002-05-27  Jim Meyering  <meyering@lucent.com>
21994
21995         Fix a problem seen only on nonconforming systems whereby ls.c's
21996         use of localtime, and then of gettimeofday would cause trouble:
21997         the localtime call used to initialize rpl_gettimeofday's save
21998         mechanism would clobber ls's current local time information so
21999         that in any long listing the first file would always be listed
22000         with date 1970-01-01.  Analysis by Volker Borchert.
22001
22002         * lib/gettimeofday.c (localtime): Undefine.
22003         (rpl_localtime): New function.
22004
22005 2002-05-27  Jim Meyering  <meyering@lucent.com>
22006
22007         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22008         localtime.
22009
22010         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22011         use the replacement function; it wouldn't resolve at link time.
22012         Reported by Volker Borchert.
22013
22014 2002-05-22  Jim Meyering  <meyering@lucent.com>
22015
22016         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22017         file-type.h.
22018         * lib/file-type.h: New file.
22019         * lib/file-type.c (file_type): New file/function.  Extracted from
22020         diffutils.
22021
22022 2002-04-30  Jim Meyering  <meyering@lucent.com>
22023
22024         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22025
22026 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22027
22028         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22029
22030 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22031
22032         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22033         Do not check for alloca.h (no longer used) or stdbool.h (was never
22034         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22035
22036 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22037
22038         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22039
22040 2002-04-29  Jim Meyering  <meyering@lucent.com>
22041
22042         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22043         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22044         Use AC_FUNC_STRNLEN here instead.
22045
22046         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22047         With autoconf-2.53a, it's part of AC_PROG_CC.
22048
22049 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22050
22051         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22052         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22053
22054 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22055
22056         * lib/sig2str.h, lib/sig2str.c: New files.
22057         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22058
22059 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22060
22061         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22062         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22063         of 127, since 64 is the largest conceivable number for ancient
22064         nonstandard hosts.
22065         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22066
22067 2002-04-28  Jim Meyering  <meyering@lucent.com>
22068
22069         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22070
22071 2002-04-24  Jim Meyering  <meyering@lucent.com>
22072
22073         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22074         (jm_PREREQ): Use it.
22075
22076         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22077         mach/mach.h fcntl.h.
22078         Check for this function: setlocale.
22079
22080 2002-04-24  Jim Meyering  <meyering@lucent.com>
22081
22082         * lib/gettext.h: New file, from Gettext.
22083         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22084         (libfetish_a_SOURCES): Add gettext.h.
22085
22086 2002-04-16  Jim Meyering  <meyering@lucent.com>
22087
22088         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22089         ut_pid, ut_id, ut_exit.
22090
22091 2002-04-16  Jim Meyering  <meyering@lucent.com>
22092
22093         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22094         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22095         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22096
22097 2002-04-12  Jim Meyering  <meyering@lucent.com>
22098
22099         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22100         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22101         existence of the getmntinfo function.  Needed for Darwin 5.3.
22102
22103         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22104         This is necessary at least on Darwin 5.3.
22105
22106         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22107         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22108         strnlen.o in the library, and that makes some versions of ranlib
22109         object.
22110
22111 2002-04-12  Jim Meyering  <meyering@lucent.com>
22112
22113         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22114
22115 2002-04-09  Jim Meyering  <meyering@lucent.com>
22116
22117         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22118         to be more precise.  Rather than saying we're checking whether the
22119         function `works', say what we're testing.
22120         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22121         Reported by Bruno Haible.
22122
22123 2002-03-10  Jim Meyering  <meyering@lucent.com>
22124
22125         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22126         Suggestion from Santiago Vila.
22127
22128 2002-03-08  Jim Meyering  <meyering@lucent.com>
22129
22130         * lib/rename.c: Mention that this wrapper is needed also on
22131         mips-dec-ultrix4.4 systems.
22132
22133 2002-03-02  Jim Meyering  <meyering@lucent.com>
22134
22135         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22136         not HAVE_CLOCK_SETTIME.
22137
22138 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22139
22140         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22141         Check for clock_settime.
22142
22143 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22144
22145         * lib/nanosleep.h: Rename to....
22146         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22147
22148         * lib/gettime.c: New file.
22149         * lib/settime.c: New file.
22150         * lib/stime.c: Remove.
22151
22152         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22153         timespec.h.  Remove nanosleep.h.
22154
22155 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22156
22157         * m4/acl.m4: New file.
22158         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22159         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22160
22161 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22162
22163         * lib/acl.c, lib/acl.h: New files.
22164         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22165
22166 2002-02-24  Jim Meyering  <meyering@lucent.com>
22167
22168         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22169         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22170         cause trouble.  Reported by Nelson Beebe.
22171
22172 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22173
22174         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22175         compilers that don't know that xalloc_die never returns.
22176
22177 2002-02-20  Jim Meyering  <meyering@lucent.com>
22178
22179         * lib/getdate.c: Regenerate using bison-1.33.
22180
22181 2002-02-17  Jim Meyering  <meyering@lucent.com>
22182
22183         * config/config.guess (main): Don't use `head -1'; it's no longer
22184         portable. Use `sed 1q' instead.
22185
22186 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22187
22188         * m4/codeset.m4: Upgrade to gettext-0.11.
22189         * m4/gettext.m4: Upgrade to gettext-0.11.
22190         * m4/glibc21.m4: Upgrade to gettext-0.11.
22191         * m4/iconv.m4: Upgrade to gettext-0.11.
22192         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22193         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22194         * m4/lib-ld.m4: New file, from gettext-0.11.
22195         * m4/lib-link.m4: New file, from gettext-0.11.
22196         * m4/lib-prefix.m4: New file, from gettext-0.11.
22197         * m4/progtest.m4: Upgrade to gettext-0.11.
22198
22199 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22200
22201         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22202         (jm_PREREQ): Use it.
22203
22204 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22205
22206         * lib/posixver.c, lib/posixver.h: New files.
22207         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22208
22209 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22210             Bruno Haible  <bruno@clisp.org>
22211
22212         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22213         (fwrite_success_callback): New declaration.
22214         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22215         print_unicode_char. Call failure callback instead of error.
22216         (fwrite_success_callback): New function.
22217         (exit_failure_callback): New function.
22218         (fallback_failure_callback): New function.
22219         (print_unicode_char): Call unicode_to_mb.
22220
22221 2002-01-26  Jim Meyering  <meyering@lucent.com>
22222
22223         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22224         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22225
22226 2002-01-26  Jim Meyering  <meyering@lucent.com>
22227
22228         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22229
22230 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22231
22232         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22233
22234 2002-01-22  Jim Meyering  <meyering@lucent.com>
22235
22236         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22237         Otherwise, some versions of automake would omit the rule that makes
22238         Makefile from Makefile.in.
22239
22240 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22241
22242         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22243         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22244         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22245         (memcoll): Set errno to zero if there is no error.
22246
22247         * lib/quotearg.c (quotearg_buffer_restyled):
22248         Fix bug with quoting buffers containing NUL when backslashing escapes.
22249         This bug was exposed by the other changes in this patch.
22250         (quotearg_n_options): New arg ARGSIZE.
22251         All callers changed.
22252         (quoting_options_from_style): New function.
22253         (quotearg_n_style): Use it.
22254         (quotearg_n_style_mem): New function.
22255
22256         * lib/quotearg.h (quotearg_n_style_mem): New function.
22257
22258 2002-01-19  Jim Meyering  <meyering@lucent.com>
22259
22260         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22261         Remove useless quotes: DF_PROG="df".
22262         * m4/strnlen.m4: New file.
22263
22264 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22265
22266         * lib/backupfile.c (ISDIGIT): Comment fix.
22267         * lib/getdate.y (ISDIGIT): Likewise.
22268         * lib/posixtm.c (ISDIGIT, year): Likewise.
22269         * lib/strverscmp.c (ISDIGIT): Likewise.
22270         * lib/userspec.c (ISDIGIT): Likewise.
22271
22272 2002-01-16  Jim Meyering  <meyering@lucent.com>
22273
22274         * lib/getdate.y: Add three semicolons, each just before a closing
22275         brace. Bison (as of version 1.31) no longer papers over that mistake.
22276
22277 2002-01-05  Jim Meyering  <meyering@lucent.com>
22278
22279         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22280
22281 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22282
22283         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22284         not silently exit merely because the output buffer happens to
22285         have nothing pending.
22286
22287 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22288
22289         See the big note in ../ChangeLog.
22290         * lib/human.c (suffixes): Prefer K to k for 1024.
22291         (generate_suffix_backwards): New function.
22292         (human_readable_inexact): Use it.
22293         * lib/xstrtol.c (__xstrtol): If there is no number but there
22294         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22295         Accept 'K' as well as 'k'.
22296
22297 2001-12-15  Jim Meyering  <meyering@lucent.com>
22298
22299         * lib/regex.h (__restrict_arr): Update from libc.
22300
22301         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22302         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22303         (STREQ): Define.
22304
22305 2001-12-14  Jim Meyering  <meyering@lucent.com>
22306
22307         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22308         Suggestion from Bruno Haible.
22309
22310 2001-12-10  Jim Meyering  <meyering@lucent.com>
22311
22312         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22313         xrealloc, Instead, include "xalloc.h".
22314         (initbuffer): Don't cast xmalloc return value to char*.
22315         (readline): Reword comment.
22316         Don't cast xrealloc return value to char*
22317         Return NULL, not 0.
22318
22319 2001-12-09  Jim Meyering  <meyering@lucent.com>
22320
22321         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22322         about `signed and unsigned type in conditional expression'.
22323         * lib/posixtm.c (posix_time_parse): Likewise.
22324
22325         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22326
22327         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22328         to avoid a pedantic warning.
22329
22330         * lib/getstr.c: Don't include assert.h.
22331         (getstr): Remove warning-evoking assertions.
22332         Return -1 if offset parameter is out of bounds.
22333         Change the type of a local from int to size_t.
22334
22335         * lib/strftime.c (my_strftime_localtime_r): Include this function
22336         definition in the `#if ! HAVE_TM_GMTOFF' block.
22337
22338         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22339         Include xalloc.h instead.
22340
22341 2001-12-02  Jim Meyering  <meyering@lucent.com>
22342
22343         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22344         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22345         included.
22346
22347         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22348         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22349
22350 2001-11-30  Akim Demaille  <akim@epita.fr>
22351
22352         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22353         before being defined.
22354
22355 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22356
22357         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22358         First arg is int, not unsigned.
22359         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22360         (SIZE_MAX, UINT_MAX): New macros.
22361         (quotearg_n_options): Abort if N is negative.
22362         Avoid overflow check on hosts where size_t is 64 bits and int
22363         is 32 bits, as overflow is impossible there.
22364         Fix off-by-one typo that caused unnecessary reallocation.
22365
22366 2001-11-27  Jim Meyering  <meyering@lucent.com>
22367
22368         * lib/tempname.c: Merge with version from libc.
22369         * lib/regex.c: Likewise.
22370
22371         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22372         systems for which STDC_HEADERS is 0, it was not included, resulting in
22373         a warning about an integer-to-pointer conversion problem with getenv.
22374         Reported by Volker Borchert.
22375
22376 2001-11-26  Jim Meyering  <meyering@lucent.com>
22377
22378         * lib/gtod.h: Remove file.
22379         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22380         * lib/gettimeofday.c: Don't include gtod.h.
22381         (GTOD_init): Remove function.
22382         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22383         Suggestion from Volker Borchert.
22384
22385 2001-11-23  Jim Meyering  <meyering@lucent.com>
22386
22387         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22388         it.
22389         * lib/hash.c (struct hash_table): Define it here instead.
22390
22391 2001-11-22  Jim Meyering  <meyering@lucent.com>
22392
22393         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22394
22395 2001-11-20  Jim Meyering  <meyering@lucent.com>
22396
22397         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22398         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22399
22400 2001-11-19  Jim Meyering  <meyering@lucent.com>
22401
22402         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22403         directory.  Use "conftestXXXXXX" as the template.
22404         Suggestion from Paul Eggert.
22405
22406         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22407         immediately, so the test doesn't mistakenly hit the max-open-files
22408         limit.
22409
22410 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22411
22412         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22413         (TEMPORARIES): New macro.
22414         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22415         removes an artificial limitation (e.g. HP-UX 10.20, where
22416         TMP_MAX is 17576).
22417
22418 2001-11-18  Jim Meyering  <meyering@lucent.com>
22419
22420         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22421
22422 2001-11-18  Jim Meyering  <meyering@lucent.com>
22423
22424         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22425         on SunOS 4.
22426
22427         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22428         files will be created before anything else.
22429
22430 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22431
22432         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22433         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22434
22435 2001-11-17  Jim Meyering  <meyering@lucent.com>
22436
22437         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22438         Prompted by a report from Bob Proulx.
22439
22440         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22441         Instead, require UTILS_FUNC_MKSTEMP.
22442
22443 2001-11-17  Jim Meyering  <meyering@lucent.com>
22444
22445         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22446         Now, that's done as part of AC_FUNC_STRTOD.
22447
22448 2001-11-17  Jim Meyering  <meyering@lucent.com>
22449
22450         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22451         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22452         rather than group writable.  Patch by Juan F. Codagnone.
22453
22454         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22455         xrealloc, Instead, include "xalloc.h".
22456
22457         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22458         Remove explicit declarations of xmalloc, xrealloc,
22459         and xstrdup.  Instead, include "xalloc.h".
22460
22461         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22462         unlocked-io.h.
22463         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22464         Likewise.
22465         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22466
22467         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22468         Reported by Padraig Brady.
22469
22470         * lib/mkstemp.c: #undef mkstemp.
22471         Include config.h.
22472         (rpl_mkstemp): Rename from mkstemp.
22473         Protoize.
22474
22475 2001-11-16  Jim Meyering  <meyering@lucent.com>
22476
22477         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22478         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22479         determine the amount of total physical memory, use pstat_getstatic.
22480         HPUX-11 doesn't define _SC_PHYS_PAGES.
22481         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22482         If sysconf couldn't be used to determine the amount of available
22483         physical memory, use both pstat_getstatic and pstat_getdynamic.
22484         Based on a patch from Bob Proulx.
22485
22486 2001-11-10  Jim Meyering  <meyering@lucent.com>
22487
22488         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22489         (jm_PREREQ): Use it.
22490
22491 2001-11-09  Jim Meyering  <meyering@lucent.com>
22492
22493         * m4/jm-macros.m4: Require autoconf-2.52f.
22494         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22495         Use these AC_-prefixed names, not the AM_-prefixed ones.
22496
22497         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22498
22499 2001-11-05  Jim Meyering  <meyering@lucent.com>
22500
22501         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22502
22503 2001-11-04  Jim Meyering  <meyering@lucent.com>
22504
22505         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22506         $DEFS.
22507
22508 2001-11-03  Jim Meyering  <meyering@lucent.com>
22509
22510         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22511         of AC_DEFUN.
22512
22513         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22514         know the name of the variable in the macro definition.
22515
22516 2001-11-03  Jim Meyering  <meyering@lucent.com>
22517
22518         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22519         in argmatch_to_argument call.
22520
22521         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22522         argument.
22523
22524         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22525         e.g., a fault due to an attempt to free a NULL pointer.
22526
22527 2001-11-01  Jim Meyering  <meyering@lucent.com>
22528
22529         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22530         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22531
22532 2001-11-01  Jim Meyering  <meyering@lucent.com>
22533
22534         * lib/dirfd.c, lib/dirfd.h: New files.
22535         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22536
22537         * lib/hash.c (hash_print) [TESTING]: Clean up.
22538
22539 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22540
22541         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22542         to avoid a warning if -Wall.
22543
22544 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22545
22546         * README: New file
22547         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22548         (per RMS's instructions, this is now the canonical source)
22549         * lgpl/, gpl/: New directories.
22550
22551 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22552
22553         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22554
22555 2001-10-21  Jim Meyering  <meyering@lucent.com>
22556
22557         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22558         this code would end up calling gettext even in packages built
22559         with --disable-nls.
22560         * lib/getopt.c (_): Likewise.
22561         * lib/regex.c (_): Likewise.
22562
22563 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22564
22565         * m4/error.m4 (jm_PREREQ_ERROR):
22566         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22567         AC_FUNC_STRERROR_R does that.
22568         Check for strerror declaration.
22569
22570         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22571         are supposed to have them these days.
22572         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22573         Merge changes from latest Autoconf CVS.
22574         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22575         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22576         POSIX decided to standardize on the int flavor of strerror_r.
22577
22578 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22579
22580         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22581         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22582         Use strerror_r that is only a macro, even if it is not a function.
22583         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22584         (private_strerror): Use prototypes, not old-style function definition.
22585         (print_errno_message): New function.
22586         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22587         char*-flavored one.
22588         (error_tail, error, error_at_line): Use it.
22589
22590 2001-10-11  Jim Meyering  <meyering@lucent.com>
22591
22592         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22593         and quote_n (1, ... to avoid clobbering a buffer.
22594
22595 2001-10-05  Jim Meyering  <meyering@lucent.com>
22596
22597         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22598         hash-pjw.h.
22599         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22600         * lib/hash-pjw.h: New file.
22601
22602 2001-09-30  Jim Meyering  <meyering@lucent.com>
22603
22604         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22605         `struct fsstat' has the `f_fstypename' member.
22606         Use that to define FS_TYPE, which is now used to make
22607         the getfsstat link test tighter.
22608
22609 2001-09-30  Jim Meyering  <meyering@lucent.com>
22610
22611         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22612         Include <sys/ucred.h>, for Apple Darwin.
22613         Include sys/mount.h and sys/fs_types.h only if available.
22614         (FS_TYPE): Define.
22615         (read_filesystem_list): Use FS_TYPE.
22616
22617 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22618
22619         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22620         a boolean context.
22621
22622 2001-09-29  Jim Meyering  <meyering@lucent.com>
22623
22624         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22625         [one-argument getmntent function]): Include stdio.h before mntent.h.
22626         SunOS 4.1.x needs it for the declaration of `FILE'.
22627         Patch by Volker Borchert.
22628
22629         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22630         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22631         sys/fs_types.h, and make the link-test for getfsstat guard #include
22632         directives with appropriate #if HAVE_*_H tests so that we can
22633         detect getfsstat on Apple Darwin1.3.7 systems.
22634         Reported by Nelson Beebe.
22635         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22636
22637 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22638
22639         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22640         #defines strtoimax.  Also treat the other strto* functions
22641         like strtoimax.
22642
22643         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22644         Check for strtoul and strtoumax,
22645         as those declarations are made even in the signed case.
22646         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22647         Likewise, for strtol and strtoimax.
22648
22649 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22650
22651         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22652         #defines strtoimax.  Also treat the other strto* functions
22653         like strtoimax.
22654
22655         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22656         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22657         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22658
22659 2001-09-26  Jim Meyering  <meyering@lucent.com>
22660
22661         Most macros in unlocked-io.h had the wrong number of arguments.
22662         * lib/gen-uio: New script.
22663         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22664         * lib/unlocked-io.hin: Remove file.
22665         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22666         rather than trying to embed it here.
22667         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22668         Reported by Padraig Brady.
22669
22670 2001-09-25  Volker Borchert  <bt@teknon.de>
22671
22672         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22673         `result'.
22674
22675 2001-09-24  Jim Meyering  <meyering@lucent.com>
22676
22677         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22678
22679 2001-09-23  Jim Meyering  <meyering@lucent.com>
22680
22681         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22682         instead of the mere test for existence of mntent.h.  The latter
22683         would get a false-positive on AIX 3.4 systems.
22684         In the outer getmntent if-block, don't die if neither of the getmntent
22685         tests succeeds.  Instead, just fall through and continue with the
22686         remaining tests.
22687
22688 2001-09-23  Jim Meyering  <meyering@lucent.com>
22689
22690         * lib/mountlist.c: Remove useless parentheses in #if directives.
22691         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22692         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22693
22694 2001-09-22  Jim Meyering  <meyering@lucent.com>
22695
22696         * m4/gettext.m4: New file.  From gettext.
22697         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22698         * m4/progtest.m4: Likewise
22699         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22700         * m4/glibc21.m4: Likewise.
22701
22702         * m4/libintl.m4: Remove.  No longer used.
22703
22704 2001-09-22  Jim Meyering  <meyering@lucent.com>
22705
22706         * lib/localcharset.c: Update from latest gettext.
22707         * lib/config.charset: Likewise.
22708
22709 2001-09-20  Jim Meyering  <meyering@lucent.com>
22710
22711         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22712         strtoimax.
22713         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22714         strtoumax.
22715
22716 2001-09-20  Jim Meyering  <meyering@lucent.com>
22717
22718         * lib/xstrtol.c (strtoimax): Guard declaration with
22719         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22720         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22721         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22722         (strtoumax): Likewise, for completeness (it wasn't necessary).
22723
22724 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22725
22726         * lib/strtoimax.c (HAVE_LONG_LONG):
22727         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22728         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22729         to work around bug in IBM C compiler.
22730
22731 2001-09-17  Jim Meyering  <meyering@lucent.com>
22732
22733         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22734         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22735         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22736         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22737         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22738         whenever the right hand side need not be expanded by the shell.
22739
22740 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22741
22742         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22743         library.  It's not correct, as some older glibcs are buggy.
22744         fnmatch wasn't fixed until glibc 2.2.
22745
22746         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22747         special shell magic here.
22748
22749 2001-09-16  Jim Meyering  <meyering@lucent.com>
22750
22751         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22752         * m4/jm-macros.m4: Require it.
22753
22754 2001-09-16  Jim Meyering  <meyering@lucent.com>
22755
22756         * lib/mkdir.c: New file.
22757
22758 2001-09-15  Jim Meyering  <meyering@lucent.com>
22759
22760         * m4/jm-macros.m4: Check for help2man.
22761
22762 2001-09-11  Jim Meyering  <meyering@lucent.com>
22763
22764         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22765         The body, by Paul Eggert, was moved here from configure.in.
22766         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22767
22768 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22769
22770         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22771         (jm_PREREQ): Use it.
22772
22773 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22774
22775         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22776         Use ssize_t, not int, to store result of readlink.
22777         Check for ssize_t overflow as well as size_t overflow,
22778         as POSIX says the result of readlink is implementation-defined
22779         when ssize_t overflows.
22780         Remove unnecessary cast to char*.
22781         Use free+malloc instead of realloc, as the storage doesn't need
22782         to be preserved and it's clearer and can be more efficient that way.
22783         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22784         * lib/xreadlink.h (xreadlink): Update prototype.
22785
22786 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22787
22788         * lib/xgetcwd.c: Revert some of the previous change; intead,
22789         fix the HAVE_GETCWD_NULL code to behave more like the
22790         !HAVE_GETCWD_NULL code used to.
22791
22792         Include "xalloc.h".
22793         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22794         invoke xalloc_die.
22795
22796 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22797
22798         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22799         sys/param.h, as pathmax.h includes them.
22800
22801 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22802
22803         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22804         (jm_PREREQ_XGETCWD): New macro.
22805
22806         * m4/getcwd.m4: New file.
22807
22808 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22809
22810         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22811         like the HAVE_GETCWD_NULL code.
22812         Include pathmax.h if not HAVE_GETCWD.
22813         Do not include xalloc.h.
22814         (INITIAL_BUFFER_SIZE): New symbol.
22815         Do not use xmalloc / xrealloc, since the caller is responsible for
22816         handling errors.  Preserve errno around `free' during failure.
22817         Do not overrun buffer when using getwd.
22818
22819 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22820
22821         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22822         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22823         getcwd (NULL, 0).
22824
22825 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22826
22827         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22828         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22829         spotted by Jim Meyering.
22830
22831 2001-09-03  Jim Meyering  <meyering@lucent.com>
22832
22833         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22834         failure.
22835
22836 2001-09-02  Jim Meyering  <meyering@lucent.com>
22837
22838         * lib/error.c: Update from GNU libc.
22839
22840 2001-09-01  Jim Meyering  <meyering@lucent.com>
22841
22842         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22843         Used by df.
22844
22845 2001-09-01  Jim Meyering  <meyering@lucent.com>
22846
22847         * lib/xreadlink.c: New file.
22848         * lib/xreadlink.h: New file.
22849         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22850         xreadlink.h.
22851
22852         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22853         doesn't conflict with sparc Solaris 7's definition in
22854         /usr/include/sys/int_types.h.
22855
22856         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22857         files.
22858         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22859         and strncasecmp as r-values.  Unixware didn't have declarations.
22860
22861 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22862
22863         * lib/xstrtol.h: Add copyright notice.
22864         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22865         LONGINT_INVALID_SUFFIX_CHAR.
22866
22867 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22868
22869         * lib/xstrtol.c (strtoimax): New decl.
22870
22871 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22872
22873         * lib/xgetcwd.c: Don't include pathmax.h.
22874         Include stdlib.h and unistd.h if available.
22875         Include xalloc.h.
22876         (xmalloc, xstrdup, free): Remove decls.
22877         (xgetcwd): Don't assume sizes fit in unsigned.
22878         Check for overflow when computing sizes.
22879         Simplify reallocation code.
22880
22881 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22882
22883         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22884         a directory's st_size can have an arbitrary value, so the old
22885         usage could waste an arbitrary amount of memory.  All uses
22886         changed.
22887         * lib/savedir.h: Update prototype.
22888
22889 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22890
22891         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22892
22893         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22894         old strtoimax.c.
22895
22896         Also, make the following further changes to make this file's
22897         configuration more similar to that of strtol.c:
22898         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22899         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22900         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22901         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22902         changed to signed values.
22903
22904         And make the following changes as well:
22905         Fix copyright notice, as 1999 was missing.
22906         (verify): New macro.
22907         (strtoimax): Check sizes at compile-time, not run-time.
22908         Prefer strtol to strtoll if both work.
22909         (main): Remove; it was not that useful and was a pain to maintain.
22910
22911         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22912
22913 2001-08-31  Jim Meyering  <meyering@lucent.com>
22914
22915         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22916         Use an initial, malloc'd, buffer of length 128 rather than
22917         a statically allocated one of length 1024.
22918
22919 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22920
22921         Simplify code, partly by assuming autoconf 2.52 semantics.
22922
22923         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22924
22925         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22926         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22927         All uses removed.
22928         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22929         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22930         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22931         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22932         jm_AC_HEADER_INTTYPES_H.
22933         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22934
22935         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22936
22937         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22938         Quote first arg of AC_DEFUN.
22939         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22940         since they are needed to parse the include file even if we need
22941         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22942         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22943         but with opposite signedness.
22944
22945 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22946
22947         Merge 'exclude' changes from tar 1.13.22.
22948         This fixes one or two unlikely storage allocation overflow bugs,
22949         but doesn't change user-visible behavior otherwise.
22950
22951 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22952
22953         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22954         (jm_PREREQ_EXCLUDE): New macro.
22955
22956 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22957
22958         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22959         tm to be declared.
22960
22961 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22962
22963         * lib/hash.c: Remove '2001' from copyright notice.
22964
22965 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22966
22967         * lib/full-write.h: New file.
22968         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22969         * lib/full-write.c: Correct credits, as cccp.c no longer
22970         exists and anyway it was so heavily changed from the old cccp
22971         code as to be unrecognizable.  Include full-write.h.
22972         (full_write) Return size_t, with short writes meaning failure.
22973         All callers changed.  This fixes a bug with large buffers
22974         on 64-bit hosts.
22975         * lib/utime.c: Include full-write.h.
22976
22977 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22978
22979         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22980         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22981         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22982         Include if available.
22983         (<xalloc.h>): Include
22984         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22985         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22986         collide with FNM macros.
22987         (struct patopts): New struct.
22988         (struct exclude): Use it, as exclude patterns now come with options.
22989         (new_exclude): Support above changes.
22990         (new_exclude, add_exclude_file):
22991         Initial size must now be a power of two to simplify overflow checking.
22992         (free_exclude, fnmatch_no_wildcards): New function.
22993         (excluded_filename): No longer requires options arg, as the options
22994         are determined by add_exclude.  Now returns bool, not int.
22995         (excluded_filename, add_exclude):
22996         Add support for the fancy new exclusion options.
22997         (add_exclude, add_exclude_file): Now takes int options arg.
22998         Check for arithmetic overflow when computing sizes.
22999         (add_exclude_file): xrealloc might modify errno, so don't
23000         realloc until after errno might be used.
23001
23002         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23003         New macros.
23004         (free_exclude): New decl.
23005         (add_exclude, add_exclude_file): Now takes int options arg.
23006         (excluded_filename): No longer requires options arg, as the options
23007         are determined by add_exclude.  Now returns bool, not int.
23008
23009 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23010
23011         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23012
23013 2001-08-27  Jim Meyering  <meyering@lucent.com>
23014
23015         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23016
23017         * lib/version-etc.c (N_): Remove definition.
23018         Revert most of last change.
23019         Instead, simply don't mark the `Copyright...' string for translation.
23020         Based on advice from Paul Eggert.
23021
23022         * lib/strtoxmax.c: Tweak comment.
23023
23024 2001-08-26  Jim Meyering  <meyering@lucent.com>
23025
23026         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23027
23028         * m4/xstrtoimax.m4: New file.
23029         * m4/xstrtoumax.m4: Add comments explaining why we
23030         AC_REPLACE_FUNCS(strtol).
23031
23032 2001-08-26  Jim Meyering  <meyering@lucent.com>
23033
23034         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23035         of copyright with `%s' so translators don't get an untranslated
23036         message in 2002.
23037         (COPYRIGHT_YEAR): Define.
23038         (version_etc): Use fprintf rather than fputs.
23039         Suggestion from Ulrich Drepper.
23040
23041         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23042
23043         * lib/strtoll.c: New file, from GNU libc.
23044         * lib/xstrtoimax.c: New file.
23045
23046         * lib/xstrtol.h: Add xstrtoimax.
23047         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23048         * lib/strtoimax.c: New file.  Likewise, but first define
23049         STRTOUXMAX_SIGNED.
23050
23051         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23052         ...
23053         * lib/strtoxmax.c: ... then renamed to this.
23054
23055 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23056
23057         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23058         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23059         (jm_AC_TYPE_INTMAX_T): New macro.
23060         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23061
23062         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23063
23064         * m4/longlong.m4: Renamed from ulonglong.m4.
23065         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23066         * m4/uintmax_t.m4: Removed.
23067
23068 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23069
23070         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23071         Port to Solaris 8, where 'sed' requires a space after the 'r'
23072         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23073         Redirect output to $tmp just once.
23074
23075 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23076
23077         * lib/addext.c (<errno.h>): Include.
23078         (errno): Declare if not defined.
23079         (addext): Work correctly when pathconf returns -1 and leaves
23080         errno alone because there is no limit.  Also, work even if
23081         pathconf returns a value greater than SIZE_MAX.
23082
23083 2001-08-12  Jim Meyering  <meyering@lucent.com>
23084
23085         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23086         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23087         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23088         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23089         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23090         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23091         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23092         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23093         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23094         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23095         utime.m4, utimes.m4, xstrtoumax.m4:
23096         Quote the first argument in each use of AC_DEFUN.
23097
23098 2001-08-12  Jim Meyering  <meyering@lucent.com>
23099
23100         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23101         Simply `return getcwd (NULL, 0);'.
23102         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23103         Use 1300 as initial value for length, not PATH_MAX.
23104
23105         * lib/pathmax.h: Clean up cpp syntax.
23106
23107 2001-08-12  Jim Meyering  <meyering@lucent.com>
23108
23109         * lib/gettimeofday.c: New file.
23110         * lib/gtod.h: New file.
23111         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23112
23113 2001-08-05  Jim Meyering  <meyering@lucent.com>
23114
23115         * m4/jm-macros.m4: Require autoconf-2.52.
23116
23117 2001-08-04  Jim Meyering  <meyering@lucent.com>
23118
23119         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23120         stmt, to get in sync with glibc.
23121
23122 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23123
23124         The following changes are from gettext 0.10.39 as maintained by
23125         Bruno Haible.
23126
23127         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23128         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23129         with inverted sense.  All uses changed.
23130
23131         * lib/mbswidth.c: Don't include <limits.h>.
23132         Include <stdlib.h> and <string.h> unconditionally.
23133         (iswcntrl, mbsinit, ISCNTRL): New macros.
23134         (mbsnwidth): Use K&R style function declarations.
23135         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23136         can optimize it when MB_CUR_MAX == 1.
23137         The width of control characters is zero, not 1.
23138
23139 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23140
23141         The following changes are from gettext 0.10.39 as maintained by
23142         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23143
23144         * m4/codeset.m4: Upgrade to serial AM1.
23145         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23146         all uses changed.  Quote first arg of AC_DEFUN.
23147         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23148
23149         * m4/iconv.m4: Upgrade to serial AM2.
23150         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23151         Add --with-libconv-prefix.
23152         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23153         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23154         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23155         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23156         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23157
23158         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23159         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23160         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23161         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23162         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23163         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23164         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23165         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23166         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23167
23168         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23169         string.h any more.
23170
23171         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23172         not the default value.
23173
23174         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23175         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23176         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23177         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23178         Also check for iswcntrl, used for wcwidth fallback.
23179         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23180         to Autoconf 2.13.
23181
23182 2001-08-03  Jim Meyering  <meyering@lucent.com>
23183
23184         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23185         as it was in the original.  Reported by Paul Eggert.
23186
23187 2001-07-16  Jim Meyering  <meyering@lucent.com>
23188
23189         * m4/gettimeofday.m4: New file.
23190         Prompted by a report from Bernhard Baehr.
23191
23192 2001-07-15  Jim Meyering  <meyering@lucent.com>
23193
23194         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23195         stuff. Now it's in ../Makefile.cfg.
23196
23197 2001-07-15  Jim Meyering  <meyering@lucent.com>
23198
23199         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23200         (BUILT_SOURCES): Add unlocked-io.h.
23201         (io_functions): Define.
23202         (unlocked-io.h): New rule.
23203         (DISTCLEANFILES): Add unlocked-io.h.
23204         (all-local): Depend on unlocked-io.h, to ensure it is created.
23205
23206         * lib/unlocked-io.hin: New file
23207
23208         * lib/regex.c: Update from glibc.
23209
23210 2001-07-05  Jim Meyering  <meyering@lucent.com>
23211
23212         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23213         recommendation.
23214         (libfetish_a_SOURCES): Put all .h files here instead.
23215         Remove a thus-exposed (better checks in automake) duplicate and
23216         two unnecessary .h files.
23217
23218 2001-07-04  Jim Meyering  <meyering@lucent.com>
23219
23220         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23221         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23222         distcheck failure.
23223
23224 2001-07-02  Jim Meyering  <meyering@lucent.com>
23225
23226         The following changes were prompted by suggestions from Bruno Haible.
23227
23228         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23229         is now generated.
23230         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23231         definition of EXTRA_DIST.
23232         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23233         ensure that the generated file is created/updated whenever the list
23234         of $(unlocked_functions) is changed.
23235         (jm-glibc-io.m4): New rule.
23236         (unlocked-io.h): New rule -- currently unused.
23237
23238 2001-06-24  Jim Meyering  <meyering@lucent.com>
23239
23240         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23241         unmatched right bracket, rather than kludging it with an extra,
23242         falsely-matching quote in a comment.  Patch by Akim Demaille.
23243
23244 2001-06-11  Jim Meyering  <meyering@lucent.com>
23245
23246         * lib/regex.c: Update from GNU libc.
23247
23248 2001-05-27  Jim Meyering  <meyering@lucent.com>
23249
23250         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23251         Check for ut_type in struct utmp.
23252
23253 2001-05-27  Jim Meyering  <meyering@lucent.com>
23254
23255         * lib/readutmp.h (UT_TYPE): Define.
23256
23257 2001-05-24  Jim Meyering  <meyering@lucent.com>
23258
23259         * lib/argmatch.c: Include "quote.h".
23260         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23261         quote function.  Reported by Göran Uddeborg.
23262
23263 2001-05-22  Jim Meyering  <meyering@lucent.com>
23264
23265         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23266         now that we use the package-supplied version unconditionally.
23267         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23268
23269 2001-05-21  Jim Meyering  <meyering@lucent.com>
23270
23271         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23272         shell syntax errors.
23273
23274 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23275
23276         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23277
23278 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23279
23280         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23281         Don't bother to check library strftime, since
23282         we'll be using our own my_strftime function anyway.
23283         Define my_strftime instead of strftime.
23284
23285 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23286
23287         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23288         which is not yet declared.
23289
23290 2001-05-15  Jim Meyering  <meyering@lucent.com>
23291
23292         * m4/regex.m4: Use proper quoting so brackets appear in the test
23293         program.
23294         Reported by, and with help from, Bruno Haible.
23295
23296 2001-05-13  Jim Meyering  <meyering@lucent.com>
23297
23298         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23299         undefined.
23300
23301 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23302
23303         dirname code cleanup.  base_name now behaves more compatibly
23304         with POSIX basename when given file names that have trailing
23305         slashes, and similarly for dir_name.  Add new primitives
23306         base_len and dir_len.  Put the directory-name-related decls
23307         into dirname.h.
23308
23309         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23310         * lib/backupfile.c (base_name): Likewise.
23311         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23312         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23313         * lib/makepath.c (strip_trailing_slashes): Likewise.
23314         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23315         ISSLASH): Likewise.
23316         * lib/rename.c (strip_trailing_slashes): Likewise.
23317         * lib/same.c (base_name): Likewise.
23318         * lib/stripslash.c (ISSLASH): Likewise.
23319
23320         * lib/addext.c: Include <dirname.h> after size_t is defined.
23321         * lib/backupfile.c: Likewise.
23322
23323         * lib/addext.c (addext): Use base_len to trim redundant
23324         trailing slashes instead of doing it ourselves.
23325         But do not trim the last slash if it is not redundant.
23326
23327         * lib/backupfile.c (find_backup_file_name,
23328         max_backup_version): Use base_len instead of rolling it ourselves.
23329         Handle the case of "" and (on DOS) "C:" correctly.
23330
23331         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23332         needed. Include <string.h>, <dirname.h>.
23333         (base_name): Allow file names ending in slashes, other than names
23334         that are all slashes.  In this case, return the basename followed
23335         by the slashes.  This is more general, and can be used in places
23336         where the original base_name purposely had an assertion failure.
23337         (base_len): New function.
23338
23339         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23340         Do not include <assert.h>; no longer needed.
23341         Include xalloc.h.
23342         (memrchr): Remove decl.
23343         (dir_name_r): Remove.
23344         (dir_len): Renamed from dirlen.  All callers changed.
23345         Rewrite in terms of base_name, for simplicity and consistency.
23346         (dir_name): Never return NULL.  All callers changed.
23347         Do not include <stdlib.h> in test program; no longer needed.
23348         return 0; is fine for test program.
23349
23350         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23351         New macros.
23352         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23353
23354         * lib/path-concat.c (path_concat): Use base_len to compute
23355         base length, not strlen; this means we cannot rely on memcpy
23356         to null-terminate.
23357
23358         * lib/same.c (STREQ): Remove.
23359         (same_name): Handle the case where the basename ends in trailing '/'.
23360
23361         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23362         a slash was stripped.  Do not strip the last slash after a
23363         file system prefix.
23364
23365 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23366
23367         * lib/Makefile.am (libfetish_a_SOURCES):
23368         Add strftime.c, since we now compile it on all hosts.
23369
23370         * lib/strftime.c (my_strftime):
23371         Define to nstrftime if emacs, but only if my_strftime is not defined.
23372         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23373         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23374         Add one more extra argument: a nanoseconds value.
23375         All uses changed.
23376         (ns): New macro.
23377         (my_strftime function): Add %N format.
23378         (emacs_strftimeu): Renamed from emacs_strftime,
23379         with extra ut argument.
23380
23381 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23382
23383         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23384
23385 2001-04-21  Jim Meyering  <meyering@lucent.com>
23386
23387         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23388         doesn't interfere.
23389
23390 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23391
23392         * m4/ftruncate.m4: Check for chsize.
23393         Link with ftruncate.o unconditionally if ftruncate is missing.
23394         This was required when cross-compiling to i586-mingw32msvc.
23395
23396 2001-04-08  Jim Meyering  <meyering@lucent.com>
23397
23398         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23399         recomputed; that's necessary when the offset spans a DST transition.
23400         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23401
23402 2001-04-02  Jim Meyering  <meyering@lucent.com>
23403
23404         * lib/regex.h, regex.c: Update from GNU libc.
23405
23406 2001-03-24  Jim Meyering  <meyering@lucent.com>
23407
23408         * m4/jm-macros.m4: Require autoconf-2.49d.
23409
23410 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23411
23412         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23413
23414 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23415
23416         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23417
23418 2001-03-17  Jim Meyering  <meyering@lucent.com>
23419
23420         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23421         now that the version in autoconf is equivalent.
23422         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23423
23424         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23425         Suggestion from Akim Demaille.
23426
23427         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23428         (jm_PREREQ_TEMPNAME): New function.
23429
23430 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23431
23432         * lib/tempname.c (uint64_t): Define to uintmax_t if
23433         not defined, and if UINT64_MAX is not defined.
23434         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23435         Reported by John David Anglin.
23436
23437 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23438
23439         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23440         resolve alias if codeset is empty.
23441         * lib/config.charset (BeOS): Use wildcard syntax.
23442
23443 2001-03-13  Jim Meyering  <meyering@lucent.com>
23444
23445         * lib/path-concat.c (path_concat)
23446         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23447         concatenating e.g., `C:' and `foo'.
23448         From Bruno Haible.
23449
23450 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23451
23452         * lib/localcharset.c (locale_charset): Don't use
23453         setlocale(LC_CTYPE,NULL). Don't return NULL.
23454         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23455
23456 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23457
23458         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23459         support for DOS/DJGPP.
23460
23461 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23462
23463         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23464         lacks mkstemp.  Compile our own tempname.c if we compile our own
23465         mkstemp.c, as mkstemp relies on tempname.
23466
23467 2001-03-01  Jim Meyering  <meyering@lucent.com>
23468
23469         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23470         AH_VERBATIM really does output its argument verbatim.
23471
23472 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23473
23474         * lib/Makefile.am (libfetish_a_SOURCES):
23475         Add dup-safer.c, fopen-safer.c.
23476         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23477
23478         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23479         * lib/unistd-safer.h: New files.
23480
23481 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23482
23483         The mkstemp replacement is taken from glibc 2.2.2, with some
23484         portability fixes for use outside glibc, as follows:
23485
23486         * lib/tempname.c (struct_stat64): New macro.
23487         (direxists, __gen_tempname): Use it.
23488         This avoids a portability problem with Solaris 8.
23489
23490         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23491         (<stddef.h>, <stdint.h>, <string.h>):
23492         Include only if STDC_HEADERS || _LIBC.
23493         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23494         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23495         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23496         (__set_errno): Define this macro if <errno.h> doesn't.
23497         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23498         Define these macros if <stdio.h> doesn't.
23499         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23500         Define these macros if <sys/stat.h>
23501         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23502         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23503         __xstat64): Define if not _LIBC.
23504         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23505         (__gen_tempname): Invoke gettimeofday only if
23506         HAVE_GETTIMEOFDAY || _LIBC;
23507         otherwise, fall back on plain "time".
23508         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23509
23510         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23511
23512         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23513
23514 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23515
23516         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23517
23518 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23519
23520         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23521         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23522         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23523         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23524
23525 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23526
23527         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23528         Remove workaround macros for hosts that have mbrtowc but not
23529         mbstate_t, as we now insist on proper declarations for both
23530         before using mbrtowc.
23531
23532 2001-02-17  Jim Meyering  <meyering@lucent.com>
23533
23534         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23535         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23536         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23537         UnixWare 7.1.1.
23538
23539         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23540         rather than AC_CACHE_VAL.
23541
23542 2001-02-17  Jim Meyering  <meyering@lucent.com>
23543
23544         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23545         around included file name.
23546
23547         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23548
23549         * lib/strftime.c: Update from GNU libc (the only changes were to
23550         comments).
23551
23552 2001-02-17  Jim Meyering  <meyering@lucent.com>
23553
23554         * lib/regex.c: Update from libc.
23555
23556 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23557
23558         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23559         clash.
23560
23561 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23562
23563         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23564         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23565         Reported by Mark Hounschell via Paul Eggert.
23566
23567 2001-02-07  Jim Meyering  <meyering@lucent.com>
23568
23569         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23570
23571 2001-02-05  Jim Meyering  <meyering@lucent.com>
23572
23573         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23574         it includes the patch required for `large file' support with at least
23575         HP-UX's 10.20 /bin/cc.
23576
23577 2001-02-03  Jim Meyering  <meyering@lucent.com>
23578
23579         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23580         AS_IF, now that it works once again (mysteriously).
23581         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23582
23583 2001-01-30  Jim Meyering  <meyering@lucent.com>
23584
23585         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23586         * m4/chown.m4: Rename conftestchown to conftest.chown.
23587         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23588         s/conftestdir2/conftest.d2/.
23589         * m4/utimes.m4: s/conftestdata/conftest.data/
23590         Inspired by Pavel Roskin's change in autoconf.
23591
23592 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23593
23594         * lib/config.charset: Update for FreeBSD 4.2.
23595
23596 2001-01-27  Jim Meyering  <meyering@lucent.com>
23597
23598         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23599         a use of AS_IF.
23600         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23601
23602 2001-01-26  Jim Meyering  <meyering@lucent.com>
23603
23604         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23605         quotearg.c includes it.
23606
23607 2001-01-26  Jim Meyering  <meyering@lucent.com>
23608
23609         * lib/quotearg.c: Include stddef.h.
23610         * lib/quote.c: Include stddef.h.
23611         Reported by Axel Kittenberger.
23612
23613         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23614         line in double quotes so that it evokes a better diagnostic.
23615         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23616         Reported by Axel Kittenberger.
23617
23618 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23619
23620         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23621         as if it was a `charset'.
23622
23623 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23624
23625         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23626         has const.
23627
23628 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23629
23630         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23631         to avoid a warning.  Add back 'const' to inptr.
23632
23633 2001-01-20  Jim Meyering  <meyering@lucent.com>
23634
23635         Be sure that headers are checked before used in code compiled
23636         for the type checks.
23637         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23638         In place of that, invoke jm_CHECK_ALL_TYPES.
23639         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23640         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23641         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23642         The check for ssize_t was mistakenly run before the test for unistd.h.
23643
23644         The configure-time check for stdbool.h was missing.
23645         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23646         (jm_PREREQ_HASH): New function.
23647
23648 2001-01-17  Jim Meyering  <meyering@lucent.com>
23649
23650         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23651         for autoconf-2.49c.
23652         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23653
23654 2001-01-16  Jim Meyering  <meyering@lucent.com>
23655
23656         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23657         From Bruno Haible.
23658
23659 2001-01-14  Jim Meyering  <meyering@lucent.com>
23660
23661         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23662         foo and bar.  Create conftestdir/ in the script, not in the C code.
23663         Remove directories in the script, not in the C code.
23664         Remove conftestdir{,2} before trying to create the directory.
23665         Make the entire configure script fail if the mkdir fails.
23666
23667 2001-01-14  Jim Meyering  <meyering@lucent.com>
23668
23669         * lib/rename.c: New file.  From Volker Borchert.
23670         Include stdlib.h, string.h or strings.h, and xalloc.h.
23671         Use strip_trailing_slashes rather than open-coding it.
23672
23673 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23674
23675         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23676
23677 2001-01-03  Jim Meyering  <meyering@lucent.com>
23678
23679         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23680         of local `inptr' to avoid warning with some system declarations of
23681         iconv.
23682
23683 2001-01-02  Volker Borchert  <bt@teknon.de>
23684
23685         * m4/rename.m4: New file.
23686         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23687
23688 2001-01-01  Jim Meyering  <meyering@lucent.com>
23689
23690         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23691         even on systems with utmpx.h.  It's necessary for the declaration of
23692         utmp's ut_user member.  Reported by Andreas Jaeger.
23693
23694         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23695         available. They are required for the declarations of getgrgid and
23696         getpwuid resp.
23697         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23698         Reported by Andreas Jaeger.
23699
23700 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23701
23702         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23703         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23704         so `make install' also works in VPATH builds.
23705
23706 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23707
23708         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23709         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23710         can be used in subdirectories.
23711
23712 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23713
23714         * lib/modechange.c: Do not assume that mode_t uses the
23715         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23716         the other-execute bit of FOO even if S_IXOTH != 1.
23717
23718         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23719         WOTH, XOTH, ALLM): New macros.
23720         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23721          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23722         Use them.
23723         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23724         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23725         (mode_compile):
23726         No need to use uintmax_t; unsigned long is long enough.
23727         Don't bother to get suffix since we don't use it.
23728
23729 2000-12-26  Jim Meyering  <meyering@lucent.com>
23730
23731         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23732         better with autoheader.
23733
23734 2000-12-24  Jim Meyering  <meyering@lucent.com>
23735
23736         * lib/hash.c (is_prime): Return explicit boolean values.
23737         (hash_get_first): Return NULL to appease Irix5.6's 89.
23738         Reported by Nelson Beebe.
23739
23740 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23741
23742         * lib/localcharset.c (locale_charset): Add support for Win32.
23743
23744 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23745
23746         * lib/physmem.h, lib/physmem.c: New files.
23747
23748         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23749         (noinst_HEADERS): Add physmem.h.
23750
23751         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23752         't' for compatibility with Solaris 8 sort.
23753
23754 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23755
23756         * lib/config.charset: Add support for BeOS.
23757
23758 2000-12-17  Jim Meyering  <meyering@lucent.com>
23759
23760         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23761         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23762
23763 2000-12-16  Jim Meyering  <meyering@lucent.com>
23764
23765         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23766         N and M) would have treated it like `chown N:N FILE'.
23767
23768         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23769
23770 2000-12-16  Jim Meyering  <meyering@lucent.com>
23771
23772         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23773         SHELLS_FILE to a file name that's useful on djgpp systems.
23774         Include stdlib.h.
23775         (ADDITIONAL_DEFAULT_SHELLS): Define.
23776         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23777         Based mostly on a patch from Prashant TR.
23778
23779 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23780
23781         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23782         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23783         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23784
23785 2000-12-08  Andreas Schwab  <schwab@suse.de>
23786
23787         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23788         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23789
23790 2000-12-07  Jim Meyering  <meyering@lucent.com>
23791
23792         * lib/stripslash.c (ISSLASH): Define.
23793         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23794         `/'.
23795         From Prashant TR.
23796
23797         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23798         (dir_name_r): Declare this function as static.
23799         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23800         manifest itself on a name containing a mix of slashes and
23801         backslashes.
23802         Make this function work with names starting with a DOS-style
23803         drive letter and colon prefix.
23804         (dir_name): Append `.' if necessary.
23805         Based mostly on patches from Prashant TR and Eli Zaretskii.
23806
23807         * lib/dirname.h (dir_name_r): Remove prototype.
23808
23809 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23810
23811         * m4/off_t-format.m4: Remove this file.
23812         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23813
23814 2000-12-06  Jim Meyering  <meyering@lucent.com>
23815
23816         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23817         replacement strtoull, we may well need the replacement strtoul, too.
23818         Check for declarations of strtoul and strtoull.
23819         Check for strtol.  Mainly as a cue to cause automake to include
23820         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23821         Check for limits.h -- strtol.c needs it.
23822
23823 2000-12-05  Jim Meyering  <meyering@lucent.com>
23824
23825         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23826
23827 2000-12-04  Jim Meyering  <meyering@lucent.com>
23828
23829         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23830         Also include memory.h, stdlib.h, unistd.h if appropriate.
23831         Reported by Andreas Jaeger (conflicting declaration of malloc).
23832
23833 2000-12-02  Jim Meyering  <meyering@lucent.com>
23834
23835         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23836         * m4/jm-macros.m4 (jm_MACROS): require it.
23837
23838 2000-12-02  Jim Meyering  <meyering@lucent.com>
23839
23840         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23841
23842 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23843
23844         * lib/memrchr.c: Include <config.h> before any system include file.
23845
23846 2000-11-30  Jim Meyering  <meyering@lucent.com>
23847
23848         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23849
23850 2000-11-30  Jim Meyering  <meyering@lucent.com>
23851
23852         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23853
23854 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23855
23856         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23857
23858 2000-11-26  Jim Meyering  <meyering@lucent.com>
23859
23860         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23861
23862 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23863
23864         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23865         size of (size_t) -1; it's not portable.
23866
23867 2000-11-17  Jim Meyering  <meyering@lucent.com>
23868
23869         * lib/strstr.c: Update from GNU libc.
23870
23871 2000-11-17  Akim Demaille  <akim@epita.fr>
23872
23873         * lib/obstack.h: Formatting changes.
23874         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23875         prevent type checking.
23876         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23877         cast the value to (void *): assigning a `foo *' to a `void *'
23878         variable is valid.
23879         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23880
23881 2000-11-16  Jim Meyering  <meyering@lucent.com>
23882
23883         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23884
23885 2000-11-11  Jim Meyering  <meyering@lucent.com>
23886
23887         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23888
23889 2000-11-10  Jim Meyering  <meyering@lucent.com>
23890
23891         * lib/obstack.h: Update from GNU libc.
23892         * lib/obstack.c: Likewise.
23893
23894 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23895
23896         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23897
23898 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23899
23900         * lib/getusershell.c (setusershell): Use rewind rather than
23901         fseek/fseeko, to avoid configuration hassles with fseeko.
23902         Don't bother opening SHELLS_FILE if shellstream is NULL;
23903         it's not necessary.
23904
23905 2000-11-05  Jim Meyering  <meyering@lucent.com>
23906
23907         * lib/makepath.h (make_dir): Declare.
23908         * lib/makepath.c (make_dir): Remove `static' attribute.
23909         Tweak a comment.
23910
23911 2000-11-04  Jim Meyering  <meyering@lucent.com>
23912
23913         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23914
23915 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23916
23917         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23918         last one in a bucket, advance to the next bucket.
23919
23920 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23921
23922         * lib/fnmatch.c: Do not comment out all the code if we are using
23923         the GNU C library, because in some cases we are replacing buggy
23924         code in the GNU C library itself.
23925
23926 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23927
23928         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23929         (regex_compile): Catch bogus \(\1\).
23930
23931 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23932
23933         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23934         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23935         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23936
23937 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23938
23939         * lib/error.h, getline.h, modechange.h:
23940         Remove "2000" from Copyright line, as the file hasn't been
23941         changed this year other than in the copyright notice.
23942
23943         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23944         was changed this year.
23945
23946 2000-10-29  Jim Meyering  <meyering@lucent.com>
23947
23948         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23949         renaming.
23950         * m4/ls-mntd-fs.m4: Likewise
23951
23952 2000-10-29  Jim Meyering  <meyering@lucent.com>
23953
23954         * lib/xstat.in: Fix grammar in comment.
23955
23956 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23957
23958         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23959         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23960         doesn't define __restrict_arr.
23961
23962 2000-10-28  Jim Meyering  <meyering@lucent.com>
23963
23964         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23965         (jm_PREREQ_MEMCHR): New function.
23966
23967 2000-10-28  Jim Meyering  <meyering@lucent.com>
23968
23969         * lib/memchr.c: Update from libc.
23970         Adjust for portability:
23971         [HAVE_STDLIB_H]: Include stdlib.h.
23972         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23973         Undef __memchr, too.
23974         [!weak_alias]: Define __memchr to memchr.
23975
23976         * lib/regex.c: Update from libc.
23977         * lib/regex.h: Likewise.
23978         * lib/getopt1.c: Likewise.
23979         * lib/memcmp.c: Likewise.
23980
23981         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23982         Avoid using fseek, when possible -- it's broken by design.
23983         Patch by Ulrich Drepper.
23984
23985 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23986
23987         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23988         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23989         Giving in to popular pressure to shut up the compiler with casts.
23990
23991 2000-10-26  Jim Meyering  <meyering@lucent.com>
23992
23993         * lib/strftime.c: Update from libc.
23994
23995 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23996
23997         * regex.c: More `unsigned char' -> `re_char' changes.
23998         Also change several `int' into `re_wchar_t'.
23999         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24000         (PUSH_FAILURE_POINTER): Don't cast any more.
24001         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24002         We want GCC to complain, since this piece of code makes
24003         re_match non-reentrant, which *should* be fixed.
24004         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24005         (EXTEND_BUFFER): Use RETALLOC.
24006         (SET_LIST_BIT): Don't cast.
24007         (re_wchar_t): New type.
24008         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24009         that those two functions will always properly return.
24010         (IMMEDIATE_QUIT_CHECK): Cast to void.
24011         (analyse_first): Use recursion rather than an explicit stack.
24012         (re_compile_fastmap): Can't fail anymore.
24013         (re_search_2): Don't check re_compile_fastmap for failure.
24014         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24015         Now also sets the new value (passed in a new argument).
24016         (re_match_2_internal): Use it.
24017         Also, use a new var `reg' of type size_t when looping through regs
24018         rather than reuse the inappropriate `mcnt'.
24019
24020 2000-10-25  Jim Meyering  <meyering@lucent.com>
24021
24022         * lib/obstack.c: Update from libc.
24023
24024 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24025
24026         * regex.c (regex_compile): Change the way of handling a range from
24027         a char less than 256 to a char not less than 256.
24028
24029 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24030
24031         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24032         NT-Emacs only.
24033         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24034         so that re_search functions only quit when callers expect them to.
24035
24036 2000-10-23  Jim Meyering  <meyering@lucent.com>
24037
24038         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24039         wrong.  That set_locale call must not have any side effects.
24040         From Paul Eggert.
24041
24042 2000-10-22  Jim Meyering  <meyering@lucent.com>
24043
24044         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24045         [CYCLIC]: Remove now-unused definition.
24046
24047         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24048         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24049         Suggestion from Ulrich Drepper.
24050
24051 2000-10-21  Jim Meyering  <meyering@lucent.com>
24052
24053         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24054         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24055         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24056
24057 2000-10-21  Jim Meyering  <meyering@lucent.com>
24058
24059         * lib/dirname.c (memrchr): Declare if necessary.
24060         (dir_name): Remove the restriction that there be no
24061         trailing slashes.  Now, this code skips past them, effectively
24062         ignoring them.
24063         [TEST_DIRNAME] (main): New unit tests.
24064
24065         * lib/memrchr.c: New file from GNU libc.
24066         Undef __memrchr, too.
24067         [!weak_alias]: Define __memrchr to memrchr.
24068         Guard weak_alias use with `#ifdef weak_alias'.
24069
24070 2000-10-21  Jim Meyering  <meyering@lucent.com>
24071
24072         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24073         (dir_name): Use dir_name_r.
24074         * lib/dirname.h (dir_name_r): Declare it.
24075
24076 2000-10-17  Jim Meyering  <meyering@lucent.com>
24077
24078         * lib/quote.h (PARAMS): Define and use.
24079         Reported by Akim Demaille.
24080
24081         * lib/getopt.c: Update from libc.
24082
24083 2000-10-16  Jim Meyering  <meyering@lucent.com>
24084
24085         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24086         setlocale.
24087         From Jan Fedak.
24088
24089 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24090
24091         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24092
24093 2000-09-25  Jim Meyering  <meyering@lucent.com>
24094
24095         * lib/md5.h (rol): Define (from GnuPG).
24096
24097         * lib/sha.c: Give credit (GnuPG) where due.
24098         (M): Use rol rather than open-coding it.
24099         Add a FIXME comment.
24100
24101 2000-09-21  Jim Meyering  <meyering@lucent.com>
24102
24103         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24104         Reported by Michael Stone.
24105
24106 2000-09-20  Jim Meyering  <meyering@lucent.com>
24107
24108         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24109         (noinst_HEADERS): Add sha.h.
24110         Based on code from Scott G. Miller and from GnuPG.
24111
24112 2000-09-18  Jim Meyering  <meyering@lucent.com>
24113
24114         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24115         LIBS. Otherwise, everyone ends up linking with -lelf for some
24116         configurations.
24117         Reported by Mike Stone.
24118
24119 2000-09-15  Jim Meyering  <meyering@lucent.com>
24120
24121         * lib/regex.c: Update from libc.
24122
24123 2000-09-10  Jim Meyering  <meyering@lucent.com>
24124
24125         * lib/getopt.c (_getopt_internal): Update from glibc.
24126
24127 2000-09-09  Jim Meyering  <meyering@lucent.com>
24128
24129         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24130         think it should be used as a general replacement for isascii.
24131         * lib/fnmatch.c: Likewise.
24132         * lib/mbswidth.c: Likewise
24133         * lib/regex.c: Likewise.
24134
24135         Don't use atoi.
24136         * lib/userspec.c: Include sys/param.h and limits.h.
24137         Include xstrtol.h.
24138         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24139         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24140         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24141         UID, GID.  Check range.
24142
24143 2000-09-06  Jim Meyering  <meyering@lucent.com>
24144
24145         * lib/getopt.c (_getopt_internal): Update from glibc.
24146
24147 2000-08-30  Jim Meyering  <meyering@lucent.com>
24148
24149         * lib/strftime.c: Merge in changes from GNU libc.
24150
24151 2000-08-26  Jim Meyering  <meyering@lucent.com>
24152
24153         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24154         * m4/fpending.m4: New file.
24155
24156 2000-08-26  Jim Meyering  <meyering@lucent.com>
24157
24158         * lib/closeout.c: Include "__fpending.h".
24159         (close_stdout_status): Return right away if there's nothing to flush.
24160
24161         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24162         * lib/__fpending.c: New file.
24163         * lib/__fpending.h: New file.
24164
24165 2000-08-20  Jim Meyering  <meyering@lucent.com>
24166
24167         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24168         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24169         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24170
24171 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24172
24173         Improve fileutils installation on systems where running
24174         programs (like install) can't be unlinked.
24175         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24176         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24177
24178 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24179
24180         Standardize on "memory exhausted" instead of "Memory exhausted"
24181         or "virtual memory exhausted".
24182         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24183         "virtual memory exhausted".
24184         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24185         our own message.
24186         * lib/userspec.c (parse_user_spec): Likewise.
24187         * lib/bumpalloc.h: comment fix
24188         * lib/same.c, userspec.c: Include xalloc.h.
24189
24190         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24191         not char *const and pointing to a constant array.
24192         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24193         (xrealloc): Comment fix.
24194
24195         * lib/userspec.c (parse_user_spec):
24196         Don't translate a message until just before returning,
24197         to avoid unnecessary translation.
24198
24199 2000-08-07  Jim Meyering  <meyering@lucent.com>
24200
24201         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24202         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24203         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24204         getgroups.c, gethostname.c, getopt.h, group-member.c,
24205         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24206         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24207         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24208         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24209         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24210         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24211         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24212         yesno.c: Back out Copyright date changes for each file with no change
24213         this year.  This eases coordination with other programs using the same
24214         source code modules.  From Paul Eggert.
24215
24216 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24217
24218         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24219         not char, for compatibility with glibc 2.1.3 strftime.c.
24220
24221 2000-08-03  Greg McGary  <greg@mcgary.org>
24222
24223         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24224         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24225         (EXTEND_BUFFER): Use them.
24226
24227 2000-08-01  Jim Meyering  <meyering@lucent.com>
24228
24229         * lib/dirname.c (ISSLASH): Define.
24230         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24231         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24232         both `\' and `/' may be use as path separators.
24233         Based on a patch from Prashant TR.
24234
24235 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24236
24237         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24238         slot vector a constant, since it might get modified.
24239
24240 2000-07-31  Jim Meyering  <meyering@lucent.com>
24241
24242         * lib/xmalloc.c: Use `virtual memory exhausted', not
24243         `Memory exhausted'.
24244         * lib/obstack.c (print_and_abort): Likewise.
24245
24246 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24247
24248         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24249         buffer, so that the caller can always quote one small
24250         component of a "memory exhausted" message in slot 0.
24251         From a suggestion by Jim Meyering.
24252
24253 2000-07-30  Jim Meyering  <meyering@lucent.com>
24254
24255         * lib/makepath.c (make_path): Quote the other instance, too.
24256
24257         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24258         (STATIC_BUF_SIZE): Define.
24259         (quotearg_n_options): Use only statically allocated storage when
24260         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24261         than STATIC_BUF_SIZE.
24262
24263 2000-07-29  Jim Meyering  <meyering@lucent.com>
24264
24265         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24266         * lib/dirname.c (dir_name): Likewise.
24267
24268         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24269         `/'.
24270
24271         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24272         (dir_name): Assert that there are no trailing slashes.
24273
24274 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24275
24276         * lib/mbswidth.h (mbswidth): Add a flags argument.
24277         (mbswidth): New declaration.
24278         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24279         * lib/mbswidth.c (mbswidth): Add a flags argument.
24280         (mbsnwidth): New function.
24281
24282 2000-07-24  Jim Meyering  <meyering@lucent.com>
24283
24284         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24285
24286 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24287
24288         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24289
24290 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24291
24292         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24293         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24294         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24295         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24296         invoke multibyte primitives.
24297
24298 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24299
24300         * lib/quotearg.c:
24301         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24302         so that mbstate_t is always defined.
24303
24304         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24305         be 1 in at least one GCC installation, and this configuration
24306         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24307         performance on hosts that have mbrtowc but have only unibyte
24308         locales, but I assume these hosts are rare.
24309
24310 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24311
24312         * lib/mbswidth.c (_XOPEN_SOURCE):
24313         Don't define; this causes problems on Solaris 7.
24314         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24315
24316 2000-07-23  Jim Meyering  <meyering@lucent.com>
24317
24318         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24319         too: getgrgid, getpwuid, getuid.
24320
24321 2000-07-23  Jim Meyering  <meyering@lucent.com>
24322
24323         * lib/basename.c (base_name): Add an assertion.
24324
24325 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24326
24327         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24328         shadow its mbsinit function.
24329
24330 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24331
24332         * lib/mbswidth.h: New file.
24333         * lib/mbswidth.c: New file.
24334         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24335         (noinst_HEADERS): Add mbswidth.h.
24336
24337 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24338
24339         * lib/config.charset: Add support for FreeBSD. Improve support for
24340         HP-UX and IRIX 6.
24341
24342 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24343
24344         * m4/mbswidth.m4: New file.
24345         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24346
24347 2000-07-15  Jim Meyering  <meyering@lucent.com>
24348
24349         * lib/makepath.c: Include quote.h.
24350         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24351         corresponding argument in a `quote (...)' call.
24352         Give better diagnostics.
24353
24354         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24355         (noinst_HEADERS): Add quote.h.
24356
24357         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24358         from tar's src/misc.c.
24359         * lib/quote.h: New file.  Prototypes for same.
24360
24361 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24362
24363         From a suggestion by Bruno Haible.
24364         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24365         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24366         to decide whether to define the BeOS workaround macro;
24367         this adjusts to the change to AC_MBSTATE_T.
24368
24369 2000-07-14  Jim Meyering  <meyering@lucent.com>
24370
24371         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24372         jm_AC_TYPE_UINTMAX_T.
24373
24374 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24375
24376         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24377
24378         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24379         quotearg_buffer_restyled): Add support for
24380         clocale_quoting_style.  Undo previous change to
24381         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24382         and "{RIGHT QUOTATION MARK}" msgids.
24383
24384 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24385
24386         From a suggestion by Bruno Haible.
24387         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24388         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24389         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24390         and mbstate_t, to a single-part test that simply defines mbstate_t.
24391         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24392         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24393
24394 2000-07-10  Jim Meyering  <meyering@lucent.com>
24395
24396         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24397
24398         * m4/gnu-source.m4: Output to confdefs.h directly.
24399         Suggestion from Akim Demaille.
24400
24401 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24402
24403         The old behavior of quoting `like this' doesn't look good with
24404         newer, ISO-style fonts.  See:
24405         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24406
24407         Instead, quote "like this" by default.  Let the translator
24408         tailor the locale-specific quoting behavior by providing
24409         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24410
24411         * lib/quotearg.c (N_): New macro.
24412         (gettext_default): New function.
24413         (quotearg_buffer_restyled): Use
24414         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24415         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24416
24417 2000-07-09  Jim Meyering  <meyering@lucent.com>
24418
24419         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24420         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24421
24422         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24423         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24424
24425 2000-07-09  Jim Meyering  <meyering@lucent.com>
24426
24427         * lib/Most files: Update copyright dates to include 2000.
24428
24429 2000-07-08  Jim Meyering  <meyering@lucent.com>
24430
24431         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24432         if not defined.
24433         (xgethostname): Remove now-unnecessary #ifdef.
24434         Move declaration of `err' into loop where it's used.
24435
24436 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24437         and Bruno Haible  <haible@clisp.cons.org>
24438
24439         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24440         only if the test for an object-type mbstate_t fails.  This
24441         prevents us from mistakenly reporting that mbstate_t is a
24442         system object type after we "#define mbstate_t int" to work
24443         around its lack.
24444
24445 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24446         and Bruno Haible  <haible@clisp.cons.org>
24447
24448         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24449
24450 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24451
24452         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24453         to strerror_r.
24454         Include <ctype.h> for use of isalpha.
24455
24456 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24457
24458         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24459         by allocating a larger buffer. Test the gethostname return value for
24460         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24461         returns an error and ENAMETOOLONG isn't defined.
24462
24463 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24464
24465         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24466         dimension.
24467
24468 2000-07-04  Jim Meyering  <meyering@lucent.com>
24469
24470         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24471         of the deprecated AC_CHECKING.
24472
24473 2000-07-04  Jim Meyering  <meyering@lucent.com>
24474
24475         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24476         Reported by Bruno Haible.
24477
24478 2000-07-04  Jim Meyering  <meyering@lucent.com>
24479
24480         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24481         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24482         lacks mbrtowc.
24483
24484 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24485
24486         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24487         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24488
24489 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24490         and Bruno Haible  <haible@clisp.cons.org>
24491
24492         * lib/quotearg.c (mbrtowc):
24493         Assign to *pwc, and return 1 only if result is nonzero.
24494         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24495
24496 2000-07-03  Jim Meyering  <meyering@lucent.com>
24497
24498         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24499
24500 2000-07-03  Jim Meyering  <meyering@lucent.com>
24501
24502         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24503         This is necessary to get a definition of e.g., UTMP_FILE on
24504         HP-UX 10.20.
24505         From Bob Proulx.
24506
24507 2000-07-02  Jim Meyering  <meyering@lucent.com>
24508
24509         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24510
24511         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24512         AC_LIBOBJ(function_name).
24513         * m4/chown.m4: Likewise.
24514         * m4/fnmatch.m4: Likewise.
24515         * m4/ftruncate.m4: Likewise.
24516         * m4/getgroups.m4: Likewise.
24517         * m4/getline.m4: Likewise.
24518         * m4/group-member.m4: Likewise.
24519         * m4/jm-macros.m4: Likewise.
24520         * m4/lstat.m4: Likewise.
24521         * m4/malloc.m4: Likewise.
24522         * m4/memcmp.m4: Likewise.
24523         * m4/nanosleep.m4: Likewise.
24524         * m4/putenv.m4: Likewise.
24525         * m4/realloc.m4: Likewise.
24526         * m4/regex.m4: Likewise.
24527         * m4/stat.m4: Likewise.
24528         * m4/strftime.m4: Likewise.
24529
24530 2000-07-02  Jim Meyering  <meyering@lucent.com>
24531
24532         * lib/quotearg.c (mbstate_t): Don't define here.
24533
24534 2000-07-02  Jim Meyering  <meyering@lucent.com>
24535
24536         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24537
24538 2000-07-01  Jim Meyering  <meyering@lucent.com>
24539
24540         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24541
24542 2000-07-01  Jim Meyering  <meyering@lucent.com>
24543
24544         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24545         problem.
24546
24547 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24548
24549         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24550         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24551
24552 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24553
24554         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24555         per change in ../m4/ls-mntd-fs.m4.
24556         (read_filesystem_list): Ignore symbolic links.
24557
24558 2000-06-29  Jim Meyering  <meyering@lucent.com>
24559
24560         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24561         for declaration of strcmp.
24562
24563         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24564
24565         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24566         Avoid warning by casting result to `char *' to remove `const'.
24567
24568 2000-06-28  Jim Meyering  <meyering@lucent.com>
24569
24570         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24571         included by quotearg.c, for which we perform this test.  From
24572         Bruno Haible.
24573
24574 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24575
24576         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24577         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24578         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24579
24580 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24581
24582         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24583
24584 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24585
24586         savedir now sets errno on failure and invokes xmalloc to get memory.
24587         Fix a couple of other minor bugs while we're at it.
24588
24589         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24590         (NAMLEN): Remove macro.
24591         (malloc, realloc): Remove decls.
24592         (stpcpy): Likewise.
24593         ("xalloc.h"): Include.
24594         (NAME_SIZE_DEFAULT): New macro.
24595         (savedir): Use xmalloc / xrealloc to allocate memory.
24596         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24597         Skip "" directory entries.
24598         Use strlen to calculate directory entry length, since the old method
24599         is rarely used these days and isn't worth supporting.
24600         Don't use a pointer after freeing it.
24601         Check for integer overflow when calculating allocation size.
24602         Use memcpy to copy entries, instead of stpcpy.
24603         Set errno properly when returning NULL.
24604         Check for readdir error.
24605
24606 2000-06-26  Jim Meyering  <meyering@lucent.com>
24607
24608         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24609
24610 2000-06-25  Jim Meyering  <meyering@lucent.com>
24611
24612         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24613         Linux header bug when _XOPEN_SOURCE is defined to 500.
24614
24615 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24616
24617         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24618         deficiency.
24619
24620 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24621
24622         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24623         Include xalloc.h.
24624         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24625
24626 2000-06-24  Jim Meyering  <meyering@lucent.com>
24627
24628         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24629         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24630         for which strerror does return char*, but which lacks a conveniently
24631         accessible declaration of the function.  If the compile-test says
24632         strerror_r doesn't work, then resort to a `run'-test that works on
24633         BeOS and segfaults on DEC Unix.
24634
24635 2000-06-24  Jim Meyering  <meyering@lucent.com>
24636
24637         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24638
24639 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24640
24641         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24642         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24643
24644 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24645
24646         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24647         (mbrtowc, mbstate_t): Define substitutes if
24648         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24649         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24650         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24651
24652 2000-06-23  Jim Meyering  <meyering@lucent.com>
24653
24654         * m4/afs.m4: Add missing AC_MSG_RESULT.
24655         Reported by Bruno Haible.
24656
24657         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24658         Suggestion from Bruno Haible.
24659
24660 2000-06-23  Jim Meyering  <meyering@lucent.com>
24661
24662         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24663
24664 2000-06-21  Jim Meyering  <meyering@lucent.com>
24665
24666         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24667
24668 2000-06-21  Jim Meyering  <meyering@lucent.com>
24669
24670         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24671         (noinst_HEADERS): Add getstr.h.
24672
24673         * lib/getline.c (getstr): Move into a separate file.
24674         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24675         the following changes: new parameter, delim2; both delim[12]
24676         parameters have type `int', not `char'.  The latter would lose
24677         with 8-bit delimiters.
24678         * lib/getstr.h: New file.
24679
24680 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24681
24682         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24683         than 1024, return a memory chunk of least possible size, instead
24684         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24685         Use free/xmalloc instead of xrealloc to avoid copying for very long
24686         paths.
24687
24688 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24689
24690         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24691         the empty string.
24692
24693 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24694
24695         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24696         address, not strdup.  Include <stdlib.h> and don't declare free().
24697
24698 2000-06-19  Jim Meyering  <meyering@lucent.com>
24699
24700         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24701
24702 2000-06-18  Jim Meyering  <meyering@lucent.com>
24703
24704         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24705
24706         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24707         `checking whether...' message to be consistent with that of the
24708         lstat test.
24709
24710 2000-06-18  Jim Meyering  <meyering@lucent.com>
24711
24712         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24713         Besides, these days every porting target provides a mkdir function.
24714
24715         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24716         needed. (this snippet comes from src/system.h).
24717
24718 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24719
24720         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24721
24722 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24723
24724         * lib/human.c (adjust_value): New function.
24725         (human_readable_inexact): Apply rounding style even when
24726         printing approximate values.
24727
24728 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24729
24730         * lib/human.c (human_readable_inexact): Allow an input block
24731         size that is not a multiple of the output block size, and vice versa.
24732         Reported by Piergiorgio Sartor.
24733
24734 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24735
24736         * lib/getdate.y (get_date): Apply relative times after time
24737         zone indicator, not before.  Reported by Todd A. Jacobs.
24738
24739 2000-06-13  Jim Meyering  <meyering@lucent.com>
24740
24741         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24742
24743         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24744
24745 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24746
24747         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24748
24749 2000-06-12  Jim Meyering  <meyering@lucent.com>
24750
24751         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24752         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24753         optional argument.
24754         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24755         the optional argument, `lib'.
24756
24757 2000-06-08  Jim Meyering  <meyering@lucent.com>
24758
24759         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24760
24761 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24762
24763         Rewrite largefile configuration so that we don't need to run
24764         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24765         AC_CANONICAL_HOST in configure.in -- jmm]
24766
24767         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24768         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24769         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24770         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24771         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24772         All uses changed.
24773         Instead of inspecting the output of getconf, try to compile the
24774         test program without and with the macro definition.
24775         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24776         for getconf.  Instead, check for the needed flags by compiling
24777         test programs.
24778
24779 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24780
24781         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24782
24783 2000-06-04  Jim Meyering  <meyering@lucent.com>
24784
24785         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24786         SunOS 4.1.4 for which gid_t is an unsigned type.
24787
24788 2000-06-03  Jim Meyering  <meyering@lucent.com>
24789
24790         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24791         now that autoconf requires that.
24792
24793         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24794         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24795         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24796
24797 2000-06-03  Jim Meyering  <meyering@lucent.com>
24798
24799         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24800
24801 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24802
24803         * m4/glibc21.m4: New file.
24804         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24805
24806 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24807
24808         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24809         newer, don't install charset.alias.
24810         * lib/config.charset: Change the Linux/glibc rules so they become empty
24811         on glibc-2.1 or newer.
24812
24813 2000-06-02  Jim Meyering  <meyering@lucent.com>
24814
24815         * lib/mountlist.c: Back out last change.  Instead, do this...
24816         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24817         me_dummy member using the same `ignore'-testing code.
24818         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24819         fs_type strings.
24820         From Mark D. Roth.
24821
24822 2000-05-29  Jim Meyering  <meyering@lucent.com>
24823
24824         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24825         mounts with the `ignore' attribute.  Based on a patch from
24826         Mark D. Roth.
24827
24828 2000-05-28  Jim Meyering  <meyering@lucent.com>
24829
24830         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24831         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24832         * m4/stat.m4: Likewise.
24833         * m4/lstat.m4: Likewise.
24834         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24835
24836         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24837         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24838
24839 2000-05-26  Jim Meyering  <meyering@lucent.com>
24840
24841         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24842
24843 2000-05-24  Jim Meyering  <meyering@lucent.com>
24844
24845         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24846         autoconf requires that.
24847         * m4/lib-check.m4: Likewise.
24848         * m4/jm-macros.m4: Likewise.
24849         * m4/strftime.m4: Likewise.
24850
24851         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24852         AC_CHECK_DECLS, now that autoconf requires that.
24853
24854 2000-05-22  Jim Meyering  <meyering@lucent.com>
24855
24856         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24857         * m4/lstat.m4: Likewise.
24858
24859 2000-05-22  Jim Meyering  <meyering@lucent.com>
24860
24861         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24862
24863 2000-05-20  Jim Meyering  <meyering@lucent.com>
24864
24865         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24866         (jm_PREREQ): Use it.
24867
24868 2000-05-18  Jim Meyering  <meyering@lucent.com>
24869
24870         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24871         back, too, since it may have been modified by allocate_entry.
24872         (hash_delete): Rewrite to use neither the assignment operator
24873         nor the comma operator in an if-expression.
24874
24875 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24876
24877         * lib/closeout.c:
24878         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24879         Remove; no longer needed.
24880         "quotearg.h": Add include.
24881         (file_name): Do not bother to explicitly initialize to NULL; it's less
24882         efficient on some hosts.
24883         (close_stdout_status): Remove test as to whether stdout was already
24884         closed; it breaks for the case "echo x | sort >&-".
24885         Quote file name colons.
24886         Do not assume that _("write error") lacks format strings.
24887
24888 2000-05-15  Jim Meyering  <meyering@lucent.com>
24889
24890         * lib/version-etc.c (version_etc_copyright): Update the copyright
24891         string used in all --version output.
24892
24893 2000-05-14  Jim Meyering  <meyering@lucent.com>
24894
24895         * lib/closeout.c (close_stdout_set_file_name): New function.
24896         (close_stdout_status): Use new file-scoped global.
24897         Return right away if fstat says the stdout file descriptor is invalid.
24898         * lib/closeout.h (close_stdout_set_file_name): Declare.
24899
24900 2000-05-10  Jim Meyering  <meyering@lucent.com>
24901
24902         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24903         (close_stdout_set_status): New function.
24904         * lib/closeout.h (close_stdout_set_status): Declare.
24905
24906 2000-05-09  Jim Meyering  <meyering@lucent.com>
24907
24908         * m4/gettext.m4: Rename this...
24909         * m4/libintl.m4: ...to this.
24910
24911 2000-05-08  Jim Meyering  <meyering@lucent.com>
24912
24913         * lib/long-options.c: Don't include closeout.h.
24914         (parse_long_options): Don't call close_stdout for --version.
24915
24916 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24917
24918         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24919         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24920         2.1.3 bug.  This avoids a clash when files like regex.c define
24921         _GNU_SOURCE.
24922
24923 2000-05-06  Jim Meyering  <meyering@lucent.com>
24924
24925         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24926         (AC_REPLACE_FUNCS): Add strnlen.
24927
24928         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24929         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24930
24931         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24932         AC_SEARCH_LIBS call for nanosleep.
24933         (LIB_NANOSLEEP): Set and AC_SUBST.
24934
24935 2000-05-06  Jim Meyering  <meyering@lucent.com>
24936
24937         * lib/strnlen.c: Undefine __strnlen and strnlen.
24938         [!weak_alias]: Define __strnlen to strnlen.
24939
24940         * lib/atexit.c: New file, from libiberty.
24941
24942 2000-05-06  Jim Meyering  <meyering@lucent.com>
24943
24944         * lib/closeout.c (close_stdout_status): Also check for errors on the
24945         stderr stream.
24946
24947 2000-05-05  Jim Meyering  <meyering@lucent.com>
24948
24949         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24950         AC_SEARCH_LIBS call for clock_gettime.
24951         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24952
24953         * m4/search-libs.m4: Update from autoconf.
24954
24955         su doesn't work on Solaris 2.6.
24956         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24957         <shadow.h>.  Reported by Dragos Harabor.
24958
24959 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24960
24961         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24962         memcpy instead of xmalloc, xrealloc, path_concat.
24963         (locale_charset): Treat empty environment variables as absent.
24964         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24965
24966 2000-05-04  Jim Meyering  <meyering@lucent.com>
24967
24968         * lib/getopt.c: Update from glibc.
24969         * lib/obstack.c: Likewise.
24970         * lib/obstack.h: Likewise.
24971         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24972         file
24973
24974         * lib/regex.h: Likewise.
24975         * lib/strndup.c: Likewise.
24976         * lib/strnlen.c: New file, from glibc.
24977
24978 2000-05-03  Jim Meyering  <meyering@lucent.com>
24979
24980         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24981
24982 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24983
24984         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24985         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24986         compile-time test, rather than inspecting host and OS, to
24987         decide whether to define _LARGEFILE_SOURCE.
24988
24989 2000-05-01  Jim Meyering  <meyering@lucent.com>
24990
24991         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24992
24993         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24994         Based on a patch from Bruno Haible.
24995
24996 2000-05-01  Jim Meyering  <meyering@lucent.com>
24997
24998         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24999
25000 2000-04-29  Jim Meyering  <meyering@lucent.com>
25001
25002         * lib/path-concat.c: Declare strdup only if it's not defined.
25003         * lib/canon-host.c: Likewise.
25004
25005 2000-04-28  Jim Meyering  <meyering@lucent.com>
25006
25007         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25008         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25009         is included first, then limits.h is included by locale.h by libintl.h.
25010         From John David Anglin.
25011
25012 2000-04-25  Jim Meyering  <meyering@lucent.com>
25013
25014         * lib/makepath.c (S_IRWXUGO): Define.
25015         (make_path): Always perform explicit chmod if MODE specifies any
25016         of the `special' permission bits.  Prompted by a bug report against
25017         install from Mate Wierdl and Joost van Baal.
25018
25019 2000-04-18  Jim Meyering  <meyering@lucent.com>
25020
25021         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25022         (jm_PREREQ): Use it.
25023
25024 2000-04-18  Jim Meyering  <meyering@lucent.com>
25025
25026         * lib/README: New file.
25027
25028         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25029         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25030
25031 2000-04-17  Jim Meyering  <meyering@lucent.com>
25032
25033         Get it right :-)
25034         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25035         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25036         Suggestion from Akim Demaille.
25037
25038 2000-04-17  Jim Meyering  <meyering@lucent.com>
25039
25040         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25041         the definition of it to rpl_strftime also defined-away the system's
25042         declaration.
25043
25044 2000-04-15  Jim Meyering  <meyering@lucent.com>
25045
25046         Use `C' to denote so-called `contiguous' files, the same way
25047         that tar does.
25048         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25049         (ftypelet): Use S_ISCTG.
25050         From Michael Deutschmann.
25051
25052 2000-04-14  Jim Meyering  <meyering@lucent.com>
25053
25054         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25055         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25056         clobbered.
25057
25058 2000-04-14  Jim Meyering  <meyering@lucent.com>
25059
25060         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25061
25062 2000-04-13  Jim Meyering  <meyering@lucent.com>
25063
25064         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25065         AH_VERBATIM to insert required #ifndef into config.h.in.
25066         Suggestion from Akim Demaille.
25067
25068 2000-04-12  Jim Meyering  <meyering@lucent.com>
25069
25070         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25071         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25072         Christian Krackowizer.
25073
25074         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25075         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25076         (AC_SYS_LARGEFILE): Require.
25077         (AM_C_PROTOTYPES): Require.
25078
25079 2000-04-08  Jim Meyering  <meyering@lucent.com>
25080
25081         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25082         names don't conflict.  Reported by Eli Zaretskii.
25083
25084 2000-04-07  Jim Meyering  <meyering@lucent.com>
25085
25086         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25087         sys/types.h, to work around system header problems on AIX 3.2.5.
25088         From Bruno Haible.
25089
25090 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25091
25092         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25093         bug.  Deal with the different error behavior of Irix iconv.
25094
25095 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25096
25097         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25098         IRIX if the installer said otherwise.
25099
25100 2000-04-05  Jim Meyering  <meyering@lucent.com>
25101
25102         Portability tweaks required for ultrix4.3.
25103         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25104         (jm_CHECK_DECLS): Add getutent to the list of functions.
25105         (_jm_DECL_HEADERS): Add utmpx.h.
25106         From John David Anglin.
25107
25108         * m4/strftime.m4: Back out the 2000-04-02 change.
25109         Instead of that change, simply undefine putenv in the test program.
25110
25111 2000-04-05  Jim Meyering  <meyering@lucent.com>
25112
25113         Portability tweaks required for ultrix4.3.
25114         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25115         getutent.
25116         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25117         * lib/canon-host.c: Declare strdup.
25118         * lib/path-concat.c: Likewise.
25119         From John David Anglin.
25120
25121 2000-04-04  Jim Meyering  <meyering@lucent.com>
25122
25123         Be more DOS 8.3-friendly.
25124         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25125         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25126         * lib/Makefile.am: Reflect renaming.
25127         Reported by Eli Zaretskii.
25128
25129         Use a temporary file name that won't clash with `charset.alias'
25130         in the DOS 8.3 name space.
25131         * lib/Makefile.am (charset_tmp): Define.
25132         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25133         (uninstall-local): Likewise.
25134         Reported by Eli Zaretskii.
25135
25136 2000-04-03  Jim Meyering  <meyering@lucent.com>
25137
25138         * m4/gettext.m4: Fix typo in comment.
25139
25140         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25141         textutils/configure.in).  Suggestion from Paul Eggert.
25142         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25143
25144 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25145
25146         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25147         variable in the shell rather than using putenv, which isn't
25148         portable.  This avoids the configure-time inter-test dependency
25149         on the potentially-renamed putenv function.
25150
25151 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25152
25153         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25154         before checking struct stat.st_blksize, so that
25155         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25156
25157 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25158
25159         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25160         since strftime.c uses HAVE_STRFTIME to decide whether to use
25161         the underlying strftime.
25162
25163 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25164
25165         * lib/time/strftime.c (my_strftime): Make sure we call the system
25166         strftime, not ourselves, when invoking the underlying strftime.
25167
25168 2000-03-24  Jim Meyering  <meyering@lucent.com>
25169
25170         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25171         (charset_alias): Define.
25172         (install-exec-local): Factor out common code.
25173         (uninstall-local): Split lines longer than 80.
25174         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25175         (SUFFIXES): Define.
25176         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25177         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25178
25179 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25180
25181         * lib/config.charset: Output a line containing "Packages using this
25182         file".
25183         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25184         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25185         ref-del.sed): New rules.
25186
25187 2000-03-17  Jim Meyering  <meyering@lucent.com>
25188
25189         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25190         Otherwise, include <strings.h>
25191
25192 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25193
25194         * lib/unicodeio.c (utf8_wctomb): New function.
25195         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25196         format instead of in UCS-4 with platform dependent endianness.
25197
25198 2000-03-10  Jim Meyering  <meyering@lucent.com>
25199
25200         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25201         From Marco Franzen.
25202
25203 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25204
25205         * lib/savedir.c (savedir): Work even if directory size is
25206         negative; this can happen with some screwy NFS configurations.
25207
25208 2000-03-06  Jim Meyering  <meyering@lucent.com>
25209
25210         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25211         if it's NULL (because we ran out of memory).  From Bruno Haible.
25212
25213 2000-03-05  Jim Meyering  <meyering@lucent.com>
25214
25215         * lib/localcharset.c ("path-concat.h"): Include.
25216         (get_charset_aliases): Use path_concat instead of ANSI string
25217         concatenation.
25218
25219         * lib/unicodeio.h (PARAMS): Define.
25220         Use it to guard prototype.
25221
25222 2000-03-04  Jim Meyering  <meyering@lucent.com>
25223
25224         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25225         for lib/localcharset.c.
25226
25227 2000-03-04  Jim Meyering  <meyering@lucent.com>
25228
25229         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25230         installing into it.
25231         (uninstall-local): Uncomment this rule so `make distcheck' works
25232         once again.
25233
25234         * lib/unicodeio.c (<errno.h>): Include it.
25235         (errno): Declare if not defined.
25236
25237         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25238
25239         * lib/config.charset: New version, incorporating remarks from a linux
25240         i18n mailing list.  From Bruno Haible.
25241
25242 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25243
25244         * m4/codeset.m4: New file.
25245         * m4/iconv.m4: New file.
25246         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25247
25248 2000-03-03  Jim Meyering  <meyering@lucent.com>
25249
25250         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25251
25252 2000-03-02  Jim Meyering  <meyering@lucent.com>
25253
25254         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25255         the messages come out on separate lines.
25256
25257         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25258         rather than jm_CHECK_DECLARATIONS.
25259         * m4/decl.m4: Remove now-unused file.
25260
25261         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25262         geteuid.
25263
25264 2000-03-02  Jim Meyering  <meyering@lucent.com>
25265
25266         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25267
25268 2000-03-01  Jim Meyering  <meyering@lucent.com>
25269
25270         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25271         * lib/unicodeio.c: Likewise.
25272
25273 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25274
25275         * lib/config.charset: New file.
25276         * lib/localcharset.c: New file.
25277         * lib/unicodeio.h, lib/unicodeio.c: New files.
25278         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25279         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25280         (noinst_HEADERS): Add unicodeio.h.
25281         (all-local, install-exec-local, charset.alias): New targets.
25282
25283 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25284
25285         * lib/quotearg.c (ALERT_CHAR): New macro.
25286         (quotearg_buffer_restyled): Use it.
25287
25288 2000-02-27  Jim Meyering  <meyering@lucent.com>
25289
25290         * m4/check-decl.m4: Add getenv to the list.
25291
25292 2000-02-27  Jim Meyering  <meyering@lucent.com>
25293
25294         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25295         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25296
25297         * lib/backupfile.c: Guard inclusion of stdlib.h with
25298         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25299         Declare malloc if needed.
25300
25301         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25302         `#ifndef HAVE_DECL..'
25303         now that autoconf always defines the HAVE_DECL_ symbols.
25304         * lib/human.c: Likewise.
25305         * lib/same.c: Likewise.
25306         * lib/strtoumax.c: Likewise.
25307
25308         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25309         declaration check was not run.
25310         * lib/hash.c: Likewise.
25311         * lib/human.c: Likewise.
25312         * lib/same.c: Likewise.
25313         * lib/strtoumax.c: Likewise.
25314
25315         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25316         `.', then first look up the entire `.'-containing string as a login
25317         name.
25318
25319 2000-02-23  Jim Meyering  <meyering@lucent.com>
25320
25321         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25322         in place of my hack.
25323
25324 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25325
25326         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25327         (textint): New typedef.
25328         (parser_control): Member year changed from int to textint.
25329         All uses changed.
25330         (YYSTYPE): Removed; replaced by %union with int and textint members.
25331         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25332         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25333         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25334         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25335         (date, number, to_year): Use width of number in digits, not its value,
25336         to determine whether it's a 2-digit year, or a 2-digit time.
25337         (yylex): Store number of digits of numeric tokens.
25338         Reported by John Kendall.
25339
25340         (parser_control): Changed from struct parser_control to typedef (for
25341         consistency).  All uses changed.
25342
25343         (tID): Removed; not used.
25344         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25345
25346 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25347
25348         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25349         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25350
25351 2000-02-12  Jim Meyering  <meyering@lucent.com>
25352
25353         * lib/userspec.c (ISDIGIT): Define it.
25354         (isdigit): Remove definition.
25355         (is_number): Use ISDIGIT, not isdigit.
25356         <libintl.h>: Include.
25357         (_ and N_): Define.
25358         (parse_user_spec): Mark translatable strings.
25359
25360 2000-02-10  Jim Meyering  <meyering@lucent.com>
25361
25362         With these changes, nanosleep.[ch] are finally enough like the other
25363         lib/* replacement files to compile on a few more losing systems.
25364
25365         * lib/nanosleep.h: Don't include config.h.
25366         Remove prototype from declaration of nanosleep.
25367         (PARAMS): Remove now-unneeded definition.
25368         * lib/nanosleep.c: #undef nanosleep.
25369         (rpl_nanosleep): Rename from nanosleep.
25370
25371 2000-02-10  Jim Meyering  <meyering@lucent.com>
25372
25373         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25374         gnu_nanosleep to rpl_nanosleep.
25375
25376 2000-02-09  Jim Meyering  <meyering@lucent.com>
25377
25378         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25379         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25380
25381 2000-02-08  Akim Demaille  <akim@epita.fr>
25382
25383         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25384         `[' and `]' and remove uses of `changequote'.
25385         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25386         (AC_SYS_LARGEFILE): Likewise.
25387         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25388         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25389         of changequote.
25390         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25391         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25392         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25393         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25394
25395 2000-02-05  Jim Meyering  <meyering@lucent.com>
25396
25397         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25398         Remove explicit use of AC_HEADER_TIME.  It is required by
25399         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25400         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25401         in autoconf whereby the expansion of the latter ended up preceding
25402         the expansion of its prerequisite, AC_HEADER_TIME.
25403         Reported by Volker Borchert.
25404
25405 2000-02-03  Jim Meyering  <meyering@lucent.com>
25406
25407         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25408
25409 2000-02-03  Jim Meyering  <meyering@lucent.com>
25410
25411         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25412         rather than with `#if HAVE_UTMPNAME'.
25413
25414 2000-02-02  Jim Meyering  <meyering@lucent.com>
25415
25416         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25417         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25418         Reported by Eli Zaretskii.
25419
25420 2000-02-01  Jim Meyering  <meyering@lucent.com>
25421
25422         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25423
25424 2000-01-31  Jim Meyering  <meyering@lucent.com>
25425
25426         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25427         functions.  Add the time.h and sys/time.h headers along with the
25428         AC_REQUIRE'ment of AC_HEADER_TIME.
25429
25430 2000-01-31  Jim Meyering  <meyering@lucent.com>
25431
25432         * lib/nanosleep.h (nanosleep): Guard declaration with
25433         `#if ! HAVE_DECL_NANOSLEEP'.
25434         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25435         the declaration in that vendor's sys/timers.h.
25436         Reported by Christian Krackowizer.
25437
25438         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25439         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25440         (ISPRINT): Likewise.
25441         Reported by Tom Tromey.
25442
25443 2000-01-30  Jim Meyering  <meyering@lucent.com>
25444
25445         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25446
25447         * m4/prereq.m4 (utmp_includes): Define.
25448         Check for ut_user and ut_name members in both struct utmpx
25449         and struct utmp.
25450
25451 2000-01-30  Jim Meyering  <meyering@lucent.com>
25452
25453         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25454         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25455         header files where only utmpx.ut_user is declared.
25456
25457         * lib/readutmp.h (UT_USER): Define.
25458
25459 2000-01-29  Jim Meyering  <meyering@lucent.com>
25460
25461         * m4/lib-check.m4: New file containing library-related checks from
25462         fileutils and sh-utils (textutils had none).
25463
25464 2000-01-28  Jim Meyering  <meyering@lucent.com>
25465
25466         * m4/perl.m4: Change format of warning message to look more like that
25467         from the missing script.  Suggestion from François Pinard.
25468
25469 2000-01-25  Jim Meyering  <meyering@lucent.com>
25470
25471         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25472         well as time.h in the compile check.
25473         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25474         Fix typo in cross-compiling case: s/yes/no/.
25475
25476 2000-01-23  Jim Meyering  <meyering@lucent.com>
25477
25478         * m4/jm-macros.m4: Move df-related tests here from
25479         fileutils/configure.in
25480
25481         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25482         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25483
25484         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25485         s/space/ac_fsusage_space/.
25486         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25487
25488         * m4/ftruncate.m4: New file (derived from part of
25489         fileutils/configure.in).
25490         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25491         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25492
25493         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25494         AC_SUBST these here, rather than just in sh-util/configure.in, so
25495         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25496         all the same.
25497         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25498         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25499         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25500         (AC_SUBST(POW_LIBM)): Likewise.
25501         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25502
25503 2000-01-23  Jim Meyering  <meyering@lucent.com>
25504
25505         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25506         obstack.c.
25507
25508 2000-01-22  Jim Meyering  <meyering@lucent.com>
25509
25510         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25511
25512         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25513
25514         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25515         configure.in
25516         (AC_CHECK_HEADERS): Likewise for sh-utils.
25517         (AC_CHECK_HEADERS): Likewise for textutils.
25518         Merge the three lists of headers.
25519
25520         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25521         from fileutils' configure.in.
25522
25523         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25524         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25525         check-decl.m4.
25526
25527         * m4/check-decl.m4: Use #if rather than #ifdef.
25528         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25529         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25530         (_jm_DECL_HEADERS): Define new function.
25531         (jm_CHECK_DECLARATIONS): Require it.
25532
25533 2000-01-22  Jim Meyering  <meyering@lucent.com>
25534
25535         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25536         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25537         Required for some AIX systems.  Reported by Christian Krackowizer.
25538         [TESTING] (main): New function.
25539
25540         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25541         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25542         letters.
25543
25544         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25545         iswprint.
25546
25547         * lib/strverscmp.c (ISDIGIT): Define.
25548         (strverscmp): Use ISDIGIT, not isdigit.
25549
25550 2000-01-19  Jim Meyering  <meyering@lucent.com>
25551
25552         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25553         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25554         defines `struct timespec' in <sys/time.h>
25555
25556         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25557         Thanks to Akim for explaining.
25558
25559 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25560
25561         * lib/nanosleep.c (nanosleep):
25562         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25563         POSIX.1 doesn't require SA_INTERRUPT and some systems
25564         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25565         it's been part of POSIX.1 since day 1 (in 1988).
25566
25567 2000-01-17  Jim Meyering  <meyering@lucent.com>
25568
25569         * lib/interlock: Remove unused file.  Reported by François Pinard.
25570
25571 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25572
25573         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25574         alert, backslash, formfeed, and vertical tab unnecessarily in
25575         shell quoting style.
25576
25577 2000-01-16  Jim Meyering  <meyering@lucent.com>
25578
25579         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25580         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25581         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25582         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25583
25584 2000-01-16  Jim Meyering  <meyering@lucent.com>
25585
25586         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25587         because the latter didn't work.
25588
25589 2000-01-15  Jim Meyering  <meyering@lucent.com>
25590
25591         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25592         (AC_REPLACE_FUNCS): Add memcpy and memset.
25593         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25594         Add strpbrk.
25595         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25596
25597 2000-01-12  Jim Meyering  <meyering@lucent.com>
25598
25599         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25600         (jm_PREREQ): Use it.
25601         (jm_PREREQ_READUTMP): New macro.
25602         (jm_PREREQ): Use it.
25603
25604 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25605
25606         Quote multibyte characters correctly.
25607         * m4/c-bs-a.m4: New file.
25608         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25609         (jm_PREREQ): Use it.
25610
25611 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25612
25613         * m4/uintmax_t.m4: Port to autoconf 2.13.
25614
25615 2000-01-08  Jim Meyering  <meyering@ascend.com>
25616
25617         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25618         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25619
25620 2000-01-04  Jim Meyering  <meyering@ascend.com>
25621
25622         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25623         jm_STRUCT_DIRENT_D_TYPE.
25624         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25625         jm_STRUCT_DIRENT_D_INO.
25626         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25627         jm_STRUCT_UTIMBUF.
25628         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25629         renamings.
25630         * m4/utime.m4: Likewise.
25631
25632         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25633         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25634
25635 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25636
25637         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25638         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25639
25640 2000-01-02  Jim Meyering  <meyering@ascend.com>
25641
25642         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25643         remember if this is necessary.
25644
25645 1999-12-26  Jim Meyering  <meyering@ascend.com>
25646
25647         * m4/jm-macros.m4: Use it here.
25648         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25649
25650 1999-12-23  Jim Meyering  <meyering@ascend.com>
25651
25652         * m4/jm-macros.m4: Check for clock_gettime (moved from
25653         fileutils/configure.in)
25654         Check for gettimeofday.
25655
25656 1999-12-20  Jim Meyering  <meyering@ascend.com>
25657
25658         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25659         autoconf-2.14a-1999-12-20.
25660
25661 1999-12-19  Jim Meyering  <meyering@ascend.com>
25662
25663         * m4/lstat-slash.m4: New file.
25664         * m4/jm-macros.m4: Use the new macro:
25665         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25666
25667 1999-12-07  Jim Meyering  <meyering@ascend.com>
25668
25669         * m4/perl.m4: Require that File::Compare be available, too.
25670         Too many systems seem to lack it.
25671
25672         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25673         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25674
25675 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25676
25677         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25678         problem with the QNX 4.25 shell, which doesn't propagate exit
25679         status of failed commands inside shell assignments.
25680
25681 1999-11-17  Jim Meyering  <meyering@ascend.com>
25682
25683         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25684
25685 1999-11-07  Jim Meyering  <meyering@ascend.com>
25686
25687         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25688
25689 1999-11-06  Jim Meyering  <meyering@ascend.com>
25690
25691         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25692         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25693
25694 1999-11-05  Jim Meyering  <meyering@ascend.com>
25695
25696         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25697         configure.in of textutils, fileutils, and sh-utils into this one
25698         (shared between those packages) file.
25699         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25700         AC_STRUCT_ST_BLKSIZE.
25701
25702 1999-11-03  Jim Meyering  <meyering@ascend.com>
25703
25704         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25705         of AC_CHECK_TYPE checks includes unistd.h.
25706         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25707         Suggestion from Akim Demaille.
25708
25709 1999-10-30  Jim Meyering  <meyering@ascend.com>
25710
25711         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25712         m4-quoted string.
25713         * m4/ls-mntd-fs.m4: Likewise.
25714         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25715         * m4/jm-winsz1.m4: Likewise.
25716
25717         * m4/const.m4: Remove file, since the fix made it into the experimental
25718         version of autoconf.
25719         * m4/mktime.m4: Likewise.
25720
25721         * m4/check-type.m4: Remove file, now that the latest version of
25722         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25723
25724         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25725         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25726         AC_CHECK_TYPE.
25727
25728 1999-10-04  Jim Meyering  <meyering@ascend.com>
25729
25730         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25731
25732 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25733
25734         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25735         2.95.1 bug with HP-UX 10.20.
25736
25737 1999-09-17  Jim Meyering  <meyering@ascend.com>
25738
25739         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25740         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25741         due to missing strdup (against sh-utils-2.0).
25742
25743 1999-08-29  Jim Meyering  <meyering@ascend.com>
25744
25745         * m4/jm-macros.m4: Require jm_BISON.
25746         * m4/bison.m4: New file.
25747
25748 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25749
25750         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25751         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25752
25753 1999-08-05  Jim Meyering  <meyering@ascend.com>
25754
25755         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25756         to avoid conflicts with `conftest' on 8+3 filesystems.
25757         Suggestion from Eli Zaretskii.
25758
25759 1999-08-04  Jim Meyering  <meyering@ascend.com>
25760
25761         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25762         fileutils and sh-utils (textutils's getline test was inadequate).
25763         (AM_FUNC_GETLINE): Run this test.
25764         (AC_CHECK_FUNCS): Check for getdelim.
25765         Reported by Bob Proulx.
25766
25767 1999-08-02  Jim Meyering  <meyering@ascend.com>
25768
25769         * m4/jm-macros.m4: Add a comment.
25770
25771 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25772
25773         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25774         <inttypes.h> defines strtoumax as a macro (and not as a
25775         function).
25776
25777 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25778
25779         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25780         that we can shift, multiply and divide unsigned long long
25781         values; Ultrix cc can't do it.
25782
25783 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25784
25785         * m4/mktime.m4: New file, which is a preview of what should appear
25786         in the next public autoconf release.
25787
25788 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25789
25790         * m4/lfs.m4: Remove this file.
25791         * m4/largefile.m4: New file.  It contains the old contents of
25792         lfs.m4, except that all names with prefix AC_LFS have been
25793         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25794         compatible with future autoconf versions.  Also, some minor m4
25795         quoting problems have been fixed.
25796
25797 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25798
25799         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25800         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25801         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25802         and simplify the shell code.
25803
25804 1999-08-01  Jim Meyering  <meyering@ascend.com>
25805
25806         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25807         m4.
25808
25809 1999-07-20  Jim Meyering  <meyering@ascend.com>
25810
25811         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25812
25813 1999-07-15  Jim Meyering  <meyering@ascend.com>
25814
25815         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25816
25817 1999-05-22  Jim Meyering  <meyering@ascend.com>
25818
25819         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25820
25821 1999-05-20  Jim Meyering  <meyering@ascend.com>
25822
25823         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25824         Add a colon after each `then' in case $4 is empty.
25825
25826 1999-05-16  Jim Meyering  <meyering@ascend.com>
25827
25828         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25829
25830 1999-05-10  Jim Meyering  <meyering@ascend.com>
25831
25832         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25833
25834         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25835         AC_FUNC_MKTIME.
25836
25837 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25838
25839         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25840
25841 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25842
25843         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25844         not CPPFLAGS, so that linking works correctly in IRIX.
25845
25846 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25847
25848         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25849
25850 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25851
25852         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25853         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25854         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25855         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25856         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25857
25858         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25859
25860 1999-04-20  Jim Meyering  <meyering@ascend.com>
25861
25862         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25863         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25864         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25865
25866 1999-04-18  Jim Meyering  <meyering@ascend.com>
25867
25868         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25869         * m4/jm-macros.m4: Use it.
25870
25871 1999-04-06  Jim Meyering  <meyering@ascend.com>
25872
25873         * m4/strftime.m4: Remove test for %f.
25874
25875 1999-03-29  Jim Meyering  <meyering@ascend.com>
25876
25877         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25878         superset of the AC_TYPE_* checks in the textutils, fileutils,
25879         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25880         AC_TYPE_PID_T.
25881
25882 1999-03-28  Jim Meyering  <meyering@ascend.com>
25883
25884         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25885         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25886         replaced e.g., in the *.sh files of the sh-utils.
25887
25888 1999-03-20  Jim Meyering  <meyering@ascend.com>
25889
25890         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25891         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25892         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25893
25894 1999-03-19  Jim Meyering  <meyering@ascend.com>
25895
25896         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25897
25898 1999-03-12  Jim Meyering  <meyering@ascend.com>
25899
25900         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25901
25902 1999-03-07  Jim Meyering  <meyering@ascend.com>
25903
25904         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25905         declared.
25906
25907 1999-02-17  Jim Meyering  <meyering@ascend.com>
25908
25909         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25910         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25911
25912 1999-02-07  Jim Meyering  <meyering@ascend.com>
25913
25914         * m4/group-member.m4: New file -- extracted from sh-utils'
25915         configure.in.
25916
25917         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25918         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25919
25920 1999-02-06  Jim Meyering  <meyering@ascend.com>
25921
25922         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25923         * m4/fnmatch.m4: Likewise.
25924         * m4/getgroups.m4: Likewise.
25925         * m4/lstat.m4: Likewise.
25926         * m4/malloc.m4: Likewise.
25927         * m4/putenv.m4: Likewise.
25928         * m4/realloc.m4: Likewise.
25929         * m4/regex.m4: Likewise.
25930         * m4/stat.m4: Likewise.
25931         * m4/strftime.m4: Likewise.
25932         Suggestion from Alain Magloire.
25933
25934         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25935         * m4/fnmatch.m4: Likewise.
25936         * m4/getgroups.m4: Likewise.
25937         * m4/getline.m4: Likewise.
25938         * m4/lstat.m4: Likewise.
25939         * m4/malloc.m4: Likewise.
25940         * m4/memcmp.m4: Likewise.
25941         * m4/putenv.m4: Likewise.
25942         * m4/realloc.m4: Likewise.
25943         * m4/regex.m4: Likewise.
25944         * m4/stat.m4: Likewise.
25945         * m4/strftime.m4: Likewise.
25946         Suggestion from Alain Magloire.
25947
25948         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25949         an argument.
25950
25951         * m4/regex.m4: Add a run-time Test for proper operation of
25952         re_compile_pattern.
25953
25954 1999-01-31  Jim Meyering  <meyering@ascend.com>
25955
25956         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25957
25958 1999-01-30  Jim Meyering  <meyering@ascend.com>
25959
25960         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25961
25962         * m4/jm-mktime.m4: Make this a wrapper around the official
25963         AM_FUNC_MKTIME rather than my private copy, now that the official one
25964         is up to date.
25965         * m4/mktime.m4: Remove file.
25966
25967         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25968         * m4/uptime.m4: Likewise.
25969         * m4/uintmax_t.m4: Likewise.
25970
25971 1999-01-28  Jim Meyering  <meyering@ascend.com>
25972
25973         * m4/jm-macros.m4: Use jm_AFS.
25974         * m4/afs.m4: New file (from fileutils' configure.in).
25975
25976         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25977         * m4/chown.m4: Likewise.
25978         * m4/d-ino.m4: Likewise.
25979         * m4/d-type.m4: Likewise.
25980         * m4/fnmatch.m4: Likewise.
25981         * m4/getgroups.m4: Likewise.
25982         * m4/gettext.m4: Likewise.
25983         * m4/jm-mktime.m4: Likewise.
25984         * m4/jm-winsz2.m4: Likewise.
25985         * m4/lcmessage.m4: Likewise.
25986         * m4/ls-mntd-fs.m4: Likewise.
25987         * m4/malloc.m4: Likewise.
25988         * m4/memcmp.m4: Likewise.
25989         * m4/putenv.m4: Likewise.
25990         * m4/realloc.m4: Likewise.
25991         * m4/st_mtim.m4: Likewise.
25992         * m4/strftime.m4: Likewise.
25993
25994 1999-01-16  Jim Meyering  <meyering@ascend.com>
25995
25996         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25997         (ARGMATCH_DIE_DECL): Define.
25998
25999 1999-01-12  Jim Meyering  <meyering@ascend.com>
26000
26001         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26002         Reported by Lars Hecking.
26003
26004 1999-01-10  Jim Meyering  <meyering@ascend.com>
26005
26006         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26007         gross kludge.
26008         * m4/inttypes_h.m4: Likewise.
26009         * m4/lstat.m4: Likewise.
26010         * m4/malloc.m4: Likewise.
26011         * m4/readdir.m4: Likewise.
26012         * m4/realloc.m4: Likewise.
26013         * m4/st_dm_mode.m4: Likewise.
26014         * m4/stat.m4: Likewise.
26015         * m4/utimbuf.m4: Likewise.
26016         * m4/utimes.m4: Likewise.
26017
26018         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26019         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26020         comments in config.h.in are meaningful.
26021
26022         * m4/jm-macros.m4: Require autoconf-2.13 here.
26023
26024         * m4/regex.m4: By default, don't use the included regex.c on systems
26025         with glibc 2.  Suggestion from Uli Drepper.
26026
26027 1999-01-02  Jim Meyering  <meyering@ascend.com>
26028
26029         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26030
26031 1998-12-18  Jim Meyering  <meyering@ascend.com>
26032
26033         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26034         Based on a suggestion from Lars Hecking.
26035
26036 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26037
26038         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26039
26040 1998-11-16  Jim Meyering  <meyering@ascend.com>
26041
26042         * m4/lfs.m4: Double-quote the `uname...` expression.
26043
26044 1998-11-14  Jim Meyering  <meyering@ascend.com>
26045
26046         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26047         * m4/stat.m4: Likewise.
26048
26049 1998-11-03  Jim Meyering  <meyering@ascend.com>
26050
26051         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26052         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26053
26054 1998-10-18  Jim Meyering  <meyering@ascend.com>
26055
26056         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26057
26058 1998-10-17  Jim Meyering  <meyering@ascend.com>
26059
26060         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26061         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26062         calls for those previously hard-coded headers.  Instead, take a new
26063         parameter.
26064         (jm_CHECK_DECLARATIONS): Reflect interface change.
26065         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26066         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26067
26068         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26069
26070 1998-10-14  Jim Meyering  <meyering@ascend.com>
26071
26072         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26073         instead of "TZ=America/Vancouver".  From Paul Eggert.
26074
26075 1998-10-11  Jim Meyering  <meyering@ascend.com>
26076
26077         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26078         This adds a test for a recently added compatibility fix for mktime.c.
26079         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26080
26081 1998-09-27  Jim Meyering  <meyering@ascend.com>
26082
26083         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26084
26085         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26086         ../configure.in, including a change from Gordon Matzigkeit to allow
26087         cross-compiling for the Hurd.
26088
26089         * m4/glibc.m4: New file/macro to test for the GNU C Library
26090         versions 1 and 2.  From Gordon Matzigkeit.
26091         Indent.
26092
26093 1998-09-21  Jim Meyering  <meyering@ascend.com>
26094
26095         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26096
26097 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26098
26099         Port nanosecond-resolution times to UnixWare 2.1.2 and
26100         pedantic Solaris 2.6.
26101
26102         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26103         AC_STRUCT_ST_MTIM.
26104         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26105         Generate name of ns member, instead of just 1 or undef.
26106         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26107
26108 1998-08-15  Jim Meyering  <meyering@ascend.com>
26109
26110         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26111         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26112         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26113         instead of jm_TYPE_SSIZE_T.
26114
26115 1998-08-12  Jim Meyering  <meyering@ascend.com>
26116
26117         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26118
26119 1998-08-02  Jim Meyering  <meyering@ascend.com>
26120
26121         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26122         in acconfig.h manually.
26123
26124 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26125
26126         * m4/st_mtim.m4: New file.
26127
26128 1998-07-28  Jim Meyering  <meyering@ascend.com>
26129
26130         * m4/utimes.m4: Undef stat.
26131
26132 1998-07-25  Jim Meyering  <meyering@ascend.com>
26133
26134         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26135         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26136
26137 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26138
26139         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26140         uid and gid actually remain unchanged.
26141
26142 1998-07-07  Jim Meyering  <meyering@ascend.com>
26143
26144         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26145
26146 1998-07-04  Jim Meyering  <meyering@ascend.com>
26147
26148         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26149         to prove that this macro can be used in packages without regex.c.
26150
26151 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26152
26153         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26154         is to be used.
26155
26156 1998-07-03  Jim Meyering  <meyering@ascend.com>
26157
26158         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26159
26160         * m4/gettext.m4: New file -- from gettext-0.10.35.
26161         * m4/lcmessage.m4: Likewise.
26162         * m4/progtest.m4: Likewise.
26163
26164         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26165         * m4/jm-macros.m4: Require the new macro.
26166
26167 1998-06-29  Jim Meyering  <meyering@ascend.com>
26168
26169         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26170         for the definition of NGROUPS (used in a system header included
26171         by sys/mount.h).
26172
26173 1998-06-28  Jim Meyering  <meyering@ascend.com>
26174
26175         * m4/ls-mntd-fs.m4: New file.
26176         * m4/fstypename.m4: New file.
26177
26178         * m4/jm-macros.m4: Require the new macro.
26179         * m4/jm-glibc-io.m4: New file.
26180
26181 1998-05-19  Jim Meyering  <meyering@ascend.com>
26182
26183         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26184         * m4/lchown.m4: New file.
26185
26186         * m4/Makefile.am.in: New file.
26187         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26188
26189 1998-05-14  Jim Meyering  <meyering@ascend.com>
26190
26191         * m4/Makefile.am (EXTRA_DIST): Add them.
26192         * m4/jm-macros.m4: New file.
26193         * m4/utimbuf.m4: New file.
26194
26195 1998-05-12  Jim Meyering  <meyering@ascend.com>
26196
26197         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26198
26199 1998-05-11  Jim Meyering  <meyering@ascend.com>
26200
26201         * m4/isc-posix.m4: New file.
26202
26203 1998-05-10  Jim Meyering  <meyering@ascend.com>
26204
26205         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26206
26207 1998-05-09  Jim Meyering  <meyering@ascend.com>
26208
26209         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26210         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26211         with automake.
26212
26213         * m4/ssize_t.m4: New file.
26214         * m4/mktime.m4: Remove file -- the new automake has this now.
26215
26216 1998-04-26  Jim Meyering  <meyering@ascend.com>
26217
26218         * m4/assert.m4: New file.
26219         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26220
26221 1998-04-05  Jim Meyering  <meyering@ascend.com>
26222
26223         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26224         (jm_PREREQ): Use it here.
26225
26226 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26227
26228         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26229         in acconfig.h.
26230
26231 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26232
26233         * m4/prereq.m4: New file.
26234         * m4/error.m4: New file.
26235         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26236
26237 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26238
26239         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26240         cache-check for the same variable -- that defeated the purpose of
26241         the test; the test program was never run.  This was a problem only
26242         on systems with losing getline functions -- HP-UX 10.20 is one.
26243         Reported by Bjorn Helgaas.
26244
26245 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26246
26247         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26248
26249 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26250
26251         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26252
26253         * m4/const.m4: New file.  Use an initializer in this declaration
26254         typedef int charset[2]; const charset x;
26255         Reported by Bob Glickstein.
26256
26257 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26258
26259         * m4/chown.m4: Fix reversed types on -1 args to chown.
26260         From Kaveh Ghazi.
26261
26262 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26263
26264         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26265         Add lseek and memchr.
26266
26267         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26268         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26269         have a 20-character limit on names.
26270
26271 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26272
26273         * m4/inttypes_h.m4: New file.
26274         * m4/uintmax_t.m4: New file.
26275         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26276
26277 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26278   Free Software Foundation, Inc.
26279 Copying and distribution of this file, with or without modification,
26280 are permitted provided the copyright notice and this notice are preserved.